.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ce7fee8-5ce0-467e-9ad4-f3698c3f047f/Asset11.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f8f8f8; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f8f8f8; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSmDOEvXUQp9a0xTLUZrBdmOyhRdWayx { 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; }#TSmDOEvXUQp9a0xTLUZrBdmOyhRdWayx > .row .container { background-color: transparent; background-image: none; }#TSmDOEvXUQp9a0xTLUZrBdmOyhRdWayx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSmDOEvXUQp9a0xTLUZrBdmOyhRdWayx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSmDOEvXUQp9a0xTLUZrBdmOyhRdWayx > .row .container > .video-iframe-container { display: none; }#TSmDOEvXUQp9a0xTLUZrBdmOyhRdWayx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSmDOEvXUQp9a0xTLUZrBdmOyhRdWayx > .row > .video-iframe-container { display: none; }#TSmDOEvXUQp9a0xTLUZrBdmOyhRdWayx > .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); }#TSmDOEvXUQp9a0xTLUZrBdmOyhRdWayx > .row .container { border-width: 0; border-radius: 0; }#TSmDOEvXUQp9a0xTLUZrBdmOyhRdWayx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSmDOEvXUQp9a0xTLUZrBdmOyhRdWayx > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#Q0Saz6AF64xWiqaDV5dDurzy6fJlXr8v { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:2.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VD1c2fgtPhKu6IT9trsdZ4lCKatsqBvV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;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:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.3125rem;left:54.375rem;display:block; }
#LcWUG2oTkQ80dT3RDnS4mrfvf53JiCQH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IW2D0rIAXwmRJS1NQcSZJx9pRFFrIG5a { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;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:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.3125rem;left:47.5625rem;display:block; }
#fFK1PO428gmp1ZEfQ9DXHlEq5fUZepvC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OmNOfeRLuTyxrMSmUOpED0HxZuyUUo9g { 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:3.875rem;width:16.25rem;top:1.0625rem;left:3.65625rem;overflow:hidden;display:block; }
#TvBhl6t4cvzOTiurqVATltccT8ZXIT01 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.25rem;top:2.5625rem;left:61.625rem;overflow:hidden;display:block; }
#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy { position:relative;display:block; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy { background-color: transparent; background-image: none; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row .container > .video-iframe-container { display: none; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row > .video-iframe-container { display: none; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .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); }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy { border-width: 0; border-radius: 0; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .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; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL { background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/2f034d05-8f4c-4f71-9351-5e68c3d6f19e/Asset912x.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL.adaptive-delivery-prevent-bg, #a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL.lazyload, #a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL.lazyloading { background-image: none; }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .row .container { background-color: transparent; background-image: none; }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .row .container > .video-iframe-container { display: none; }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .row > .video-iframe-container { display: none; }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .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); }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .row .container { border-width: 0; border-radius: 0; }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#xlQn8Ads7hgTKmBv476Hxx7H9U8xktx6 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.5rem;top:34.653646469116rem;left:19.8125rem;overflow:hidden;display:none; }
#oRaHh0FNRckgxNZebR3AtMWdwmpdSuaW { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.17) ;height:40.8125rem;width:22.625rem;top:1.4375rem;left:2rem;display:block; }
#FfT5qUFQMJkG7RqWil48heZMuadiwCuh { color:#124a9d;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.21875rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cMulZ0DlOKr02ekgw6sz1LKmF0LtS0KT { color:#ffffff;display:block;width:38.9375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15059;line-height:1.1;letter-spacing:0;top:3.96337890625rem;left:30.5rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D7G3Nvgz9OZSWhpXqBNiBthUgTsKa2Q6 { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:2.625rem;left:32.09375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wZh2OXvClPJb1ZmrIcTlsqLtoqyF27sH { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:42rem;left:41.1875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REG43g6uykTJDENSDlTFydB2BzCyXIn1 { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:9.65087890625rem;left:36.125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-form-header {  }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:20.5rem;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; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-text { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:20.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: none; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-text {padding-top: 0; padding-bottom: 0;}#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-textarea { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left: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;width:20.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: none; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:20.5rem;box-sizing:border-box;height:2.8125rem;color:#646464;font-family:montserrat;font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-select {padding-top: 0; padding-bottom: 0;}#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .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; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#3765b0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left: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:0.9375rem;font-weight:700;color:#f2f9ff;width:20.5rem;height:2.5rem;font-family:montserrat;overflow:hidden;font-style:normal; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.8125rem; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.8125rem; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.8125rem; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.8125rem; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .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.4;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:19.25rem;overflow:hidden;font-style:normal;float:none; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .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; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-container:first-of-type{padding-top:0;}#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-container:last-of-type{padding-bottom:0;}#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:1.8125rem;top:5.0791015625rem;z-index:15057;position:absolute; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.5rem;display:block;vertical-align:top; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.375rem;line-height:1.4;font-weight:700;color:#909090;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; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD {display:block;}#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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;left:1.8125rem;top:5.0791015625rem;z-index:15057;position:absolute; }
#hT6P9KZ1r3FnrtwbZ8T8mR3L1q8b6z9m { position:relative;display:block; }
#LcDmlCzXMACUamPobbs7kWqwk59FE19d { position:relative;display:block; }
#Au3fhNvdAebsddhKvge2OCw5RiIG8OkW { position:relative;display:block; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #ATSC5Ofc4MDdbKlimmOgkGeMaSb1UuLH { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #bihmn0lbH2FCW18MOlKZUUlKANd3rh59 { position:relative;display:none; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #Aitt0i3xGpRUlFuvcexnOs4ssdvupMOT { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #Ti9hS2Z6Haw3aPaf0ftThQBxsp2a9TAJ { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #oNX03LHceZKRMePH9Dsn7GVWcacEkO7i { position:relative;display:none; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #t8QR6mEnzvLPCSzBn0LMpN3zH7PtnOef { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #TDZ8zxeRGveVLJfJm6PsOeBnqNSAebbH { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #q3R2f8i5Cl2KUEOQyBTWxHO0wEZEtxCg { position:relative;display:none; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #BV9QT0ZqIZlxmb1l4gxcpxeR77zQi3Dx { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #HpqmTIA9qh2x3EvWkX7lzJdTT37hErWO { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #iv2lkftVK6JN2eEF3TJoQEGttQq4FcSu { position:relative;display:none; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #l4ybUhmrCL8RVO6yw8rrGR4hTUxP1iFT { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #xcfqG2o476ulPTwX1MekrhvPKVvnF5gr { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #PKRlunqZe1U5IAxPBss2ZKNgGLCcO4dv { position:relative;display:none; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #l1lyhv7lRrAL956ZXO3J5NJUfTq9Dctk { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #yTDz1zv69gOmslEZ9ETMC2QCEp9VFiPR { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #ZdaQm1UccANwX6b3RpQ9wCcv07bOxk6k { position:relative;display:none; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #P7GgdIPmGQWH0pxBhIfc5LE1q6Iyl5Jx { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #cAVd0VrR9icBoQb1l4aXf1FKSrmXKgR6 { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #rQrFmX8tppGsF4TTKy0hAChRpa6PrPep { position:relative;display:none; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #oNbm4gfyaH9RX6r7BedyJH4fAGUEZTTS { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #qmT1xCJzxD3dWOZf3oAXy1ZiHThdvaTF { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #kFQw4NbyO3xsQRnbcwTlfJRu6OX9Z4ME { position:relative;display:none; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #OHTtA9LadBAZcH4LMlEEW1HRKytp4p3q { position:relative; }
#B3o7mNfopZfTqZlSbtqTX7BBgnakHJ5H { position:relative;display:block; }
#R8upSfDGJQE0e5kciHzVGQqtNJKvKuO1 { position:relative;display:block; }
#haOllxnSGdao9POdUJovqwktetNubQgy { position:relative;display:block; }
#FwRZvuxWDqFi0xp682xetnFsCD9bNmkR { position:relative;display:block; }
#iHqqUqNhb81Aole0nBX16bGTekwr5Swf { position:relative;display:block; }
#XSDJCwSNfPr3nBXs8UKUrtPlpg2Tpso6 { position:relative;display:block; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #Iy8PE39uqzkcW5RgKZdZ5Caa8Qq8Jk6m { position:relative;z-index:15000; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #PisQAuMUmWa74NJo4F3ZLyT7pByP7wwu { position:relative;z-index:15000; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #TAigxsp35dG9rInXTKyVmzCFxKnXVq7M { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #Z0C5PslhEaHp6ax3wIIQqUgzIP4OV0lM { position:relative;z-index:2; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #EOG3qbqwnTmZKOkt2t8I9KrW9WFDQPrS { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #DciVxVeO7S95VvwP7UciaVW22EfwIr2Z { position:relative;display:block;z-index:15000; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #CZCE8sUR5FnRok0D90gZxrs2aBJsJpuH { position:relative;display:block;z-index:15000; }
#hSO7iFAVXgzMBCSxaW488ZIL1wvyUZM9 { position:relative;display:block; }
#ngy6QR9QxUCTPaOOS9rKi3W6rLtETPUg { position:relative;display:block; }
#MNvqGOBb1FhZKmEWaNZF4rI1zmixVpeT { position:relative;display:block; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #J5Qr0CNNDTV1RzEKU20WGoF2rIaaIFLt { position:relative; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #nbSxTIcs7mOM7xrpVXEm6rAFNFMCfui6 { position:relative; }
#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX { 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; }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .row .container { background-color: transparent; background-image: none; }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .row .container > .video-iframe-container { display: none; }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .row > .video-iframe-container { display: none; }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .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); }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .row .container { border-width: 0; border-radius: 0; }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#u0co43wuuCb5RFUhAepT5NLzp6Uq4TyF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:67.1875rem;top:0.5rem;left:3.90625rem;overflow:hidden;display:block; }
#TZsfzO1LWPGuI19zWZik1smHwu1LogfZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:18.75rem;display:none; }
#qkTApKL28TsbPzddqWZoTClha7KD88DB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#qkTApKL28TsbPzddqWZoTClha7KD88DB > .row .container { background-color: transparent; background-image: none; }#qkTApKL28TsbPzddqWZoTClha7KD88DB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkTApKL28TsbPzddqWZoTClha7KD88DB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkTApKL28TsbPzddqWZoTClha7KD88DB > .row .container > .video-iframe-container { display: none; }#qkTApKL28TsbPzddqWZoTClha7KD88DB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkTApKL28TsbPzddqWZoTClha7KD88DB > .row > .video-iframe-container { display: none; }#qkTApKL28TsbPzddqWZoTClha7KD88DB > .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); }#qkTApKL28TsbPzddqWZoTClha7KD88DB > .row .container { border-width: 0; border-radius: 0; }#qkTApKL28TsbPzddqWZoTClha7KD88DB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qkTApKL28TsbPzddqWZoTClha7KD88DB > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#lhuZ2bTbNa35CKlPbCFrZsgL0K0BgoJt { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:19.40625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SVhKRPINfcoPTeFWeWgczegXlTHVBsiO { color:#000000;display:block;width:61.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:5.375rem;left:6.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#px6DssksDz13aRzolii2OGl5w6uQfuW0 { box-sizing:content-box;height:14.0625rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:9.75rem;left:3.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
#Bv1NgwOTRTVc3B1Ds4PImXD9pLUABgka { box-sizing:content-box;height:14.0625rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:9.75rem;left:17.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
#upGfORT1RaVrTOQbtJslGIqymFWtS5LF { box-sizing:content-box;height:14.0625rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:9.75rem;left:31.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
#cwXStTHq3qfeb442CG1xmHJNTGw9AtkO { box-sizing:content-box;height:14.0625rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:9.75rem;left:45.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
#MKIPSph6SClJ6WT4Qp0gF1uGPt0X4hw4 { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.5625rem;left:4.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uMA0g0ZEf53rEJx8UUBxaoPn2BD7kJoN { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.9375rem;left:18.1875rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W3V2mcc9DCVtrx5OnZsvBAF819zW34qi { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:11.5625rem;left:32.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t9qtyNXuHvhaKmryEp30b7HV8vnHH5I7 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:11.5625rem;left:46.3125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIMzqmGpil661DCZ2cz4HQhIkRUqhCIN { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:15.125rem;left:4.1875rem;height:3.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hCzKr8BPfvzgxzb19EobxaIr0TEEOnsM { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:15.125rem;left:32.1875rem;height:3.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r9LUuTcFVWAxeRmnLLFuBnL7vp5zrCPs { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:15.125rem;left:46.3125rem;height:4.8120125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UaP15k6ND5Rli7cXCB6EZN1rP3vTJIVB { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:15.125rem;left:18.1875rem;height:2.88720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HQ9wSqDe2qLglZei3L4lQpqTC5hzpH1p { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:2.1875rem;width:2.1875rem;top:20.75rem;left:12.625rem;overflow:hidden;display:block; }
#I0XvmbM4IqI2nHo5n97rnM9EHZlilJ7B { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-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.625rem rgba(0,0,0,0.1) ;height:2.1875rem;width:2.1875rem;top:20.75rem;left:26.625rem;overflow:hidden;display:block; }
#sRkd4bf9LQDMSk9qJSzrr6k2fwCNnOcJ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-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.625rem rgba(0,0,0,0.1) ;height:2.1875rem;width:2.1875rem;top:20.75rem;left:40.6875rem;overflow:hidden;display:block; }
#wfLT9bTMyme97F9OXtDH9mrbJwPXEMpA { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-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.625rem rgba(0,0,0,0.1) ;height:2.1875rem;width:2.1875rem;top:20.75rem;left:54.75rem;overflow:hidden;display:block; }
#VUMLmXXZ4TQJHwkhWTQygk3Uy3tWSTT4 { box-sizing:content-box;height:14.0625rem;width:12.5rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:9.75rem;left:59.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.1) ;display:block; }
#RV854TK7tSa3EpNwpbF8Msy5SEiLRf0h { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:11.5625rem;left:60.375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f8t1h80UBM36xeUE3TfBZDnOsUOzdLlX { color:#000000;display:block;width:10.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:15.125rem;left:60.375rem;height:2.88720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ga6RQ2eOUZodh5FSn23JoHXr1CD8KWlZ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-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.625rem rgba(0,0,0,0.1) ;height:2.1875rem;width:2.1875rem;top:20.75rem;left:68.8125rem;overflow:hidden;display:block; }
#qfHrOohhw0zvZsbMAUhOiPG95tEV2CyG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#qfHrOohhw0zvZsbMAUhOiPG95tEV2CyG > .row .container { background-color: transparent; background-image: none; }#qfHrOohhw0zvZsbMAUhOiPG95tEV2CyG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfHrOohhw0zvZsbMAUhOiPG95tEV2CyG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfHrOohhw0zvZsbMAUhOiPG95tEV2CyG > .row .container > .video-iframe-container { display: none; }#qfHrOohhw0zvZsbMAUhOiPG95tEV2CyG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfHrOohhw0zvZsbMAUhOiPG95tEV2CyG > .row > .video-iframe-container { display: none; }#qfHrOohhw0zvZsbMAUhOiPG95tEV2CyG > .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); }#qfHrOohhw0zvZsbMAUhOiPG95tEV2CyG > .row .container { border-width: 0; border-radius: 0; }#qfHrOohhw0zvZsbMAUhOiPG95tEV2CyG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qfHrOohhw0zvZsbMAUhOiPG95tEV2CyG > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#oanE2x6GUprM6eeCb044MJaz0tcsVbsz { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:2.537109375rem;left:15.71875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xwe7Tw3HdgfTNfdGXk4x7p14tGyTozVl { 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:6.5625rem;width:4.3125rem;top:0rem;left:67.65478515625rem;overflow:hidden;display:block; }
#mlkunCxBKhsGrJ2d9EiEoGvUD4ysDV8f { color:#000000;display:block;width:50.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:8.5rem;left:12.375rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5FLb0IgIcguVTIJKMBdC3nQ4JXkA6kL { background-color:#294281;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:14.8125rem;left:28.28125rem;display:block; }
#DOpAWeMZ27FsuOdQKe7EeWwxRZyAFJ9m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f54e9e01-e98a-4365-868a-0dd6069d9be2/Asset35.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC.adaptive-delivery-prevent-bg, #AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC.lazyload, #AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC.lazyloading { background-image: none; }#AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC > .row .container { background-color: transparent; background-image: none; }#AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC > .row .container > .video-iframe-container { display: none; }#AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC > .row > .video-iframe-container { display: none; }#AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC > .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); }#AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC > .row .container { border-width: 0; border-radius: 0; }#AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#OHCoAboukLUqfCzvOLNnLSxCpxXJUelG { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:12.25rem;left:4.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#CUAIySAzHMxMZXgaQ23TPgZPsBGb6XyG { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:13.875rem;left:4.3125rem;height:2.88720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b77fKDQBc57RRWP3XaK90nnSNgvwisfh { box-sizing:content-box;height:15.9375rem;width:15.9375rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:2.0625rem;left:3.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;display:block; }
#Ru6KVkBXGKQ9CaH3M0hn3WMXrputnCK2 { box-sizing:content-box;height:15.9375rem;width:15.9375rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:2.0625rem;left:55.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;display:block; }
#sf8RTLLsxcrEpNbVHr6v1wUPdXBRkiQX { box-sizing:content-box;height:15.9375rem;width:15.9375rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:2.0625rem;left:20.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;display:block; }
#B9LCF3gJT5dMXW9eGUlwGc5eC4X5Tpeq { box-sizing:content-box;height:15.9375rem;width:15.9375rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:2.0625rem;left:38.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;display:block; }
#ffmvixxUOR1IzWttrEp3UkbA5F0ZffJl { box-sizing:content-box;height:15.9375rem;width:15.9375rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:19.5rem;left:3.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;display:block; }
#qbWyuB130BT1KfAyqRJ4FlFBmZOzPL7v { box-sizing:content-box;height:15.9375rem;width:15.9375rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:19.5rem;left:20.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;display:block; }
#a9ZBCq8HPBpqiri90qWfFO3UVSPZbMzN { box-sizing:content-box;height:15.9375rem;width:15.9375rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:19.5rem;left:38.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;display:block; }
#wVKsy7FGTgiXJsVR2O4nt5nL5bThtR8d { box-sizing:content-box;height:15.9375rem;width:15.9375rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:19.5rem;left:55.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;display:block; }
#UzrUUnEiyDhfcvzvVlJ5oTbsVtZOMndt { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.9375rem;width:15.9375rem;top:2.0625rem;left:3.1875rem;overflow:hidden;display:block; }
#WqreFtOuQ2bJ98z11EPQRBXHW2n5OTkW { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.9375rem;width:15.9375rem;top:2.0625rem;left:20.75rem;overflow:hidden;display:block; }
#m3WBSO2VQsSNOMek8qvwll3hwL6Ai6Em { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.9375rem;width:15.9375rem;top:2.0625rem;left:38.3125rem;overflow:hidden;display:block; }
#iyan32rUm3TdebsetTZQbR7swSuALk5q { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.9375rem;width:15.9375rem;top:2.0625rem;left:55.875rem;overflow:hidden;display:block; }
#BJQdppMxUmazRu1oZpzpJvc9fWQaBg8x { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.9375rem;width:15.9375rem;top:19.5rem;left:3.1875rem;overflow:hidden;display:block; }
#kB8PT0Ocrt754XGMiTqi9oAS1hiLaaBo { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.9375rem;width:15.9375rem;top:19.5rem;left:20.75rem;overflow:hidden;display:block; }
#CB3s4v3lKxnBPmp4T7q7DMKln1dKt083 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.9375rem;width:15.9375rem;top:19.5rem;left:38.25rem;overflow:hidden;display:block; }
#QDxayMobGzeLosgE85hyan1IAplFgAKU { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.9375rem;width:15.9375rem;top:19.5rem;left:55.875rem;overflow:hidden;display:block; }
#ycuBdtmnVIXccmKXhcr3QTurRzKcyyxQ { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:12.25rem;left:21.875rem;height:1.29980625rem;font-style:normal;display:block; }
#MClohtgPKctR4ZepSwZt78c8hbhcW4qN { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:13.875rem;left:21.875rem;height:2.88720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XZLo5hianiBd6Vx12uUKqvVzQDTIHpAo { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.25rem;left:39.375rem;height:1.29980625rem;font-style:normal;display:block; }
#iB3hUgpsp9PU6f5xOGIX7N6ogsRg0Kyi { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:13.875rem;left:39.375rem;height:2.88720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AmRWHP8oR57mnWC077JJpc6OFKOXwvtR { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:12.25rem;left:57rem;height:1.29980625rem;font-style:normal;display:block; }
#ya9PllTgbL8CefL9Z0E7RAHdFV3PXtlz { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:13.875rem;left:57rem;height:2.88720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sm3zFXNVCaPpsv1T1NWMKt4SPPEyCrKQ { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:29.5625rem;left:57rem;height:1.29980625rem;font-style:normal;display:block; }
#y0QabzOW5c8ZRB6UkBobr6HmF1aRXm2K { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:31.1875rem;left:57rem;height:2.88720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QanyDTTUZbzlmAtnGTpW16fwZAlr98C2 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:29.5625rem;left:39.375rem;height:1.29980625rem;font-style:normal;display:block; }
#lq6ZTXPpzQT2mCKdT28ykME7Nkpilo5T { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:31.1875rem;left:39.375rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HoBHmCWRvATg7g5BRTpG6oEUsPHE9adu { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:29.5625rem;left:21.875rem;height:1.29980625rem;font-style:normal;display:block; }
#wABSSCToW9inihBRKTXMK52xX475QidC { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:31.1875rem;left:21.875rem;height:2.88720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uQf5cd24kF1mUCBTNLQUGTDc1lfxDrXK { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:29.5625rem;left:4.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#SvdhXNiQwEoNRG4STdrQ84LM1gwVVIuh { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:31.1875rem;left:4.3125rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h6UBh8WU9BwEvBRKMTNQmQ9vmuuXlNCo { 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; }#h6UBh8WU9BwEvBRKMTNQmQ9vmuuXlNCo > .row .container { background-color: transparent; background-image: none; }#h6UBh8WU9BwEvBRKMTNQmQ9vmuuXlNCo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6UBh8WU9BwEvBRKMTNQmQ9vmuuXlNCo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6UBh8WU9BwEvBRKMTNQmQ9vmuuXlNCo > .row .container > .video-iframe-container { display: none; }#h6UBh8WU9BwEvBRKMTNQmQ9vmuuXlNCo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6UBh8WU9BwEvBRKMTNQmQ9vmuuXlNCo > .row > .video-iframe-container { display: none; }#h6UBh8WU9BwEvBRKMTNQmQ9vmuuXlNCo > .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); }#h6UBh8WU9BwEvBRKMTNQmQ9vmuuXlNCo > .row .container { border-width: 0; border-radius: 0; }#h6UBh8WU9BwEvBRKMTNQmQ9vmuuXlNCo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h6UBh8WU9BwEvBRKMTNQmQ9vmuuXlNCo > .row .container { font-size:0.875rem;font-family:arial;height:79.875rem;width:75rem;position:relative;display:block; }#R5BSFsZ8XeOnZgQnzSTTstIFDuNU0UTr { color:#000000;display:block;width:60.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:2.724609375rem;left:7.09375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M32rx0hcW1hMywnhJBFOoQyQxNxVOExy { color:#000000;display:block;width:61.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:8.9375rem;left:6.6875rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v81XtiG2TrZBb5rXTt6qxfmTfgwTBC0O { box-sizing:content-box;height:29.375rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:16.625rem;left:26.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
#JTpOM6rWAO9iTqbACtFlJhiFmCQUzQaF { box-sizing:content-box;height:29.375rem;width:21.875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:16.625rem;left:3.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
#iw3nniZKSsWIwwWDWR8B16zRp0H5POOG { box-sizing:content-box;height:29.375rem;width:21.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:16.625rem;left:49.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
#yo26FZaUU5gECWW9V0k682TUZuxweX7D { box-sizing:content-box;height:29.375rem;width:21.875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:48.375rem;left:3.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
#blybenwO1TpiPF2E2JGleieRddCiumv1 { box-sizing:content-box;height:29.375rem;width:21.875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:48.375rem;left:26.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
#gmvt4D9qTbLc1huPWbsFo1BrTZehtQzo { box-sizing:content-box;height:29.375rem;width:21.875rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:48.375rem;left:49.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
#PczZsbpXCThgfSUJ1MhK44J7gTBtR7kw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:32.875rem;left:4.53125rem;height:1.4624rem;font-style:normal;display:block; }
#mG5tKtgmzknnNJH3JFaqXZWHFO4uKhDI { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:35rem;left:4.53125rem;height:5.6860375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b0ruGPkmV4VWJdfwS6RcfH5mIPSJrK3B { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:32.875rem;left:27.9375rem;height:1.4624rem;font-style:normal;display:block; }
#m1b0AXRkI93211dAAMhKBTSmLwa88r6w { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:35rem;left:27.9375rem;height:6.82325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DoL30xFuFrwMwFVKiCbJCTzZOzye8gzs { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:32.875rem;left:51.3125rem;height:2.9248rem;font-style:normal;display:block; }
#i3bnODAibZuqJlfgWBu6tP7Go95OpTKD { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:36.375rem;left:51.3125rem;height:6.82325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bCPBD4XFn1BI0T1WKOwPk0N4SUBbM60p { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:64.5rem;left:4.5625rem;height:2.92480625rem;font-style:normal;display:block; }
#wrbOoOGQoWs5NKgvat1r2XTMVAd1eNnO { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:68.25rem;left:4.53125rem;height:5.6860375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zb49luWFvEPLl5T2NfrWghl52GQ5vgih { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:66.625rem;left:27.9375rem;height:5.68603125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QPVhyt0rS47Z1aqer3IUHbaR8Fhwp2sM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:64.5rem;left:27.9375rem;height:1.4624rem;font-style:normal;display:block; }
#oaa7a1dVbrxOCO5b7ninRdgR3x4GtemM { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:66.625rem;left:51.3125rem;height:6.82325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xkIIWthmC4DGgfbSLhUOInITrGvnby0z { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:64.5rem;left:51.3125rem;height:1.4624rem;font-style:normal;display:block; }
#G3ZANwVcgpPxbGZHQEa7vLbVBFEIBbl2 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.625rem;width:21.875rem;top:16.625rem;left:3.1875rem;overflow:hidden;display:block; }
#foGEP2kkCD1MwN9TqPiJvV0PKLTQDH5w { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.625rem;width:21.875rem;top:16.625rem;left:26.625rem;overflow:hidden;display:block; }
#RCS0JGPMIKHxdlHzDqSJwzuLn64h6RVJ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.625rem;width:21.875rem;top:16.625rem;left:49.9375rem;overflow:hidden;display:block; }
#G6J3DvgBug1zFUQsWIRMfSfk2WWRGHgh { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.625rem;width:21.875rem;top:48.375rem;left:3.1875rem;overflow:hidden;display:block; }
#Bxw9J8pnVWrf7AXnHhnS3Q24Ueky5ILf { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.625rem;width:21.875rem;top:48.375rem;left:26.625rem;overflow:hidden;display:block; }
#ZyKAnWyHSJrTNBN0IDNbiJFCZ1SM0haG { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.625rem;width:21.875rem;top:48.375rem;left:49.9375rem;overflow:hidden;display:block; }
#M3cvQKmttSTr6Zt0pEpgC26qbuDNJKAE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#M3cvQKmttSTr6Zt0pEpgC26qbuDNJKAE > .row .container { background-color: transparent; background-image: none; }#M3cvQKmttSTr6Zt0pEpgC26qbuDNJKAE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3cvQKmttSTr6Zt0pEpgC26qbuDNJKAE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3cvQKmttSTr6Zt0pEpgC26qbuDNJKAE > .row .container > .video-iframe-container { display: none; }#M3cvQKmttSTr6Zt0pEpgC26qbuDNJKAE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3cvQKmttSTr6Zt0pEpgC26qbuDNJKAE > .row > .video-iframe-container { display: none; }#M3cvQKmttSTr6Zt0pEpgC26qbuDNJKAE > .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); }#M3cvQKmttSTr6Zt0pEpgC26qbuDNJKAE > .row .container { border-width: 0; border-radius: 0; }#M3cvQKmttSTr6Zt0pEpgC26qbuDNJKAE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3cvQKmttSTr6Zt0pEpgC26qbuDNJKAE > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;position:relative;display:block; }#IIEB605uNcV5CytJNgnvLBuuSe2wBzsD { position:absolute;display:block;z-index:15000;height:40rem;width:21.875rem;top:15.5rem;left:26.5625rem;display:block; }
#XNu4IH9WLTu9HHJvgFvRdSmRVhXymngq { color:#000000;display:block;width:22.625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.22607421875rem;left:26.1875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HTvNUry4b0PndoVPf7G6R9tp8TQOI0DJ { color:#000000;display:block;width:43.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:8.375rem;left:15.875rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WOc3KUQCmQ7otoKRVaOM8hXrqiZIQQB5 { position:absolute;display:block;z-index:15001;height:40rem;width:21.875rem;top:15.5rem;left:3.21875rem;display:block; }
#VehgbuXO9iPUiBfmRnf4eI7CMfrOUwkD { position:absolute;display:block;z-index:15001;height:40rem;width:21.875rem;top:15.5rem;left:49.875rem;display:block; }
#sgNz8Vu9tqK8b0VBRxdcTPEbWkTpSMon { 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; }#sgNz8Vu9tqK8b0VBRxdcTPEbWkTpSMon > .row .container { background-color: transparent; background-image: none; }#sgNz8Vu9tqK8b0VBRxdcTPEbWkTpSMon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgNz8Vu9tqK8b0VBRxdcTPEbWkTpSMon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgNz8Vu9tqK8b0VBRxdcTPEbWkTpSMon > .row .container > .video-iframe-container { display: none; }#sgNz8Vu9tqK8b0VBRxdcTPEbWkTpSMon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgNz8Vu9tqK8b0VBRxdcTPEbWkTpSMon > .row > .video-iframe-container { display: none; }#sgNz8Vu9tqK8b0VBRxdcTPEbWkTpSMon > .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); }#sgNz8Vu9tqK8b0VBRxdcTPEbWkTpSMon > .row .container { border-width: 0; border-radius: 0; }#sgNz8Vu9tqK8b0VBRxdcTPEbWkTpSMon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sgNz8Vu9tqK8b0VBRxdcTPEbWkTpSMon > .row .container { font-size:0.875rem;font-family:arial;height:219.3125rem;width:75rem;position:relative;display:block; }#GSKOqEUD0bkuh54rFCtQWNmr9VI8h4ms { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:24.6875rem;left:9.75rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C52znZRTruk1CJ11noX7DoWITkOT8qMh { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:19.40625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i3XiqeSP5vcoURS6aKfncEEXUS36mOt3 { box-sizing:content-box;height:17.5625rem;width:68.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:5.6875rem;left:3.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;display:block; }
#OscMTwlo2TMlCP76bioX5ts0FMJkS1Pz { 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.75rem;width:21.3125rem;top:7rem;left:26.8125rem;overflow:hidden;display:block; }
#KrWabL6xsQH2bSJQ9qG0Gkwz1uIxBPv0 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:21.3125rem;top:7rem;left:4.375rem;overflow:hidden;display:block; }
#OMOrMEMu6nJC5N584gx72vTBGcB0C8VP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:21.3125rem;top:7rem;left:49.375rem;overflow:hidden;display:block; }
#Vfe0dzMWzJBsk9qvAyFLCo9acIuvIJMw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.25rem;left:8.8125rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RSHoILiJxk2qhZCToQV0QTCsFd3KGTna { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.25rem;left:31.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TNE7GC5IGi3ZK8wq1IqN9TURDNT9ORqB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.25rem;left:53.8125rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tI2F7HTwTmizTXs0Raposc0XnT1bmXh9 { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:43.5rem;left:35.625rem;height:5.6860375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dyQKmN6BlSznAfd4E1XxM0TicPA2SEx8 { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:40rem;left:35.625rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xl36nZvZoQ5ceuHZeENSNOfySyARTgPd { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:64.375rem;left:3.0625rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vHiS5tkHOSt1txvUpq9pCaKU2zmuoWtq { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:67.875rem;left:3.0625rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZS30DbLBfklOJfIXsUtCbO1gOaqB1xcV { background-color:#294281;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:51.75rem;left:35.625rem;display:block; }
#TAcTUHWa90Q3CSO56kk9g2GTsTydrrWE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dfnb7bBkQCnlPLfo3PEDiGnGKSJxIavP { background-color:#294281;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:73.625rem;left:3.125rem;display:block; }
#vArd8MVrtGvTJ6CLCkT1kkxkUxAPXfrd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UKqiQfkaJmTZwIZ016W2asxNH46t9nhT { background-color:#294281;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:2.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:30.875rem;left:29.375rem;display:block; }
#t9sTeT8D3f4CKpINT3CMwOTrxxtlHaLR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tn8xIWnERdLAA4gyvmXD3i6tG3ZCaPkN { box-sizing:content-box;height:17.5625rem;width:68.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:5.6875rem;left:3.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;display:none; }
#GpTx04UkDAyTT79cfvJAc1Gb04rOtv5B { box-sizing:content-box;height:17.5625rem;width:68.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:5.6875rem;left:3.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;display:none; }
#RSlaiLVKmtyL5l5FQx11NBk73xL5iKUZ { color:#000000;display:block;width:32.1875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:89.6875rem;left:35.6875rem;height:6.82325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#taPots3ioGhcrAGTnWOfXwMueukv3RWr { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:85.8564453125rem;left:35.6875rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XKD3G1D1TzWqC4kshpL9IGAd2FmAB2HB { background-color:#294281;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:98.3125rem;left:35.6875rem;display:block; }
#btI1drlLTJKLJgXV9zwIlkbQxQTdNJZA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Upgl4zkxo0hC7mEFbEHMC6lNqOadPFns { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:111.4375rem;left:3.125rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tXWPoGBlNI4ewIiOxTJPRo4r1wWTaaCw { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:114.9375rem;left:3.125rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OOWxLFl9eCLxh8cDn3p0CTFQsDW0ALXr { background-color:#294281;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:142.75rem;left:35.625rem;display:block; }
#RadNfDRo2t1T3GDEMFJ2X3nD6t3F6m5n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MDGfw1QTPy54pnTcXcVWTxAGUHMU1OhZ { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:137.25rem;left:35.625rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i0tqNUZWLCKLIBsnZkX3aNylI193NG8J { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:133.75rem;left:35.625rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A5dQ43yHcLEAtpkHImV97zzeJixOUAvf { background-color:#294281;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:120.75rem;left:3.125rem;display:block; }
#sigS7ppotwNirBwg1v0AEv7Jq6Wq1E6K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EMXeiIGsmrkd4JMECwaJ2Ig06cafpwKB { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:154.9375rem;left:3.0625rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BgbXbQFQlmBdrC06JubJ1KtiQwSlog5P { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:158.4375rem;left:3.0625rem;height:6.82325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HUTOc26XvdkRCTTgocpkyssCbtfV6VGx { background-color:#294281;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.1875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:166.6875rem;left:3.125rem;display:block; }
#qMr6yrni2AhmgiKf5neuarqpzmEIEqvC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LliEKUiXhXqak3Mh1MRfU9T8FTI2xTuU { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:180.25rem;left:35.625rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TRhU1RmXDPqFt3BsEP6x3JcwzR6XGk8Q { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:176.8125rem;left:35.625rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AnM7dGx3FXGIrZLrpnKN5eTNoLqVeo1b { background-color:#294281;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.1875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:185.9375rem;left:35.625rem;display:block; }
#MFr7Kk1AT7U65Xd7gSgtUAkBO0bkv4kX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B0cpbb3HTDNNEDJMbs9Sys4H6tKcKi3q { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:198.625rem;left:3.0625rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i9dXdVg5409ThtdVeoSEnwVkkBhf14pO { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:202.125rem;left:3.0625rem;height:6.82325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iL86Xza8lVTZ4RnwmTImOp4ZrTt8T3hf { background-color:#294281;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.1875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:210.1875rem;left:3.125rem;display:block; }
#fWeV6tEGst6g9OapHE4zmda44ZQylLZZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n41TzuAdmHyxANBMm73sbbyqTBXhFOIR { position:absolute;display:block;z-index:15027;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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.15) ;height:20rem;width:30.1875rem;top:36.91015625rem;left:3.125rem;overflow:hidden;display:block; }
#ebF7E8hmANOWXkwSB4IEU0aTCOt85RSM { position:absolute;display:block;z-index:15121;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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.15) ;height:20rem;width:30.125rem;top:59.5234375rem;left:41.8125rem;overflow:hidden;display:block; }
#vB4DBNM3uFEvG5xXgpOCWO3RZLok7Rxm { position:absolute;display:block;z-index:15024;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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.15) ;height:13.6875rem;width:20.6875rem;top:82rem;left:3.125rem;overflow:hidden;display:block; }
#rlS8aTb021BxJxNqQE3TZN5rgWffr10F { position:absolute;display:block;z-index:15121;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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.15) ;height:20rem;width:30.0625rem;top:129.5rem;left:3.125rem;overflow:hidden;display:block; }
#P1AOJnCwKASK3lMbkTlUHcMJAUGEQBvT { position:absolute;display:block;z-index:15024;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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.15) ;height:20rem;width:30.125rem;top:107.75rem;left:41.8125rem;overflow:hidden;display:block; }
#iQ4HcunXcSVIEZBogX3q3WInABezTDsd { position:absolute;display:block;z-index:15032;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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.15) ;height:20rem;width:30.1875rem;top:151.5rem;left:41.75rem;overflow:hidden;display:block; }
#ZVgtwnos9fb1SKFF2a5cBKHydrlpJ0Wa { position:absolute;display:block;z-index:15024;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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.15) ;height:20rem;width:30rem;top:173.6875rem;left:3.125rem;overflow:hidden;display:block; }
#TW5VAGzui9EaIMOftV0IgM95GSZd39VV { position:absolute;display:block;z-index:15121;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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.15) ;height:20rem;width:30rem;top:195.4375rem;left:41.9375rem;overflow:hidden;display:block; }
#cOHslT6lqS09UdtSs0hpWFDiDwUHTx4E { box-sizing:content-box;height:17.5625rem;width:68.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:5.6875rem;left:3.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;display:none; }
#cZfm9wphFqidWPvvzBx6qgTlcCCuQ07J { box-sizing:content-box;height:17.5625rem;width:68.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:5.6875rem;left:3.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;display:none; }
#iuafbJeZx6oslZtLPXIvDDfo2dbToJHA { box-sizing:content-box;height:17.5625rem;width:68.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:5.6875rem;left:3.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;display:none; }
#bevbJKqs7J8oJvntI5hVsRRPCSV1ok6q { box-sizing:content-box;height:17.5625rem;width:68.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:5.6875rem;left:3.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;display:none; }
#li9yNmfn4PUUr8s2H1mTTnm4NE2gIpfT { box-sizing:content-box;height:17.5625rem;width:68.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:5.6875rem;left:3.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;display:none; }
#a8u2Q8Rv9vJgwZ2ANK239ktopGHr8TDG { box-sizing:content-box;height:17.5625rem;width:68.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:5.6875rem;left:3.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;display:none; }
#oTAQpJF4CCoZ7wQStOdWr6XtbZkO8zg9 { position:absolute;display:block;z-index:15025;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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.15) ;height:12.6875rem;width:19.1875rem;top:92.8125rem;left:14.1875rem;overflow:hidden;display:block; }
#sizUzc3HLzrDHcrHFzkrwoK54vppPTJk { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:96.25rem;left:3.125rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TWEvhXLmTE4pgbarlZfsnxIRrbr5TCsC { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:106.125rem;left:14.1875rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cCeMCPMpcwnypAxmOvrpFxqlu8GqCbaH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#135472;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; }#cCeMCPMpcwnypAxmOvrpFxqlu8GqCbaH > .row .container { background-color: transparent; background-image: none; }#cCeMCPMpcwnypAxmOvrpFxqlu8GqCbaH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCeMCPMpcwnypAxmOvrpFxqlu8GqCbaH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCeMCPMpcwnypAxmOvrpFxqlu8GqCbaH > .row .container > .video-iframe-container { display: none; }#cCeMCPMpcwnypAxmOvrpFxqlu8GqCbaH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCeMCPMpcwnypAxmOvrpFxqlu8GqCbaH > .row > .video-iframe-container { display: none; }#cCeMCPMpcwnypAxmOvrpFxqlu8GqCbaH > .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); }#cCeMCPMpcwnypAxmOvrpFxqlu8GqCbaH > .row .container { border-width: 0; border-radius: 0; }#cCeMCPMpcwnypAxmOvrpFxqlu8GqCbaH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cCeMCPMpcwnypAxmOvrpFxqlu8GqCbaH > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#rkiJ5OTfXrrEZplzy533ehfRGiegCeJK { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:4.4375rem;left:14.875rem;height:5.63671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UkPNOzVOrsJ49UH0Z1NNAkn6tobpWfLV { background-color:#ff8a02;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.0625rem;left:30.125rem;display:block; }
#vNoX9TQhhKUR8lC1xA6LBZzTIVNHDbp8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#leJWQdAR7QAhhiyGLtCH1v1D15FuogSz { position:relative;display:block; }#leJWQdAR7QAhhiyGLtCH1v1D15FuogSz { background-color: transparent; background-image: none; }#leJWQdAR7QAhhiyGLtCH1v1D15FuogSz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leJWQdAR7QAhhiyGLtCH1v1D15FuogSz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leJWQdAR7QAhhiyGLtCH1v1D15FuogSz > .row .container > .video-iframe-container { display: none; }#leJWQdAR7QAhhiyGLtCH1v1D15FuogSz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leJWQdAR7QAhhiyGLtCH1v1D15FuogSz > .row > .video-iframe-container { display: none; }#leJWQdAR7QAhhiyGLtCH1v1D15FuogSz > .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); }#leJWQdAR7QAhhiyGLtCH1v1D15FuogSz { border-width: 0; border-radius: 0; }#leJWQdAR7QAhhiyGLtCH1v1D15FuogSz > .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; }#leJWQdAR7QAhhiyGLtCH1v1D15FuogSz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BAguUKiq80oOGQ6ONPnEEaxLqQZF3fTt { position:absolute;display:block;z-index:15000;height:22.5rem;width:40rem;top:0rem;left:0.71875rem;display:block; }
#LisILtChN2Jm41e5mJ9MRrTprlDRmFRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#LisILtChN2Jm41e5mJ9MRrTprlDRmFRO > .row .container { background-color: transparent; background-image: none; }#LisILtChN2Jm41e5mJ9MRrTprlDRmFRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LisILtChN2Jm41e5mJ9MRrTprlDRmFRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LisILtChN2Jm41e5mJ9MRrTprlDRmFRO > .row .container > .video-iframe-container { display: none; }#LisILtChN2Jm41e5mJ9MRrTprlDRmFRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LisILtChN2Jm41e5mJ9MRrTprlDRmFRO > .row > .video-iframe-container { display: none; }#LisILtChN2Jm41e5mJ9MRrTprlDRmFRO > .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); }#LisILtChN2Jm41e5mJ9MRrTprlDRmFRO > .row .container { border-width: 0; border-radius: 0; }#LisILtChN2Jm41e5mJ9MRrTprlDRmFRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LisILtChN2Jm41e5mJ9MRrTprlDRmFRO > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#dLmr0Hz0BcoivevDS27fGmR57LXMOumo { color:#000000;display:block;width:17.4985625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:14.3125rem;left:29.28173828125rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#VTMxF1gMurcwzTtWX0GMMlH7Nm1NQA3G { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:1.75rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:9.5625rem;left:33.81201171875rem;display:block; }
#acgDQfMXqAwT9dCqCiH4I4ReERHGiRUO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMJ8xo7nEnJJyGpaos9ML1zgwTIo73qv { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:9.125rem;top:1.9375rem;left:32.9375rem;overflow:hidden;display:block; }
#lO851tUARQRtqgQN36ZlGuIIqwksN0lR { 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:1.5rem;width:1.5rem;top:9.6875rem;left:19.4375rem;overflow:hidden;display:block; }
#WmViaLcS7gtkBdmToeIBwul8sKJgs8yv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:9.75rem;left:44.5625rem;overflow:hidden;display:block; }
#kT30ZyUEJg39lKvG2tEEQD3PHyOHORA9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:9.6875rem;left:31.5625rem;overflow:hidden;display:block; }
#DPL1SCrKs2693FVTXuVtJVh2s1HFFdks { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:1.4375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:9.71875rem;left:21.625rem;display:block; }
#hl1589QlDDyHQUFQTrwhKTDEfIwgvpOJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xxptFWBWxuKiABd0L7Bvplf0i2dFqicn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-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.5625rem;width:4.5625rem;top:4.25rem;left:40.875rem;overflow:hidden;display:block; }
#bvNHA8w5HzDfVHUoRsav6v6965x7bt7X { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:1.5625rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:9.6875rem;left:46.875rem;display:block; }
#LveNJoc019zWPqZZpmhICJcKCLMhhZcR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K2rknJd9PuVlcu8v1HsQ671f1kF0ens9 { 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:4.375rem;width:4.375rem;top:1.9375rem;left:68.03125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TSmDOEvXUQp9a0xTLUZrBdmOyhRdWayx { display:block; }#TSmDOEvXUQp9a0xTLUZrBdmOyhRdWayx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0Saz6AF64xWiqaDV5dDurzy6fJlXr8v { top:0rem;left:0rem;width:2.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD1c2fgtPhKu6IT9trsdZ4lCKatsqBvV { width:5.875rem;height:2.1875rem;top:2.3125rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcWUG2oTkQ80dT3RDnS4mrfvf53JiCQH { display:block; }
 }@media only screen and (max-width: 763px) { #IW2D0rIAXwmRJS1NQcSZJx9pRFFrIG5a { width:5.875rem;height:2.1875rem;top:2.3125rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFK1PO428gmp1ZEfQ9DXHlEq5fUZepvC { display:block; }
 }@media only screen and (max-width: 763px) { #OmNOfeRLuTyxrMSmUOpED0HxZuyUUo9g { top:1.0625rem;left:0rem;width:16.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvBhl6t4cvzOTiurqVATltccT8ZXIT01 { top:2.5625rem;left:36.5rem;width:11.25rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy { display:block; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL { display:block; }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlQn8Ads7hgTKmBv476Hxx7H9U8xktx6 { top:34.625rem;left:6.1875rem;width:7.5rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRaHh0FNRckgxNZebR3AtMWdwmpdSuaW { top:1.4375rem;left:0rem;width:22.625rem;height:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfT5qUFQMJkG7RqWil48heZMuadiwCuh { top:2.5rem;left:0rem;width:14.1875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMulZ0DlOKr02ekgw6sz1LKmF0LtS0KT { top:3.9375rem;left:8.8125rem;width:38.9375rem;height:5.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7G3Nvgz9OZSWhpXqBNiBthUgTsKa2Q6 { top:2.625rem;left:12rem;width:35.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZh2OXvClPJb1ZmrIcTlsqLtoqyF27sH { top:42rem;left:27.5625rem;width:17.3125rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REG43g6uykTJDENSDlTFydB2BzCyXIn1 { top:9.625rem;left:20.0625rem;width:27.6875rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-regular-label { display:block;width:20.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-text { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-text {padding-top: 0; padding-bottom: 0;}#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-textarea { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-select { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-select {padding-top: 0; padding-bottom: 0;}#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-button { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-checkbox-label { width:19.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD  { width:20.5rem;height:auto;top:5.0625rem;left:0rem; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .radio-container { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD {display:block;}#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD { width:20.5rem;height:auto;top:5.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hT6P9KZ1r3FnrtwbZ8T8mR3L1q8b6z9m { display:block; }
 }@media only screen and (max-width: 763px) { #LcDmlCzXMACUamPobbs7kWqwk59FE19d { display:block; }
 }@media only screen and (max-width: 763px) { #Au3fhNvdAebsddhKvge2OCw5RiIG8OkW { display:block; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #ATSC5Ofc4MDdbKlimmOgkGeMaSb1UuLH {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #bihmn0lbH2FCW18MOlKZUUlKANd3rh59 { display:block; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #Aitt0i3xGpRUlFuvcexnOs4ssdvupMOT {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #Ti9hS2Z6Haw3aPaf0ftThQBxsp2a9TAJ {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #oNX03LHceZKRMePH9Dsn7GVWcacEkO7i { display:block; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #t8QR6mEnzvLPCSzBn0LMpN3zH7PtnOef {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #TDZ8zxeRGveVLJfJm6PsOeBnqNSAebbH {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #q3R2f8i5Cl2KUEOQyBTWxHO0wEZEtxCg { display:block; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #BV9QT0ZqIZlxmb1l4gxcpxeR77zQi3Dx {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #HpqmTIA9qh2x3EvWkX7lzJdTT37hErWO {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #iv2lkftVK6JN2eEF3TJoQEGttQq4FcSu { display:block; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #l4ybUhmrCL8RVO6yw8rrGR4hTUxP1iFT {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #xcfqG2o476ulPTwX1MekrhvPKVvnF5gr {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #PKRlunqZe1U5IAxPBss2ZKNgGLCcO4dv { display:block; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #l1lyhv7lRrAL956ZXO3J5NJUfTq9Dctk {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #yTDz1zv69gOmslEZ9ETMC2QCEp9VFiPR {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #ZdaQm1UccANwX6b3RpQ9wCcv07bOxk6k {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #P7GgdIPmGQWH0pxBhIfc5LE1q6Iyl5Jx {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #cAVd0VrR9icBoQb1l4aXf1FKSrmXKgR6 {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #rQrFmX8tppGsF4TTKy0hAChRpa6PrPep { display:block; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #oNbm4gfyaH9RX6r7BedyJH4fAGUEZTTS {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #qmT1xCJzxD3dWOZf3oAXy1ZiHThdvaTF {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #kFQw4NbyO3xsQRnbcwTlfJRu6OX9Z4ME { display:block; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #OHTtA9LadBAZcH4LMlEEW1HRKytp4p3q {  }
 }@media only screen and (max-width: 763px) { #B3o7mNfopZfTqZlSbtqTX7BBgnakHJ5H { display:block; }
 }@media only screen and (max-width: 763px) { #R8upSfDGJQE0e5kciHzVGQqtNJKvKuO1 { display:block; }
 }@media only screen and (max-width: 763px) { #haOllxnSGdao9POdUJovqwktetNubQgy { display:block; }
 }@media only screen and (max-width: 763px) { #FwRZvuxWDqFi0xp682xetnFsCD9bNmkR { display:block; }
 }@media only screen and (max-width: 763px) { #iHqqUqNhb81Aole0nBX16bGTekwr5Swf { display:block; }
 }@media only screen and (max-width: 763px) { #XSDJCwSNfPr3nBXs8UKUrtPlpg2Tpso6 { display:block; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #Iy8PE39uqzkcW5RgKZdZ5Caa8Qq8Jk6m { z-index:15000; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #PisQAuMUmWa74NJo4F3ZLyT7pByP7wwu { z-index:15000; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #TAigxsp35dG9rInXTKyVmzCFxKnXVq7M {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #Z0C5PslhEaHp6ax3wIIQqUgzIP4OV0lM {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #EOG3qbqwnTmZKOkt2t8I9KrW9WFDQPrS {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #DciVxVeO7S95VvwP7UciaVW22EfwIr2Z {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #CZCE8sUR5FnRok0D90gZxrs2aBJsJpuH {  }
 }@media only screen and (max-width: 763px) { #hSO7iFAVXgzMBCSxaW488ZIL1wvyUZM9 { display:block; }
 }@media only screen and (max-width: 763px) { #ngy6QR9QxUCTPaOOS9rKi3W6rLtETPUg { display:block; }
 }@media only screen and (max-width: 763px) { #MNvqGOBb1FhZKmEWaNZF4rI1zmixVpeT { display:block; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #J5Qr0CNNDTV1RzEKU20WGoF2rIaaIFLt {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #nbSxTIcs7mOM7xrpVXEm6rAFNFMCfui6 {  }
 }@media only screen and (max-width: 763px) { #t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX { display:block; }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0co43wuuCb5RFUhAepT5NLzp6Uq4TyF { top:0.5rem;left:0rem;width:47.75rem;height:2.0432558139535rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZsfzO1LWPGuI19zWZik1smHwu1LogfZ { width:18.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkTApKL28TsbPzddqWZoTClha7KD88DB { display:block; }#qkTApKL28TsbPzddqWZoTClha7KD88DB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhuZ2bTbNa35CKlPbCFrZsgL0K0BgoJt { top:1.875rem;left:5.78125rem;width:36.1875rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVhKRPINfcoPTeFWeWgczegXlTHVBsiO { top:5.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #px6DssksDz13aRzolii2OGl5w6uQfuW0 { top:9.75rem;left:0rem;width:12.5rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv1NgwOTRTVc3B1Ds4PImXD9pLUABgka { top:9.75rem;left:3.5625rem;width:12.5rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upGfORT1RaVrTOQbtJslGIqymFWtS5LF { top:9.75rem;left:17.5625rem;width:12.5rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwXStTHq3qfeb442CG1xmHJNTGw9AtkO { top:9.75rem;left:31.6875rem;width:12.5rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKIPSph6SClJ6WT4Qp0gF1uGPt0X4hw4 { top:11.5625rem;left:0rem;width:8.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMA0g0ZEf53rEJx8UUBxaoPn2BD7kJoN { top:10.9375rem;left:4.5625rem;width:8.4375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3V2mcc9DCVtrx5OnZsvBAF819zW34qi { top:11.5625rem;left:18.5625rem;width:8.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9qtyNXuHvhaKmryEp30b7HV8vnHH5I7 { top:11.5625rem;left:32.6875rem;width:10.0625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIMzqmGpil661DCZ2cz4HQhIkRUqhCIN { top:15.125rem;left:0rem;width:10.5rem;height:3.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCzKr8BPfvzgxzb19EobxaIr0TEEOnsM { top:15.125rem;left:18.5625rem;width:10.5rem;height:3.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9LUuTcFVWAxeRmnLLFuBnL7vp5zrCPs { top:15.125rem;left:32.6875rem;width:10.5rem;height:4.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaP15k6ND5Rli7cXCB6EZN1rP3vTJIVB { top:15.125rem;left:4.5625rem;width:10.5rem;height:3.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ9wSqDe2qLglZei3L4lQpqTC5hzpH1p { top:20.75rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0XvmbM4IqI2nHo5n97rnM9EHZlilJ7B { top:20.75rem;left:13rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRkd4bf9LQDMSk9qJSzrr6k2fwCNnOcJ { top:20.75rem;left:27.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfLT9bTMyme97F9OXtDH9mrbJwPXEMpA { top:20.75rem;left:41.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUMLmXXZ4TQJHwkhWTQygk3Uy3tWSTT4 { top:9.75rem;left:35.25rem;width:12.5rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV854TK7tSa3EpNwpbF8Msy5SEiLRf0h { top:11.5625rem;left:37.375rem;width:10.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8t1h80UBM36xeUE3TfBZDnOsUOzdLlX { top:15.125rem;left:37.25rem;width:10.5rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga6RQ2eOUZodh5FSn23JoHXr1CD8KWlZ { top:20.75rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfHrOohhw0zvZsbMAUhOiPG95tEV2CyG { display:block; }#qfHrOohhw0zvZsbMAUhOiPG95tEV2CyG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oanE2x6GUprM6eeCb044MJaz0tcsVbsz { top:2.5rem;left:2.09375rem;width:43.5625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwe7Tw3HdgfTNfdGXk4x7p14tGyTozVl { top:0rem;left:43.4375rem;width:4.3125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlkunCxBKhsGrJ2d9EiEoGvUD4ysDV8f { top:8.5rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5FLb0IgIcguVTIJKMBdC3nQ4JXkA6kL { width:18.4375rem;height:2.1875rem;top:14.8125rem;left:14.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOpAWeMZ27FsuOdQKe7EeWwxRZyAFJ9m { display:block; }
 }@media only screen and (max-width: 763px) { #AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC { display:block; }#AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHCoAboukLUqfCzvOLNnLSxCpxXJUelG { top:12.25rem;left:0rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUAIySAzHMxMZXgaQ23TPgZPsBGb6XyG { top:13.875rem;left:0rem;width:13.75rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b77fKDQBc57RRWP3XaK90nnSNgvwisfh { top:2.0625rem;left:0rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru6KVkBXGKQ9CaH3M0hn3WMXrputnCK2 { top:2.0625rem;left:31.8125rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf8RTLLsxcrEpNbVHr6v1wUPdXBRkiQX { top:2.0625rem;left:7.125rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9LCF3gJT5dMXW9eGUlwGc5eC4X5Tpeq { top:2.0625rem;left:24.625rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffmvixxUOR1IzWttrEp3UkbA5F0ZffJl { top:19.5rem;left:0rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWyuB130BT1KfAyqRJ4FlFBmZOzPL7v { top:19.5rem;left:7.125rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ZBCq8HPBpqiri90qWfFO3UVSPZbMzN { top:19.5rem;left:24.625rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVKsy7FGTgiXJsVR2O4nt5nL5bThtR8d { top:19.5rem;left:31.8125rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzrUUnEiyDhfcvzvVlJ5oTbsVtZOMndt { top:2.0625rem;left:0rem;width:15.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqreFtOuQ2bJ98z11EPQRBXHW2n5OTkW { top:2.0625rem;left:7.125rem;width:15.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3WBSO2VQsSNOMek8qvwll3hwL6Ai6Em { top:2.0625rem;left:24.6875rem;width:15.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyan32rUm3TdebsetTZQbR7swSuALk5q { top:2.0625rem;left:31.8125rem;width:15.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJQdppMxUmazRu1oZpzpJvc9fWQaBg8x { top:19.5rem;left:0rem;width:15.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB8PT0Ocrt754XGMiTqi9oAS1hiLaaBo { top:19.5rem;left:7.125rem;width:15.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB3s4v3lKxnBPmp4T7q7DMKln1dKt083 { top:19.5rem;left:24.625rem;width:15.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDxayMobGzeLosgE85hyan1IAplFgAKU { top:19.5rem;left:31.8125rem;width:15.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycuBdtmnVIXccmKXhcr3QTurRzKcyyxQ { top:12.25rem;left:8.25rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MClohtgPKctR4ZepSwZt78c8hbhcW4qN { top:13.875rem;left:8.25rem;width:13.75rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZLo5hianiBd6Vx12uUKqvVzQDTIHpAo { top:12.25rem;left:25.75rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB3hUgpsp9PU6f5xOGIX7N6ogsRg0Kyi { top:13.875rem;left:25.75rem;width:13.75rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmRWHP8oR57mnWC077JJpc6OFKOXwvtR { top:12.25rem;left:34rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya9PllTgbL8CefL9Z0E7RAHdFV3PXtlz { top:13.875rem;left:34rem;width:13.75rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm3zFXNVCaPpsv1T1NWMKt4SPPEyCrKQ { top:29.5625rem;left:34rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0QabzOW5c8ZRB6UkBobr6HmF1aRXm2K { top:31.1875rem;left:34rem;width:13.75rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QanyDTTUZbzlmAtnGTpW16fwZAlr98C2 { top:29.5625rem;left:25.75rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq6ZTXPpzQT2mCKdT28ykME7Nkpilo5T { top:31.1875rem;left:25.75rem;width:13.75rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoBHmCWRvATg7g5BRTpG6oEUsPHE9adu { top:29.5625rem;left:8.25rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wABSSCToW9inihBRKTXMK52xX475QidC { top:31.1875rem;left:8.25rem;width:13.75rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQf5cd24kF1mUCBTNLQUGTDc1lfxDrXK { top:29.5625rem;left:0rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvdhXNiQwEoNRG4STdrQ84LM1gwVVIuh { top:31.1875rem;left:0rem;width:13.75rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6UBh8WU9BwEvBRKMTNQmQ9vmuuXlNCo { display:block; }#h6UBh8WU9BwEvBRKMTNQmQ9vmuuXlNCo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5BSFsZ8XeOnZgQnzSTTstIFDuNU0UTr { top:2.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M32rx0hcW1hMywnhJBFOoQyQxNxVOExy { top:8.9375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v81XtiG2TrZBb5rXTt6qxfmTfgwTBC0O { top:16.625rem;left:13rem;width:21.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTpOM6rWAO9iTqbACtFlJhiFmCQUzQaF { top:16.625rem;left:0rem;width:21.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw3nniZKSsWIwwWDWR8B16zRp0H5POOG { top:16.625rem;left:25.875rem;width:21.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo26FZaUU5gECWW9V0k682TUZuxweX7D { top:48.375rem;left:0rem;width:21.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blybenwO1TpiPF2E2JGleieRddCiumv1 { top:48.375rem;left:13rem;width:21.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmvt4D9qTbLc1huPWbsFo1BrTZehtQzo { top:48.375rem;left:25.875rem;width:21.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PczZsbpXCThgfSUJ1MhK44J7gTBtR7kw { top:32.875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG5tKtgmzknnNJH3JFaqXZWHFO4uKhDI { top:35rem;left:0rem;width:19.1875rem;height:6.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0ruGPkmV4VWJdfwS6RcfH5mIPSJrK3B { top:32.875rem;left:14.3125rem;width:12.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1b0AXRkI93211dAAMhKBTSmLwa88r6w { top:35rem;left:14.3125rem;width:19.1875rem;height:6.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoL30xFuFrwMwFVKiCbJCTzZOzye8gzs { top:32.875rem;left:29.3125rem;width:18.4375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3bnODAibZuqJlfgWBu6tP7Go95OpTKD { top:36.375rem;left:28.5625rem;width:19.1875rem;height:6.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCPBD4XFn1BI0T1WKOwPk0N4SUBbM60p { top:64.5rem;left:0rem;width:16.375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrbOoOGQoWs5NKgvat1r2XTMVAd1eNnO { top:68.25rem;left:0rem;width:19.1875rem;height:6.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb49luWFvEPLl5T2NfrWghl52GQ5vgih { top:66.625rem;left:14.3125rem;width:19.1875rem;height:5.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPVhyt0rS47Z1aqer3IUHbaR8Fhwp2sM { top:64.5rem;left:14.3125rem;width:12.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaa7a1dVbrxOCO5b7ninRdgR3x4GtemM { top:66.625rem;left:28.5625rem;width:19.1875rem;height:7.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkIIWthmC4DGgfbSLhUOInITrGvnby0z { top:64.5rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3ZANwVcgpPxbGZHQEa7vLbVBFEIBbl2 { top:16.625rem;left:0rem;width:21.875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #foGEP2kkCD1MwN9TqPiJvV0PKLTQDH5w { top:16.625rem;left:13rem;width:21.875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCS0JGPMIKHxdlHzDqSJwzuLn64h6RVJ { top:16.625rem;left:25.875rem;width:21.875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6J3DvgBug1zFUQsWIRMfSfk2WWRGHgh { top:48.375rem;left:0rem;width:21.875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxw9J8pnVWrf7AXnHhnS3Q24Ueky5ILf { top:48.375rem;left:13rem;width:21.875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyKAnWyHSJrTNBN0IDNbiJFCZ1SM0haG { top:48.375rem;left:25.875rem;width:21.875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3cvQKmttSTr6Zt0pEpgC26qbuDNJKAE { display:block; }#M3cvQKmttSTr6Zt0pEpgC26qbuDNJKAE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IIEB605uNcV5CytJNgnvLBuuSe2wBzsD { top:15.5rem;left:12.9375rem;width:21.875rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNu4IH9WLTu9HHJvgFvRdSmRVhXymngq { top:2.1875rem;left:12.5625rem;width:22.625rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTvNUry4b0PndoVPf7G6R9tp8TQOI0DJ { top:8.375rem;left:2.25rem;width:43.25rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOc3KUQCmQ7otoKRVaOM8hXrqiZIQQB5 { top:15.5rem;left:0rem;width:21.875rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #VehgbuXO9iPUiBfmRnf4eI7CMfrOUwkD { top:15.5rem;left:25.875rem;width:21.875rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgNz8Vu9tqK8b0VBRxdcTPEbWkTpSMon { display:block; }#sgNz8Vu9tqK8b0VBRxdcTPEbWkTpSMon > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSKOqEUD0bkuh54rFCtQWNmr9VI8h4ms { top:24.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C52znZRTruk1CJ11noX7DoWITkOT8qMh { top:1.625rem;left:5.78125rem;width:36.1875rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3XiqeSP5vcoURS6aKfncEEXUS36mOt3 { top:5.6875rem;left:0rem;width:47.75rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OscMTwlo2TMlCP76bioX5ts0FMJkS1Pz { top:7rem;left:13.1875rem;width:21.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrWabL6xsQH2bSJQ9qG0Gkwz1uIxBPv0 { top:7rem;left:0rem;width:21.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMOrMEMu6nJC5N584gx72vTBGcB0C8VP { top:7rem;left:26.4375rem;width:21.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfe0dzMWzJBsk9qvAyFLCo9acIuvIJMw { top:21.25rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSHoILiJxk2qhZCToQV0QTCsFd3KGTna { top:21.25rem;left:17.625rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNE7GC5IGi3ZK8wq1IqN9TURDNT9ORqB { top:21.25rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI2F7HTwTmizTXs0Raposc0XnT1bmXh9 { top:43.5rem;left:11.5rem;width:36.25rem;height:6.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyQKmN6BlSznAfd4E1XxM0TicPA2SEx8 { top:40rem;left:11.5625rem;width:36.1875rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl36nZvZoQ5ceuHZeENSNOfySyARTgPd { top:64.375rem;left:0rem;width:36.1875rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHiS5tkHOSt1txvUpq9pCaKU2zmuoWtq { top:67.875rem;left:0rem;width:36.25rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS30DbLBfklOJfIXsUtCbO1gOaqB1xcV { width:14.5625rem;height:2.1875rem;top:51.75rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAcTUHWa90Q3CSO56kk9g2GTsTydrrWE { display:block; }
 }@media only screen and (max-width: 763px) { #Dfnb7bBkQCnlPLfo3PEDiGnGKSJxIavP { width:14.5625rem;height:2.1875rem;top:73.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vArd8MVrtGvTJ6CLCkT1kkxkUxAPXfrd { display:block; }
 }@media only screen and (max-width: 763px) { #UKqiQfkaJmTZwIZ016W2asxNH46t9nhT { width:16.3125rem;height:2.1875rem;top:30.875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9sTeT8D3f4CKpINT3CMwOTrxxtlHaLR { display:block; }
 }@media only screen and (max-width: 763px) { #Tn8xIWnERdLAA4gyvmXD3i6tG3ZCaPkN { top:5.6875rem;left:0rem;width:47.75rem;height:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpTx04UkDAyTT79cfvJAc1Gb04rOtv5B { top:5.6875rem;left:0rem;width:47.75rem;height:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RSlaiLVKmtyL5l5FQx11NBk73xL5iKUZ { top:89.6875rem;left:15.5625rem;width:32.1875rem;height:6.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taPots3ioGhcrAGTnWOfXwMueukv3RWr { top:85.8125rem;left:11.5625rem;width:36.1875rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKD3G1D1TzWqC4kshpL9IGAd2FmAB2HB { width:14.5625rem;height:2.1875rem;top:98.3125rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btI1drlLTJKLJgXV9zwIlkbQxQTdNJZA { display:block; }
 }@media only screen and (max-width: 763px) { #Upgl4zkxo0hC7mEFbEHMC6lNqOadPFns { top:111.4375rem;left:0rem;width:36.1875rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXWPoGBlNI4ewIiOxTJPRo4r1wWTaaCw { top:114.9375rem;left:0rem;width:36.25rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOWxLFl9eCLxh8cDn3p0CTFQsDW0ALXr { width:14.5625rem;height:2.1875rem;top:142.75rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #RadNfDRo2t1T3GDEMFJ2X3nD6t3F6m5n { display:block; }
 }@media only screen and (max-width: 763px) { #MDGfw1QTPy54pnTcXcVWTxAGUHMU1OhZ { top:137.25rem;left:11.5rem;width:36.25rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0tqNUZWLCKLIBsnZkX3aNylI193NG8J { top:133.75rem;left:11.5625rem;width:36.1875rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5dQ43yHcLEAtpkHImV97zzeJixOUAvf { width:14.5625rem;height:2.1875rem;top:120.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sigS7ppotwNirBwg1v0AEv7Jq6Wq1E6K { display:block; }
 }@media only screen and (max-width: 763px) { #EMXeiIGsmrkd4JMECwaJ2Ig06cafpwKB { top:154.9375rem;left:0rem;width:36.1875rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgbXbQFQlmBdrC06JubJ1KtiQwSlog5P { top:158.4375rem;left:0rem;width:35.5625rem;height:6.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUTOc26XvdkRCTTgocpkyssCbtfV6VGx { width:14.5625rem;height:2.1875rem;top:166.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMr6yrni2AhmgiKf5neuarqpzmEIEqvC { display:block; }
 }@media only screen and (max-width: 763px) { #LliEKUiXhXqak3Mh1MRfU9T8FTI2xTuU { top:180.25rem;left:11.5rem;width:36.25rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRhU1RmXDPqFt3BsEP6x3JcwzR6XGk8Q { top:176.8125rem;left:11.5625rem;width:36.1875rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnM7dGx3FXGIrZLrpnKN5eTNoLqVeo1b { width:14.5625rem;height:2.1875rem;top:185.9375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFr7Kk1AT7U65Xd7gSgtUAkBO0bkv4kX { display:block; }
 }@media only screen and (max-width: 763px) { #B0cpbb3HTDNNEDJMbs9Sys4H6tKcKi3q { top:198.625rem;left:0rem;width:36.1875rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9dXdVg5409ThtdVeoSEnwVkkBhf14pO { top:202.125rem;left:0rem;width:36.25rem;height:6.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL86Xza8lVTZ4RnwmTImOp4ZrTt8T3hf { width:14.5625rem;height:2.1875rem;top:210.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWeV6tEGst6g9OapHE4zmda44ZQylLZZ { display:block; }
 }@media only screen and (max-width: 763px) { #n41TzuAdmHyxANBMm73sbbyqTBXhFOIR { top:36.875rem;left:0rem;width:30.1875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebF7E8hmANOWXkwSB4IEU0aTCOt85RSM { top:59.5rem;left:17.625rem;width:30.125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB4DBNM3uFEvG5xXgpOCWO3RZLok7Rxm { top:82rem;left:0rem;width:20.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlS8aTb021BxJxNqQE3TZN5rgWffr10F { top:129.5rem;left:0rem;width:30.0625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1AOJnCwKASK3lMbkTlUHcMJAUGEQBvT { top:107.75rem;left:17.625rem;width:30.125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ4HcunXcSVIEZBogX3q3WInABezTDsd { top:151.5rem;left:17.5625rem;width:30.1875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVgtwnos9fb1SKFF2a5cBKHydrlpJ0Wa { top:173.6875rem;left:0rem;width:30rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW5VAGzui9EaIMOftV0IgM95GSZd39VV { top:195.4375rem;left:17.75rem;width:30rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOHslT6lqS09UdtSs0hpWFDiDwUHTx4E { top:5.6875rem;left:0rem;width:47.75rem;height:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZfm9wphFqidWPvvzBx6qgTlcCCuQ07J { top:5.6875rem;left:0rem;width:47.75rem;height:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuafbJeZx6oslZtLPXIvDDfo2dbToJHA { top:5.6875rem;left:0rem;width:47.75rem;height:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bevbJKqs7J8oJvntI5hVsRRPCSV1ok6q { top:5.6875rem;left:0rem;width:47.75rem;height:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #li9yNmfn4PUUr8s2H1mTTnm4NE2gIpfT { top:5.6875rem;left:0rem;width:47.75rem;height:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8u2Q8Rv9vJgwZ2ANK239ktopGHr8TDG { top:5.6875rem;left:0rem;width:47.75rem;height:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTAQpJF4CCoZ7wQStOdWr6XtbZkO8zg9 { top:92.8125rem;left:0.5625rem;width:19.1875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sizUzc3HLzrDHcrHFzkrwoK54vppPTJk { top:96.25rem;left:0rem;width:10.75rem;height:2.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWEvhXLmTE4pgbarlZfsnxIRrbr5TCsC { top:106.125rem;left:0.5625rem;width:10.75rem;height:2.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCeMCPMpcwnypAxmOvrpFxqlu8GqCbaH { display:block; }#cCeMCPMpcwnypAxmOvrpFxqlu8GqCbaH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkiJ5OTfXrrEZplzy533ehfRGiegCeJK { top:4.4375rem;left:1.25rem;width:45.3125rem;height:5.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkPNOzVOrsJ49UH0Z1NNAkn6tobpWfLV { width:14.75rem;height:2.8125rem;top:12.0625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNoX9TQhhKUR8lC1xA6LBZzTIVNHDbp8 { display:block; }
 }@media only screen and (max-width: 763px) { #leJWQdAR7QAhhiyGLtCH1v1D15FuogSz { display:block; }#leJWQdAR7QAhhiyGLtCH1v1D15FuogSz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAguUKiq80oOGQ6ONPnEEaxLqQZF3fTt { top:0rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LisILtChN2Jm41e5mJ9MRrTprlDRmFRO { display:block; }#LisILtChN2Jm41e5mJ9MRrTprlDRmFRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLmr0Hz0BcoivevDS27fGmR57LXMOumo { top:14.3125rem;left:15.65673828125rem;width:17.4375rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTMxF1gMurcwzTtWX0GMMlH7Nm1NQA3G { width:8.4375rem;height:1.75rem;top:9.5625rem;left:20.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acgDQfMXqAwT9dCqCiH4I4ReERHGiRUO { display:block; }
 }@media only screen and (max-width: 763px) { #cMJ8xo7nEnJJyGpaos9ML1zgwTIo73qv { top:1.9375rem;left:19.3125rem;width:9.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO851tUARQRtqgQN36ZlGuIIqwksN0lR { top:9.6875rem;left:5.8125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmViaLcS7gtkBdmToeIBwul8sKJgs8yv { top:9.75rem;left:30.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT30ZyUEJg39lKvG2tEEQD3PHyOHORA9 { top:9.6875rem;left:17.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPL1SCrKs2693FVTXuVtJVh2s1HFFdks { width:7.25rem;height:1.4375rem;top:9.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl1589QlDDyHQUFQTrwhKTDEfIwgvpOJ { display:block; }
 }@media only screen and (max-width: 763px) { #xxptFWBWxuKiABd0L7Bvplf0i2dFqicn { top:4.25rem;left:27.25rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvNHA8w5HzDfVHUoRsav6v6965x7bt7X { width:10.25rem;height:1.5625rem;top:9.6875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LveNJoc019zWPqZZpmhICJcKCLMhhZcR { display:block; }
 }@media only screen and (max-width: 763px) { #K2rknJd9PuVlcu8v1HsQ671f1kF0ens9 { top:1.9375rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TSmDOEvXUQp9a0xTLUZrBdmOyhRdWayx { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TSmDOEvXUQp9a0xTLUZrBdmOyhRdWayx > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0Saz6AF64xWiqaDV5dDurzy6fJlXr8v { width:1.5625rem;height:2.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD1c2fgtPhKu6IT9trsdZ4lCKatsqBvV { width:5.875rem;height:2.1875rem;top:2.25rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcWUG2oTkQ80dT3RDnS4mrfvf53JiCQH { display:block; }
 }@media only screen and (max-width: 763px) { #IW2D0rIAXwmRJS1NQcSZJx9pRFFrIG5a { width:5.875rem;height:2.1875rem;top:2.3125rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFK1PO428gmp1ZEfQ9DXHlEq5fUZepvC { display:block; }
 }@media only screen and (max-width: 763px) { #OmNOfeRLuTyxrMSmUOpED0HxZuyUUo9g { width:10.1875rem;height:2.0625rem;top:1.1875rem;left:1.14208984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvBhl6t4cvzOTiurqVATltccT8ZXIT01 { width:7.8125rem;height:1.125rem;top:1.9375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy { display:block; }#KzG2QkAthQhTt0CXZLPgEvEnsFchxtQy > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL { background-color:rgba(248,245,245,0.63);background-image:url("https://images.assets-landingi.com/uc/20438af8-8b8e-4ffa-b94d-0e271da9c147/Asset952x.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL.adaptive-delivery-prevent-bg, #a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL.lazyload, #a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL.lazyloading { background-image: none; }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .row .container { background-color: transparent; background-image: none; }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .row .container > .video-iframe-container { display: none; }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .row > .video-iframe-container { display: none; }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .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); }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .row .container { border-width: 0; border-radius: 0; }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0QyDQreVCXtwhwxrJskEFzFstSFv5ZL > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlQn8Ads7hgTKmBv476Hxx7H9U8xktx6 { width:7.1875rem;height:6.9375rem;top:108.8125rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRaHh0FNRckgxNZebR3AtMWdwmpdSuaW { width:20rem;height:37.625rem;top:28.125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.17) ;display:block; }
 }@media only screen and (max-width: 763px) { #FfT5qUFQMJkG7RqWil48heZMuadiwCuh { width:12.8125rem;height:3.25rem;top:29.3125rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMulZ0DlOKr02ekgw6sz1LKmF0LtS0KT { width:20rem;height:5.25rem;top:2.1875rem;left:0rem;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #D7G3Nvgz9OZSWhpXqBNiBthUgTsKa2Q6 { width:20rem;height:0.8125rem;top:1.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZh2OXvClPJb1ZmrIcTlsqLtoqyF27sH { width:17.3125rem;height:0.73095625rem;top:26.8125rem;left:1.34375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REG43g6uykTJDENSDlTFydB2BzCyXIn1 { width:17.6875rem;height:1.625rem;top:7.9375rem;left:1.15625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-text {padding-top: 0; padding-bottom: 0;}#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.6875rem;overflow:hidden;display:block;vertical-align:top; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-select {padding-top: 0; padding-bottom: 0;}#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.3125rem;font-size:0.8125rem;overflow:hidden; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD  { width:17.5rem;height:auto;top:33.4384765625rem;left:0rem; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD .widget-info-text { font-size:0.1875rem;overflow:hidden;height:auto; }
#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD {display:block;}#mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD { width:17.5rem;height:auto;top:33.4384765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hT6P9KZ1r3FnrtwbZ8T8mR3L1q8b6z9m { display:block; }
 }@media only screen and (max-width: 763px) { #LcDmlCzXMACUamPobbs7kWqwk59FE19d { display:block; }
 }@media only screen and (max-width: 763px) { #Au3fhNvdAebsddhKvge2OCw5RiIG8OkW { display:block; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #ATSC5Ofc4MDdbKlimmOgkGeMaSb1UuLH {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #bihmn0lbH2FCW18MOlKZUUlKANd3rh59 { display:none; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #Aitt0i3xGpRUlFuvcexnOs4ssdvupMOT {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #Ti9hS2Z6Haw3aPaf0ftThQBxsp2a9TAJ {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #oNX03LHceZKRMePH9Dsn7GVWcacEkO7i { display:none; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #t8QR6mEnzvLPCSzBn0LMpN3zH7PtnOef {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #TDZ8zxeRGveVLJfJm6PsOeBnqNSAebbH {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #q3R2f8i5Cl2KUEOQyBTWxHO0wEZEtxCg { display:none; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #BV9QT0ZqIZlxmb1l4gxcpxeR77zQi3Dx {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #HpqmTIA9qh2x3EvWkX7lzJdTT37hErWO {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #iv2lkftVK6JN2eEF3TJoQEGttQq4FcSu { display:none; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #l4ybUhmrCL8RVO6yw8rrGR4hTUxP1iFT {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #xcfqG2o476ulPTwX1MekrhvPKVvnF5gr {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #PKRlunqZe1U5IAxPBss2ZKNgGLCcO4dv { display:none; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #l1lyhv7lRrAL956ZXO3J5NJUfTq9Dctk {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #yTDz1zv69gOmslEZ9ETMC2QCEp9VFiPR {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #ZdaQm1UccANwX6b3RpQ9wCcv07bOxk6k { display:none; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #P7GgdIPmGQWH0pxBhIfc5LE1q6Iyl5Jx {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #cAVd0VrR9icBoQb1l4aXf1FKSrmXKgR6 {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #rQrFmX8tppGsF4TTKy0hAChRpa6PrPep { display:none; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #oNbm4gfyaH9RX6r7BedyJH4fAGUEZTTS {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #qmT1xCJzxD3dWOZf3oAXy1ZiHThdvaTF {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #kFQw4NbyO3xsQRnbcwTlfJRu6OX9Z4ME { display:none; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #OHTtA9LadBAZcH4LMlEEW1HRKytp4p3q {  }
 }@media only screen and (max-width: 763px) { #B3o7mNfopZfTqZlSbtqTX7BBgnakHJ5H { display:block; }
 }@media only screen and (max-width: 763px) { #R8upSfDGJQE0e5kciHzVGQqtNJKvKuO1 { display:block; }
 }@media only screen and (max-width: 763px) { #haOllxnSGdao9POdUJovqwktetNubQgy { display:block; }
 }@media only screen and (max-width: 763px) { #FwRZvuxWDqFi0xp682xetnFsCD9bNmkR { display:block; }
 }@media only screen and (max-width: 763px) { #iHqqUqNhb81Aole0nBX16bGTekwr5Swf { display:block; }
 }@media only screen and (max-width: 763px) { #XSDJCwSNfPr3nBXs8UKUrtPlpg2Tpso6 { display:block; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #Iy8PE39uqzkcW5RgKZdZ5Caa8Qq8Jk6m { z-index:15000; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #PisQAuMUmWa74NJo4F3ZLyT7pByP7wwu { z-index:15000; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #TAigxsp35dG9rInXTKyVmzCFxKnXVq7M {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #Z0C5PslhEaHp6ax3wIIQqUgzIP4OV0lM {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #EOG3qbqwnTmZKOkt2t8I9KrW9WFDQPrS {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #DciVxVeO7S95VvwP7UciaVW22EfwIr2Z {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #CZCE8sUR5FnRok0D90gZxrs2aBJsJpuH {  }
 }@media only screen and (max-width: 763px) { #hSO7iFAVXgzMBCSxaW488ZIL1wvyUZM9 { display:block; }
 }@media only screen and (max-width: 763px) { #ngy6QR9QxUCTPaOOS9rKi3W6rLtETPUg { display:block; }
 }@media only screen and (max-width: 763px) { #MNvqGOBb1FhZKmEWaNZF4rI1zmixVpeT { display:block; }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #J5Qr0CNNDTV1RzEKU20WGoF2rIaaIFLt {  }
 }@media only screen and (max-width: 763px) { #mOtkFT6TCRuaTa84dB2Utiz4U9rnwuzD #nbSxTIcs7mOM7xrpVXEm6rAFNFMCfui6 {  }
 }@media only screen and (max-width: 763px) { #t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca729204-90c5-4b83-90e1-33763d3a2c49/Background62x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX.adaptive-delivery-prevent-bg, #t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX.lazyload, #t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX.lazyloading { background-image: none; }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .row .container { background-color: transparent; background-image: none; }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .row .container > .video-iframe-container { display: none; }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .row > .video-iframe-container { display: none; }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .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); }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .row .container { border-width: 0; border-radius: 0; }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t0Tig4dpOxPvxTxp4APrUf4ZoQaaRKdX > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0co43wuuCb5RFUhAepT5NLzp6Uq4TyF { width:25rem;height:1.25rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TZsfzO1LWPGuI19zWZik1smHwu1LogfZ { top:0.46875rem;left:0.625rem;width:18.75rem;height:3.75rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qkTApKL28TsbPzddqWZoTClha7KD88DB { background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/ca729204-90c5-4b83-90e1-33763d3a2c49/Background62x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qkTApKL28TsbPzddqWZoTClha7KD88DB.adaptive-delivery-prevent-bg, #qkTApKL28TsbPzddqWZoTClha7KD88DB.lazyload, #qkTApKL28TsbPzddqWZoTClha7KD88DB.lazyloading { background-image: none; }#qkTApKL28TsbPzddqWZoTClha7KD88DB > .row .container { background-color: transparent; background-image: none; }#qkTApKL28TsbPzddqWZoTClha7KD88DB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkTApKL28TsbPzddqWZoTClha7KD88DB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkTApKL28TsbPzddqWZoTClha7KD88DB > .row .container > .video-iframe-container { display: none; }#qkTApKL28TsbPzddqWZoTClha7KD88DB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkTApKL28TsbPzddqWZoTClha7KD88DB > .row > .video-iframe-container { display: none; }#qkTApKL28TsbPzddqWZoTClha7KD88DB > .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); }#qkTApKL28TsbPzddqWZoTClha7KD88DB > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhuZ2bTbNa35CKlPbCFrZsgL0K0BgoJt { width:20rem;height:1.86889375rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVhKRPINfcoPTeFWeWgczegXlTHVBsiO { width:19.0625rem;height:4.375rem;top:3.599609375rem;left:0.46875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #px6DssksDz13aRzolii2OGl5w6uQfuW0 { width:20rem;height:9.6875rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv1NgwOTRTVc3B1Ds4PImXD9pLUABgka { width:20rem;height:10.1875rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upGfORT1RaVrTOQbtJslGIqymFWtS5LF { width:20rem;height:9.6875rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwXStTHq3qfeb442CG1xmHJNTGw9AtkO { width:20rem;height:9.6875rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKIPSph6SClJ6WT4Qp0gF1uGPt0X4hw4 { width:8.4375rem;height:2.4375rem;top:10.5rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMA0g0ZEf53rEJx8UUBxaoPn2BD7kJoN { width:9.375rem;height:3.65625rem;top:21.3125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3V2mcc9DCVtrx5OnZsvBAF819zW34qi { width:12.75rem;height:2.4375rem;top:32.625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9qtyNXuHvhaKmryEp30b7HV8vnHH5I7 { width:15.375rem;height:2.4375rem;top:43.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIMzqmGpil661DCZ2cz4HQhIkRUqhCIN { width:17.5rem;height:1.75rem;top:13.25rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCzKr8BPfvzgxzb19EobxaIr0TEEOnsM { width:17.5rem;height:1.75rem;top:35.46875rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9LUuTcFVWAxeRmnLLFuBnL7vp5zrCPs { width:17.5rem;height:2.625rem;top:46.3125rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaP15k6ND5Rli7cXCB6EZN1rP3vTJIVB { width:17.5rem;height:1.75rem;top:25.5rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ9wSqDe2qLglZei3L4lQpqTC5hzpH1p { width:2.1875rem;height:2.1875rem;top:15.9375rem;left:17.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0XvmbM4IqI2nHo5n97rnM9EHZlilJ7B { width:2.1875rem;height:2.1875rem;top:27.375rem;left:17.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRkd4bf9LQDMSk9qJSzrr6k2fwCNnOcJ { width:2.1875rem;height:2.1875rem;top:38.1875rem;left:17.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfLT9bTMyme97F9OXtDH9mrbJwPXEMpA { width:2.1875rem;height:2.1875rem;top:49rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUMLmXXZ4TQJHwkhWTQygk3Uy3tWSTT4 { width:20rem;height:9.6875rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV854TK7tSa3EpNwpbF8Msy5SEiLRf0h { width:10.375rem;height:2.4375rem;top:54.125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8t1h80UBM36xeUE3TfBZDnOsUOzdLlX { width:15.125rem;height:1.75rem;top:57.25rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga6RQ2eOUZodh5FSn23JoHXr1CD8KWlZ { width:2.1875rem;height:2.1875rem;top:59.75rem;left:17.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfHrOohhw0zvZsbMAUhOiPG95tEV2CyG { display:block; }#qfHrOohhw0zvZsbMAUhOiPG95tEV2CyG > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oanE2x6GUprM6eeCb044MJaz0tcsVbsz { width:14.75rem;height:3.298825rem;top:1.5625rem;left:2.625rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Xwe7Tw3HdgfTNfdGXk4x7p14tGyTozVl { width:2.1875rem;height:3.375rem;top:0rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlkunCxBKhsGrJ2d9EiEoGvUD4ysDV8f { width:19.0625rem;height:7rem;top:5.75rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5FLb0IgIcguVTIJKMBdC3nQ4JXkA6kL { width:13rem;height:1.75rem;top:15.125rem;left:3.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOpAWeMZ27FsuOdQKe7EeWwxRZyAFJ9m { display:block; }
 }@media only screen and (max-width: 763px) { #AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC { display:block; }#AQiUksoSC8Jvh3H144Z9fI1TP6BMiEkC > .row .container { width:20rem;height:140.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHCoAboukLUqfCzvOLNnLSxCpxXJUelG { width:17.5rem;height:1.29980625rem;top:12.82470703125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUAIySAzHMxMZXgaQ23TPgZPsBGb6XyG { width:17.5rem;height:1.923825rem;top:14.375rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b77fKDQBc57RRWP3XaK90nnSNgvwisfh { width:20rem;height:15.9375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru6KVkBXGKQ9CaH3M0hn3WMXrputnCK2 { width:20rem;height:15.9375rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf8RTLLsxcrEpNbVHr6v1wUPdXBRkiQX { width:20rem;height:15.9375rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9LCF3gJT5dMXW9eGUlwGc5eC4X5Tpeq { width:20rem;height:15.9375rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffmvixxUOR1IzWttrEp3UkbA5F0ZffJl { width:20rem;height:15.9375rem;top:70.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWyuB130BT1KfAyqRJ4FlFBmZOzPL7v { width:20rem;height:15.9375rem;top:87.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ZBCq8HPBpqiri90qWfFO3UVSPZbMzN { width:20rem;height:15.9375rem;top:104.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVKsy7FGTgiXJsVR2O4nt5nL5bThtR8d { width:20rem;height:15.9375rem;top:122.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzrUUnEiyDhfcvzvVlJ5oTbsVtZOMndt { width:20rem;height:11.1875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqreFtOuQ2bJ98z11EPQRBXHW2n5OTkW { width:20rem;height:11.1875rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3WBSO2VQsSNOMek8qvwll3hwL6Ai6Em { width:20rem;height:11.1875rem;top:35.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyan32rUm3TdebsetTZQbR7swSuALk5q { width:20rem;height:11.1875rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJQdppMxUmazRu1oZpzpJvc9fWQaBg8x { width:20rem;height:11.1875rem;top:70.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB8PT0Ocrt754XGMiTqi9oAS1hiLaaBo { width:20rem;height:11.1875rem;top:87.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB3s4v3lKxnBPmp4T7q7DMKln1dKt083 { width:20rem;height:11.1875rem;top:104.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDxayMobGzeLosgE85hyan1IAplFgAKU { width:20rem;height:11.1875rem;top:122.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycuBdtmnVIXccmKXhcr3QTurRzKcyyxQ { width:17.5rem;height:1.29980625rem;top:30.07470703125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MClohtgPKctR4ZepSwZt78c8hbhcW4qN { width:17.5rem;height:1.923825rem;top:31.5625rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZLo5hianiBd6Vx12uUKqvVzQDTIHpAo { width:17.5rem;height:1.29980625rem;top:47.3251953125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB3hUgpsp9PU6f5xOGIX7N6ogsRg0Kyi { width:17.5rem;height:1.923825rem;top:48.875rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmRWHP8oR57mnWC077JJpc6OFKOXwvtR { width:17.5rem;height:1.29980625rem;top:64.7626953125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya9PllTgbL8CefL9Z0E7RAHdFV3PXtlz { width:17.5rem;height:1.923825rem;top:66.3125rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm3zFXNVCaPpsv1T1NWMKt4SPPEyCrKQ { width:17.5rem;height:1.29980625rem;top:133.9501953125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0QabzOW5c8ZRB6UkBobr6HmF1aRXm2K { width:17.5rem;height:1.923825rem;top:135.5rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QanyDTTUZbzlmAtnGTpW16fwZAlr98C2 { width:17.5rem;height:1.29980625rem;top:116.7001953125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq6ZTXPpzQT2mCKdT28ykME7Nkpilo5T { width:17.5rem;height:1.923825rem;top:118.25rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoBHmCWRvATg7g5BRTpG6oEUsPHE9adu { width:17.5rem;height:1.29980625rem;top:99.3876953125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wABSSCToW9inihBRKTXMK52xX475QidC { width:17.5rem;height:1.923825rem;top:100.9375rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQf5cd24kF1mUCBTNLQUGTDc1lfxDrXK { width:17.5rem;height:1.29980625rem;top:81.9501953125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvdhXNiQwEoNRG4STdrQ84LM1gwVVIuh { width:17.5rem;height:1.923825rem;top:83.5rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6UBh8WU9BwEvBRKMTNQmQ9vmuuXlNCo { display:block; }#h6UBh8WU9BwEvBRKMTNQmQ9vmuuXlNCo > .row .container { width:20rem;height:157.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5BSFsZ8XeOnZgQnzSTTstIFDuNU0UTr { width:20rem;height:2.3994125rem;top:1.5rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #M32rx0hcW1hMywnhJBFOoQyQxNxVOExy { width:19.0625rem;height:7.875rem;top:4.5625rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v81XtiG2TrZBb5rXTt6qxfmTfgwTBC0O { width:20rem;height:22.1875rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTpOM6rWAO9iTqbACtFlJhiFmCQUzQaF { width:20rem;height:22.1875rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw3nniZKSsWIwwWDWR8B16zRp0H5POOG { width:20rem;height:23.125rem;top:61.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo26FZaUU5gECWW9V0k682TUZuxweX7D { width:20rem;height:23.125rem;top:85.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blybenwO1TpiPF2E2JGleieRddCiumv1 { width:20rem;height:22.1875rem;top:110.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmvt4D9qTbLc1huPWbsFo1BrTZehtQzo { width:20rem;height:22.1875rem;top:133.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PczZsbpXCThgfSUJ1MhK44J7gTBtR7kw { width:12.5rem;height:1.21875rem;top:28.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG5tKtgmzknnNJH3JFaqXZWHFO4uKhDI { width:17.5rem;height:3.5rem;top:30.15625rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0ruGPkmV4VWJdfwS6RcfH5mIPSJrK3B { width:14.3125rem;height:1.21875rem;top:52.375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1b0AXRkI93211dAAMhKBTSmLwa88r6w { width:17.5rem;height:4.375rem;top:54rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoL30xFuFrwMwFVKiCbJCTzZOzye8gzs { width:12.0625rem;height:2.4375rem;top:75.75rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3bnODAibZuqJlfgWBu6tP7Go95OpTKD { width:17.25rem;height:4.375rem;top:78.75rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCPBD4XFn1BI0T1WKOwPk0N4SUBbM60p { width:16.375rem;height:2.4375rem;top:100.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrbOoOGQoWs5NKgvat1r2XTMVAd1eNnO { width:17.5rem;height:4.375rem;top:103.3125rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb49luWFvEPLl5T2NfrWghl52GQ5vgih { width:17.5rem;height:4.375rem;top:126.59375rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPVhyt0rS47Z1aqer3IUHbaR8Fhwp2sM { width:12.5rem;height:1.21875rem;top:124.875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaa7a1dVbrxOCO5b7ninRdgR3x4GtemM { width:17.5rem;height:4.375rem;top:149.84375rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkIIWthmC4DGgfbSLhUOInITrGvnby0z { width:12.5rem;height:1.21875rem;top:148.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3ZANwVcgpPxbGZHQEa7vLbVBFEIBbl2 { width:20rem;height:13.371428571429rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foGEP2kkCD1MwN9TqPiJvV0PKLTQDH5w { width:20rem;height:13.371428571429rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCS0JGPMIKHxdlHzDqSJwzuLn64h6RVJ { width:20rem;height:13.371428571429rem;top:61.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6J3DvgBug1zFUQsWIRMfSfk2WWRGHgh { width:20rem;height:13.371428571429rem;top:85.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxw9J8pnVWrf7AXnHhnS3Q24Ueky5ILf { width:20rem;height:13.371428571429rem;top:110.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyKAnWyHSJrTNBN0IDNbiJFCZ1SM0haG { width:20rem;height:13.371428571429rem;top:133.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3cvQKmttSTr6Zt0pEpgC26qbuDNJKAE { display:block; }#M3cvQKmttSTr6Zt0pEpgC26qbuDNJKAE > .row .container { width:20rem;height:136rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IIEB605uNcV5CytJNgnvLBuuSe2wBzsD { width:20rem;height:40rem;top:53.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNu4IH9WLTu9HHJvgFvRdSmRVhXymngq { width:16.25rem;height:2.875rem;top:1.16796875rem;left:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTvNUry4b0PndoVPf7G6R9tp8TQOI0DJ { width:20rem;height:5.25rem;top:4.927734375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOc3KUQCmQ7otoKRVaOM8hXrqiZIQQB5 { width:20rem;height:40rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VehgbuXO9iPUiBfmRnf4eI7CMfrOUwkD { width:20rem;height:40rem;top:94.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgNz8Vu9tqK8b0VBRxdcTPEbWkTpSMon { display:block; }#sgNz8Vu9tqK8b0VBRxdcTPEbWkTpSMon > .row .container { width:20rem;height:295.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSKOqEUD0bkuh54rFCtQWNmr9VI8h4ms { width:19.25rem;height:7rem;top:6.01171875rem;left:0.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C52znZRTruk1CJ11noX7DoWITkOT8qMh { width:20rem;height:1.7246125rem;top:3.25rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #i3XiqeSP5vcoURS6aKfncEEXUS36mOt3 { width:20rem;height:39.4375rem;top:1.875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OscMTwlo2TMlCP76bioX5ts0FMJkS1Pz { width:8.8125rem;height:5.8125rem;top:29.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrWabL6xsQH2bSJQ9qG0Gkwz1uIxBPv0 { width:18.4375rem;height:11.875rem;top:15.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMOrMEMu6nJC5N584gx72vTBGcB0C8VP { width:8.8125rem;height:5.8125rem;top:29.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfe0dzMWzJBsk9qvAyFLCo9acIuvIJMw { width:12.5rem;height:0.89355625rem;top:27.75rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSHoILiJxk2qhZCToQV0QTCsFd3KGTna { width:8.8125rem;height:0.89355625rem;top:35.625rem;left:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNE7GC5IGi3ZK8wq1IqN9TURDNT9ORqB { width:8.8125rem;height:0.89355625rem;top:35.625rem;left:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI2F7HTwTmizTXs0Raposc0XnT1bmXh9 { width:18.4375rem;height:7rem;top:59.22265625rem;left:0.78125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyQKmN6BlSznAfd4E1XxM0TicPA2SEx8 { width:20rem;height:1.86865rem;top:43.52392578125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xl36nZvZoQ5ceuHZeENSNOfySyARTgPd { width:20rem;height:1.86865rem;top:74.6875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHiS5tkHOSt1txvUpq9pCaKU2zmuoWtq { width:18.4375rem;height:5.25rem;top:90.125rem;left:0.78125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZS30DbLBfklOJfIXsUtCbO1gOaqB1xcV { width:18.4375rem;height:2.1875rem;top:68.4306640625rem;left:0.78125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAcTUHWa90Q3CSO56kk9g2GTsTydrrWE { display:block; }
 }@media only screen and (max-width: 763px) { #Dfnb7bBkQCnlPLfo3PEDiGnGKSJxIavP { width:18.4375rem;height:2.1875rem;top:97.345703125rem;left:0.78125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vArd8MVrtGvTJ6CLCkT1kkxkUxAPXfrd { display:block; }
 }@media only screen and (max-width: 763px) { #UKqiQfkaJmTZwIZ016W2asxNH46t9nhT { width:18.4375rem;height:2.1875rem;top:37.970703125rem;left:0.78125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9sTeT8D3f4CKpINT3CMwOTrxxtlHaLR { display:block; }
 }@media only screen and (max-width: 763px) { #Tn8xIWnERdLAA4gyvmXD3i6tG3ZCaPkN { width:20rem;height:29.6875rem;top:42.50439453125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #GpTx04UkDAyTT79cfvJAc1Gb04rOtv5B { width:20rem;height:27.25rem;top:73.625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #RSlaiLVKmtyL5l5FQx11NBk73xL5iKUZ { width:18.4375rem;height:7rem;top:136.3125rem;left:0.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #taPots3ioGhcrAGTnWOfXwMueukv3RWr { width:20rem;height:1.86865rem;top:103.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKD3G1D1TzWqC4kshpL9IGAd2FmAB2HB { width:18.4375rem;height:2.1875rem;top:144.3125rem;left:0.78125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btI1drlLTJKLJgXV9zwIlkbQxQTdNJZA { display:block; }
 }@media only screen and (max-width: 763px) { #Upgl4zkxo0hC7mEFbEHMC6lNqOadPFns { width:20rem;height:1.86865rem;top:149.5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXWPoGBlNI4ewIiOxTJPRo4r1wWTaaCw { width:18.4375rem;height:5.25rem;top:164.75rem;left:0.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OOWxLFl9eCLxh8cDn3p0CTFQsDW0ALXr { width:18.4375rem;height:2.1875rem;top:200.8125rem;left:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RadNfDRo2t1T3GDEMFJ2X3nD6t3F6m5n { display:block; }
 }@media only screen and (max-width: 763px) { #MDGfw1QTPy54pnTcXcVWTxAGUHMU1OhZ { width:18.4375rem;height:5.25rem;top:193.5625rem;left:0.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0tqNUZWLCKLIBsnZkX3aNylI193NG8J { width:20rem;height:1.86865rem;top:177.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5dQ43yHcLEAtpkHImV97zzeJixOUAvf { width:18.4375rem;height:2.1875rem;top:172.4375rem;left:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sigS7ppotwNirBwg1v0AEv7Jq6Wq1E6K { display:block; }
 }@media only screen and (max-width: 763px) { #EMXeiIGsmrkd4JMECwaJ2Ig06cafpwKB { width:20rem;height:1.86865rem;top:205.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgbXbQFQlmBdrC06JubJ1KtiQwSlog5P { width:18.4375rem;height:7rem;top:221.75rem;left:0.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUTOc26XvdkRCTTgocpkyssCbtfV6VGx { width:18.4375rem;height:2.1875rem;top:230.875rem;left:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMr6yrni2AhmgiKf5neuarqpzmEIEqvC { display:block; }
 }@media only screen and (max-width: 763px) { #LliEKUiXhXqak3Mh1MRfU9T8FTI2xTuU { width:18.4375rem;height:6.125rem;top:252.3125rem;left:0.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRhU1RmXDPqFt3BsEP6x3JcwzR6XGk8Q { width:20rem;height:1.86865rem;top:236.3125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AnM7dGx3FXGIrZLrpnKN5eTNoLqVeo1b { width:18.4375rem;height:2.1875rem;top:259.375rem;left:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFr7Kk1AT7U65Xd7gSgtUAkBO0bkv4kX { display:block; }
 }@media only screen and (max-width: 763px) { #B0cpbb3HTDNNEDJMbs9Sys4H6tKcKi3q { width:20rem;height:1.86865rem;top:264.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9dXdVg5409ThtdVeoSEnwVkkBhf14pO { width:18.4375rem;height:7.875rem;top:280.6875rem;left:0.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iL86Xza8lVTZ4RnwmTImOp4ZrTt8T3hf { width:18.4375rem;height:2.1875rem;top:290.4375rem;left:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWeV6tEGst6g9OapHE4zmda44ZQylLZZ { display:block; }
 }@media only screen and (max-width: 763px) { #n41TzuAdmHyxANBMm73sbbyqTBXhFOIR { width:18.4375rem;height:12.1875rem;top:46.03515625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebF7E8hmANOWXkwSB4IEU0aTCOt85RSM { width:18.4375rem;height:12.1875rem;top:77.1806640625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB4DBNM3uFEvG5xXgpOCWO3RZLok7Rxm { width:18.4375rem;height:12.1875rem;top:105.77734375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlS8aTb021BxJxNqQE3TZN5rgWffr10F { width:17.625rem;height:11.75rem;top:179.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1AOJnCwKASK3lMbkTlUHcMJAUGEQBvT { width:18.4375rem;height:12.1875rem;top:152.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ4HcunXcSVIEZBogX3q3WInABezTDsd { width:18.4375rem;height:12.1875rem;top:208.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVgtwnos9fb1SKFF2a5cBKHydrlpJ0Wa { width:18.4375rem;height:12.25rem;top:239.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW5VAGzui9EaIMOftV0IgM95GSZd39VV { width:18.4375rem;height:12.25rem;top:267.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOHslT6lqS09UdtSs0hpWFDiDwUHTx4E { width:20rem;height:45.125rem;top:102rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #cZfm9wphFqidWPvvzBx6qgTlcCCuQ07J { width:20rem;height:27.25rem;top:148.3125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #iuafbJeZx6oslZtLPXIvDDfo2dbToJHA { width:20rem;height:27.25rem;top:176.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #bevbJKqs7J8oJvntI5hVsRRPCSV1ok6q { width:20rem;height:29.0625rem;top:205rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #li9yNmfn4PUUr8s2H1mTTnm4NE2gIpfT { width:20rem;height:27.4375rem;top:235.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #a8u2Q8Rv9vJgwZ2ANK239ktopGHr8TDG { width:20rem;height:29.875rem;top:263.75rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #oTAQpJF4CCoZ7wQStOdWr6XtbZkO8zg9 { width:18.4375rem;height:12.1875rem;top:120.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sizUzc3HLzrDHcrHFzkrwoK54vppPTJk { width:10.75rem;height:1.7871125rem;top:118.3125rem;left:4.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWEvhXLmTE4pgbarlZfsnxIRrbr5TCsC { width:10.75rem;height:1.7871125rem;top:133.625rem;left:4.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCeMCPMpcwnypAxmOvrpFxqlu8GqCbaH { display:block; }#cCeMCPMpcwnypAxmOvrpFxqlu8GqCbaH > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkiJ5OTfXrrEZplzy533ehfRGiegCeJK { width:18.6875rem;height:3.0859375rem;top:2rem;left:0.65625rem;font-size:1.1875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UkPNOzVOrsJ49UH0Z1NNAkn6tobpWfLV { width:9.5625rem;height:1.75rem;top:5.9375rem;left:5.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNoX9TQhhKUR8lC1xA6LBZzTIVNHDbp8 { display:block; }
 }@media only screen and (max-width: 763px) { #leJWQdAR7QAhhiyGLtCH1v1D15FuogSz { display:block; }#leJWQdAR7QAhhiyGLtCH1v1D15FuogSz > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAguUKiq80oOGQ6ONPnEEaxLqQZF3fTt { width:20rem;height:22.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LisILtChN2Jm41e5mJ9MRrTprlDRmFRO { display:block; }#LisILtChN2Jm41e5mJ9MRrTprlDRmFRO > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLmr0Hz0BcoivevDS27fGmR57LXMOumo { width:17.875rem;height:0.875rem;top:24.662109375rem;left:1.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTMxF1gMurcwzTtWX0GMMlH7Nm1NQA3G { width:11.4375rem;height:2.625rem;top:15.15625rem;left:4.28125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acgDQfMXqAwT9dCqCiH4I4ReERHGiRUO { display:block; }
 }@media only screen and (max-width: 763px) { #cMJ8xo7nEnJJyGpaos9ML1zgwTIo73qv { width:8.4375rem;height:5.125rem;top:1.79638671875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO851tUARQRtqgQN36ZlGuIIqwksN0lR { width:1.875rem;height:1.875rem;top:8.35888671875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmViaLcS7gtkBdmToeIBwul8sKJgs8yv { width:1.875rem;height:1.875rem;top:18.21875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT30ZyUEJg39lKvG2tEEQD3PHyOHORA9 { width:2rem;height:2rem;top:13.15625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPL1SCrKs2693FVTXuVtJVh2s1HFFdks { width:9.75rem;height:2.5rem;top:10.3125rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl1589QlDDyHQUFQTrwhKTDEfIwgvpOJ { display:block; }
 }@media only screen and (max-width: 763px) { #xxptFWBWxuKiABd0L7Bvplf0i2dFqicn { width:4.8125rem;height:4.8125rem;top:0.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvNHA8w5HzDfVHUoRsav6v6965x7bt7X { width:14.1875rem;height:2.5625rem;top:20.162109375rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LveNJoc019zWPqZZpmhICJcKCLMhhZcR { display:block; }
 }@media only screen and (max-width: 763px) { #K2rknJd9PuVlcu8v1HsQ671f1kF0ens9 { width:4.375rem;height:4.375rem;top:6.69921875rem;left:15.625rem;z-index:15009;display:block; }
 }