.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5xx52ff7/bg_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#Qu2IAenZdBehhWMTyy7zco4fAHJweWID { 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;z-index:auto;display:block; }#Qu2IAenZdBehhWMTyy7zco4fAHJweWID > .row .container { background-color: transparent; background-image: none; }#Qu2IAenZdBehhWMTyy7zco4fAHJweWID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu2IAenZdBehhWMTyy7zco4fAHJweWID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu2IAenZdBehhWMTyy7zco4fAHJweWID > .row .container > .video-iframe-container { display: none; }#Qu2IAenZdBehhWMTyy7zco4fAHJweWID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu2IAenZdBehhWMTyy7zco4fAHJweWID > .row > .video-iframe-container { display: none; }#Qu2IAenZdBehhWMTyy7zco4fAHJweWID > .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); }#Qu2IAenZdBehhWMTyy7zco4fAHJweWID > .row .container { border-width: 0; border-radius: 0; }#Qu2IAenZdBehhWMTyy7zco4fAHJweWID > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qu2IAenZdBehhWMTyy7zco4fAHJweWID > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#RRIPBuvQJb18AFQVTnQkMQldxDKaRn1O { 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:#1a1a1a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.625rem;left:32.0625rem;display:block; }
#ffCAEKXfa3aEtCJusVbCQEd3W6IpdDnO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXLnHBOxPUg9aSu3OFlZ7hEx9JDf12wT { 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:#1a1a1a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.625rem;left:39.375rem;display:block; }
#RGKTDvaxBnsgNX0TnH9rgPy5V5X87cJx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VMopW2EoEeuAIKoJ1ESedELbXKMZZFHN { 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:#1a1a1a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.625rem;left:46.9375rem;display:block; }
#XtT5MDpp1cp1x9AfGu8LI0MIQDATK5ww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jy5diP4ZPx1D7c3dM28SSm9ovz9b2JaM { 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:#1a1a1a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.625rem;left:53.125rem;display:block; }
#PTxwF6byhs8S5NkyU28moV7pqeAsKTEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cI17S6XpwpfENQcgMAAtEV14UCgVh6AB { position:relative;z-index:auto;display:none; }#cI17S6XpwpfENQcgMAAtEV14UCgVh6AB { border-width: 0; border-radius: 0; }#cI17S6XpwpfENQcgMAAtEV14UCgVh6AB > .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; }#cI17S6XpwpfENQcgMAAtEV14UCgVh6AB > .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:3.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#exCTCDFLbZPU20Vbb0yTRGVAKI5wLz23 { 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:#bebebe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.625rem;left:12.1875rem;display:block; }
#i9fLU5yTW7BhKnOtoE2demStgCPhHnsf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Etqa6LAJsa2IkSKK34fvz8yhOPcI3qmT { 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:#bebebe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.625rem;left:31.125001907349rem;display:block; }
#tJHQK18NqFyvSMGgT9TqfnrFhVnxJ80r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pm71Nq4cTLdSIPzCZKroHDt3kPr2lnDA { 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:#bebebe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.625rem;left:38.687501907349rem;display:block; }
#InTFKBoNFTGwqdMkOO3wRDDkW8FU6Syc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MXHMbFv7Du9iT3JXJUm4N4krVoIAVBTM { 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:#bebebe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.625rem;left:53.125rem;display:block; }
#OtGG5mVRtQq0Ps9s7K5hFccBZTfnp6Xd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I38R09xdI7ihv0xcVos8BETacldKw7QT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:transparent;background-image:url("https://images.assets-landingi.com/STrDHQZPhaI/unsplash/luiz-cent-STrDHQZPhaI-photo-1572793189926-050d9edb5811.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:60rem;height:22.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { color:#000000;display:block;width:26.375rem;position:absolute;font-family:lato;font-size:3.375rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:2.5625rem;left:0rem;height:12.1484375rem;font-style:normal;display:block; }
#UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { color:#000000;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15rem;left:0.0625rem;height:3.89756875rem;font-style:normal;display:block; }
#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { 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; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { background-color: transparent; background-image: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .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); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { border-width: 0; border-radius: 0; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#RTi8sPG0utu7otG939LGdE3BZ7zttx6l { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1750001907349rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { 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; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { background-color: transparent; background-image: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .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); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { border-width: 0; border-radius: 0; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.75rem;left:3.5625rem;height:1.5744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glIFUWkrOhpWk29bRitftOICUu03vuE0 { color:#585858;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:11.5625rem;left:1.75rem;height:7.50325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eJ4Js0kXZnRDZn0NP8aerlTWMViNHIyh { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:3.125rem;left:8.75rem;display:block; }
#ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { position:absolute;display:block;z-index:15002;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:6.875rem;display:block; }
#eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { position:absolute;display:block;z-index:15006;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:10.875rem;left:8.75rem;display:block; }
#l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { color:#000000;display:block;width:19rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:8.75rem;left:20.500001907349rem;height:1.5744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { color:#585858;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.5625rem;left:21.75rem;height:6.00260625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i9lMio9idSeatHDPUrbcfiRXTA2Cw5a6 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:3.125rem;left:28.75rem;display:block; }
#in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { position:absolute;display:block;z-index:15007;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:26.875rem;display:block; }
#KPqckyEW2U3C4XagNCBuVQ08m43meIvz { position:absolute;display:block;z-index:15011;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:10.875rem;left:28.75rem;display:block; }
#HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { color:#000000;display:block;width:16rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:8.75rem;left:42.000001907349rem;height:1.5744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { color:#585858;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:11.5625rem;left:41.75rem;height:4.50195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z9k2qeToS70ydP8TFQCgk9s85HnnReNv { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:3.125rem;left:48.75rem;display:block; }
#GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { position:absolute;display:block;z-index:15012;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:46.875rem;display:block; }
#lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { position:absolute;display:block;z-index:15016;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:10.875rem;left:48.75rem;display:block; }
#cIFFI37GfIo3u9K3lq6KcvEroTsOAbJa { 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; }#cIFFI37GfIo3u9K3lq6KcvEroTsOAbJa > .row .container { background-color: transparent; background-image: none; }#cIFFI37GfIo3u9K3lq6KcvEroTsOAbJa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIFFI37GfIo3u9K3lq6KcvEroTsOAbJa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIFFI37GfIo3u9K3lq6KcvEroTsOAbJa > .row .container > .video-iframe-container { display: none; }#cIFFI37GfIo3u9K3lq6KcvEroTsOAbJa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIFFI37GfIo3u9K3lq6KcvEroTsOAbJa > .row > .video-iframe-container { display: none; }#cIFFI37GfIo3u9K3lq6KcvEroTsOAbJa > .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); }#cIFFI37GfIo3u9K3lq6KcvEroTsOAbJa > .row .container { border-width: 0; border-radius: 0; }#cIFFI37GfIo3u9K3lq6KcvEroTsOAbJa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cIFFI37GfIo3u9K3lq6KcvEroTsOAbJa > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#iGH4Ob1wiaqwQK0N1NfwrpTidFD7iXKc { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.75rem;left:3.5625rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DNO6umMcJeEqBsRu20wls8AQlup6Vhem { color:#585858;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:11.5625rem;left:1.75rem;height:7.50325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IGi6gVMqCIyJT5fRJkzg7FXJpvJ3RTPo { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:3.125rem;left:8.75rem;display:block; }
#M3HTx4heDoLo02lTG1qK6VezNsTRELo1 { position:absolute;display:block;z-index:15002;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:6.875rem;display:block; }
#orVKXCkVITwSVrENQiK3wKJaJ4y6Wat3 { position:absolute;display:block;z-index:15006;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:10.875rem;left:8.75rem;display:block; }
#JkfTNHgETd3pn5alNCakd6lQtl2p58Mt { color:#000000;display:block;width:19rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:8.75rem;left:20.500001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H7Cxq88hyHh31nvJ7RmR028uqIpy9Ou5 { color:#585858;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.5625rem;left:21.75rem;height:7.50325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o870rL9yBmgvLHcsM4t8Zkd4lPO2R976 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:3.125rem;left:28.75rem;display:block; }
#XPIgDsvdB9M1SiRKWyT5Ofeia4nuoM5M { position:absolute;display:block;z-index:15007;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:26.875rem;display:block; }
#XzCzRqTLFMQUrPlxImoUyUkTnpxBNNDq { position:absolute;display:block;z-index:15011;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:10.875rem;left:28.75rem;display:block; }
#VrrnW0sCKIW9FkHB4zDkqAITVaadhpcF { color:#000000;display:block;width:16rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:8.75rem;left:42.000001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxUlKKzAVeifVOQU30bMTS13pcc5Ktbw { color:#585858;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:11.5625rem;left:41.75rem;height:7.50325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fznfrEUw0cp0bA7qbcmI7eswwThbe0Bg { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:3.125rem;left:48.75rem;display:block; }
#B01OHK74fylxHAu9Z6a288EAA1Gq1N9L { position:absolute;display:block;z-index:15012;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:46.875rem;display:block; }
#ImahWb48fRbopUMDQql5FLXPTTsyEEeJ { position:absolute;display:block;z-index:15016;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:10.875rem;left:48.75rem;display:block; }
#SqWhTWr60vLKEqMDnOz6JwczLkae9c3A { 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; }#SqWhTWr60vLKEqMDnOz6JwczLkae9c3A > .row .container { background-color: transparent; background-image: none; }#SqWhTWr60vLKEqMDnOz6JwczLkae9c3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqWhTWr60vLKEqMDnOz6JwczLkae9c3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqWhTWr60vLKEqMDnOz6JwczLkae9c3A > .row .container > .video-iframe-container { display: none; }#SqWhTWr60vLKEqMDnOz6JwczLkae9c3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqWhTWr60vLKEqMDnOz6JwczLkae9c3A > .row > .video-iframe-container { display: none; }#SqWhTWr60vLKEqMDnOz6JwczLkae9c3A > .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); }#SqWhTWr60vLKEqMDnOz6JwczLkae9c3A > .row .container { border-width: 0; border-radius: 0; }#SqWhTWr60vLKEqMDnOz6JwczLkae9c3A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqWhTWr60vLKEqMDnOz6JwczLkae9c3A > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:block; }#t6M3y9iL3d7Pt9Tkq3q7ALWCwXKf3TR9 { color:#000000;display:block;width:23.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.625rem;left:3.4375rem;height:1.5744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xl910riQacuWOT1ND9xh88hXyFOuNnKn { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:3rem;left:13.75rem;display:block; }
#otbLv0R7oS6IxkKUDFpIpNoHxX0NK9Gc { position:absolute;display:block;z-index:15006;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:10.75rem;left:13.75rem;display:block; }
#JT4EuJz6UOPnaBEgUTXgNbDC91iczdp1 { color:#585858;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:11.4375rem;left:6.75rem;height:6.00260625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rbcHZ4FVhxPXQCeVUCdRAAccMzGdnLis { position:absolute;display:block;z-index:15002;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.125rem;left:11.875rem;display:block; }
#HhcSHuGvMuyXoQzaz5F47e97o3THK5qt { color:#000000;display:block;width:19rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:8.625rem;left:35.5rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HOUET9K3Tyg2WkkHtl3MvTST9MWdWDoQ { color:#585858;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.4375rem;left:36.75rem;height:4.50195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bCfdmG1RUTviI1wRTIJnx7opRdTJ8w0z { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:3rem;left:43.75rem;display:block; }
#yVaIlJ2x8QTxP6NiXaPHbeH6rXlvpLZi { position:absolute;display:block;z-index:15007;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.125rem;left:41.875rem;display:block; }
#MBkwrmZXfzLSSSLTvg6Cpy8qTWPM3iMv { position:absolute;display:block;z-index:15011;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:10.75rem;left:43.75rem;display:block; }
#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;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; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { background-color: transparent; background-image: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .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); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { border-width: 0; border-radius: 0; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.5rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { background-color:#fe8529;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.9375rem;left:46.125rem;display:block; }
#JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { 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; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { background-color: transparent; background-image: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .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); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { border-width: 0; border-radius: 0; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b { 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; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { background-color: transparent; background-image: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container > .video-iframe-container { display: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row > .video-iframe-container { display: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .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); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { border-width: 0; border-radius: 0; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#RIJmDl3zy3idrmHBzD40JP721PaL7842 { color:#000000;display:block;width:55.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:1.8424482345581rem;left:2.1875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;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; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { background-color: transparent; background-image: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container > .video-iframe-container { display: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container { display: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .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); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { border-width: 0; border-radius: 0; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.8000001907349rem;left:0rem;height:2.4375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#six3sdnBoz7aLypuURtn1FaZ976JMu8k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { background-color: transparent; background-image: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container > .video-iframe-container { display: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container { display: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .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); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { border-width: 0; border-radius: 0; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#Iy5TRMndpZR6r919Ti1auzZVkbwb19Vz { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1750001907349rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { background-color: transparent; background-image: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container > .video-iframe-container { display: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container { display: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .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); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { border-width: 0; border-radius: 0; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:block; }#nes5MhLkQsnBKuDteG4uPFDipFHmcLVn { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:13.5625rem;left:3.5625rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fW1ieBHTf5NHo1GtVO1eBMk7LaeRQsUA { color:#585858;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:3.9375rem;left:1.75rem;height:3.37456875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fgrSNrdR5S9hvyqKnm1OKEX2UTNnhExI { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:15.75rem;left:3.5rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mT1AkOzaqRVRMFRHJItbac7lkamZSlTF { position:absolute;display:block;z-index:15005;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:0rem;left:8.4375rem;display:block; }
#fT71J2KpOrb5ukqz60zGp8qHLMgf9rI0 { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:0.875rem;left:9.25rem;display:block; }
#uvH73fJ082JNionp0I7nWJXtuvnGnPyp { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:15.75rem;left:23.5rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kJAfuyTTTxBWPqdo4vDiVrV19i9hN0uK { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:13.5625rem;left:23.5625rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eAoUdM776rg5PMJlNK4pe3I2wcQ6JPcT { color:#585858;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:3.9375rem;left:21.75rem;height:5.06185rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XZnvsMqA3Jc3Cu5Vu79rV4bPGRVgT0ma { position:absolute;display:block;z-index:15010;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:0rem;left:28.4375rem;display:block; }
#wdWZxOvSIUnMTSWpQ3xJbnS60C6gGzwX { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:0.875rem;left:29.25rem;display:block; }
#k0AT5DECVKTauot1QR8b6CzzxweTKKEF { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:15.75rem;left:43.5rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v1dNTFc9Lpa8oVhHDnKx9pQiwzOFvKLQ { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:13.5625rem;left:43.5625rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sUNf4Infv9iyfh3BaqCGggGvFruQLoGK { color:#585858;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:3.9375rem;left:41.75rem;height:6.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SGwNF3RFPtFzfuzovIhiC25DtsZ3dNRQ { position:absolute;display:block;z-index:15015;background-color:#1a1a1a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:0rem;left:48.4375rem;display:block; }
#c5i2LDsw7atQPiG0fMaVaiZk2BvQUmbi { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:0.875rem;left:49.25rem;display:block; }
#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;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; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { background-color: transparent; background-image: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .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); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { border-width: 0; border-radius: 0; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:60rem;position:relative;display:block; }#Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.0625rem;left:0rem;height:9rem;font-style:normal;display:block; }
#hxhtg3fTokrnazcDF2P1x59unzqrIMSD { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14.8125rem;left:0rem;height:7.3111875rem;font-style:normal;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-form-header {  }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-regular-label { height:auto;display:block;font-family:lato;font-size:1rem;font-weight:bold;color:#ffffff;width:26.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:center;text-align-last:center; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.25rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:26.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#fe8529;background-image:none;background-position:top left !important;background-repeat: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:5.875rem;margin-bottom:0.25rem;margin-left:5.875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:#f2f9ff;width:14.4375rem;height:3.75rem;font-family:lato;overflow:hidden;font-style:normal; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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:lato;font-size:0.875rem;font-weight:300;color:#ffffff;vertical-align:top;width:25rem;overflow:hidden;font-style:normal;line-height:1.5; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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.3; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container:first-of-type{padding-top:0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container:last-of-type{padding-bottom:0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.375rem;left:31.25rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.25rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.375rem;left:31.25rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa { position:relative;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al { position:relative;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 { position:relative;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC { position:relative; }
#XuoNoAwdZgM9VpPME6ILJ5nIROamcD8Q { color:#ffffff;display:block;width:25.5620625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8253045082092rem;left:32.843967437744rem;height:14.61915rem;font-style:normal;display:block; }
#TPXERmJFLZ6E1fFEP5k9kX5ntMyDwNmf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;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; }#TPXERmJFLZ6E1fFEP5k9kX5ntMyDwNmf > .row .container { background-color: transparent; background-image: none; }#TPXERmJFLZ6E1fFEP5k9kX5ntMyDwNmf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPXERmJFLZ6E1fFEP5k9kX5ntMyDwNmf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPXERmJFLZ6E1fFEP5k9kX5ntMyDwNmf > .row .container > .video-iframe-container { display: none; }#TPXERmJFLZ6E1fFEP5k9kX5ntMyDwNmf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPXERmJFLZ6E1fFEP5k9kX5ntMyDwNmf > .row > .video-iframe-container { display: none; }#TPXERmJFLZ6E1fFEP5k9kX5ntMyDwNmf > .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); }#TPXERmJFLZ6E1fFEP5k9kX5ntMyDwNmf > .row .container { border-width: 0; border-radius: 0; }#TPXERmJFLZ6E1fFEP5k9kX5ntMyDwNmf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPXERmJFLZ6E1fFEP5k9kX5ntMyDwNmf > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#ThpmZPTVFClORmONdZT5iX7ekzqKgv12 { color:#ffffff;display:block;width:43.9995625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.744140625rem;left:7.9991340637206rem;height:2.11155rem;text-align:center;text-align-last:center;display:block; }
#XgJVF4zDBo4P6ZbV615UWT1NDqfvhFcs { color:#ffffff;display:block;width:12.3730625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.99826431274412rem;left:3.8205299377441rem;height:1.055775rem;text-align:center;text-align-last:center;display:block; }
#yE20TkselTS5dTiCRf8OKtqfcyEqi54n { color:#000000;display:block;width:12.3730625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99826431274412rem;left:40.499134063721rem;height:1.055775rem;text-align:center;text-align-last:center;display:block; }
#GMg0QWEq5P1sfXtSLly91N6Dv4SBEJU1 { color:#000000;display:block;width:12.3730625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.99826431274412rem;left:23.812934875488rem;height:1.055775rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qu2IAenZdBehhWMTyy7zco4fAHJweWID { display:block; }#Qu2IAenZdBehhWMTyy7zco4fAHJweWID > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRIPBuvQJb18AFQVTnQkMQldxDKaRn1O { width:8.75rem;height:2.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffCAEKXfa3aEtCJusVbCQEd3W6IpdDnO { display:block; }
 }@media only screen and (max-width: 763px) { #pXLnHBOxPUg9aSu3OFlZ7hEx9JDf12wT { width:7.5rem;height:2.5rem;top:1.1875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGKTDvaxBnsgNX0TnH9rgPy5V5X87cJx { display:block; }
 }@media only screen and (max-width: 763px) { #VMopW2EoEeuAIKoJ1ESedELbXKMZZFHN { width:6.25rem;height:2.5rem;top:1.1875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtT5MDpp1cp1x9AfGu8LI0MIQDATK5ww { display:block; }
 }@media only screen and (max-width: 763px) { #Jy5diP4ZPx1D7c3dM28SSm9ovz9b2JaM { width:6.875rem;height:2.5rem;top:1.1875rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTxwF6byhs8S5NkyU28moV7pqeAsKTEd { display:block; }
 }@media only screen and (max-width: 763px) { #cI17S6XpwpfENQcgMAAtEV14UCgVh6AB { display:none; }#cI17S6XpwpfENQcgMAAtEV14UCgVh6AB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #exCTCDFLbZPU20Vbb0yTRGVAKI5wLz23 { width:8.75rem;height:2.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9fLU5yTW7BhKnOtoE2demStgCPhHnsf { display:block; }
 }@media only screen and (max-width: 763px) { #Etqa6LAJsa2IkSKK34fvz8yhOPcI3qmT { width:7.5rem;height:2.5rem;top:1.1875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJHQK18NqFyvSMGgT9TqfnrFhVnxJ80r { display:block; }
 }@media only screen and (max-width: 763px) { #Pm71Nq4cTLdSIPzCZKroHDt3kPr2lnDA { width:6.25rem;height:2.5rem;top:1.1875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #InTFKBoNFTGwqdMkOO3wRDDkW8FU6Syc { display:block; }
 }@media only screen and (max-width: 763px) { #MXHMbFv7Du9iT3JXJUm4N4krVoIAVBTM { width:6.875rem;height:2.5rem;top:1.1875rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtGG5mVRtQq0Ps9s7K5hFccBZTfnp6Xd { display:block; }
 }@media only screen and (max-width: 763px) { #I38R09xdI7ihv0xcVos8BETacldKw7QT { display:none; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:26.5625rem;height:3.875rem;top:15rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:47.75rem;height:3.375rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.5rem;height:7.5rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ4Js0kXZnRDZn0NP8aerlTWMViNHIyh { width:3.125rem;height:3.125rem;top:2.625rem;left:6.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:16.5rem;height:6rem;top:11.5625rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9lMio9idSeatHDPUrbcfiRXTA2Cw5a6 { width:3.125rem;height:3.125rem;top:2.625rem;left:22.854166666667rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { width:6.25rem;height:6.25rem;top:1.0625rem;left:21.291666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.5rem;height:4.5rem;top:11.5625rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9k2qeToS70ydP8TFQCgk9s85HnnReNv { width:3.125rem;height:3.125rem;top:2.625rem;left:38.770833333333rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIFFI37GfIo3u9K3lq6KcvEroTsOAbJa { display:block; }#cIFFI37GfIo3u9K3lq6KcvEroTsOAbJa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGH4Ob1wiaqwQK0N1NfwrpTidFD7iXKc { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNO6umMcJeEqBsRu20wls8AQlup6Vhem { width:16.5rem;height:7.5rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGi6gVMqCIyJT5fRJkzg7FXJpvJ3RTPo { width:3.125rem;height:3.125rem;top:2.625rem;left:6.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3HTx4heDoLo02lTG1qK6VezNsTRELo1 { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orVKXCkVITwSVrENQiK3wKJaJ4y6Wat3 { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkfTNHgETd3pn5alNCakd6lQtl2p58Mt { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7Cxq88hyHh31nvJ7RmR028uqIpy9Ou5 { width:16.5rem;height:7.5rem;top:11.5625rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o870rL9yBmgvLHcsM4t8Zkd4lPO2R976 { width:3.125rem;height:3.125rem;top:2.625rem;left:22.854166666667rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPIgDsvdB9M1SiRKWyT5Ofeia4nuoM5M { width:6.25rem;height:6.25rem;top:1.0625rem;left:21.291666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzCzRqTLFMQUrPlxImoUyUkTnpxBNNDq { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrrnW0sCKIW9FkHB4zDkqAITVaadhpcF { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxUlKKzAVeifVOQU30bMTS13pcc5Ktbw { width:16.5rem;height:7.5rem;top:11.5625rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fznfrEUw0cp0bA7qbcmI7eswwThbe0Bg { width:3.125rem;height:3.125rem;top:2.625rem;left:38.770833333333rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B01OHK74fylxHAu9Z6a288EAA1Gq1N9L { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImahWb48fRbopUMDQql5FLXPTTsyEEeJ { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqWhTWr60vLKEqMDnOz6JwczLkae9c3A { display:block; }#SqWhTWr60vLKEqMDnOz6JwczLkae9c3A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6M3y9iL3d7Pt9Tkq3q7ALWCwXKf3TR9 { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl910riQacuWOT1ND9xh88hXyFOuNnKn { width:3.125rem;height:3.125rem;top:2.625rem;left:6.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otbLv0R7oS6IxkKUDFpIpNoHxX0NK9Gc { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT4EuJz6UOPnaBEgUTXgNbDC91iczdp1 { width:16.5rem;height:6rem;top:11.4375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbcHZ4FVhxPXQCeVUCdRAAccMzGdnLis { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhcSHuGvMuyXoQzaz5F47e97o3THK5qt { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOUET9K3Tyg2WkkHtl3MvTST9MWdWDoQ { width:16.5rem;height:4.5rem;top:11.4375rem;left:27.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCfdmG1RUTviI1wRTIJnx7opRdTJ8w0z { width:3.125rem;height:3.125rem;top:2.625rem;left:22.854166666667rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVaIlJ2x8QTxP6NiXaPHbeH6rXlvpLZi { width:6.25rem;height:6.25rem;top:1.0625rem;left:21.291666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBkwrmZXfzLSSSLTvg6Cpy8qTWPM3iMv { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:39.375rem;height:3.375rem;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:39.375rem;height:1.8125rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { width:13.875rem;height:3.75rem;top:5.9375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:47.75rem;height:3.375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { width:47.75rem;height:1.5625rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b { display:block; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIJmDl3zy3idrmHBzD40JP721PaL7842 { width:47.75rem;height:5.625rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { width:47.75rem;height:2.375rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #six3sdnBoz7aLypuURtn1FaZ976JMu8k { display:block; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iy5TRMndpZR6r919Ti1auzZVkbwb19Vz { width:47.75rem;height:3.375rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU { display:block; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nes5MhLkQsnBKuDteG4uPFDipFHmcLVn { width:12.9375rem;height:1.5625rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW1ieBHTf5NHo1GtVO1eBMk7LaeRQsUA { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgrSNrdR5S9hvyqKnm1OKEX2UTNnhExI { width:12.9375rem;height:1.3125rem;top:16.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT1AkOzaqRVRMFRHJItbac7lkamZSlTF { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT71J2KpOrb5ukqz60zGp8qHLMgf9rI0 { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvH73fJ082JNionp0I7nWJXtuvnGnPyp { width:12.9375rem;height:1.3125rem;top:16.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJAfuyTTTxBWPqdo4vDiVrV19i9hN0uK { width:12.9375rem;height:1.5625rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAoUdM776rg5PMJlNK4pe3I2wcQ6JPcT { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnvsMqA3Jc3Cu5Vu79rV4bPGRVgT0ma { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdWZxOvSIUnMTSWpQ3xJbnS60C6gGzwX { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0AT5DECVKTauot1QR8b6CzzxweTKKEF { width:12.9375rem;height:1.3125rem;top:16.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1dNTFc9Lpa8oVhHDnKx9pQiwzOFvKLQ { width:12.9375rem;height:1.5625rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUNf4Infv9iyfh3BaqCGggGvFruQLoGK { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGwNF3RFPtFzfuzovIhiC25DtsZ3dNRQ { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5i2LDsw7atQPiG0fMaVaiZk2BvQUmbi { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:40.3125rem;height:4.875rem;top:9.75rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC {  }
 }@media only screen and (max-width: 763px) { #XuoNoAwdZgM9VpPME6ILJ5nIROamcD8Q { width:40.3125rem;height:4.875rem;top:9.75rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPXERmJFLZ6E1fFEP5k9kX5ntMyDwNmf { display:block; }#TPXERmJFLZ6E1fFEP5k9kX5ntMyDwNmf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThpmZPTVFClORmONdZT5iX7ekzqKgv12 { top:2.6875rem;left:1.8741302490234rem;width:43.9375rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgJVF4zDBo4P6ZbV615UWT1NDqfvhFcs { top:0.9375rem;left:0rem;width:12.3125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE20TkselTS5dTiCRf8OKtqfcyEqi54n { top:0.9375rem;left:34.374134063721rem;width:12.3125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMg0QWEq5P1sfXtSLly91N6Dv4SBEJU1 { top:0.9375rem;left:17.687934875488rem;width:12.3125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qu2IAenZdBehhWMTyy7zco4fAHJweWID { position:relative;z-index:auto;display:none; }#Qu2IAenZdBehhWMTyy7zco4fAHJweWID > .row .container { width:20rem;height:16.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RRIPBuvQJb18AFQVTnQkMQldxDKaRn1O { width:6.8125rem;height:2.5rem;top:2.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffCAEKXfa3aEtCJusVbCQEd3W6IpdDnO { display:block; }
 }@media only screen and (max-width: 763px) { #pXLnHBOxPUg9aSu3OFlZ7hEx9JDf12wT { width:7.5rem;height:2.5rem;top:4.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGKTDvaxBnsgNX0TnH9rgPy5V5X87cJx { display:block; }
 }@media only screen and (max-width: 763px) { #VMopW2EoEeuAIKoJ1ESedELbXKMZZFHN { width:6.25rem;height:2.5rem;top:4.5625rem;left:12.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtT5MDpp1cp1x9AfGu8LI0MIQDATK5ww { display:block; }
 }@media only screen and (max-width: 763px) { #Jy5diP4ZPx1D7c3dM28SSm9ovz9b2JaM { width:6.875rem;height:2.5rem;top:7.625rem;left:11.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTxwF6byhs8S5NkyU28moV7pqeAsKTEd { display:block; }
 }@media only screen and (max-width: 763px) { #cI17S6XpwpfENQcgMAAtEV14UCgVh6AB { position:relative;z-index:auto;display:block; }#cI17S6XpwpfENQcgMAAtEV14UCgVh6AB > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exCTCDFLbZPU20Vbb0yTRGVAKI5wLz23 { width:6.8125rem;height:1.875rem;top:3.1875rem;left:12.687500357628rem;text-align:right;text-align-last:right;color:#1a1a1a;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i9fLU5yTW7BhKnOtoE2demStgCPhHnsf { display:block; }
 }@media only screen and (max-width: 763px) { #Etqa6LAJsa2IkSKK34fvz8yhOPcI3qmT { width:7.5rem;height:1.875rem;top:5.0625rem;left:12.062500357628rem;text-align:right;text-align-last:right;color:#1a1a1a;font-weight:700;font-style:normal;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJHQK18NqFyvSMGgT9TqfnrFhVnxJ80r { display:block; }
 }@media only screen and (max-width: 763px) { #Pm71Nq4cTLdSIPzCZKroHDt3kPr2lnDA { width:9.375rem;height:1.875rem;top:6.9375rem;left:10.1875rem;text-align:right;text-align-last:right;color:#1a1a1a;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #InTFKBoNFTGwqdMkOO3wRDDkW8FU6Syc { display:block; }
 }@media only screen and (max-width: 763px) { #MXHMbFv7Du9iT3JXJUm4N4krVoIAVBTM { width:6.875rem;height:1.875rem;top:8.8125rem;left:12.625rem;text-align:right;text-align-last:right;color:#1a1a1a;font-weight:700;font-style:normal;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtGG5mVRtQq0Ps9s7K5hFccBZTfnp6Xd { display:block; }
 }@media only screen and (max-width: 763px) { #I38R09xdI7ihv0xcVos8BETacldKw7QT { top:0rem;left:16.875000357628rem;width:3.125rem;height:3.125rem;z-index:15000;color:#1a1a1a;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(255,255,255,0.75);background-image:none;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:18.75rem;height:7.875rem;top:1.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:18.75rem;height:5.84635625rem;top:10.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:18.75rem;height:2.4375rem;top:1.9875001907349rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9375rem;height:1.5744375rem;top:7.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.5rem;height:7.50325rem;top:10.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ4Js0kXZnRDZn0NP8aerlTWMViNHIyh { width:3.125rem;height:3.125rem;top:1.5625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:6.25rem;height:6.25rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:10.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:12.9375rem;height:3.14886875rem;top:27.75rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:16.5rem;height:6.00260625rem;top:52.0625rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9lMio9idSeatHDPUrbcfiRXTA2Cw5a6 { width:2.5rem;height:2.5rem;top:22.1875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { width:6.25rem;height:6.25rem;top:20.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:31.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:3.14886875rem;top:47.0625rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.5rem;height:4.50195rem;top:32.6875rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z9k2qeToS70ydP8TFQCgk9s85HnnReNv { width:2.5rem;height:2.5rem;top:41.375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { width:6.25rem;height:6.25rem;top:39.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:50.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIFFI37GfIo3u9K3lq6KcvEroTsOAbJa { display:block; }#cIFFI37GfIo3u9K3lq6KcvEroTsOAbJa > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGH4Ob1wiaqwQK0N1NfwrpTidFD7iXKc { width:12.9375rem;height:1.5744375rem;top:7.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNO6umMcJeEqBsRu20wls8AQlup6Vhem { width:16.5rem;height:7.50325rem;top:10.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGi6gVMqCIyJT5fRJkzg7FXJpvJ3RTPo { width:3.125rem;height:3.125rem;top:1.5625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3HTx4heDoLo02lTG1qK6VezNsTRELo1 { width:6.25rem;height:6.25rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orVKXCkVITwSVrENQiK3wKJaJ4y6Wat3 { width:2.5rem;height:0.125rem;top:10.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkfTNHgETd3pn5alNCakd6lQtl2p58Mt { width:12.9375rem;height:3.14886875rem;top:27.9375rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H7Cxq88hyHh31nvJ7RmR028uqIpy9Ou5 { width:16.5rem;height:7.50325rem;top:53.9375rem;left:1.7500001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o870rL9yBmgvLHcsM4t8Zkd4lPO2R976 { width:2.5rem;height:2.5rem;top:22.375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPIgDsvdB9M1SiRKWyT5Ofeia4nuoM5M { width:6.25rem;height:6.25rem;top:20.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzCzRqTLFMQUrPlxImoUyUkTnpxBNNDq { width:2.5rem;height:0.125rem;top:31.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrrnW0sCKIW9FkHB4zDkqAITVaadhpcF { width:12.9375rem;height:3.14886875rem;top:49.375rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxUlKKzAVeifVOQU30bMTS13pcc5Ktbw { width:16.5rem;height:7.50325rem;top:32.6875rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fznfrEUw0cp0bA7qbcmI7eswwThbe0Bg { width:2.5rem;height:2.5rem;top:43.6875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B01OHK74fylxHAu9Z6a288EAA1Gq1N9L { width:6.25rem;height:6.25rem;top:41.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImahWb48fRbopUMDQql5FLXPTTsyEEeJ { width:2.5rem;height:0.125rem;top:53.25rem;left:8.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqWhTWr60vLKEqMDnOz6JwczLkae9c3A { display:block; }#SqWhTWr60vLKEqMDnOz6JwczLkae9c3A > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6M3y9iL3d7Pt9Tkq3q7ALWCwXKf3TR9 { width:12.9375rem;height:3.14886875rem;top:7.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl910riQacuWOT1ND9xh88hXyFOuNnKn { width:3.125rem;height:3.125rem;top:1.5625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otbLv0R7oS6IxkKUDFpIpNoHxX0NK9Gc { width:2.5rem;height:0.125rem;top:11.811718940735rem;left:8.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT4EuJz6UOPnaBEgUTXgNbDC91iczdp1 { width:16.5rem;height:6.00260625rem;top:12.686718940735rem;left:1.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbcHZ4FVhxPXQCeVUCdRAAccMzGdnLis { width:6.25rem;height:6.25rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhcSHuGvMuyXoQzaz5F47e97o3THK5qt { width:12.9375rem;height:1.5744375rem;top:28.75rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HOUET9K3Tyg2WkkHtl3MvTST9MWdWDoQ { width:16.5rem;height:4.50195rem;top:31.625rem;left:1.7500001192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bCfdmG1RUTviI1wRTIJnx7opRdTJ8w0z { width:2.5rem;height:2.5rem;top:23.1875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVaIlJ2x8QTxP6NiXaPHbeH6rXlvpLZi { width:6.25rem;height:6.25rem;top:21.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBkwrmZXfzLSSSLTvg6Cpy8qTWPM3iMv { width:2.5rem;height:0.125rem;top:30.937499046326rem;left:8.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:18.75rem;height:2.4375rem;top:2.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:18.75rem;height:1.50065rem;top:7.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { width:13.875rem;height:3.75rem;top:13.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:18.75rem;height:2.4375rem;top:1.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { width:18.75rem;height:1.2999125rem;top:4.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b { display:block; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIJmDl3zy3idrmHBzD40JP721PaL7842 { width:18.75rem;height:19.5084375rem;top:0.62499904632568rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { width:20rem;height:1.94921875rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #six3sdnBoz7aLypuURtn1FaZ976JMu8k { display:block; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iy5TRMndpZR6r919Ti1auzZVkbwb19Vz { width:18.75rem;height:2.4375rem;top:1.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU { display:block; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nes5MhLkQsnBKuDteG4uPFDipFHmcLVn { width:12.9375rem;height:1.5744375rem;top:7.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW1ieBHTf5NHo1GtVO1eBMk7LaeRQsUA { width:16.5rem;height:3.375rem;top:4.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgrSNrdR5S9hvyqKnm1OKEX2UTNnhExI { width:12.9375rem;height:1.3125rem;top:9.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT1AkOzaqRVRMFRHJItbac7lkamZSlTF { width:3.125rem;height:3.125rem;top:1.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT71J2KpOrb5ukqz60zGp8qHLMgf9rI0 { width:1.5rem;height:1.5rem;top:1.9375rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvH73fJ082JNionp0I7nWJXtuvnGnPyp { width:12.9375rem;height:1.3125rem;top:23.125rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJAfuyTTTxBWPqdo4vDiVrV19i9hN0uK { width:12.9375rem;height:1.5744375rem;top:21.5625rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAoUdM776rg5PMJlNK4pe3I2wcQ6JPcT { width:16.5rem;height:5.0625rem;top:16.625rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XZnvsMqA3Jc3Cu5Vu79rV4bPGRVgT0ma { width:3.125rem;height:3.125rem;top:13.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdWZxOvSIUnMTSWpQ3xJbnS60C6gGzwX { width:1.5rem;height:1.5rem;top:14.3125rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0AT5DECVKTauot1QR8b6CzzxweTKKEF { width:12.9375rem;height:1.3125rem;top:39.125rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v1dNTFc9Lpa8oVhHDnKx9pQiwzOFvKLQ { width:12.9375rem;height:1.5744375rem;top:37.5625rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUNf4Infv9iyfh3BaqCGggGvFruQLoGK { width:16.5rem;height:6.75rem;top:30.9375rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SGwNF3RFPtFzfuzovIhiC25DtsZ3dNRQ { width:3.125rem;height:3.125rem;top:27.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5i2LDsw7atQPiG0fMaVaiZk2BvQUmbi { width:1.5rem;height:1.5rem;top:28.6875rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { width:17.625rem;height:5.25rem;top:2.0000002384186rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:20rem;height:7.795125rem;top:8.1367197036744rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-button { width:9.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.9375rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { width:17.5rem;height:auto;top:16.999219179154rem;left:0rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { width:17.5rem;height:auto;top:16.999219179154rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC {  }
 }@media only screen and (max-width: 763px) { #XuoNoAwdZgM9VpPME6ILJ5nIROamcD8Q { width:20rem;height:14.61915rem;top:41.306437744141rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPXERmJFLZ6E1fFEP5k9kX5ntMyDwNmf { display:block; }#TPXERmJFLZ6E1fFEP5k9kX5ntMyDwNmf > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThpmZPTVFClORmONdZT5iX7ekzqKgv12 { width:20rem;height:2.68229375rem;top:2.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgJVF4zDBo4P6ZbV615UWT1NDqfvhFcs { width:6.375rem;height:0.97439375rem;top:0.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE20TkselTS5dTiCRf8OKtqfcyEqi54n { width:6.375rem;height:0.97439375rem;top:0.9375rem;left:13.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMg0QWEq5P1sfXtSLly91N6Dv4SBEJU1 { width:12.3123125rem;height:0.97439375rem;top:0.9375rem;left:3.8125rem;font-size:0.75rem;display:block; }
 }