.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#urxa6NL5pRfqR6f3yxJWqWqM2S1ek6AP { position:relative;display:block; }#urxa6NL5pRfqR6f3yxJWqWqM2S1ek6AP { background-color: transparent; background-image: none; }#urxa6NL5pRfqR6f3yxJWqWqM2S1ek6AP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urxa6NL5pRfqR6f3yxJWqWqM2S1ek6AP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urxa6NL5pRfqR6f3yxJWqWqM2S1ek6AP > .row .container > .video-iframe-container { display: none; }#urxa6NL5pRfqR6f3yxJWqWqM2S1ek6AP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urxa6NL5pRfqR6f3yxJWqWqM2S1ek6AP > .row > .video-iframe-container { display: none; }#urxa6NL5pRfqR6f3yxJWqWqM2S1ek6AP > .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); }#urxa6NL5pRfqR6f3yxJWqWqM2S1ek6AP { border-width: 0; border-radius: 0; }#urxa6NL5pRfqR6f3yxJWqWqM2S1ek6AP > .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; }#urxa6NL5pRfqR6f3yxJWqWqM2S1ek6AP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T4l1TC9XWr8WDUGhxcigtbIKIrrGGO4r { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.574978351593rem;left:20.061849594116rem;height:0.97485625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qFq89Up7pShfcgA1R3rMku3kvzitpk0T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:8.75rem;top:1.3125rem;left:2.25rem;overflow:hidden;display:block; }
#wqlveV8zCT09WuKh9FrXufJr29Vo5usa { color:#ffffff;display:block;width:7.9373125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.574978351593rem;left:32.623697280884rem;height:0.97485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fHxAom12q48uNENohAc4CH2wghoFVJtB { color:#ffffff;display:block;width:4.43739375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.574978351593rem;left:44.312070846558rem;height:0.97485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8HWbSh4Pfl216AZ3XcZVc2dQsIAh9KH { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.574978351593rem;left:49.686956405639rem;height:0.97485625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e70653ca-5e97-45a4-b542-17750d56487a/fondo.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4.adaptive-delivery-prevent-bg, #O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4.lazyload, #O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4.lazyloading { background-image: none; }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .row .container { background-color: transparent; background-image: none; }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .row .container > .video-iframe-container { display: none; }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .row > .video-iframe-container { display: none; }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .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); }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .row .container { border-width: 0; border-radius: 0; }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;position:relative;display:block; }#G0zLFOUaHvPD1hUGa2alFF54KI13rrlV { color:#051a60;display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:9.1861981749538rem;left:1.25rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVK3fHvXN1b2eyGHgJ2RR6iR2UoiJOZ1 { color:#000000;display:block;width:32.6245rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15010;line-height:.8;letter-spacing:0;top:21.62353515625rem;left:1.25rem;height:0.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ec0PvD2TKTkvRgSkEVAaBSC3KeRhWX1v { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5623125rem;width:19.375rem;top:7.7495664954188rem;left:35.249568939209rem;overflow:hidden;display:block; }
#bSZhfDQ9w0PBiTNCJkFdZdkLiwvROunx { background-color:#717171;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#bbbdbe;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:2.99913125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.942709863186rem;left:1.25rem;display:none; }
#yfUp85gL0eTaact9TeyCT83f3ILJSbbC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-form-header { font-size:0.875rem; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:#051a60;width:25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:left;text-align-last:left;vertical-align:top;overflow:hidden; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(255,255,255,0.62);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;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:25rem;box-sizing:border-box;height:3rem;color:#161616;font-size:0.75rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-input-text {padding-top: 0; padding-bottom: 0;}#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(255,255,255,0.62);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;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:25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.75rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .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:25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-input-select {padding-top: 0; padding-bottom: 0;}#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#827e7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:25rem;height:3rem;font-family:montserrat;overflow:hidden; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd [class*="-text"]:-moz-placeholder { color:#6c7090;font-family:montserrat;font-size:0.875rem; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd [class*="-text"]::-moz-placeholder { color:#6c7090;font-family:montserrat;font-size:0.875rem; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd [class*="-text"]:-ms-input-placeholder { color:#6c7090;font-family:montserrat;font-size:0.875rem; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd [class*="-text"]::-webkit-input-placeholder { color:#6c7090;font-family:montserrat;font-size:0.875rem; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:23.625rem;overflow:hidden;font-style:normal;float:none; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .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; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-container:first-of-type{padding-top:0;}#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-container:last-of-type{padding-bottom:0;}#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;position:absolute;top:16.375rem;left:1.09375rem;font-size:0.875rem; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd {display:block;}#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;position:absolute;top:16.375rem;left:1.09375rem;font-size:0.875rem;display:none; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #vtPPkP6TCswkRvLvbKgTlWEc19oOlqff { position:relative; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #EXm7lUE6zlemsQKmr6pCrte46lcppeGi { position:relative;display:block; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #v5vTlbL0hTJisma5E1CpMTpaf47lcUSR { position:relative; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #NB8FD2M5hlcVlQi0FaBmuORseJCMIqaT { position:relative; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #TbfTMTsTO17gCJqzdwkpXOn1PdNsoCTy { position:relative;display:block; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #u6I1Cny5nRpb2clKmSSVkVIeBiWndQ4D { position:relative; }
#Ea8nMIcs6sUDOdT2ZaJ07vENKSgiAku5 { position:relative;display:block; }
#IbwTZB8B8bGtSTbdvIbATF6rfNQQ73zA { position:relative;display:block; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #QJo0KkFsCHeZDxe28Hi7Ce27wT4L1nVJ { position:relative; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #clVHfSvUb5Cp1K1BFl7I1oDsbhNVaTb0 { position:relative; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-form-header {  }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-regular-label { display:block;width:18.875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:18.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-text {padding-top: 0; padding-bottom: 0;}#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:18.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:18.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-select {padding-top: 0; padding-bottom: 0;}#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:15rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-bottom:0.3125rem;margin-left:0;color:#ffffff;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:bold;text-align:center;text-align-last:center;font-size:1rem;background-color:#e30054;background-image:none;overflow:hidden;box-shadow: none; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:lato;color:#000000; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:lato;color:#000000; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:lato;color:#000000; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:lato;color:#000000; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:33rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:8.5625rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-container:first-of-type{padding-top:0;}#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-container:last-of-type{padding-bottom:0;}#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:"open sans";width:34.5rem;height:auto;left:0rem;top:21.99853515625rem;z-index:15003;position:absolute;box-shadow: none; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .radio-container { width:19.5rem; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:"open sans";width:34.5rem;height:auto;left:0rem;top:21.99853515625rem;z-index:15003;position:absolute;box-shadow: none; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM #vTE6mV55yK5bC3UnBoibTmIokNdVewmA { position:relative; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM #NeM3fRdEQiq4SbDV9GcRRAxUWav7Lfuy { position:relative;display:none; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM #OOIfZNJGLfZC8AaawT6oeA3TZXcR5auc { position:relative; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM #NZgWGH9L9zOc7nsnIk8iGSI16PRMAwx9 { position:relative; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM #UrizZsKuz0xrTTSoFMiJSmgPzhyURGTm { position:relative; }
#QsEriO72HSoVaqdiI2yvAI7i75FSETq4 { color:#000000;display:block;width:32.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:18.62353515625rem;left:1.25rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#ZVneP2C0q1glmk151EBtRlSuoph2dMNw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw > .row .container { background-color: transparent; background-image: none; }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw > .row .container > .video-iframe-container { display: none; }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw > .row > .video-iframe-container { display: none; }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw > .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); }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw > .row .container { border-width: 0; border-radius: 0; }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;position:relative;display:block; }#mi5Tosd7ksznVqhf1VeDOwJvmhi9PB81 { color:#f6f6f6;display:block;width:50.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:0.806640625rem;left:4.9375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw { position:relative;display:block; }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw { background-color: transparent; background-image: none; }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row .container > .video-iframe-container { display: none; }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row > .video-iframe-container { display: none; }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .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); }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw { border-width: 0; border-radius: 0; }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#303030;background-image:none;color:#ffffff;padding-top:0.581875rem;padding-right:0.518125rem;padding-bottom:0.581875rem;padding-left:0.518125rem;display:block;align-items:center;width:3.11rem;min-width:3.11rem;height:3.12875rem;position:relative;font-family:"open sans";font-size:2.328125rem;font-weight:700;line-height:50.06px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.36375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.146875rem;height:1.236875rem;position:relative;font-family:lato;font-size:0.873125rem;font-weight:700;line-height:19.79px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:20.5625rem;height:5.893125rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.302734375rem;left:19.09375rem;z-index:15003; }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #qdE6oOzyT3UPqk5epc3gEQ5spGWA9AHD { display:flex;position:relative;top:0rem;left:0rem; }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #MyFirM5TvsTuT8TZXDgml4BUqzlFTDfR { width:auto; }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #MTvMOQ6n8u6kOKQxBfgTfu9prdU1RDP6 {  }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #PCi4MLyacWVp11bHJSsky7Us88J0HFeV { display:flex;position:relative;top:0rem;left:0rem; }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #NWUc8VsUiaMUd9D8dd1rLSaIpp6u3MQ5 {  }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #dD8GG1SoLNmyUC8Eyv04OJwCn3pgfxP7 {  }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #TogniVurHxrDu2L7Sk4nBBrsT4JnkI5K { display:flex;position:relative;top:0rem;left:0rem; }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #OstvDLigTLVrF3N9seZgXu12Tr4eKNpS {  }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #GoKFAEZRJvgnEugwkfA1KZ0dJSQZTDJi {  }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #ABuvUvs87uXp23hJOxGosHbUvSot3zWF { display:flex;position:relative;top:0rem;left:0rem; }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #SStXTBE2QJTO1elZg35hlUBc32JdIdJ0 {  }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #xupFRK3lFECkSAOeyhcplFakGh2iRP2h {  }
#iwlSQmip39AMrkDUU7szcd7U522NJxBq { position:relative;display:block; }#iwlSQmip39AMrkDUU7szcd7U522NJxBq { background-color: transparent; background-image: none; }#iwlSQmip39AMrkDUU7szcd7U522NJxBq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwlSQmip39AMrkDUU7szcd7U522NJxBq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwlSQmip39AMrkDUU7szcd7U522NJxBq > .row .container > .video-iframe-container { display: none; }#iwlSQmip39AMrkDUU7szcd7U522NJxBq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwlSQmip39AMrkDUU7szcd7U522NJxBq > .row > .video-iframe-container { display: none; }#iwlSQmip39AMrkDUU7szcd7U522NJxBq > .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); }#iwlSQmip39AMrkDUU7szcd7U522NJxBq { border-width: 0; border-radius: 0; }#iwlSQmip39AMrkDUU7szcd7U522NJxBq > .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; }#iwlSQmip39AMrkDUU7szcd7U522NJxBq > .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:2.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qHDibuy1y3DlRg1QwBISQ41RP4Jkqh5P { position:relative;display:block; }#qHDibuy1y3DlRg1QwBISQ41RP4Jkqh5P { background-color: transparent; background-image: none; }#qHDibuy1y3DlRg1QwBISQ41RP4Jkqh5P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHDibuy1y3DlRg1QwBISQ41RP4Jkqh5P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHDibuy1y3DlRg1QwBISQ41RP4Jkqh5P > .row .container > .video-iframe-container { display: none; }#qHDibuy1y3DlRg1QwBISQ41RP4Jkqh5P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHDibuy1y3DlRg1QwBISQ41RP4Jkqh5P > .row > .video-iframe-container { display: none; }#qHDibuy1y3DlRg1QwBISQ41RP4Jkqh5P > .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); }#qHDibuy1y3DlRg1QwBISQ41RP4Jkqh5P { border-width: 0; border-radius: 0; }#qHDibuy1y3DlRg1QwBISQ41RP4Jkqh5P > .row .container > .video-iframe-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }#qHDibuy1y3DlRg1QwBISQ41RP4Jkqh5P > .row .container { border-top:0.25rem solid #cecece;border-left:0.25rem solid #cecece;border-right:0.25rem solid #cecece;border-bottom:0.25rem solid #cecece;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;position:relative;display:block; }#DLbe9tL5qDEycZWTfJJBaZw0fD42bCkK { color:#303030;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yLhOd59GHCbUq9lnwTPmwDeifpqkTKde { color:#303030;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5625rem;left:20rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTwBmTfJOXrEvldKZa4Wyidkx9Al57l7 { color:#303030;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5625rem;left:40rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kanCfh8Bb0uVwgwXQIxD4P8HQUvMTfkw { color:#000000;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.9375rem;left:40rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UXGKUemTRHFxrmZPmzDokaAWtAd08U3G { color:#000000;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.9375rem;left:20rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fLsqvwS80NoJlAcJRgZ9IbV8dpGbWoDU { color:#000000;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#swrJJMrUWFRuVVXxmznyHaP5NaMhMeCt { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.125rem;left:8.125rem;overflow:hidden;display:block; }
#paZRrIRiul0yCfW3U9aCWKkkvPqnr0Tx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.125rem;left:28.125rem;overflow:hidden;display:block; }
#ItlKo0r4guTAqNyWx5FrIX8iDuB1D4UT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.125rem;left:48.125rem;overflow:hidden;display:block; }
#K7pXW7MEJbEMBJso5iAf1RkR6nXVgWKi { 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; }#K7pXW7MEJbEMBJso5iAf1RkR6nXVgWKi > .row .container { background-color: transparent; background-image: none; }#K7pXW7MEJbEMBJso5iAf1RkR6nXVgWKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7pXW7MEJbEMBJso5iAf1RkR6nXVgWKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7pXW7MEJbEMBJso5iAf1RkR6nXVgWKi > .row .container > .video-iframe-container { display: none; }#K7pXW7MEJbEMBJso5iAf1RkR6nXVgWKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7pXW7MEJbEMBJso5iAf1RkR6nXVgWKi > .row > .video-iframe-container { display: none; }#K7pXW7MEJbEMBJso5iAf1RkR6nXVgWKi > .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); }#K7pXW7MEJbEMBJso5iAf1RkR6nXVgWKi > .row .container { border-width: 0; border-radius: 0; }#K7pXW7MEJbEMBJso5iAf1RkR6nXVgWKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7pXW7MEJbEMBJso5iAf1RkR6nXVgWKi > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;position:relative;display:block; }#UtTwNk8xMzkekhPp5ITN5LQUZLkTUPOm { color:#303030;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hBXd1EDqqVuLK7gLGWPAWOsSBkVtrBdL { color:#000000;display:block;width:46.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:8.4375rem;left:6.9375rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#FePsfTEXvftQv9xllsQUfzDw4CnKC4yC { 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; }#FePsfTEXvftQv9xllsQUfzDw4CnKC4yC > .row .container { background-color: transparent; background-image: none; }#FePsfTEXvftQv9xllsQUfzDw4CnKC4yC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FePsfTEXvftQv9xllsQUfzDw4CnKC4yC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FePsfTEXvftQv9xllsQUfzDw4CnKC4yC > .row .container > .video-iframe-container { display: none; }#FePsfTEXvftQv9xllsQUfzDw4CnKC4yC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FePsfTEXvftQv9xllsQUfzDw4CnKC4yC > .row > .video-iframe-container { display: none; }#FePsfTEXvftQv9xllsQUfzDw4CnKC4yC > .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); }#FePsfTEXvftQv9xllsQUfzDw4CnKC4yC > .row .container { border-width: 0; border-radius: 0; }#FePsfTEXvftQv9xllsQUfzDw4CnKC4yC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FePsfTEXvftQv9xllsQUfzDw4CnKC4yC > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#MAHwQVWeUCNlKPm1GX1GUTnFogIJDZrA { color:#303030;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:2.2749rem;font-style:normal;display:block; }
#vrlRzyvHVBOVI7apgzF3hAWseTzGXILr { color:#000000;display:block;width:46.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:1.4624rem;display:block; }
#dGP6xNPS5QkElB15w7RhQxs3ryzRg3qS { 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; }#dGP6xNPS5QkElB15w7RhQxs3ryzRg3qS > .row .container { background-color: transparent; background-image: none; }#dGP6xNPS5QkElB15w7RhQxs3ryzRg3qS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGP6xNPS5QkElB15w7RhQxs3ryzRg3qS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGP6xNPS5QkElB15w7RhQxs3ryzRg3qS > .row .container > .video-iframe-container { display: none; }#dGP6xNPS5QkElB15w7RhQxs3ryzRg3qS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGP6xNPS5QkElB15w7RhQxs3ryzRg3qS > .row > .video-iframe-container { display: none; }#dGP6xNPS5QkElB15w7RhQxs3ryzRg3qS > .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); }#dGP6xNPS5QkElB15w7RhQxs3ryzRg3qS > .row .container { border-width: 0; border-radius: 0; }#dGP6xNPS5QkElB15w7RhQxs3ryzRg3qS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGP6xNPS5QkElB15w7RhQxs3ryzRg3qS > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#HnWXWizRN3X3CRN45dJVz0hP0SFq6k7b { color:#000000;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.9375rem;left:2.4375rem;height:2.92480625rem;display:block; }
#VykFPPd7R8CszVCVQAftPpTOTo5lupAG { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.9365234375rem;left:22.375rem;height:2.92480625rem;display:block; }
#vTyOfrTE9VNgVuWoPpThubUHeZcrJ5P0 { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.9365234375rem;left:42.09375rem;height:2.92480625rem;display:block; }
#tDDHfPZ2ui797ibkKrIKM3WeNR9uSfJC { color:#000000;display:block;width:15rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.859375rem;left:2.5rem;height:3.8994125rem;font-style:normal;display:block; }
#Uxlpe6xOXtAKwsJBTXTu17utpQnv4gLx { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.859375rem;left:22.5rem;height:5.19921875rem;font-style:normal;display:block; }
#GTRT6UDK2b4nHFxfBo2LqQ1ZPG2CToP1 { color:#000000;display:block;width:16rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.859375rem;left:42.09375rem;height:3.8994125rem;font-style:normal;display:block; }
#Z3qw5UMOy24xHiRBT298pOPBoB9yfQZz { background-color:#e30054;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.875rem;left:20.9375rem;display:block; }
#wV0uUAJcsaTom0nkZUq3TiEGBXVwBxp4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T12caTiXHQLdiqJg4x9pCM1TSZIFTdPO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4rem;left:2.4375rem;overflow:hidden;display:block; }
#rTIn2RQrcV4fCcxyErasG8sJtfPBTQGB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4rem;left:22.375rem;overflow:hidden;display:block; }
#JW664AHoSNnFFPhNdvgLGF7p4QTd73pg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4rem;left:42.09375rem;overflow:hidden;display:block; }
#rNod2QNtHnALv6MMD0UBMtnFtbtFET56 { 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; }#rNod2QNtHnALv6MMD0UBMtnFtbtFET56 > .row .container { background-color: transparent; background-image: none; }#rNod2QNtHnALv6MMD0UBMtnFtbtFET56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNod2QNtHnALv6MMD0UBMtnFtbtFET56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNod2QNtHnALv6MMD0UBMtnFtbtFET56 > .row .container > .video-iframe-container { display: none; }#rNod2QNtHnALv6MMD0UBMtnFtbtFET56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNod2QNtHnALv6MMD0UBMtnFtbtFET56 > .row > .video-iframe-container { display: none; }#rNod2QNtHnALv6MMD0UBMtnFtbtFET56 > .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); }#rNod2QNtHnALv6MMD0UBMtnFtbtFET56 > .row .container { border-width: 0; border-radius: 0; }#rNod2QNtHnALv6MMD0UBMtnFtbtFET56 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rNod2QNtHnALv6MMD0UBMtnFtbtFET56 > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;position:relative;display:block; }#GOUxwUWTbXiTZEOCLal22usQWXBPTPB3 { color:#303030;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vc2LNolfCHhqzkNtbQ2pqTosqMLvZtOg { color:#000000;display:block;width:46.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:7.43701171875rem;left:6.90625rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#wV4ZGZHKo2XR6iSAJqwvnWhZnTxPsChR { position:relative;display:none; }#wV4ZGZHKo2XR6iSAJqwvnWhZnTxPsChR { border-width: 0; border-radius: 0; }#wV4ZGZHKo2XR6iSAJqwvnWhZnTxPsChR > .row .container > .video-iframe-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }#wV4ZGZHKo2XR6iSAJqwvnWhZnTxPsChR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b2df9d;background-image:none;font-size:0.875rem;font-family:arial;height:17.0625rem;width:60rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;position:relative;display:none; }#hXvu64VTcCVKmq8phFXXN3G11hSoTzg2 { background-color:#26890b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:10.6875rem;left:33.8125rem;display:block; }
#RBFTZ5HgHXnIl0BLmERTkFMAFJxFBydZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IfFuedSNXuXaL3miTCe54VNwxWvI4KZ1 { color:#000000;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6875rem;left:35.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#eEWtK22QyVfLcySPdxwCtlTb5q3Okm4u { color:#26890b;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.125rem;left:34rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#WX0AE2edzPTGaZ9TTVB5X3dcHHuh0Kkb { box-sizing:content-box;height:3.875rem;width:9.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:3.375rem;left:38.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#B0q1ZgFdT8G5TaPXLZlemGu8dcbcGvkt { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.0625rem;width:38.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#sefwKGlDFJ1RLFqHdhF3vnTaBX4XkdDK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:1.71875rem;left:8.65625rem;overflow:hidden;display:block; }
#gVnZ5H8znnr69zuIOat1Dskxc9LKHGhO { position:relative;display:block; }#gVnZ5H8znnr69zuIOat1Dskxc9LKHGhO { background-color: transparent; background-image: none; }#gVnZ5H8znnr69zuIOat1Dskxc9LKHGhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVnZ5H8znnr69zuIOat1Dskxc9LKHGhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVnZ5H8znnr69zuIOat1Dskxc9LKHGhO > .row .container > .video-iframe-container { display: none; }#gVnZ5H8znnr69zuIOat1Dskxc9LKHGhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVnZ5H8znnr69zuIOat1Dskxc9LKHGhO > .row > .video-iframe-container { display: none; }#gVnZ5H8znnr69zuIOat1Dskxc9LKHGhO > .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); }#gVnZ5H8znnr69zuIOat1Dskxc9LKHGhO { border-width: 0; border-radius: 0; }#gVnZ5H8znnr69zuIOat1Dskxc9LKHGhO > .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; }#gVnZ5H8znnr69zuIOat1Dskxc9LKHGhO > .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:1.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u5QtJqhK29PMFbt8kod0qoCTNo7K6HDd { position:relative;display:block; }#u5QtJqhK29PMFbt8kod0qoCTNo7K6HDd { background-color: transparent; background-image: none; }#u5QtJqhK29PMFbt8kod0qoCTNo7K6HDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5QtJqhK29PMFbt8kod0qoCTNo7K6HDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5QtJqhK29PMFbt8kod0qoCTNo7K6HDd > .row .container > .video-iframe-container { display: none; }#u5QtJqhK29PMFbt8kod0qoCTNo7K6HDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5QtJqhK29PMFbt8kod0qoCTNo7K6HDd > .row > .video-iframe-container { display: none; }#u5QtJqhK29PMFbt8kod0qoCTNo7K6HDd > .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); }#u5QtJqhK29PMFbt8kod0qoCTNo7K6HDd { border-width: 0; border-radius: 0; }#u5QtJqhK29PMFbt8kod0qoCTNo7K6HDd > .row .container > .video-iframe-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }#u5QtJqhK29PMFbt8kod0qoCTNo7K6HDd > .row .container { border-top:0.25rem solid #cecece;border-left:0.25rem solid #cecece;border-right:0.25rem solid #cecece;border-bottom:0.25rem solid #cecece;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:11.9375rem;width:60rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;position:relative;display:block; }#hT0TXLIK0XKXaU0f9wy168ILU54RTgdJ { color:#303030;display:block;width:20rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xWPfXf5iTimy3iXa8v00lnzBMTpsb4pW { color:#303030;display:block;width:20rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5rem;left:20rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bD8ND9P0RLLr5J1rWMB1T2DXIRx6TPwN { color:#303030;display:block;width:20rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5rem;left:40rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g93cKvH84iD77HXIucw88OLLvXfl9htX { color:#000000;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.0625rem;left:40rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9zg2eTsi3fOi7lr7rI4DggSKnq9LNzp { color:#000000;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:20rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B7RPzKiNdvGfTfrtQHNSz2yccZRyfalO { color:#000000;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UaaZvJOn3dM6u5ew1EQkVHeOqZiW6eTF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.25rem;left:8.125rem;overflow:hidden;display:block; }
#e5c7Se9eDmTbVpiioT3syq7KO1hEZRl6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.25rem;left:28.125rem;overflow:hidden;display:block; }
#gHTNbl1XSipkuVOWEIhKTUFNHyTkJOol { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.25rem;left:48.125rem;overflow:hidden;display:block; }
#pQeFJS0W8osTLOI9TWyCwqGAEWFbsDZA { position:relative;display:block; }#pQeFJS0W8osTLOI9TWyCwqGAEWFbsDZA { background-color: transparent; background-image: none; }#pQeFJS0W8osTLOI9TWyCwqGAEWFbsDZA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQeFJS0W8osTLOI9TWyCwqGAEWFbsDZA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQeFJS0W8osTLOI9TWyCwqGAEWFbsDZA > .row .container > .video-iframe-container { display: none; }#pQeFJS0W8osTLOI9TWyCwqGAEWFbsDZA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQeFJS0W8osTLOI9TWyCwqGAEWFbsDZA > .row > .video-iframe-container { display: none; }#pQeFJS0W8osTLOI9TWyCwqGAEWFbsDZA > .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); }#pQeFJS0W8osTLOI9TWyCwqGAEWFbsDZA { border-width: 0; border-radius: 0; }#pQeFJS0W8osTLOI9TWyCwqGAEWFbsDZA > .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; }#pQeFJS0W8osTLOI9TWyCwqGAEWFbsDZA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bfPichFSQWHqTkAa0M2AweVTq8sRuOka { background-color:#e30054;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.375rem;left:20.9375rem;display:block; }
#z21gpvJ77T0oLvRHcIeAhnQUBa51dUZW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vx1Ski294QGNAUCLXKd6sSc2Xg5Uye4d { position:relative;display:block; }#Vx1Ski294QGNAUCLXKd6sSc2Xg5Uye4d { background-color: transparent; background-image: none; }#Vx1Ski294QGNAUCLXKd6sSc2Xg5Uye4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vx1Ski294QGNAUCLXKd6sSc2Xg5Uye4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vx1Ski294QGNAUCLXKd6sSc2Xg5Uye4d > .row .container > .video-iframe-container { display: none; }#Vx1Ski294QGNAUCLXKd6sSc2Xg5Uye4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vx1Ski294QGNAUCLXKd6sSc2Xg5Uye4d > .row > .video-iframe-container { display: none; }#Vx1Ski294QGNAUCLXKd6sSc2Xg5Uye4d > .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); }#Vx1Ski294QGNAUCLXKd6sSc2Xg5Uye4d { border-width: 0; border-radius: 0; }#Vx1Ski294QGNAUCLXKd6sSc2Xg5Uye4d > .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; }#Vx1Ski294QGNAUCLXKd6sSc2Xg5Uye4d > .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:1.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#twzU0GFaDQvJkfZ8fD8p0Uf62mI9nDkX { 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; }#twzU0GFaDQvJkfZ8fD8p0Uf62mI9nDkX > .row .container { background-color: transparent; background-image: none; }#twzU0GFaDQvJkfZ8fD8p0Uf62mI9nDkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twzU0GFaDQvJkfZ8fD8p0Uf62mI9nDkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twzU0GFaDQvJkfZ8fD8p0Uf62mI9nDkX > .row .container > .video-iframe-container { display: none; }#twzU0GFaDQvJkfZ8fD8p0Uf62mI9nDkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twzU0GFaDQvJkfZ8fD8p0Uf62mI9nDkX > .row > .video-iframe-container { display: none; }#twzU0GFaDQvJkfZ8fD8p0Uf62mI9nDkX > .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); }#twzU0GFaDQvJkfZ8fD8p0Uf62mI9nDkX > .row .container { border-width: 0; border-radius: 0; }#twzU0GFaDQvJkfZ8fD8p0Uf62mI9nDkX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#twzU0GFaDQvJkfZ8fD8p0Uf62mI9nDkX > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#iOZCiufTEdaIVvT1073UrTc7RTu3ORa5 { color:#303030;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#U1OaXSxBvdN489n5OR6mqs6kfT3d0RSw { color:#000000;display:block;width:46.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:1.4624rem;display:block; }
#AGuJoCTug80EVE2xGqIV7QEg8ytyfTUm { 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; }#AGuJoCTug80EVE2xGqIV7QEg8ytyfTUm > .row .container { background-color: transparent; background-image: none; }#AGuJoCTug80EVE2xGqIV7QEg8ytyfTUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGuJoCTug80EVE2xGqIV7QEg8ytyfTUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGuJoCTug80EVE2xGqIV7QEg8ytyfTUm > .row .container > .video-iframe-container { display: none; }#AGuJoCTug80EVE2xGqIV7QEg8ytyfTUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGuJoCTug80EVE2xGqIV7QEg8ytyfTUm > .row > .video-iframe-container { display: none; }#AGuJoCTug80EVE2xGqIV7QEg8ytyfTUm > .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); }#AGuJoCTug80EVE2xGqIV7QEg8ytyfTUm > .row .container { border-width: 0; border-radius: 0; }#AGuJoCTug80EVE2xGqIV7QEg8ytyfTUm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGuJoCTug80EVE2xGqIV7QEg8ytyfTUm > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;position:relative;display:block; }#J5cA8QBzyzTEGJ1OL6508tyQKph5LIkl { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:1.4624rem;display:block; }
#oeyVldCzcE8py8Rm0TyU2CdN3zoEfODm { color:#000000;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:20rem;height:1.4624rem;display:block; }
#af1PmB6i4ae03VoViHDzT5uioWDxTeCw { color:#000000;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.875rem;left:40rem;height:1.4624rem;display:block; }
#xamvn97AzuvTNTAtavyNS0IaL3VX2Di3 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#ZhZNNrcz1TtmaKQiW3FkNibAugdGk8DK { color:#000000;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.3125rem;left:20rem;height:2.5996125rem;font-style:normal;display:block; }
#bpnJOlk3kGmyB5zvJ7Gqi4TaPGgHyNpA { color:#000000;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:9.3125rem;left:40rem;height:2.5996125rem;font-style:normal;display:block; }
#Be0TOmMuMwxgKr1Tu1qNs7GMkpKRP59n { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.75rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#imOKlk8HrotfKzI1pbFOPtT7gb9btadU { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.75rem;top:3.625rem;left:20rem;overflow:hidden;display:block; }
#AgRk195L69y5TnJUS2s6k3bo5KloOTwU { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.25rem;top:2.4375rem;left:40rem;overflow:hidden;display:block; }
#iQ3N1zWNngysNMKCkDiBB227hyLbbOVA { position:relative;display:block; }#iQ3N1zWNngysNMKCkDiBB227hyLbbOVA { background-color: transparent; background-image: none; }#iQ3N1zWNngysNMKCkDiBB227hyLbbOVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ3N1zWNngysNMKCkDiBB227hyLbbOVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ3N1zWNngysNMKCkDiBB227hyLbbOVA > .row .container > .video-iframe-container { display: none; }#iQ3N1zWNngysNMKCkDiBB227hyLbbOVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ3N1zWNngysNMKCkDiBB227hyLbbOVA > .row > .video-iframe-container { display: none; }#iQ3N1zWNngysNMKCkDiBB227hyLbbOVA > .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); }#iQ3N1zWNngysNMKCkDiBB227hyLbbOVA { border-width: 0; border-radius: 0; }#iQ3N1zWNngysNMKCkDiBB227hyLbbOVA > .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; }#iQ3N1zWNngysNMKCkDiBB227hyLbbOVA > .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:2.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TWBS4dP9IcDEUwTgyFrQfuzM5MSDxRDL { 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; }#TWBS4dP9IcDEUwTgyFrQfuzM5MSDxRDL > .row .container { background-color: transparent; background-image: none; }#TWBS4dP9IcDEUwTgyFrQfuzM5MSDxRDL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWBS4dP9IcDEUwTgyFrQfuzM5MSDxRDL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWBS4dP9IcDEUwTgyFrQfuzM5MSDxRDL > .row .container > .video-iframe-container { display: none; }#TWBS4dP9IcDEUwTgyFrQfuzM5MSDxRDL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWBS4dP9IcDEUwTgyFrQfuzM5MSDxRDL > .row > .video-iframe-container { display: none; }#TWBS4dP9IcDEUwTgyFrQfuzM5MSDxRDL > .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); }#TWBS4dP9IcDEUwTgyFrQfuzM5MSDxRDL > .row .container { border-width: 0; border-radius: 0; }#TWBS4dP9IcDEUwTgyFrQfuzM5MSDxRDL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWBS4dP9IcDEUwTgyFrQfuzM5MSDxRDL > .row .container { font-size:0.875rem;font-family:"open sans";height:15.75rem;width:60rem;position:relative;display:block; }#tDKDGNrvBuVfKJbucvmVBSp7oSHH2gIf { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:15rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#GK9GZ8pkA2goHr1KDr822eC0oTmC291B { color:#303030;display:block;width:57.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.58740234375rem;left:1.34375rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MhDcKkbUL4zgK3O6UG2IJe6FLIv1p3Gc { color:#303030;display:block;width:27.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.3125rem;left:1.3125rem;height:1.13745rem;font-style:normal;display:block; }
#xac9uKiLo1yGoufTELIx4pQ6H67piakv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:7.25rem;width:11.8125rem;top:10.1875rem;left:0rem;overflow:hidden;display:none; }
#tU17QxKrrqSzUrdDzfXg0sAWox2XasfB { 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; }#tU17QxKrrqSzUrdDzfXg0sAWox2XasfB > .row .container { background-color: transparent; background-image: none; }#tU17QxKrrqSzUrdDzfXg0sAWox2XasfB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU17QxKrrqSzUrdDzfXg0sAWox2XasfB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU17QxKrrqSzUrdDzfXg0sAWox2XasfB > .row .container > .video-iframe-container { display: none; }#tU17QxKrrqSzUrdDzfXg0sAWox2XasfB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU17QxKrrqSzUrdDzfXg0sAWox2XasfB > .row > .video-iframe-container { display: none; }#tU17QxKrrqSzUrdDzfXg0sAWox2XasfB > .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); }#tU17QxKrrqSzUrdDzfXg0sAWox2XasfB > .row .container { border-width: 0; border-radius: 0; }#tU17QxKrrqSzUrdDzfXg0sAWox2XasfB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tU17QxKrrqSzUrdDzfXg0sAWox2XasfB > .row .container { font-size:0.875rem;font-family:"open sans";height:16.125rem;width:60rem;position:relative;display:block; }#J3mH4Vqy1HdIqQNPO13W66Fp5kZVGRzm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:15rem;width:29.375rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#IHE3V7pXcFpglrcaVfnC33zZpG06TpE4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:15rem;width:29.375rem;top:0.625rem;left:30.625rem;overflow:hidden;display:block; }
#MaXZt3P60BIdOxMSV0AtrB6TsL2C7x4S { color:#303030;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.8125rem;left:1.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Thwge6gEetlBdxZh2GEbDANWK1oCx5PB { color:#303030;display:block;width:24.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.6875rem;left:1.25rem;height:1.13745rem;font-style:normal;display:block; }
#RstETdMRBrko5PeZuTEQI48JrSDJh7iM { color:#303030;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.8125rem;left:32.5rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sCgo4SNrdg9Ge5iOZ3W9b2BzH9y4rXPw { color:#303030;display:block;width:24.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.6875rem;left:32.5rem;height:1.13745rem;font-style:normal;display:block; }
#MU0Lx4uliRfsSplhfoNIvAWErTLZzwUD { 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; }#MU0Lx4uliRfsSplhfoNIvAWErTLZzwUD > .row .container { background-color: transparent; background-image: none; }#MU0Lx4uliRfsSplhfoNIvAWErTLZzwUD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU0Lx4uliRfsSplhfoNIvAWErTLZzwUD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU0Lx4uliRfsSplhfoNIvAWErTLZzwUD > .row .container > .video-iframe-container { display: none; }#MU0Lx4uliRfsSplhfoNIvAWErTLZzwUD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU0Lx4uliRfsSplhfoNIvAWErTLZzwUD > .row > .video-iframe-container { display: none; }#MU0Lx4uliRfsSplhfoNIvAWErTLZzwUD > .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); }#MU0Lx4uliRfsSplhfoNIvAWErTLZzwUD > .row .container { border-width: 0; border-radius: 0; }#MU0Lx4uliRfsSplhfoNIvAWErTLZzwUD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MU0Lx4uliRfsSplhfoNIvAWErTLZzwUD > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#fX1LgF95HEp4mvExiv2SThUL1fPIkadB { color:#303030;display:block;width:43.4375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.2749rem;font-style:normal;display:block; }
#d496JLh2HVdu88Vucfi02SlL8ccF0BzQ { 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; }#d496JLh2HVdu88Vucfi02SlL8ccF0BzQ > .row .container { background-color: transparent; background-image: none; }#d496JLh2HVdu88Vucfi02SlL8ccF0BzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d496JLh2HVdu88Vucfi02SlL8ccF0BzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d496JLh2HVdu88Vucfi02SlL8ccF0BzQ > .row .container > .video-iframe-container { display: none; }#d496JLh2HVdu88Vucfi02SlL8ccF0BzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d496JLh2HVdu88Vucfi02SlL8ccF0BzQ > .row > .video-iframe-container { display: none; }#d496JLh2HVdu88Vucfi02SlL8ccF0BzQ > .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); }#d496JLh2HVdu88Vucfi02SlL8ccF0BzQ > .row .container { border-width: 0; border-radius: 0; }#d496JLh2HVdu88Vucfi02SlL8ccF0BzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d496JLh2HVdu88Vucfi02SlL8ccF0BzQ > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:block; }#ZzONf5BfLTdG04a8lJgOT4nDfu8FKtBy { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1875rem;left:2.5rem;height:6.82325rem;text-align:left;text-align-last:left;display:block; }
#vHy6aotDfxaoLaMKNcqK9zm3ZoKgCEnz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.1875rem;left:2.5rem;overflow:hidden;display:block; }
#zEGKe2Nvuw70yiPzTQUVHa1U3ddUun7n { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:7.5rem;height:1.3808625rem;display:block; }
#tbzlbQTch2TPbWpvZZNamKITI4IePa66 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5rem;top:3.1875rem;left:7.5rem;overflow:hidden;display:block; }
#rAmWFqk7h5VDcXrvRrUeIyIaxe9KVVXv { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.5625rem;left:2.4375rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#mkJN8AHvgmANrnEocl5pmiTbhxa5ehTT { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.1875rem;left:17.5rem;height:10.234875rem;text-align:left;text-align-last:left;display:block; }
#i3fzZHqG12u0evMDXbvtt2QiuvSI2AW8 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.5625rem;left:17.5rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#EDLzvpR7GxLbfo3bHMMdzRciSFg3IUyC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.1875rem;left:17.5rem;overflow:hidden;display:block; }
#TPJJ5b4g4S5tkQUFPeSKDVm5PEtOfZW7 { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.75rem;left:22.5rem;height:1.3808625rem;display:block; }
#rpX0obUASZioWXwKT2T0nA4H2DrklCZ1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5rem;top:3.1875rem;left:22.5rem;overflow:hidden;display:block; }
#Tp5ZQ5oUN0f2JtJ7RumtUUHfGOAc6Jxx { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.1875rem;left:32.5rem;height:9.097625rem;text-align:left;text-align-last:left;display:block; }
#r1Kr6x6K6zp2899GaWVXELSCqFHOCp3R { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.56201171875rem;left:32.4375rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#bitIaPaTlQFRIRCazwo32Jx7Dc0AxGhy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.1875rem;left:32.5rem;overflow:hidden;display:block; }
#GdDanfE7DgVcwuUsG7Oabw2nQ79zAoDN { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.75rem;left:37.5rem;height:1.3808625rem;display:block; }
#hFWhso44C8E6FJriaeA4RGV5oWyQol1q { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5rem;top:3.1875rem;left:37.5rem;overflow:hidden;display:block; }
#T5MUUSCBsznUSJkKz94iVRF2iP1Kl4vc { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.1875rem;left:47.5rem;height:5.6860375rem;text-align:left;text-align-last:left;display:block; }
#lhTPLtaZAKtzVXuTEDIAl3z24yD36oH5 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.5625rem;left:47.5625rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#vx3UuoSSXcLkuLDZV1XsTTvmnBNexpMZ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.1875rem;left:47.5rem;overflow:hidden;display:block; }
#VDV8rh3qf8nHd8hTcsoZeyz8AxlkfU8h { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.75rem;left:52.5rem;height:1.3808625rem;display:block; }
#iNVGUkHfp98p0UlDzK1UAZwqKbw1BiAe { position:absolute;display:block;z-index:15022;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.9375rem;width:5rem;top:3.1875rem;left:52.5rem;overflow:hidden;display:block; }
#y4JtABTXdHUW92wyewOTsTaevPbu7ePT { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 3.0625rem rgba(164,164,164,0.3) ;height:20rem;width:12.5rem;top:0rem;left:1.25rem;display:block; }
#i0QsqSBQyktfRHTfhf6qgXBOWP12PWT2 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 3.0625rem rgba(164,164,164,0.3) ;height:20rem;width:12.5rem;top:0rem;left:16.25rem;display:block; }
#UCUJNKR4JmiMPmVla75XXz4gRf7BIIhw { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 3.0625rem rgba(164,164,164,0.3) ;height:20rem;width:12.5rem;top:0rem;left:31.25rem;display:block; }
#llL1LCgDCHAWSAd2TTA42Dbr1WgrTa1T { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 3.0625rem rgba(164,164,164,0.3) ;height:20rem;width:12.5rem;top:0rem;left:46.25rem;display:block; }
#uLdzE1ADgEgbu6JeLZZH85SIVveloMSf { color:#e30054;display:block;width:10rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.9375rem;left:32.875rem;height:0;text-align:center;text-align-last:center;display:none; }
#QFt03BFASTo9TED1PcKUeEXwdQASo86k { 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; }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row .container { background-color: transparent; background-image: none; }#QFt03BFASTo9TED1PcKUeEXwdQASo86k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row .container > .video-iframe-container { display: none; }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row > .video-iframe-container { display: none; }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .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); }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row .container { border-width: 0; border-radius: 0; }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#Gs9BFmJcJHlHCTzMGRcB7mXtXzTtHL8N { color:#000000;display:block;width:10.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:6.875rem;left:24.906034469604rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#xRTiAS3k7V3VqDJGTpxfBpbJhMMRutEI { background-color:#e30054;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.26171875rem;left:21.25rem;display:block; }
#OTvglWuu9OgmLKV6LaKyueReSa7nOucu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3APRQTdnNdN2AzSGbrn6rxcvvQz42nA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#c3APRQTdnNdN2AzSGbrn6rxcvvQz42nA > .row .container { background-color: transparent; background-image: none; }#c3APRQTdnNdN2AzSGbrn6rxcvvQz42nA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3APRQTdnNdN2AzSGbrn6rxcvvQz42nA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3APRQTdnNdN2AzSGbrn6rxcvvQz42nA > .row .container > .video-iframe-container { display: none; }#c3APRQTdnNdN2AzSGbrn6rxcvvQz42nA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3APRQTdnNdN2AzSGbrn6rxcvvQz42nA > .row > .video-iframe-container { display: none; }#c3APRQTdnNdN2AzSGbrn6rxcvvQz42nA > .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); }#c3APRQTdnNdN2AzSGbrn6rxcvvQz42nA > .row .container { border-width: 0; border-radius: 0; }#c3APRQTdnNdN2AzSGbrn6rxcvvQz42nA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c3APRQTdnNdN2AzSGbrn6rxcvvQz42nA > .row .container { font-size:0.875rem;font-family:"open sans";height:11.0625rem;width:60rem;position:relative;display:block; }#HTN9JTThXlV9QENUbT2upeCr3dTKTupC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:3.5625rem;left:1.25rem;height:6rem;font-style:normal;display:block; }
#CvLRGPxunXK9HJsOVqkpA1nxQeyy2IzI { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:3.53125rem;left:21.25rem;height:3rem;font-style:normal;display:block; }
#CtNppJTfdb4pKSxsBFU6dVLJWXutXWD6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:1.6875rem;left:41.25rem;height:1.5rem;display:block; }
#uDozOv7haOaEJkSn4VuZVMDgM6W4GTs5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:3.53125rem;left:42.875rem;height:3rem;font-style:normal;display:block; }
#UkdxvV70MwdnmlPUMfqcPm8zU3c5FANr { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:3.6875rem;left:41.25rem;display:block; }
#Huw2Fnaia9dpXUFVBsRwV3kL7KdANuWH { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:5.125rem;left:41.25rem;display:block; }
#Rl8UALgxVwVULTnJJf5tGxwV7bI4yzxn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:1.6875rem;left:21.25rem;height:1.5rem;display:block; }
#zfW5Mes7xHtu7hcnsidkQPB4uZcGRJQN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:1.6875rem;left:1.25rem;height:1.5rem;display:block; }
#BRiC2uTJltKWvGg92NpOdZs6wgIkrv71 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#BRiC2uTJltKWvGg92NpOdZs6wgIkrv71 > .row .container { background-color: transparent; background-image: none; }#BRiC2uTJltKWvGg92NpOdZs6wgIkrv71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRiC2uTJltKWvGg92NpOdZs6wgIkrv71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRiC2uTJltKWvGg92NpOdZs6wgIkrv71 > .row .container > .video-iframe-container { display: none; }#BRiC2uTJltKWvGg92NpOdZs6wgIkrv71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRiC2uTJltKWvGg92NpOdZs6wgIkrv71 > .row > .video-iframe-container { display: none; }#BRiC2uTJltKWvGg92NpOdZs6wgIkrv71 > .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); }#BRiC2uTJltKWvGg92NpOdZs6wgIkrv71 > .row .container { border-width: 0; border-radius: 0; }#BRiC2uTJltKWvGg92NpOdZs6wgIkrv71 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BRiC2uTJltKWvGg92NpOdZs6wgIkrv71 > .row .container { font-size:0.875rem;font-family:"open sans";height:11.125rem;width:60rem;position:relative;display:block; }#t7kahP9wS6WFd1OxrTVa3Nt9VqlDIAxN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:2.0625rem;left:1.25rem;height:1.5rem;display:block; }
#bGKJ00kJwItqv4E89QolKCtDsiaRs4x7 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:2.125rem;left:21.25rem;height:1.5rem;display:block; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-form-header {  }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-regular-label { display:block;width:22.0625rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:22.0625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-text {padding-top: 0; padding-bottom: 0;}#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:22.0625rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:22.0625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-select {padding-top: 0; padding-bottom: 0;}#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:15rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-bottom:0.3125rem;margin-left:0;color:#ffffff;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:bold;text-align:center;text-align-last:center;font-size:1rem;background-color:#e30054;background-image:none;overflow:hidden;box-shadow: none; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:lato;color:#000000; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:lato;color:#000000; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:lato;color:#000000; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:lato;color:#000000; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:36.1875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:10.15625rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-container:first-of-type{padding-top:0;}#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-container:last-of-type{padding-bottom:0;}#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:"open sans";width:37.6875rem;height:auto;left:19.875rem;top:3.125rem;z-index:15002;position:absolute;box-shadow: none; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .radio-container { width:22.6875rem; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:"open sans";width:37.6875rem;height:auto;left:19.875rem;top:3.125rem;z-index:15002;position:absolute;box-shadow: none; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg #UXvMb37N0Mpr5wv3BJUPahKxbtcLMn8F { position:relative; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg #ggPr5Notyh5nRn382hTb8lgnsoXhgTWc { position:relative;display:none; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg #XqO0AG6eNTmbA7PP2LHHEUzhzpDbBtzL { position:relative; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg #zKfndWSfPaK9TlMTNMa4D6ElKqc6I6rb { position:relative; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg #sIryafE8bVDgLCGrRplch1AMcJk7Hofn { position:relative; }
#DtLKDPfI9qPFAJIfwOQqyDPZaTuUmino { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:4.625rem;left:1.25rem;overflow:hidden;display:block; }
#hveh8IChCxwGG5f7SqQDuGgJbIxR89RC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:4.625rem;left:4.375rem;overflow:hidden;display:block; }
#y1dC9UAIDtV0srkyPlxoR4iztE3exTl3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:4.625rem;left:7.5rem;overflow:hidden;display:block; }
#cTvtdwbG64OZ0dtSffus4eVknZL1zTOJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:4.625rem;left:10.625rem;overflow:hidden;display:block; }
#ktylzsG1vP2Wo1pKJf49yotTUmTGJCr8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#ktylzsG1vP2Wo1pKJf49yotTUmTGJCr8 > .row .container { background-color: transparent; background-image: none; }#ktylzsG1vP2Wo1pKJf49yotTUmTGJCr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktylzsG1vP2Wo1pKJf49yotTUmTGJCr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktylzsG1vP2Wo1pKJf49yotTUmTGJCr8 > .row .container > .video-iframe-container { display: none; }#ktylzsG1vP2Wo1pKJf49yotTUmTGJCr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktylzsG1vP2Wo1pKJf49yotTUmTGJCr8 > .row > .video-iframe-container { display: none; }#ktylzsG1vP2Wo1pKJf49yotTUmTGJCr8 > .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); }#ktylzsG1vP2Wo1pKJf49yotTUmTGJCr8 > .row .container { border-width: 0; border-radius: 0; }#ktylzsG1vP2Wo1pKJf49yotTUmTGJCr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ktylzsG1vP2Wo1pKJf49yotTUmTGJCr8 > .row .container { font-size:0.875rem;font-family:"open sans";height:12rem;width:60rem;position:relative;display:block; }#xVQlGyL4AlcrhiPOq5Rf8rmPUg0MlGD9 { color:#000000;display:block;width:27.25rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.9;letter-spacing:0;top:1.375rem;left:1.25rem;height:7.7744125rem;display:block; }
#cR8nnXLrxzmT2Veraq0RI9kfK8hX3JmI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:20.5rem;top:2.5rem;left:39.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #urxa6NL5pRfqR6f3yxJWqWqM2S1ek6AP { display:block; }#urxa6NL5pRfqR6f3yxJWqWqM2S1ek6AP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4l1TC9XWr8WDUGhxcigtbIKIrrGGO4r { top:1.5625rem;left:13.936849594116rem;width:10.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFq89Up7pShfcgA1R3rMku3kvzitpk0T { top:1.3125rem;left:0rem;width:8.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqlveV8zCT09WuKh9FrXufJr29Vo5usa { top:1.5625rem;left:26.498697280884rem;width:7.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHxAom12q48uNENohAc4CH2wghoFVJtB { top:1.5625rem;left:38.187070846558rem;width:4.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8HWbSh4Pfl216AZ3XcZVc2dQsIAh9KH { top:1.5625rem;left:37.4375rem;width:10.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 { display:block; }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0zLFOUaHvPD1hUGa2alFF54KI13rrlV { top:9.125rem;left:0rem;width:27.1875rem;height:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVK3fHvXN1b2eyGHgJ2RR6iR2UoiJOZ1 { top:21.5625rem;left:0rem;width:32.5625rem;height:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec0PvD2TKTkvRgSkEVAaBSC3KeRhWX1v { top:7.6875rem;left:28.375rem;width:19.375rem;height:18.5623125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSZhfDQ9w0PBiTNCJkFdZdkLiwvROunx { width:18.125rem;height:2.9375rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfUp85gL0eTaact9TeyCT83f3ILJSbbC { display:block; }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-input-text {padding-top: 0; padding-bottom: 0;}#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-input-select {padding-top: 0; padding-bottom: 0;}#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd  { width:25rem;height:auto;top:16.375rem;left:0rem; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd {display:block;}#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd { width:25rem;height:auto;top:16.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #vtPPkP6TCswkRvLvbKgTlWEc19oOlqff {  }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #EXm7lUE6zlemsQKmr6pCrte46lcppeGi {  }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #v5vTlbL0hTJisma5E1CpMTpaf47lcUSR {  }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #NB8FD2M5hlcVlQi0FaBmuORseJCMIqaT {  }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #TbfTMTsTO17gCJqzdwkpXOn1PdNsoCTy {  }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #u6I1Cny5nRpb2clKmSSVkVIeBiWndQ4D {  }
 }@media only screen and (max-width: 763px) { #Ea8nMIcs6sUDOdT2ZaJ07vENKSgiAku5 { display:block; }
 }@media only screen and (max-width: 763px) { #IbwTZB8B8bGtSTbdvIbATF6rfNQQ73zA { display:block; }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #QJo0KkFsCHeZDxe28Hi7Ce27wT4L1nVJ {  }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #clVHfSvUb5Cp1K1BFl7I1oDsbhNVaTb0 {  }
 }@media only screen and (max-width: 763px) { #qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-regular-label { width:18.875rem;display:block; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-text { width:18.875rem; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-text {padding-top: 0; padding-bottom: 0;}#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-textarea { width:18.875rem; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-select { width:18.875rem; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-select {padding-top: 0; padding-bottom: 0;}#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-checkbox-label { width:33rem; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-radio-label { width:8.5625rem; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM  { width:34.5rem;height:auto;top:21.9375rem;left:0rem; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .radio-container { width:19.5rem; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM {display:inline-block;}#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM { width:34.5rem;height:auto;top:21.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM #vTE6mV55yK5bC3UnBoibTmIokNdVewmA {  }
 }@media only screen and (max-width: 763px) { #qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM #NeM3fRdEQiq4SbDV9GcRRAxUWav7Lfuy { display:none; }
 }@media only screen and (max-width: 763px) { #qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM #OOIfZNJGLfZC8AaawT6oeA3TZXcR5auc {  }
 }@media only screen and (max-width: 763px) { #qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM #NZgWGH9L9zOc7nsnIk8iGSI16PRMAwx9 {  }
 }@media only screen and (max-width: 763px) { #qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM #UrizZsKuz0xrTTSoFMiJSmgPzhyURGTm {  }
 }@media only screen and (max-width: 763px) { #QsEriO72HSoVaqdiI2yvAI7i75FSETq4 { top:18.5625rem;left:0rem;width:32.875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVneP2C0q1glmk151EBtRlSuoph2dMNw { display:block; }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mi5Tosd7ksznVqhf1VeDOwJvmhi9PB81 { top:0.75rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGDU7AUy4FOBI32oAWp3oiALma3vqIHw { display:block; }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb { display:flex;width:18rem;height:5.0625rem;top:2.0625rem;left:13.625rem; }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #qdE6oOzyT3UPqk5epc3gEQ5spGWA9AHD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #MyFirM5TvsTuT8TZXDgml4BUqzlFTDfR {  }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #MTvMOQ6n8u6kOKQxBfgTfu9prdU1RDP6 {  }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #PCi4MLyacWVp11bHJSsky7Us88J0HFeV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #NWUc8VsUiaMUd9D8dd1rLSaIpp6u3MQ5 {  }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #dD8GG1SoLNmyUC8Eyv04OJwCn3pgfxP7 {  }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #TogniVurHxrDu2L7Sk4nBBrsT4JnkI5K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #OstvDLigTLVrF3N9seZgXu12Tr4eKNpS {  }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #GoKFAEZRJvgnEugwkfA1KZ0dJSQZTDJi {  }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #ABuvUvs87uXp23hJOxGosHbUvSot3zWF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #SStXTBE2QJTO1elZg35hlUBc32JdIdJ0 {  }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #xupFRK3lFECkSAOeyhcplFakGh2iRP2h {  }
 }@media only screen and (max-width: 763px) { #iwlSQmip39AMrkDUU7szcd7U522NJxBq { display:block; }#iwlSQmip39AMrkDUU7szcd7U522NJxBq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHDibuy1y3DlRg1QwBISQ41RP4Jkqh5P { display:block; }#qHDibuy1y3DlRg1QwBISQ41RP4Jkqh5P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLbe9tL5qDEycZWTfJJBaZw0fD42bCkK { top:9.5625rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLhOd59GHCbUq9lnwTPmwDeifpqkTKde { top:9.5rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTwBmTfJOXrEvldKZa4Wyidkx9Al57l7 { top:9.5625rem;left:27.625rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kanCfh8Bb0uVwgwXQIxD4P8HQUvMTfkw { top:6.875rem;left:27.625rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXGKUemTRHFxrmZPmzDokaAWtAd08U3G { top:6.875rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLsqvwS80NoJlAcJRgZ9IbV8dpGbWoDU { top:6.9375rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #swrJJMrUWFRuVVXxmznyHaP5NaMhMeCt { top:2.125rem;left:6.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #paZRrIRiul0yCfW3U9aCWKkkvPqnr0Tx { top:2.125rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItlKo0r4guTAqNyWx5FrIX8iDuB1D4UT { top:2.125rem;left:37.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7pXW7MEJbEMBJso5iAf1RkR6nXVgWKi { display:block; }#K7pXW7MEJbEMBJso5iAf1RkR6nXVgWKi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtTwNk8xMzkekhPp5ITN5LQUZLkTUPOm { top:4.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBXd1EDqqVuLK7gLGWPAWOsSBkVtrBdL { top:8.4375rem;left:0.8125rem;width:46.1875rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FePsfTEXvftQv9xllsQUfzDw4CnKC4yC { display:block; }#FePsfTEXvftQv9xllsQUfzDw4CnKC4yC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAHwQVWeUCNlKPm1GX1GUTnFogIJDZrA { top:3.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrlRzyvHVBOVI7apgzF3hAWseTzGXILr { top:6.375rem;left:0rem;width:46.125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGP6xNPS5QkElB15w7RhQxs3ryzRg3qS { display:block; }#dGP6xNPS5QkElB15w7RhQxs3ryzRg3qS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnWXWizRN3X3CRN45dJVz0hP0SFq6k7b { top:8.9375rem;left:0rem;width:15.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VykFPPd7R8CszVCVQAftPpTOTo5lupAG { top:8.875rem;left:16.1875rem;width:15.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTyOfrTE9VNgVuWoPpThubUHeZcrJ5P0 { top:8.875rem;left:31.78125rem;width:15.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDDHfPZ2ui797ibkKrIKM3WeNR9uSfJC { top:11.8125rem;left:0.4375rem;width:15rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxlpe6xOXtAKwsJBTXTu17utpQnv4gLx { top:11.8125rem;left:16.3125rem;width:14.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTRT6UDK2b4nHFxfBo2LqQ1ZPG2CToP1 { top:11.8125rem;left:31.75rem;width:16rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3qw5UMOy24xHiRBT298pOPBoB9yfQZz { width:18.125rem;height:3rem;top:19.875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV0uUAJcsaTom0nkZUq3TiEGBXVwBxp4 { display:block; }
 }@media only screen and (max-width: 763px) { #T12caTiXHQLdiqJg4x9pCM1TSZIFTdPO { top:4rem;left:0.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTIn2RQrcV4fCcxyErasG8sJtfPBTQGB { top:4rem;left:16.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW664AHoSNnFFPhNdvgLGF7p4QTd73pg { top:4rem;left:31.78125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNod2QNtHnALv6MMD0UBMtnFtbtFET56 { display:block; }#rNod2QNtHnALv6MMD0UBMtnFtbtFET56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOUxwUWTbXiTZEOCLal22usQWXBPTPB3 { top:3.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc2LNolfCHhqzkNtbQ2pqTosqMLvZtOg { top:7.375rem;left:0.78125rem;width:46.1875rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV4ZGZHKo2XR6iSAJqwvnWhZnTxPsChR { display:block; }#wV4ZGZHKo2XR6iSAJqwvnWhZnTxPsChR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXvu64VTcCVKmq8phFXXN3G11hSoTzg2 { width:18.125rem;height:3rem;top:10.6875rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBFTZ5HgHXnIl0BLmERTkFMAFJxFBydZ { display:block; }
 }@media only screen and (max-width: 763px) { #IfFuedSNXuXaL3miTCe54VNwxWvI4KZ1 { top:3.6875rem;left:29.25rem;width:15rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEWtK22QyVfLcySPdxwCtlTb5q3Okm4u { top:8.125rem;left:27.875rem;width:17.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX0AE2edzPTGaZ9TTVB5X3dcHHuh0Kkb { top:3.375rem;left:32rem;width:9.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0q1ZgFdT8G5TaPXLZlemGu8dcbcGvkt { top:0rem;left:0rem;width:38.8125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sefwKGlDFJ1RLFqHdhF3vnTaBX4XkdDK { top:1.6875rem;left:2.53125rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVnZ5H8znnr69zuIOat1Dskxc9LKHGhO { display:block; }#gVnZ5H8znnr69zuIOat1Dskxc9LKHGhO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5QtJqhK29PMFbt8kod0qoCTNo7K6HDd { display:block; }#u5QtJqhK29PMFbt8kod0qoCTNo7K6HDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT0TXLIK0XKXaU0f9wy168ILU54RTgdJ { top:8.5rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWPfXf5iTimy3iXa8v00lnzBMTpsb4pW { top:8.5rem;left:11.75rem;width:20rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD8ND9P0RLLr5J1rWMB1T2DXIRx6TPwN { top:8.5rem;left:27.625rem;width:20rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g93cKvH84iD77HXIucw88OLLvXfl9htX { top:7.0625rem;left:27.625rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9zg2eTsi3fOi7lr7rI4DggSKnq9LNzp { top:7.0625rem;left:11.75rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7RPzKiNdvGfTfrtQHNSz2yccZRyfalO { top:7.0625rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaaZvJOn3dM6u5ew1EQkVHeOqZiW6eTF { top:2.25rem;left:6.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5c7Se9eDmTbVpiioT3syq7KO1hEZRl6 { top:2.25rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHTNbl1XSipkuVOWEIhKTUFNHyTkJOol { top:2.25rem;left:37.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQeFJS0W8osTLOI9TWyCwqGAEWFbsDZA { display:block; }#pQeFJS0W8osTLOI9TWyCwqGAEWFbsDZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfPichFSQWHqTkAa0M2AweVTq8sRuOka { width:18.125rem;height:3rem;top:2.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z21gpvJ77T0oLvRHcIeAhnQUBa51dUZW { display:block; }
 }@media only screen and (max-width: 763px) { #Vx1Ski294QGNAUCLXKd6sSc2Xg5Uye4d { display:block; }#Vx1Ski294QGNAUCLXKd6sSc2Xg5Uye4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twzU0GFaDQvJkfZ8fD8p0Uf62mI9nDkX { display:block; }#twzU0GFaDQvJkfZ8fD8p0Uf62mI9nDkX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOZCiufTEdaIVvT1073UrTc7RTu3ORa5 { top:1.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1OaXSxBvdN489n5OR6mqs6kfT3d0RSw { top:4.9375rem;left:0rem;width:46.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGuJoCTug80EVE2xGqIV7QEg8ytyfTUm { display:block; }#AGuJoCTug80EVE2xGqIV7QEg8ytyfTUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5cA8QBzyzTEGJ1OL6508tyQKph5LIkl { top:7.875rem;left:0rem;width:15.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeyVldCzcE8py8Rm0TyU2CdN3zoEfODm { top:7.875rem;left:15.375rem;width:16.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af1PmB6i4ae03VoViHDzT5uioWDxTeCw { top:7.875rem;left:31.75rem;width:15.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xamvn97AzuvTNTAtavyNS0IaL3VX2Di3 { top:9.3125rem;left:0rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhZNNrcz1TtmaKQiW3FkNibAugdGk8DK { top:9.3125rem;left:15.5rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpnJOlk3kGmyB5zvJ7Gqi4TaPGgHyNpA { top:9.3125rem;left:31.375rem;width:16.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be0TOmMuMwxgKr1Tu1qNs7GMkpKRP59n { top:3rem;left:0rem;width:3.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imOKlk8HrotfKzI1pbFOPtT7gb9btadU { top:3.625rem;left:15.875rem;width:3.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgRk195L69y5TnJUS2s6k3bo5KloOTwU { top:2.4375rem;left:31.75rem;width:3.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ3N1zWNngysNMKCkDiBB227hyLbbOVA { display:block; }#iQ3N1zWNngysNMKCkDiBB227hyLbbOVA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWBS4dP9IcDEUwTgyFrQfuzM5MSDxRDL { display:block; }#TWBS4dP9IcDEUwTgyFrQfuzM5MSDxRDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDKDGNrvBuVfKJbucvmVBSp7oSHH2gIf { top:0rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK9GZ8pkA2goHr1KDr822eC0oTmC291B { top:10.5625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhDcKkbUL4zgK3O6UG2IJe6FLIv1p3Gc { top:12.3125rem;left:0rem;width:27.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xac9uKiLo1yGoufTELIx4pQ6H67piakv { top:10.1875rem;left:0rem;width:19.5rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU17QxKrrqSzUrdDzfXg0sAWox2XasfB { display:block; }#tU17QxKrrqSzUrdDzfXg0sAWox2XasfB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3mH4Vqy1HdIqQNPO13W66Fp5kZVGRzm { top:0.625rem;left:0rem;width:29.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHE3V7pXcFpglrcaVfnC33zZpG06TpE4 { top:0.625rem;left:18.375rem;width:29.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaXZt3P60BIdOxMSV0AtrB6TsL2C7x4S { top:10.8125rem;left:0rem;width:24.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thwge6gEetlBdxZh2GEbDANWK1oCx5PB { top:12.6875rem;left:0rem;width:24.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RstETdMRBrko5PeZuTEQI48JrSDJh7iM { top:10.8125rem;left:22.8125rem;width:24.9375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCgo4SNrdg9Ge5iOZ3W9b2BzH9y4rXPw { top:12.6875rem;left:23.1875rem;width:24.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU0Lx4uliRfsSplhfoNIvAWErTLZzwUD { display:block; }#MU0Lx4uliRfsSplhfoNIvAWErTLZzwUD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fX1LgF95HEp4mvExiv2SThUL1fPIkadB { top:1.9375rem;left:0rem;width:43.4375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d496JLh2HVdu88Vucfi02SlL8ccF0BzQ { display:block; }#d496JLh2HVdu88Vucfi02SlL8ccF0BzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzONf5BfLTdG04a8lJgOT4nDfu8FKtBy { top:6.1875rem;left:0.96875rem;width:10.0625rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHy6aotDfxaoLaMKNcqK9zm3ZoKgCEnz { top:1.1875rem;left:0.96875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEGKe2Nvuw70yiPzTQUVHa1U3ddUun7n { top:1.75rem;left:5.96875rem;width:4.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbzlbQTch2TPbWpvZZNamKITI4IePa66 { top:3.1875rem;left:5.96875rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAmWFqk7h5VDcXrvRrUeIyIaxe9KVVXv { top:17.5625rem;left:0.90625rem;width:10.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkJN8AHvgmANrnEocl5pmiTbhxa5ehTT { top:6.1875rem;left:12.90625rem;width:10.0625rem;height:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3fzZHqG12u0evMDXbvtt2QiuvSI2AW8 { top:17.5625rem;left:12.90625rem;width:10.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDLzvpR7GxLbfo3bHMMdzRciSFg3IUyC { top:1.1875rem;left:12.90625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPJJ5b4g4S5tkQUFPeSKDVm5PEtOfZW7 { top:1.75rem;left:17.90625rem;width:4.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpX0obUASZioWXwKT2T0nA4H2DrklCZ1 { top:3.1875rem;left:17.90625rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5ZQ5oUN0f2JtJ7RumtUUHfGOAc6Jxx { top:6.1875rem;left:24.84375rem;width:10.0625rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1Kr6x6K6zp2899GaWVXELSCqFHOCp3R { top:17.5rem;left:24.78125rem;width:10.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bitIaPaTlQFRIRCazwo32Jx7Dc0AxGhy { top:1.1875rem;left:24.84375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdDanfE7DgVcwuUsG7Oabw2nQ79zAoDN { top:1.75rem;left:29.84375rem;width:4.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFWhso44C8E6FJriaeA4RGV5oWyQol1q { top:3.1875rem;left:29.84375rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5MUUSCBsznUSJkKz94iVRF2iP1Kl4vc { top:6.1875rem;left:36.78125rem;width:10.0625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhTPLtaZAKtzVXuTEDIAl3z24yD36oH5 { top:17.5625rem;left:36.84375rem;width:10.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx3UuoSSXcLkuLDZV1XsTTvmnBNexpMZ { top:1.1875rem;left:36.78125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDV8rh3qf8nHd8hTcsoZeyz8AxlkfU8h { top:1.75rem;left:41.78125rem;width:4.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNVGUkHfp98p0UlDzK1UAZwqKbw1BiAe { top:3.1875rem;left:41.78125rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4JtABTXdHUW92wyewOTsTaevPbu7ePT { top:0rem;left:0rem;width:12.5rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0QsqSBQyktfRHTfhf6qgXBOWP12PWT2 { top:0rem;left:11.375rem;width:12.5rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCUJNKR4JmiMPmVla75XXz4gRf7BIIhw { top:0rem;left:23.3125rem;width:12.5rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #llL1LCgDCHAWSAd2TTA42Dbr1WgrTa1T { top:0rem;left:35.25rem;width:12.5rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLdzE1ADgEgbu6JeLZZH85SIVveloMSf { top:20.9375rem;left:25.21875rem;width:10rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFt03BFASTo9TED1PcKUeEXwdQASo86k { display:none; }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gs9BFmJcJHlHCTzMGRcB7mXtXzTtHL8N { top:6.875rem;left:18.781034469604rem;width:10.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRTiAS3k7V3VqDJGTpxfBpbJhMMRutEI { width:17.5rem;height:3.4375rem;top:2.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTvglWuu9OgmLKV6LaKyueReSa7nOucu { display:block; }
 }@media only screen and (max-width: 763px) { #c3APRQTdnNdN2AzSGbrn6rxcvvQz42nA { display:block; }#c3APRQTdnNdN2AzSGbrn6rxcvvQz42nA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTN9JTThXlV9QENUbT2upeCr3dTKTupC { top:3.5625rem;left:0rem;width:12.5rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvLRGPxunXK9HJsOVqkpA1nxQeyy2IzI { top:3.5rem;left:15.875rem;width:15.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtNppJTfdb4pKSxsBFU6dVLJWXutXWD6 { top:1.6875rem;left:31.75rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDozOv7haOaEJkSn4VuZVMDgM6W4GTs5 { top:3.5rem;left:32.5625rem;width:12.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkdxvV70MwdnmlPUMfqcPm8zU3c5FANr { top:3.6875rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Huw2Fnaia9dpXUFVBsRwV3kL7KdANuWH { top:5.125rem;left:31.75rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl8UALgxVwVULTnJJf5tGxwV7bI4yzxn { top:1.6875rem;left:15.875rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfW5Mes7xHtu7hcnsidkQPB4uZcGRJQN { top:1.6875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRiC2uTJltKWvGg92NpOdZs6wgIkrv71 { display:block; }#BRiC2uTJltKWvGg92NpOdZs6wgIkrv71 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t7kahP9wS6WFd1OxrTVa3Nt9VqlDIAxN { top:2.0625rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGKJ00kJwItqv4E89QolKCtDsiaRs4x7 { top:2.125rem;left:14.25rem;width:17.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-regular-label { width:22.0625rem;display:block; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-text { width:22.0625rem; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-text {padding-top: 0; padding-bottom: 0;}#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-textarea { width:22.0625rem; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-select { width:22.0625rem; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-select {padding-top: 0; padding-bottom: 0;}#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-checkbox-label { width:36.1875rem; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-radio-label { width:10.15625rem; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg  { width:37.6875rem;height:auto;top:3.125rem;left:0rem; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .radio-container { width:22.6875rem; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg {display:inline-block;}#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg { width:37.6875rem;height:auto;top:3.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg #UXvMb37N0Mpr5wv3BJUPahKxbtcLMn8F {  }
 }@media only screen and (max-width: 763px) { #Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg #ggPr5Notyh5nRn382hTb8lgnsoXhgTWc { display:none; }
 }@media only screen and (max-width: 763px) { #Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg #XqO0AG6eNTmbA7PP2LHHEUzhzpDbBtzL {  }
 }@media only screen and (max-width: 763px) { #Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg #zKfndWSfPaK9TlMTNMa4D6ElKqc6I6rb {  }
 }@media only screen and (max-width: 763px) { #Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg #sIryafE8bVDgLCGrRplch1AMcJk7Hofn {  }
 }@media only screen and (max-width: 763px) { #DtLKDPfI9qPFAJIfwOQqyDPZaTuUmino { top:4.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hveh8IChCxwGG5f7SqQDuGgJbIxR89RC { top:4.625rem;left:2.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1dC9UAIDtV0srkyPlxoR4iztE3exTl3 { top:4.625rem;left:5.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTvtdwbG64OZ0dtSffus4eVknZL1zTOJ { top:4.625rem;left:8.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktylzsG1vP2Wo1pKJf49yotTUmTGJCr8 { display:block; }#ktylzsG1vP2Wo1pKJf49yotTUmTGJCr8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVQlGyL4AlcrhiPOq5Rf8rmPUg0MlGD9 { top:1.375rem;left:0rem;width:27.25rem;height:7.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR8nnXLrxzmT2Veraq0RI9kfK8hX3JmI { top:2.5rem;left:27.25rem;width:20.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #urxa6NL5pRfqR6f3yxJWqWqM2S1ek6AP { display:block; }#urxa6NL5pRfqR6f3yxJWqWqM2S1ek6AP > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4l1TC9XWr8WDUGhxcigtbIKIrrGGO4r { width:10.3125rem;height:0;top:13.9375rem;left:4.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFq89Up7pShfcgA1R3rMku3kvzitpk0T { width:10rem;height:1.625rem;top:0.96875rem;left:5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wqlveV8zCT09WuKh9FrXufJr29Vo5usa { width:10.3125rem;height:0;top:16.1875rem;left:4.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHxAom12q48uNENohAc4CH2wghoFVJtB { width:10.3125rem;height:0;top:18.4375rem;left:4.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8HWbSh4Pfl216AZ3XcZVc2dQsIAh9KH { width:10.3125rem;height:auto;top:1.5625rem;left:4.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e70653ca-5e97-45a4-b542-17750d56487a/fondo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4.adaptive-delivery-prevent-bg, #O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4.lazyload, #O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4.lazyloading { background-image: none; }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .row .container { background-color: transparent; background-image: none; }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .row .container > .video-iframe-container { display: none; }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .row > .video-iframe-container { display: none; }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .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); }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .row .container { border-width: 0; border-radius: 0; }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O22TSdJ5iTt1Bv4yheb4WeEllCQ1XgZ4 > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0zLFOUaHvPD1hUGa2alFF54KI13rrlV { width:20rem;height:4.125rem;top:14.5361328125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;color:#183145;display:block; }
 }@media only screen and (max-width: 763px) { #aVK3fHvXN1b2eyGHgJ2RR6iR2UoiJOZ1 { width:18.2498125rem;height:2.0996125rem;top:34.373917341232rem;left:0.87456607818606rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:lato;line-height:1.2;color:#183145;display:none; }
 }@media only screen and (max-width: 763px) { #ec0PvD2TKTkvRgSkEVAaBSC3KeRhWX1v { width:9.375rem;height:8.9375rem;top:3.4775390625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSZhfDQ9w0PBiTNCJkFdZdkLiwvROunx { width:18.125rem;height:2.9375rem;top:29.755860090256rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfUp85gL0eTaact9TeyCT83f3ILJSbbC { display:block; }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#183145; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-input-text {padding-top: 0; padding-bottom: 0;}#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-input-select {padding-top: 0; padding-bottom: 0;}#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd  { width:17.5rem;height:auto;top:20.84765625rem;left:0rem; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd {display:block;}#VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd { width:17.5rem;height:auto;top:20.84765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #vtPPkP6TCswkRvLvbKgTlWEc19oOlqff {  }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #EXm7lUE6zlemsQKmr6pCrte46lcppeGi {  }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #v5vTlbL0hTJisma5E1CpMTpaf47lcUSR {  }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #NB8FD2M5hlcVlQi0FaBmuORseJCMIqaT {  }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #TbfTMTsTO17gCJqzdwkpXOn1PdNsoCTy {  }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #u6I1Cny5nRpb2clKmSSVkVIeBiWndQ4D {  }
 }@media only screen and (max-width: 763px) { #Ea8nMIcs6sUDOdT2ZaJ07vENKSgiAku5 { display:block; }
 }@media only screen and (max-width: 763px) { #IbwTZB8B8bGtSTbdvIbATF6rfNQQ73zA { display:block; }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #QJo0KkFsCHeZDxe28Hi7Ce27wT4L1nVJ {  }
 }@media only screen and (max-width: 763px) { #VQla8THRRZXbn9o8Sd2B366dvXJNL4Bd #clVHfSvUb5Cp1K1BFl7I1oDsbhNVaTb0 {  }
 }@media only screen and (max-width: 763px) { #qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-form-header {  }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-regular-label { display:block;width:16.875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:17.5rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;color:#161616;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.75rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-text {padding-top: 0; padding-bottom: 0;}#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:16.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.75rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-select {padding-top: 0; padding-bottom: 0;}#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:17.5rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;color:#ffffff;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#e30054;background-image:none;overflow:hidden;box-shadow: none; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000;text-align:left;text-align-last:left; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000;text-align:left;text-align-last:left; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000;text-align:left;text-align-last:left; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000;text-align:left;text-align-last:left; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:16rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.5625rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-container:first-of-type{padding-top:0;}#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-container:last-of-type{padding-bottom:0;}#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:24.9111328125rem;z-index:15004; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .radio-container { width:17.5rem; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:24.9111328125rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM #vTE6mV55yK5bC3UnBoibTmIokNdVewmA {  }
 }@media only screen and (max-width: 763px) { #qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM #NeM3fRdEQiq4SbDV9GcRRAxUWav7Lfuy { display:none; }
 }@media only screen and (max-width: 763px) { #qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM #OOIfZNJGLfZC8AaawT6oeA3TZXcR5auc {  }
 }@media only screen and (max-width: 763px) { #qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM #NZgWGH9L9zOc7nsnIk8iGSI16PRMAwx9 {  }
 }@media only screen and (max-width: 763px) { #qtExhTSPLGQOoiQzHrvCsvcI5TGuBRGM #UrizZsKuz0xrTTSoFMiJSmgPzhyURGTm {  }
 }@media only screen and (max-width: 763px) { #QsEriO72HSoVaqdiI2yvAI7i75FSETq4 { width:20rem;height:4.5rem;top:20.4111328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVneP2C0q1glmk151EBtRlSuoph2dMNw { background-color:#303030;background-image:none;display:block; }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw > .row .container { background-color: transparent; background-image: none; }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw > .row .container > .video-iframe-container { display: none; }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw > .row > .video-iframe-container { display: none; }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw > .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); }#ZVneP2C0q1glmk151EBtRlSuoph2dMNw > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mi5Tosd7ksznVqhf1VeDOwJvmhi9PB81 { width:18.3125rem;height:2.2744125rem;top:0.763671875rem;left:0.84375rem;font-size:0.8125rem;color:#f6f6f6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGDU7AUy4FOBI32oAWp3oiALma3vqIHw { display:block; }#fGDU7AUy4FOBI32oAWp3oiALma3vqIHw > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb { display:flex;width:18rem;height:5.0625rem;top:1.4375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #qdE6oOzyT3UPqk5epc3gEQ5spGWA9AHD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #MyFirM5TvsTuT8TZXDgml4BUqzlFTDfR {  }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #MTvMOQ6n8u6kOKQxBfgTfu9prdU1RDP6 {  }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #PCi4MLyacWVp11bHJSsky7Us88J0HFeV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #NWUc8VsUiaMUd9D8dd1rLSaIpp6u3MQ5 {  }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #dD8GG1SoLNmyUC8Eyv04OJwCn3pgfxP7 {  }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #TogniVurHxrDu2L7Sk4nBBrsT4JnkI5K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #OstvDLigTLVrF3N9seZgXu12Tr4eKNpS {  }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #GoKFAEZRJvgnEugwkfA1KZ0dJSQZTDJi {  }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #ABuvUvs87uXp23hJOxGosHbUvSot3zWF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #SStXTBE2QJTO1elZg35hlUBc32JdIdJ0 {  }
 }@media only screen and (max-width: 763px) { #cUQl181GdQ4TZs16u0L5AyhRCDrBCNnb #xupFRK3lFECkSAOeyhcplFakGh2iRP2h {  }
 }@media only screen and (max-width: 763px) { #iwlSQmip39AMrkDUU7szcd7U522NJxBq { display:block; }#iwlSQmip39AMrkDUU7szcd7U522NJxBq > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHDibuy1y3DlRg1QwBISQ41RP4Jkqh5P { display:block; }#qHDibuy1y3DlRg1QwBISQ41RP4Jkqh5P > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLbe9tL5qDEycZWTfJJBaZw0fD42bCkK { width:12.8125rem;height:1.625rem;top:9.25rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLhOd59GHCbUq9lnwTPmwDeifpqkTKde { width:20rem;height:1.625rem;top:19.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTwBmTfJOXrEvldKZa4Wyidkx9Al57l7 { width:20rem;height:1.625rem;top:30.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kanCfh8Bb0uVwgwXQIxD4P8HQUvMTfkw { width:20rem;height:2.5996125rem;top:27.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXGKUemTRHFxrmZPmzDokaAWtAd08U3G { width:20rem;height:2.5996125rem;top:17.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLsqvwS80NoJlAcJRgZ9IbV8dpGbWoDU { width:20rem;height:2.5996125rem;top:6.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #swrJJMrUWFRuVVXxmznyHaP5NaMhMeCt { width:3.75rem;height:3.75rem;top:2.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paZRrIRiul0yCfW3U9aCWKkkvPqnr0Tx { width:3.75rem;height:3.75rem;top:12.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItlKo0r4guTAqNyWx5FrIX8iDuB1D4UT { width:3.75rem;height:3.75rem;top:23.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7pXW7MEJbEMBJso5iAf1RkR6nXVgWKi { display:block; }#K7pXW7MEJbEMBJso5iAf1RkR6nXVgWKi > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtTwNk8xMzkekhPp5ITN5LQUZLkTUPOm { width:20rem;height:1.375rem;top:3.75rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hBXd1EDqqVuLK7gLGWPAWOsSBkVtrBdL { width:20rem;height:13.5rem;top:7.4140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FePsfTEXvftQv9xllsQUfzDw4CnKC4yC { display:block; }#FePsfTEXvftQv9xllsQUfzDw4CnKC4yC > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAHwQVWeUCNlKPm1GX1GUTnFogIJDZrA { width:20rem;height:1.375rem;top:2.1875rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vrlRzyvHVBOVI7apgzF3hAWseTzGXILr { width:20rem;height:2.599825rem;top:5.0390625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGP6xNPS5QkElB15w7RhQxs3ryzRg3qS { display:block; }#dGP6xNPS5QkElB15w7RhQxs3ryzRg3qS > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnWXWizRN3X3CRN45dJVz0hP0SFq6k7b { width:15.125rem;height:2.599825rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VykFPPd7R8CszVCVQAftPpTOTo5lupAG { width:15.125rem;height:2.599825rem;top:16.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTyOfrTE9VNgVuWoPpThubUHeZcrJ5P0 { width:15.125rem;height:2.599825rem;top:28.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDDHfPZ2ui797ibkKrIKM3WeNR9uSfJC { width:20rem;height:3.8997375rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxlpe6xOXtAKwsJBTXTu17utpQnv4gLx { width:20rem;height:3.8997375rem;top:18.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTRT6UDK2b4nHFxfBo2LqQ1ZPG2CToP1 { width:20rem;height:3.8997375rem;top:31.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3qw5UMOy24xHiRBT298pOPBoB9yfQZz { width:20rem;height:3rem;top:39.197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV0uUAJcsaTom0nkZUq3TiEGBXVwBxp4 { display:block; }
 }@media only screen and (max-width: 763px) { #T12caTiXHQLdiqJg4x9pCM1TSZIFTdPO { width:2.5rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTIn2RQrcV4fCcxyErasG8sJtfPBTQGB { width:2.5rem;height:2.5rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW664AHoSNnFFPhNdvgLGF7p4QTd73pg { width:2.5rem;height:2.5rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNod2QNtHnALv6MMD0UBMtnFtbtFET56 { display:block; }#rNod2QNtHnALv6MMD0UBMtnFtbtFET56 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOUxwUWTbXiTZEOCLal22usQWXBPTPB3 { width:20rem;height:1.375rem;top:2.1875rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vc2LNolfCHhqzkNtbQ2pqTosqMLvZtOg { width:20rem;height:15rem;top:5.9140625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wV4ZGZHKo2XR6iSAJqwvnWhZnTxPsChR { display:none; }#wV4ZGZHKo2XR6iSAJqwvnWhZnTxPsChR > .row .container { width:20rem;height:24.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hXvu64VTcCVKmq8phFXXN3G11hSoTzg2 { width:18rem;height:3rem;top:19.9306640625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBFTZ5HgHXnIl0BLmERTkFMAFJxFBydZ { display:block; }
 }@media only screen and (max-width: 763px) { #IfFuedSNXuXaL3miTCe54VNwxWvI4KZ1 { width:15rem;height:2.5996125rem;top:10.75rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEWtK22QyVfLcySPdxwCtlTb5q3Okm4u { width:17.75rem;height:1.2999125rem;top:14.875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX0AE2edzPTGaZ9TTVB5X3dcHHuh0Kkb { width:9.5rem;height:3.875rem;top:10.125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0q1ZgFdT8G5TaPXLZlemGu8dcbcGvkt { width:20rem;height:8.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sefwKGlDFJ1RLFqHdhF3vnTaBX4XkdDK { width:6rem;height:6rem;top:3.0703125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVnZ5H8znnr69zuIOat1Dskxc9LKHGhO { display:block; }#gVnZ5H8znnr69zuIOat1Dskxc9LKHGhO > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5QtJqhK29PMFbt8kod0qoCTNo7K6HDd { display:block; }#u5QtJqhK29PMFbt8kod0qoCTNo7K6HDd > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT0TXLIK0XKXaU0f9wy168ILU54RTgdJ { width:12.8125rem;height:1.13720625rem;top:8.875rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWPfXf5iTimy3iXa8v00lnzBMTpsb4pW { width:20rem;height:1.13720625rem;top:18.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD8ND9P0RLLr5J1rWMB1T2DXIRx6TPwN { width:20rem;height:1.13720625rem;top:28.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g93cKvH84iD77HXIucw88OLLvXfl9htX { width:20rem;height:1.462675rem;top:27.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9zg2eTsi3fOi7lr7rI4DggSKnq9LNzp { width:20rem;height:1.462675rem;top:17.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7RPzKiNdvGfTfrtQHNSz2yccZRyfalO { width:20rem;height:1.462675rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaaZvJOn3dM6u5ew1EQkVHeOqZiW6eTF { width:3.75rem;height:3.75rem;top:2.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5c7Se9eDmTbVpiioT3syq7KO1hEZRl6 { width:3.75rem;height:3.75rem;top:12.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHTNbl1XSipkuVOWEIhKTUFNHyTkJOol { width:3.75rem;height:3.75rem;top:22.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQeFJS0W8osTLOI9TWyCwqGAEWFbsDZA { display:block; }#pQeFJS0W8osTLOI9TWyCwqGAEWFbsDZA > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfPichFSQWHqTkAa0M2AweVTq8sRuOka { width:18.1875rem;height:3rem;top:3.912109375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z21gpvJ77T0oLvRHcIeAhnQUBa51dUZW { display:block; }
 }@media only screen and (max-width: 763px) { #Vx1Ski294QGNAUCLXKd6sSc2Xg5Uye4d { display:block; }#Vx1Ski294QGNAUCLXKd6sSc2Xg5Uye4d > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twzU0GFaDQvJkfZ8fD8p0Uf62mI9nDkX { display:block; }#twzU0GFaDQvJkfZ8fD8p0Uf62mI9nDkX > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOZCiufTEdaIVvT1073UrTc7RTu3ORa5 { width:20rem;height:2.75rem;top:2.5625rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #U1OaXSxBvdN489n5OR6mqs6kfT3d0RSw { width:20rem;height:1.2999125rem;top:6.53515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGuJoCTug80EVE2xGqIV7QEg8ytyfTUm { display:block; }#AGuJoCTug80EVE2xGqIV7QEg8ytyfTUm > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5cA8QBzyzTEGJ1OL6508tyQKph5LIkl { width:15.125rem;height:1.462675rem;top:5.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeyVldCzcE8py8Rm0TyU2CdN3zoEfODm { width:15.125rem;height:1.462675rem;top:12.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af1PmB6i4ae03VoViHDzT5uioWDxTeCw { width:15.125rem;height:1.462675rem;top:21.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xamvn97AzuvTNTAtavyNS0IaL3VX2Di3 { width:20rem;height:1.2999125rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhZNNrcz1TtmaKQiW3FkNibAugdGk8DK { width:20rem;height:2.599825rem;top:14.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpnJOlk3kGmyB5zvJ7Gqi4TaPGgHyNpA { width:20rem;height:2.599825rem;top:22.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be0TOmMuMwxgKr1Tu1qNs7GMkpKRP59n { width:2.5rem;height:2.4375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imOKlk8HrotfKzI1pbFOPtT7gb9btadU { width:2.5rem;height:1.625rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgRk195L69y5TnJUS2s6k3bo5KloOTwU { width:2.125rem;height:2.5rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ3N1zWNngysNMKCkDiBB227hyLbbOVA { display:block; }#iQ3N1zWNngysNMKCkDiBB227hyLbbOVA > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWBS4dP9IcDEUwTgyFrQfuzM5MSDxRDL { display:block; }#TWBS4dP9IcDEUwTgyFrQfuzM5MSDxRDL > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDKDGNrvBuVfKJbucvmVBSp7oSHH2gIf { width:17.5625rem;height:4.375rem;top:13.0625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GK9GZ8pkA2goHr1KDr822eC0oTmC291B { width:17.625rem;height:1.2999125rem;top:6.259765625rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #MhDcKkbUL4zgK3O6UG2IJe6FLIv1p3Gc { width:16.1875rem;height:0.97473125rem;top:7.5595703125rem;left:1.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #xac9uKiLo1yGoufTELIx4pQ6H67piakv { width:20rem;height:10rem;top:0rem;left:0rem;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU17QxKrrqSzUrdDzfXg0sAWox2XasfB { display:block; }#tU17QxKrrqSzUrdDzfXg0sAWox2XasfB > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3mH4Vqy1HdIqQNPO13W66Fp5kZVGRzm { width:20rem;height:10.1875rem;top:0.0625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHE3V7pXcFpglrcaVfnC33zZpG06TpE4 { width:20rem;height:9.75rem;top:11.3125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaXZt3P60BIdOxMSV0AtrB6TsL2C7x4S { width:17.0625rem;height:1.2999125rem;top:6.69921875rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Thwge6gEetlBdxZh2GEbDANWK1oCx5PB { width:17.0625rem;height:0.97473125rem;top:7.9990234375rem;left:1.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #RstETdMRBrko5PeZuTEQI48JrSDJh7iM { width:16.6875rem;height:1.2999125rem;top:17.5615234375rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #sCgo4SNrdg9Ge5iOZ3W9b2BzH9y4rXPw { width:15rem;height:0.97473125rem;top:18.80078125rem;left:1.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #MU0Lx4uliRfsSplhfoNIvAWErTLZzwUD { display:block; }#MU0Lx4uliRfsSplhfoNIvAWErTLZzwUD > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fX1LgF95HEp4mvExiv2SThUL1fPIkadB { width:20rem;height:1.375rem;top:1.8125rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #d496JLh2HVdu88Vucfi02SlL8ccF0BzQ { display:block; }#d496JLh2HVdu88Vucfi02SlL8ccF0BzQ > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzONf5BfLTdG04a8lJgOT4nDfu8FKtBy { width:15.0625rem;height:4.548825rem;top:6.4375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHy6aotDfxaoLaMKNcqK9zm3ZoKgCEnz { width:3.75rem;height:3.75rem;top:1.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEGKe2Nvuw70yiPzTQUVHa1U3ddUun7n { width:4.9375rem;height:1.381225rem;top:1.4375rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbzlbQTch2TPbWpvZZNamKITI4IePa66 { width:5rem;height:0.9375rem;top:3rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAmWFqk7h5VDcXrvRrUeIyIaxe9KVVXv { width:10.0625rem;height:1.13720625rem;top:12.8125rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkJN8AHvgmANrnEocl5pmiTbhxa5ehTT { width:15.125rem;height:5.6860375rem;top:22.6875rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3fzZHqG12u0evMDXbvtt2QiuvSI2AW8 { width:10.0625rem;height:1.13720625rem;top:31.4375rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDLzvpR7GxLbfo3bHMMdzRciSFg3IUyC { width:3.75rem;height:3.75rem;top:17.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPJJ5b4g4S5tkQUFPeSKDVm5PEtOfZW7 { width:4.9375rem;height:1.381225rem;top:17.5625rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpX0obUASZioWXwKT2T0nA4H2DrklCZ1 { width:5rem;height:0.9375rem;top:19.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5ZQ5oUN0f2JtJ7RumtUUHfGOAc6Jxx { width:10.0625rem;height:0;top:54.8125rem;left:4.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1Kr6x6K6zp2899GaWVXELSCqFHOCp3R { width:10.0625rem;height:0;top:65.0625rem;left:4.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bitIaPaTlQFRIRCazwo32Jx7Dc0AxGhy { width:3.75rem;height:3.75rem;top:45rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdDanfE7DgVcwuUsG7Oabw2nQ79zAoDN { width:4.9375rem;height:0;top:50rem;left:7.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFWhso44C8E6FJriaeA4RGV5oWyQol1q { width:5rem;height:0.9375rem;top:52.625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5MUUSCBsznUSJkKz94iVRF2iP1Kl4vc { width:10.0625rem;height:0;top:77.25rem;left:4.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhTPLtaZAKtzVXuTEDIAl3z24yD36oH5 { width:10.0625rem;height:0;top:84.125rem;left:4.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vx3UuoSSXcLkuLDZV1XsTTvmnBNexpMZ { width:3.75rem;height:3.75rem;top:67.4375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDV8rh3qf8nHd8hTcsoZeyz8AxlkfU8h { width:4.9375rem;height:0;top:72.4375rem;left:7.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNVGUkHfp98p0UlDzK1UAZwqKbw1BiAe { width:5rem;height:0.9375rem;top:75.0625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4JtABTXdHUW92wyewOTsTaevPbu7ePT { width:17.5rem;height:15.3125rem;top:0rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0QsqSBQyktfRHTfhf6qgXBOWP12PWT2 { width:17.5rem;height:17.625rem;top:16.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCUJNKR4JmiMPmVla75XXz4gRf7BIIhw { width:12.5rem;height:18.8125rem;top:53.125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #llL1LCgDCHAWSAd2TTA42Dbr1WgrTa1T { width:12.5rem;height:15rem;top:73.1875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLdzE1ADgEgbu6JeLZZH85SIVveloMSf { width:10rem;height:1.2999125rem;top:35.5rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFt03BFASTo9TED1PcKUeEXwdQASo86k { display:block; }#QFt03BFASTo9TED1PcKUeEXwdQASo86k > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gs9BFmJcJHlHCTzMGRcB7mXtXzTtHL8N { width:10.625rem;height:auto;top:6.875rem;left:4.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRTiAS3k7V3VqDJGTpxfBpbJhMMRutEI { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTvglWuu9OgmLKV6LaKyueReSa7nOucu { display:block; }
 }@media only screen and (max-width: 763px) { #c3APRQTdnNdN2AzSGbrn6rxcvvQz42nA { display:block; }#c3APRQTdnNdN2AzSGbrn6rxcvvQz42nA > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTN9JTThXlV9QENUbT2upeCr3dTKTupC { width:12.5rem;height:auto;top:3.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CvLRGPxunXK9HJsOVqkpA1nxQeyy2IzI { width:15.625rem;height:auto;top:3.5rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CtNppJTfdb4pKSxsBFU6dVLJWXutXWD6 { width:12.5rem;height:1.5rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uDozOv7haOaEJkSn4VuZVMDgM6W4GTs5 { width:12.1875rem;height:3rem;top:3.5625rem;left:4.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UkdxvV70MwdnmlPUMfqcPm8zU3c5FANr { width:1.25rem;height:1.25rem;top:3.6875rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Huw2Fnaia9dpXUFVBsRwV3kL7KdANuWH { width:1.25rem;height:1.25rem;top:5.1875rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl8UALgxVwVULTnJJf5tGxwV7bI4yzxn { width:12.5rem;height:1.5rem;top:11.9375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfW5Mes7xHtu7hcnsidkQPB4uZcGRJQN { width:12.5rem;height:1.5rem;top:9.1875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BRiC2uTJltKWvGg92NpOdZs6wgIkrv71 { display:block; }#BRiC2uTJltKWvGg92NpOdZs6wgIkrv71 > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t7kahP9wS6WFd1OxrTVa3Nt9VqlDIAxN { width:12.5rem;height:1.5rem;top:2.1875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bGKJ00kJwItqv4E89QolKCtDsiaRs4x7 { width:17.5rem;height:1.5rem;top:10.625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-form-header {  }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-regular-label { display:block;width:16.875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:17.5rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;color:#161616;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.75rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-text {padding-top: 0; padding-bottom: 0;}#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:16.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.75rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: none; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-select {padding-top: 0; padding-bottom: 0;}#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:17.5rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;color:#ffffff;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#e30054;background-image:none;overflow:hidden;box-shadow: none; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000;text-align:left;text-align-last:left; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000;text-align:left;text-align-last:left; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000;text-align:left;text-align-last:left; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000;text-align:left;text-align-last:left; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:16rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.5625rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-container:first-of-type{padding-top:0;}#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-container:last-of-type{padding-bottom:0;}#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:12.0625rem;z-index:15004; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .radio-container { width:17.5rem; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:12.0625rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg #UXvMb37N0Mpr5wv3BJUPahKxbtcLMn8F {  }
 }@media only screen and (max-width: 763px) { #Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg #ggPr5Notyh5nRn382hTb8lgnsoXhgTWc { display:none; }
 }@media only screen and (max-width: 763px) { #Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg #XqO0AG6eNTmbA7PP2LHHEUzhzpDbBtzL {  }
 }@media only screen and (max-width: 763px) { #Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg #zKfndWSfPaK9TlMTNMa4D6ElKqc6I6rb {  }
 }@media only screen and (max-width: 763px) { #Flb1bqfk79RQaCRm4uaepT7HZJW4hCQg #sIryafE8bVDgLCGrRplch1AMcJk7Hofn {  }
 }@media only screen and (max-width: 763px) { #DtLKDPfI9qPFAJIfwOQqyDPZaTuUmino { width:2.5rem;height:2.5rem;top:4.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hveh8IChCxwGG5f7SqQDuGgJbIxR89RC { width:2.5rem;height:2.5rem;top:4.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1dC9UAIDtV0srkyPlxoR4iztE3exTl3 { width:2.5rem;height:2.5rem;top:4.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTvtdwbG64OZ0dtSffus4eVknZL1zTOJ { width:2.5rem;height:2.5rem;top:4.5rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktylzsG1vP2Wo1pKJf49yotTUmTGJCr8 { display:block; }#ktylzsG1vP2Wo1pKJf49yotTUmTGJCr8 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVQlGyL4AlcrhiPOq5Rf8rmPUg0MlGD9 { width:20rem;height:7.7744125rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cR8nnXLrxzmT2Veraq0RI9kfK8hX3JmI { width:20rem;height:3.8414634146341rem;top:2.5rem;left:0rem;display:none; }
 }