.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-input-select option {
  color: #000;
}
.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 {
  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:transparent;background-image:url("https://images.assets-landingi.com/Pb4J9fdb/cande_final.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:#e9f0f4;background-image:url("https://images.assets-landingi.com/fqwKWicI/Cande_op_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container {  }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:60rem;height:40.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { background-color:#fffd00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#fd00f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:22.75rem;left:13.4375rem;display:block; }
#QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TGL4pqRi6T7glRBS88wXs9wZnSsLumWM { box-sizing:content-box;color:#fd00f1;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:36.375rem;left:28.75rem;display:block; }
#ah5oUMxNtNODnyziOfC2u6EGPxUpVEa7 { background-color:#ffffff;background-image:none;border-top:0.3125rem solid #fffd00;border-left:0.3125rem solid #fffd00;border-right:0.3125rem solid #fffd00;border-bottom:0.3125rem solid #fffd00;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#fd00f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:22.875rem;left:0rem;display:block; }
#tvIgSKPOLWhyiQIIh0hUogunkTfno9Rl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vPTfSHsbFreAJcaCw54XnLNHdXdSUbUL { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5rem;width:11.5rem;top:28.625rem;left:13.6171875rem;overflow:hidden;display:block; }
#qws6DVJGFISIOwmlNDB7GSrxu3hrxRAr { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:31.875rem;left:4.8671875rem;overflow:hidden;display:block; }
#siHHIccf6U0KR05zqmEiTAmLTziPuVmJ { position:absolute;display:block;z-index:100037;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;height:4.25rem;width:22.0625rem;top:9.9375rem;left:0.125rem;display:block; }
#IFKiIbws2N8k1Fr8cSx59HWozqQdzbTM { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:"gotham narrow book";font-size:2.5625rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#b4Nz3KOvPJ1VehxxX6CCGceTr3NwmDxS { position:absolute;display:block;z-index:100038;background-color:#fffd00;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;height:4.25rem;width:22.0625rem;top:13.6875rem;left:5rem;display:block; }
#hvaEl2OJb9K8UwyZnJg0UyFS9J8qUAAn { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"gotham narrow";font-size:2.125rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:14.625rem;left:4.8125rem;height:2.76220625rem;text-align:center;text-align-last:center;display:block; }
#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { background-color: transparent; background-image: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { border-width: 0; border-radius: 0; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container {  }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { font-size:0.875rem;font-family:"open sans";height:10.5625rem;width:60rem;position:relative;display:block; }#D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { color:#000000;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:3.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.5622832775116rem;left:-0.0065097808837888rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tu3CSZzqSDbgyZRNhOmd27qeTrZIW5yh { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e3e3e3;border-left:0.1875rem solid #e3e3e3;border-right:0.1875rem solid #e3e3e3;border-bottom:0.1875rem solid #e3e3e3;height:18.125rem;width:27.0625rem;top:10.5576171875rem;left:32.8095703125rem;display:block; }
#ktyIyeCf6FFy7PFPo0F9Fccm4ICLDUgW { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:100000;line-height:1.7;letter-spacing:0;top:2.7365493774414rem;left:21.616754531861rem;height:0;font-style:normal;display:none; }
#D61wVGSuMIrPOu5MZsKWgI9fsP5V6SoB { color:#000000;display:block;width:37.625rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.7;letter-spacing:0;top:3.361328125rem;left:22.2412109375rem;height:0;font-style:normal;display:none; }
#VmF3Pk8ff69VZadHD9ydUbQ0NNpbSdgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VmF3Pk8ff69VZadHD9ydUbQ0NNpbSdgI > .row .container { background-color: transparent; background-image: none; }#VmF3Pk8ff69VZadHD9ydUbQ0NNpbSdgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmF3Pk8ff69VZadHD9ydUbQ0NNpbSdgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmF3Pk8ff69VZadHD9ydUbQ0NNpbSdgI > .row .container > .video-iframe-container { display: none; }#VmF3Pk8ff69VZadHD9ydUbQ0NNpbSdgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmF3Pk8ff69VZadHD9ydUbQ0NNpbSdgI > .row > .video-iframe-container { display: none; }#VmF3Pk8ff69VZadHD9ydUbQ0NNpbSdgI > .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); }#VmF3Pk8ff69VZadHD9ydUbQ0NNpbSdgI > .row .container { border-width: 0; border-radius: 0; }#VmF3Pk8ff69VZadHD9ydUbQ0NNpbSdgI > .row > .video-iframe-container {  }#VmF3Pk8ff69VZadHD9ydUbQ0NNpbSdgI > .row .container { font-size:0.875rem;font-family:"open sans";height:24.625rem;width:60rem;position:relative;display:block; }#k3rqNZrm96c987WIq6JXlbOafOJOReng { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:2.875rem;left:34.4375rem;height:12.599125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aM48GZVqsaGcWqaWmSJAccw4k4hT5TB6 { box-sizing:content-box;color:#fffd00;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:19.7333984375rem;left:24.84375rem;display:block; }
#lmMifmyGQ9pN1oHD0wPl0b4QELuPeRW4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:15.1875rem;left:27.34375rem;height:0;display:block; }
#Mizu3qF7qghFW2R7Jo4hyxSXSZHkwu1X { z-index:100000;top:19.8271484375rem;left:28.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #fffd00;border-left:0.3125rem solid #fffd00;border-right:0.3125rem solid #fffd00;border-bottom:0.3125rem solid #fffd00;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-sizing:border-box;color:#fd00f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NZnST8T2RBTs6Dwiv1K4twDRWSfL14Md { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UHvhKUU0LV0mlzr2UkAE1XZaBxXV4r1X { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.375rem;width:32.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(63,60,60,0.8);background-image:none;position:relative;display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { background-color: transparent; background-image: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .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); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { border-width: 0; border-radius: 0; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container {  }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { font-size:0.875rem;font-family:"open sans";height:6.3125rem;width:60rem;position:relative;display:block; }#phGNct4R19dfpTtnPNS4eDT4tTk9aDw1 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:2.625rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:1.96875rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LczXt5a607JIihXmTT13dUlTaz4hyDCo { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:2.625rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(63,60,60,0.8);background-image:none;position:relative;display:block; }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM > .row .container { background-color: transparent; background-image: none; }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM > .row .container > .video-iframe-container { display: none; }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM > .row > .video-iframe-container { display: none; }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM > .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); }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM > .row .container { border-width: 0; border-radius: 0; }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM > .row > .video-iframe-container {  }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM > .row .container { font-size:0.875rem;font-family:"open sans";height:35.25rem;width:60rem;position:relative;display:block; }#sI4vX2OFsGUKLI4foW9mQVt4PNwSHftT { position:absolute;display:block;z-index:100002;background-color:#fffd00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:4.9375rem;width:4.9375rem;top:2.4375rem;left:27.6875rem;display:block; }
#dHg1hAz4HvUMC99GQOhvyZEdrk07yKDs { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:"gotham narrow";font-size:1.875rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:8.4375rem;left:21.75rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0OZAJCT4xad1ubAyPxPNu9TT93iXwPZ { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:11.75rem;left:21.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wv2oztqLTlyBJwIXmGgxpTzSC4M7rbkh { position:absolute;display:block;z-index:100006;background-color:#ffe851;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:2.5rem;top:15.71875rem;left:49.375rem;display:block; }
#dTyBziSGIeQxZSctRUK0soaTTKeVnpzU { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:16.625rem;left:40.6875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uKoKV0B9v7JRmMiqchTQ8EsiSMkNR94B { background-color:#fffd00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#fd00f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:31.375rem;left:44.09375rem;display:block; }
#G6Q877NJA9F4OJ30SnFmASWeuqF8DG8f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kVpuIocEK1KD3rsvX497CVIGuyoCmVpJ { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"gotham narrow";font-size:1.875rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:7.0625rem;left:1.75rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#byGdny1UwnX2vCReLEaXgZ5ouJr58WWv { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:9.8125rem;left:1.75rem;height:6.9995rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rBlXd9b5UQCbDc8mmToH1mH4pdJWpkyz { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:19.0625rem;left:1.25rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#biErNsigtHhQQJpT83FRefN6TRINyL7m { background-color:#fffd00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#fd00f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:31.375rem;left:23.875rem;display:block; }
#TQqB7Qg0X2PV52SmAh3ecsvx6pSSa8OP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GahFuNmmWFD0XTl6WdMudUIq3TZzD6TN { background-color:#fffd00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#fd00f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:31.375rem;left:4.375rem;display:block; }
#N8XV84dnSord3FLt8zXv26UBm2hyNzWW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lA1FIzcQX3IWRAGdVFha5bE4zfJ9xMam { position:absolute;display:block;z-index:100003;background-color:#fffd00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:4.9375rem;width:4.9375rem;top:2.125rem;left:8.15625rem;display:block; }
#TsXW6HloxpHOiZZxWRFDg5VGSUuPTfoX { position:absolute;display:block;z-index:100004;background-color:#fffd00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:4.9375rem;width:4.9375rem;top:2.4375rem;left:48.1875rem;display:block; }
#TAL4ImmnTTTf92q4WwLRaNp6WQQud9w8 { position:absolute;display:block;z-index:100007;background-color:#ffe851;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:2.5rem;top:16.9375rem;left:9.34375rem;display:block; }
#OHo9WAvLIV8NtOL9mk1iHT1OKAwixZsK { position:absolute;display:block;z-index:100007;background-color:#ffe851;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:2.5rem;top:16.625rem;left:28.90625rem;display:block; }
#QHGav0JGyapydESOiKNt0RIwax3A5y5g { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:2.40625rem;left:8.4375rem;overflow:hidden;display:block; }
#XzS8vmX0eExvpKx21rMh8HwqnkBVhTIT { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.8125rem;top:3rem;left:48.75rem;overflow:hidden;display:block; }
#q3hwfHytAoOHXZ1iic9OHca3LOngatMT { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.8125rem;top:3rem;left:28.25rem;overflow:hidden;display:block; }
#yZcKLPRGadfM3LT0h23enucIXciJVpDk { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:"gotham narrow";font-size:1.875rem;font-weight:300;z-index:100004;line-height:.9;letter-spacing:0;top:21.0625rem;left:42.6875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MaTnumpaPTcb20vnvbOzAFimSvyIWwXJ { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:24.6875rem;left:41.75rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OSrotbD4KqVTLJeyeb169y0NeB7XNyUq { position:absolute;display:block;z-index:100007;background-color:#ffe851;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:2.5rem;top:26.65625rem;left:49.28125rem;display:block; }
#TXWxGR284C6qv3PkKMRe5OV7yTA705f6 { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:27.1875rem;left:40.8125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTkG8dAgAUzGq18xUptKVrlIivqn2Uqg { position:absolute;display:block;z-index:100007;background-color:#ffe851;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:2.5rem;top:20.375rem;left:49.375rem;display:block; }
#C2GqFeXpilRArpIck8MqxThwLNVxLdzb { background-color:#fffd00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#fd00f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:30.7490234375rem;left:43.71875rem;display:none; }
#pkFJeftTOrVHNQfUiwGkSQvxC2873hQ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#m7ftXyc9VMPcGkthTy5fIiPaDPDtahLo { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:18.5rem;left:20.78125rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZR4Kf6Kq4oxx5UTDZEF8XKRIGN1pIvnk { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:"gotham narrow";font-size:1.625rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:8.4375rem;left:42.25rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEqNRRATB9LT1B2ZnbmxBeyx0PgKAZhb { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:11.0625rem;left:41.46875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qaUA9E0J6R6LdfLHgUumnaQX6ZUF567R { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:24.4375rem;left:1.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wxpstPSHlewTp0fqPGPCvf1Wn98ZDprC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(63,60,60,0.8);background-image:none;position:relative;display:none; }#wxpstPSHlewTp0fqPGPCvf1Wn98ZDprC > .row .container { border-width: 0; border-radius: 0; }#wxpstPSHlewTp0fqPGPCvf1Wn98ZDprC > .row > .video-iframe-container {  }#wxpstPSHlewTp0fqPGPCvf1Wn98ZDprC > .row .container { font-size:0.875rem;font-family:"open sans";height:31.5rem;width:60rem;position:relative;display:none; }#opFrLyhcngh2RW5lF7CsMqZln66zefMh { position:absolute;display:block;z-index:100002;background-color:#fffd00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:4.9375rem;width:4.9375rem;top:2.125rem;left:48.15625rem;display:block; }
#pTWtULB4mbnhT4k1VKuVPFXl0OIENTqt { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:"gotham narrow";font-size:1.875rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:8.375rem;left:42.25rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3nBx4T7vsnAJGl74rBQnZcR3VZCVBEr { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:11rem;left:41.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#shaem3Ty9zENoxWN2VJ0KLe07rpvT37R { position:absolute;display:block;z-index:100006;background-color:#ffe851;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:2.5rem;top:15.71875rem;left:49.375rem;display:block; }
#a1heDIaEftQnQtl5yFlJPRkPIFzrhyfl { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:16.625rem;left:40.15625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nB5m3BO3xpCeIiHMGUPskVDUiC3TFVIx { background-color:#fffd00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#fd00f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:30.7490234375rem;left:43.71875rem;display:block; }
#hq1DIN8TsLyTFBUIpPnlxEcTQ52h6dTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Nwtkh18gkZGoeSrMW9scKF1KEs5y9mnS { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"gotham narrow";font-size:1.875rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:8.375rem;left:1.75rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aEqT7a0JzFkzPiKR1BQnHucIhTW1GDU6 { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:11rem;left:1.75rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ozKvxiuObRIAznilqN9M7KMH5C03rrBl { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:19.5615234375rem;left:0rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zZVTeauOsMmeMyLe1WEb2azNPw27g3Bd { background-color:#fffd00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#fd00f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:30.7490234375rem;left:23.875rem;display:block; }
#GKtBTJhyPAEFsC4e273U6cb7uIHhXg8G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sN5ExhB8D5vDg9FwbwNC0OB48oXzU0IM { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"gotham narrow";font-size:1.875rem;font-weight:300;z-index:100005;line-height:.9;letter-spacing:0;top:8.375rem;left:21.8125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qgkd66H2d4Q8JtQhiNJzMfW2XHBi6eU0 { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:14.25rem;left:21.25rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ozoXw6yh7PoXVxE0zE5QVUh3rW41yHrm { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:19.375rem;left:20.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BScaxBwW7HzqBydWqxhJF38GyiXoqTET { background-color:#fffd00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#fd00f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:30.7490234375rem;left:4.375rem;display:block; }
#NJH3I3pHD3CMKnM0iIryd2uupWsnXcwG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TzdIJ8niVPP7IWxqAM1ZP8PuQTTgoyea { position:absolute;display:block;z-index:100003;background-color:#fffd00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:4.9375rem;width:4.9375rem;top:2.125rem;left:8.15625rem;display:block; }
#NO7KuguTHT1880mGMrofpt5HNBq6WT4B { position:absolute;display:block;z-index:100004;background-color:#fffd00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:4.9375rem;width:4.9375rem;top:2.125rem;left:27.65625rem;display:block; }
#bCDyA51hazTT13G26NvDmFpeFd4lMsgB { position:absolute;display:block;z-index:100007;background-color:#ffe851;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:2.5rem;top:18.4375rem;left:9.34375rem;display:block; }
#voUNm7UTICGwsJmHbOtTQBd9O9rNo16u { position:absolute;display:block;z-index:100007;background-color:#ffe851;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:2.5rem;top:18.375rem;left:28.75rem;display:block; }
#ShXKycPhVtq63SBU3qM6S6vrX86HTzVL { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:2.40625rem;left:8.4375rem;overflow:hidden;display:block; }
#AbFr9ATZWbnRSa0ADZOtEqEmwWhtQ9kJ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.8125rem;top:2.6875rem;left:28.21875rem;overflow:hidden;display:block; }
#q4sUT9sKQ0B2ZADvHCkHbF7hBonK0yAb { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.8125rem;top:2.6875rem;left:48.71875rem;overflow:hidden;display:block; }
#ItaNrgTJBLUL9qTfnNfGMbIVOy2zM216 { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:"gotham narrow";font-size:1.875rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:21.0625rem;left:42.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UnyhggQnCzGFWve11966IJAkNoTV4LCl { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:23.6875rem;left:41.75rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FD4itZ0zvPHCOMsQ14Ck9cOrf7EkA7kn { position:absolute;display:block;z-index:100007;background-color:#ffe851;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:2.5rem;top:25.71875rem;left:49.28125rem;display:block; }
#hFCrpf1FilGZXEiIlJibMrEMEhh0rE7A { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:27.1875rem;left:40.28125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZB8ciM1T0pF2K8N1aIT3yBbcqwSmXhI { position:absolute;display:block;z-index:100007;background-color:#ffe851;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:2.5rem;top:20.375rem;left:49.375rem;display:block; }
#KAmHRO3oTaRWUZeFsSQ73CqT5bMm51uE { background-color:#fffd00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#fd00f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:30.7490234375rem;left:43.71875rem;display:none; }
#NrmzKZNAb2UCZtUFRWeLzXWEcg2WSgAR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sB5M2WTazkJCHJPuf4DKfIfE3Erc0elT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(63,60,60,0.8);background-image:none;position:relative;display:block; }#sB5M2WTazkJCHJPuf4DKfIfE3Erc0elT > .row .container { background-color: transparent; background-image: none; }#sB5M2WTazkJCHJPuf4DKfIfE3Erc0elT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB5M2WTazkJCHJPuf4DKfIfE3Erc0elT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB5M2WTazkJCHJPuf4DKfIfE3Erc0elT > .row .container > .video-iframe-container { display: none; }#sB5M2WTazkJCHJPuf4DKfIfE3Erc0elT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB5M2WTazkJCHJPuf4DKfIfE3Erc0elT > .row > .video-iframe-container { display: none; }#sB5M2WTazkJCHJPuf4DKfIfE3Erc0elT > .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); }#sB5M2WTazkJCHJPuf4DKfIfE3Erc0elT > .row .container { border-width: 0; border-radius: 0; }#sB5M2WTazkJCHJPuf4DKfIfE3Erc0elT > .row > .video-iframe-container {  }#sB5M2WTazkJCHJPuf4DKfIfE3Erc0elT > .row .container { font-size:0.875rem;font-family:"open sans";height:4.1875rem;width:60rem;position:relative;display:block; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { background-color: transparent; background-image: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container > .video-iframe-container { display: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container { display: none; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { border-width: 0; border-radius: 0; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row > .video-iframe-container {  }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { font-size:0.875rem;font-family:"open sans";height:10.6875rem;width:60rem;position:relative;display:block; }#Iy5TRMndpZR6r919Ti1auzZVkbwb19Vz { color:#000000;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:3.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { background-color: transparent; background-image: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container > .video-iframe-container { display: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container { display: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { border-width: 0; border-radius: 0; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container {  }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { font-size:0.875rem;font-family:"open sans";height:30.4375rem;width:60rem;position:relative;display:block; }#nes5MhLkQsnBKuDteG4uPFDipFHmcLVn { color:#000000;display:block;width:13rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:25.2470703125rem;left:3.5rem;height:4.1997rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fW1ieBHTf5NHo1GtVO1eBMk7LaeRQsUA { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:18.654508590698rem;left:1.7491321563721rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mT1AkOzaqRVRMFRHJItbac7lkamZSlTF { position:absolute;display:block;z-index:100005;background-color:#fffd00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.125rem;width:3.125rem;top:14.4375rem;left:8.4375rem;display:block; }
#fT71J2KpOrb5ukqz60zGp8qHLMgf9rI0 { box-sizing:content-box;color:#fd00f1;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:15.3125rem;left:9.25rem;display:block; }
#XZnvsMqA3Jc3Cu5Vu79rV4bPGRVgT0ma { position:absolute;display:block;z-index:100010;background-color:#fffd00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.125rem;width:3.125rem;top:14.4375rem;left:28.4375rem;display:block; }
#wdWZxOvSIUnMTSWpQ3xJbnS60C6gGzwX { box-sizing:content-box;color:#fd00f1;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:15.3125rem;left:29.25rem;display:block; }
#SGwNF3RFPtFzfuzovIhiC25DtsZ3dNRQ { position:absolute;display:block;z-index:100015;background-color:#fffd00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.125rem;width:3.125rem;top:14.4375rem;left:48.4375rem;display:block; }
#c5i2LDsw7atQPiG0fMaVaiZk2BvQUmbi { box-sizing:content-box;color:#fd00f1;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:15.3125rem;left:49.25rem;display:block; }
#gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6cdfMAfd/Mer.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:10.625rem;width:10.625rem;top:2.3681640625rem;left:44.6875rem;display:block; }#gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS.adaptive-delivery-prevent-bg, #gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS.lazyload, #gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS.lazyloading { background-image: none; }
#m1fg1LZNhsQKlranlXXsBpLiUowl6ewI { color:#000000;display:block;width:13rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:26.5595703125rem;left:23.5rem;height:2.7998rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kk5ehwnFsppXpFJPLgMTNSi6o2EuLQJi { color:#585858;display:block;width:17.125rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:18.653428792954rem;left:21.373701095581rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZX30t11DytbekXsThsfQ4NzVPXlMuek { color:#000000;display:block;width:13rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:26.5595703125rem;left:44.125rem;height:2.7998rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eBv3NvJsophUeycmQiL3td2qLy8CGKlu { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:18.6875rem;left:42.375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RiwQJxzsvy2qLwdPTssOmNma86is5kWu { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.375rem;width:10.375rem;top:2.4931640625rem;left:24.8125rem;overflow:hidden;display:block; }
#x0wAgoCkgQLIowKadPETEMHru4tSD4wo { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:10.625rem;top:2.3681640625rem;left:4.6875rem;overflow:hidden;display:block; }
#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(63,60,60,0.8);background-image:none;position:relative;display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { background-color: transparent; background-image: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { border-width: 0; border-radius: 0; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container {  }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { font-size:0.875rem;font-family:"open sans";height:33.25rem;width:60rem;position:relative;display:block; }#Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:"gotham narrow";font-size:3.75rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:6.8120651245119rem;left:0.061849594116211rem;height:9rem;font-style:normal;display:block; }
#hxhtg3fTokrnazcDF2P1x59unzqrIMSD { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:"gotham narrow";font-size:1.5625rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:17.5625rem;left:0.0625rem;height:6.09375rem;font-style:normal;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-form-header {  }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-regular-label { height:auto;display:block;font-family:"gotham narrow";font-size:1rem;font-weight:bold;color:#ffffff;width:26.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:center;text-align-last:center; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.25rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#fffd00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.875rem;margin-bottom:0.25rem;margin-left:5.875rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:700;color:#fd00f1;width:14.4375rem;height:3.75rem;font-family:"gotham narrow";overflow:hidden;font-style:normal; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:25rem;overflow:hidden;font-style:normal; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container:first-of-type{padding-top:0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container:last-of-type{padding-bottom:0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:5.3720703125rem;left:29.3115234375rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.25rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:5.3720703125rem;left:29.3115234375rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC { position:relative; }
#nuvoktboOLEDIV4m41R0WwsR5GO39zFZ { display:block;width:19.4375rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:29.25rem;left:33.1875rem;height:1.54345625rem;color:#25382e;font-style:normal;display:block; }
#GQkhtbFvMaNkLwRr2JsEQzI9M8wwdTal { box-sizing:content-box;color:#6ac75d;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:28.4375rem;left:51.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { width:13.6875rem;height:3.375rem;top:22.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block; }
 }@media only screen and (max-width: 763px) { #TGL4pqRi6T7glRBS88wXs9wZnSsLumWM { width:2.5rem;height:2.5rem;top:31.8125rem;left:22.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah5oUMxNtNODnyziOfC2u6EGPxUpVEa7 { width:12.5rem;height:3.125rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvIgSKPOLWhyiQIIh0hUogunkTfno9Rl { display:block; }
 }@media only screen and (max-width: 763px) { #vPTfSHsbFreAJcaCw54XnLNHdXdSUbUL { width:11.5rem;height:11.5rem;top:28.625rem;left:7.4921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qws6DVJGFISIOwmlNDB7GSrxu3hrxRAr { width:5rem;height:5rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siHHIccf6U0KR05zqmEiTAmLTziPuVmJ { width:22.0625rem;height:4.25rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFKiIbws2N8k1Fr8cSx59HWozqQdzbTM { width:22.0625rem;height:3.3125rem;top:10.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4Nz3KOvPJ1VehxxX6CCGceTr3NwmDxS { width:22.0625rem;height:4.25rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvaEl2OJb9K8UwyZnJg0UyFS9J8qUAAn { width:22.375rem;height:2.75rem;top:14.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:47.75rem;height:4.5rem;top:3.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu3CSZzqSDbgyZRNhOmd27qeTrZIW5yh { width:27.0625rem;height:18.125rem;top:10.5rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktyIyeCf6FFy7PFPo0F9Fccm4ICLDUgW { width:35.0625rem;height:9.375rem;top:2.6875rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D61wVGSuMIrPOu5MZsKWgI9fsP5V6SoB { width:20rem;height:17.25rem;top:4.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmF3Pk8ff69VZadHD9ydUbQ0NNpbSdgI { display:block; }#VmF3Pk8ff69VZadHD9ydUbQ0NNpbSdgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3rqNZrm96c987WIq6JXlbOafOJOReng { width:24.4375rem;height:12.375rem;top:2.875rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM48GZVqsaGcWqaWmSJAccw4k4hT5TB6 { width:3.125rem;height:3.125rem;top:19.6875rem;left:18.71875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmMifmyGQ9pN1oHD0wPl0b4QELuPeRW4 { width:12.5rem;height:;top:15.1875rem;left:21.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mizu3qF7qghFW2R7Jo4hyxSXSZHkwu1X { top:19.8125rem;left:22.5rem;width:11.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZnST8T2RBTs6Dwiv1K4twDRWSfL14Md { display:block; }
 }@media only screen and (max-width: 763px) { #UHvhKUU0LV0mlzr2UkAE1XZaBxXV4r1X { width:32.8125rem;height:18.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phGNct4R19dfpTtnPNS4eDT4tTk9aDw1 { width:47.75rem;height:3.375rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LczXt5a607JIihXmTT13dUlTaz4hyDCo { width:18.75rem;height:4.875rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM { display:block; }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sI4vX2OFsGUKLI4foW9mQVt4PNwSHftT { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHg1hAz4HvUMC99GQOhvyZEdrk07yKDs { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0OZAJCT4xad1ubAyPxPNu9TT93iXwPZ { width:17.75rem;height:3rem;top:11.75rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv2oztqLTlyBJwIXmGgxpTzSC4M7rbkh { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTyBziSGIeQxZSctRUK0soaTTKeVnpzU { width:19.3125rem;height:1.875rem;top:16.625rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKoKV0B9v7JRmMiqchTQ8EsiSMkNR94B { width:12.5rem;height:3.125rem;top:31.375rem;left:34.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6Q877NJA9F4OJ30SnFmASWeuqF8DG8f { display:block; }
 }@media only screen and (max-width: 763px) { #kVpuIocEK1KD3rsvX497CVIGuyoCmVpJ { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #byGdny1UwnX2vCReLEaXgZ5ouJr58WWv { width:17.75rem;height:6.9375rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBlXd9b5UQCbDc8mmToH1mH4pdJWpkyz { width:18.75rem;height:4.5rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biErNsigtHhQQJpT83FRefN6TRINyL7m { width:12.5rem;height:3.125rem;top:31.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQqB7Qg0X2PV52SmAh3ecsvx6pSSa8OP { display:block; }
 }@media only screen and (max-width: 763px) { #GahFuNmmWFD0XTl6WdMudUIq3TZzD6TN { width:12.5rem;height:3.125rem;top:31.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8XV84dnSord3FLt8zXv26UBm2hyNzWW { display:block; }
 }@media only screen and (max-width: 763px) { #lA1FIzcQX3IWRAGdVFha5bE4zfJ9xMam { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsXW6HloxpHOiZZxWRFDg5VGSUuPTfoX { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAL4ImmnTTTf92q4WwLRaNp6WQQud9w8 { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHo9WAvLIV8NtOL9mk1iHT1OKAwixZsK { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHGav0JGyapydESOiKNt0RIwax3A5y5g { width:4.375rem;height:4.375rem;top:2.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzS8vmX0eExvpKx21rMh8HwqnkBVhTIT { width:3.8125rem;height:3.8125rem;top:3rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3hwfHytAoOHXZ1iic9OHca3LOngatMT { width:3.8125rem;height:3.8125rem;top:3rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZcKLPRGadfM3LT0h23enucIXciJVpDk { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaTnumpaPTcb20vnvbOzAFimSvyIWwXJ { width:17.75rem;height:1.5rem;top:24.6875rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSrotbD4KqVTLJeyeb169y0NeB7XNyUq { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXWxGR284C6qv3PkKMRe5OV7yTA705f6 { width:19.1875rem;height:1.875rem;top:27.1875rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTkG8dAgAUzGq18xUptKVrlIivqn2Uqg { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2GqFeXpilRArpIck8MqxThwLNVxLdzb { width:12.5rem;height:3.125rem;top:30.6875rem;left:34.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkFJeftTOrVHNQfUiwGkSQvxC2873hQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #m7ftXyc9VMPcGkthTy5fIiPaDPDtahLo { width:18.75rem;height:12rem;top:18.5rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR4Kf6Kq4oxx5UTDZEF8XKRIGN1pIvnk { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEqNRRATB9LT1B2ZnbmxBeyx0PgKAZhb { width:17.75rem;height:3rem;top:11.0625rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaUA9E0J6R6LdfLHgUumnaQX6ZUF567R { width:18.75rem;height:4.5rem;top:24.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxpstPSHlewTp0fqPGPCvf1Wn98ZDprC { display:none; }#wxpstPSHlewTp0fqPGPCvf1Wn98ZDprC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #opFrLyhcngh2RW5lF7CsMqZln66zefMh { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTWtULB4mbnhT4k1VKuVPFXl0OIENTqt { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3nBx4T7vsnAJGl74rBQnZcR3VZCVBEr { width:17.75rem;height:4.5rem;top:11rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shaem3Ty9zENoxWN2VJ0KLe07rpvT37R { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1heDIaEftQnQtl5yFlJPRkPIFzrhyfl { width:19.3125rem;height:1.875rem;top:16.625rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB5m3BO3xpCeIiHMGUPskVDUiC3TFVIx { width:12.5rem;height:3.125rem;top:30.6875rem;left:34.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq1DIN8TsLyTFBUIpPnlxEcTQ52h6dTP { display:block; }
 }@media only screen and (max-width: 763px) { #Nwtkh18gkZGoeSrMW9scKF1KEs5y9mnS { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEqT7a0JzFkzPiKR1BQnHucIhTW1GDU6 { width:17.75rem;height:6.875rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozKvxiuObRIAznilqN9M7KMH5C03rrBl { width:21.3125rem;height:9.375rem;top:19.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZVTeauOsMmeMyLe1WEb2azNPw27g3Bd { width:12.5rem;height:3.125rem;top:30.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKtBTJhyPAEFsC4e273U6cb7uIHhXg8G { display:block; }
 }@media only screen and (max-width: 763px) { #sN5ExhB8D5vDg9FwbwNC0OB48oXzU0IM { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgkd66H2d4Q8JtQhiNJzMfW2XHBi6eU0 { width:17.75rem;height:1.5rem;top:14.25rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozoXw6yh7PoXVxE0zE5QVUh3rW41yHrm { width:18.75rem;height:3.75rem;top:19.375rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BScaxBwW7HzqBydWqxhJF38GyiXoqTET { width:12.5rem;height:3.125rem;top:30.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJH3I3pHD3CMKnM0iIryd2uupWsnXcwG { display:block; }
 }@media only screen and (max-width: 763px) { #TzdIJ8niVPP7IWxqAM1ZP8PuQTTgoyea { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO7KuguTHT1880mGMrofpt5HNBq6WT4B { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCDyA51hazTT13G26NvDmFpeFd4lMsgB { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #voUNm7UTICGwsJmHbOtTQBd9O9rNo16u { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShXKycPhVtq63SBU3qM6S6vrX86HTzVL { width:4.375rem;height:4.375rem;top:2.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbFr9ATZWbnRSa0ADZOtEqEmwWhtQ9kJ { width:3.8125rem;height:3.8125rem;top:2.6875rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4sUT9sKQ0B2ZADvHCkHbF7hBonK0yAb { width:3.8125rem;height:3.8125rem;top:2.6875rem;left:39.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItaNrgTJBLUL9qTfnNfGMbIVOy2zM216 { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnyhggQnCzGFWve11966IJAkNoTV4LCl { width:17.75rem;height:1.5rem;top:23.6875rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD4itZ0zvPHCOMsQ14Ck9cOrf7EkA7kn { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFCrpf1FilGZXEiIlJibMrEMEhh0rE7A { width:19.1875rem;height:1.875rem;top:27.1875rem;left:28.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZB8ciM1T0pF2K8N1aIT3yBbcqwSmXhI { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAmHRO3oTaRWUZeFsSQ73CqT5bMm51uE { width:12.5rem;height:3.125rem;top:30.6875rem;left:34.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrmzKZNAb2UCZtUFRWeLzXWEcg2WSgAR { display:block; }
 }@media only screen and (max-width: 763px) { #sB5M2WTazkJCHJPuf4DKfIfE3Erc0elT { display:block; }#sB5M2WTazkJCHJPuf4DKfIfE3Erc0elT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #six3sdnBoz7aLypuURtn1FaZ976JMu8k { display:block; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iy5TRMndpZR6r919Ti1auzZVkbwb19Vz { width:47.75rem;height:4.5rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU { display:block; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nes5MhLkQsnBKuDteG4uPFDipFHmcLVn { width:12.9375rem;height:1.5625rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW1ieBHTf5NHo1GtVO1eBMk7LaeRQsUA { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT1AkOzaqRVRMFRHJItbac7lkamZSlTF { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT71J2KpOrb5ukqz60zGp8qHLMgf9rI0 { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnvsMqA3Jc3Cu5Vu79rV4bPGRVgT0ma { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdWZxOvSIUnMTSWpQ3xJbnS60C6gGzwX { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGwNF3RFPtFzfuzovIhiC25DtsZ3dNRQ { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5i2LDsw7atQPiG0fMaVaiZk2BvQUmbi { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS { width:10.625rem;height:10.625rem;top:2.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1fg1LZNhsQKlranlXXsBpLiUowl6ewI { width:12.9375rem;height:1.5625rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk5ehwnFsppXpFJPLgMTNSi6o2EuLQJi { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZX30t11DytbekXsThsfQ4NzVPXlMuek { width:12.9375rem;height:1.5625rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBv3NvJsophUeycmQiL3td2qLy8CGKlu { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiwQJxzsvy2qLwdPTssOmNma86is5kWu { width:10.375rem;height:10.375rem;top:2.4375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0wAgoCkgQLIowKadPETEMHru4tSD4wo { width:10.625rem;height:10.625rem;top:2.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:40.3125rem;height:4.875rem;top:9.75rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC {  }
 }@media only screen and (max-width: 763px) { #nuvoktboOLEDIV4m41R0WwsR5GO39zFZ { width:31.1875rem;height:1.25rem;top:3rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQkhtbFvMaNkLwRr2JsEQzI9M8wwdTal { width:3.125rem;height:3.125rem;top:2.0625rem;left:34.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/anrsGR8h/Cande_celu_2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(255,255,255,0.39);background-image:none;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { width:12.5rem;height:3.125rem;top:21.1875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block; }
 }@media only screen and (max-width: 763px) { #TGL4pqRi6T7glRBS88wXs9wZnSsLumWM { width:2.5rem;height:2.5rem;top:26.578125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah5oUMxNtNODnyziOfC2u6EGPxUpVEa7 { width:12.5rem;height:3.125rem;top:17.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvIgSKPOLWhyiQIIh0hUogunkTfno9Rl { display:block; }
 }@media only screen and (max-width: 763px) { #vPTfSHsbFreAJcaCw54XnLNHdXdSUbUL { width:8.625rem;height:8.8125rem;top:27.265625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qws6DVJGFISIOwmlNDB7GSrxu3hrxRAr { width:3.75rem;height:3.75rem;top:30.203125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #siHHIccf6U0KR05zqmEiTAmLTziPuVmJ { width:14.0625rem;height:3rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFKiIbws2N8k1Fr8cSx59HWozqQdzbTM { width:13.875rem;height:2.35595625rem;top:10.96875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4Nz3KOvPJ1VehxxX6CCGceTr3NwmDxS { width:14.5rem;height:3.1875rem;top:13.125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvaEl2OJb9K8UwyZnJg0UyFS9J8qUAAn { width:14.5rem;height:2.11230625rem;top:13.8125rem;left:5.5rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:18.75rem;height:2.2749rem;top:1.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu3CSZzqSDbgyZRNhOmd27qeTrZIW5yh { width:20rem;height:18.6875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktyIyeCf6FFy7PFPo0F9Fccm4ICLDUgW { width:20rem;height:0;top:26.47243976593rem;left:0rem;text-align:center;text-align-last:center;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #D61wVGSuMIrPOu5MZsKWgI9fsP5V6SoB { width:18.5625rem;height:16.7988125rem;top:5.15625rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VmF3Pk8ff69VZadHD9ydUbQ0NNpbSdgI { display:block; }#VmF3Pk8ff69VZadHD9ydUbQ0NNpbSdgI > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3rqNZrm96c987WIq6JXlbOafOJOReng { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aM48GZVqsaGcWqaWmSJAccw4k4hT5TB6 { width:3.125rem;height:3.125rem;top:11.76171875rem;left:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmMifmyGQ9pN1oHD0wPl0b4QELuPeRW4 { width:12.5rem;height:0;top:4.4375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mizu3qF7qghFW2R7Jo4hyxSXSZHkwu1X { top:11.85546875rem;left:7.75rem;width:9.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZnST8T2RBTs6Dwiv1K4twDRWSfL14Md { display:block; }
 }@media only screen and (max-width: 763px) { #UHvhKUU0LV0mlzr2UkAE1XZaBxXV4r1X { width:20rem;height:11.1875rem;top:0rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { background-color:rgba(63,60,60,0.74);background-image:none;display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { background-color: transparent; background-image: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .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); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phGNct4R19dfpTtnPNS4eDT4tTk9aDw1 { width:18.75rem;height:0;top:1.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LczXt5a607JIihXmTT13dUlTaz4hyDCo { width:18.75rem;height:4.875rem;top:1.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM { background-color:rgba(63,60,60,0.74);background-image:none;display:block; }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM > .row .container { background-color: transparent; background-image: none; }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM > .row .container > .video-iframe-container { display: none; }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM > .row > .video-iframe-container { display: none; }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM > .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); }#TwVNEicU8qONkwq0nbXvmcf6d9TcVTDM > .row .container { width:20rem;height:107.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sI4vX2OFsGUKLI4foW9mQVt4PNwSHftT { width:6.25rem;height:6.25rem;top:64.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHg1hAz4HvUMC99GQOhvyZEdrk07yKDs { width:18.125rem;height:2.625rem;top:37rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0OZAJCT4xad1ubAyPxPNu9TT93iXwPZ { width:16.5rem;height:3rem;top:40.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv2oztqLTlyBJwIXmGgxpTzSC4M7rbkh { width:2.5rem;height:0.125rem;top:77.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTyBziSGIeQxZSctRUK0soaTTKeVnpzU { width:17.6875rem;height:1.5rem;top:77.5rem;left:1.15625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uKoKV0B9v7JRmMiqchTQ8EsiSMkNR94B { width:12.5rem;height:3.125rem;top:80.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6Q877NJA9F4OJ30SnFmASWeuqF8DG8f { display:block; }
 }@media only screen and (max-width: 763px) { #kVpuIocEK1KD3rsvX497CVIGuyoCmVpJ { width:17.75rem;height:2.625rem;top:5.0625rem;left:1.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #byGdny1UwnX2vCReLEaXgZ5ouJr58WWv { width:17.75rem;height:6.9995rem;top:7.4375rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBlXd9b5UQCbDc8mmToH1mH4pdJWpkyz { width:17.6875rem;height:4.5rem;top:16.125rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biErNsigtHhQQJpT83FRefN6TRINyL7m { width:12.5rem;height:3.125rem;top:58.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQqB7Qg0X2PV52SmAh3ecsvx6pSSa8OP { display:block; }
 }@media only screen and (max-width: 763px) { #GahFuNmmWFD0XTl6WdMudUIq3TZzD6TN { width:12.5rem;height:3.125rem;top:22.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8XV84dnSord3FLt8zXv26UBm2hyNzWW { display:block; }
 }@media only screen and (max-width: 763px) { #lA1FIzcQX3IWRAGdVFha5bE4zfJ9xMam { width:4.9375rem;height:4.9375rem;top:0rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsXW6HloxpHOiZZxWRFDg5VGSUuPTfoX { width:4.9375rem;height:4.9375rem;top:31.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAL4ImmnTTTf92q4WwLRaNp6WQQud9w8 { width:2.5rem;height:0.0625rem;top:27.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHo9WAvLIV8NtOL9mk1iHT1OKAwixZsK { width:2.5rem;height:0.0625rem;top:63.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHGav0JGyapydESOiKNt0RIwax3A5y5g { width:4.375rem;height:4.375rem;top:0.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzS8vmX0eExvpKx21rMh8HwqnkBVhTIT { width:3.8125rem;height:3.8125rem;top:31.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3hwfHytAoOHXZ1iic9OHca3LOngatMT { width:4.1875rem;height:4.1875rem;top:65.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZcKLPRGadfM3LT0h23enucIXciJVpDk { width:16.75rem;height:3.375rem;top:85.625rem;left:1.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MaTnumpaPTcb20vnvbOzAFimSvyIWwXJ { width:17.75rem;height:1.5rem;top:89.9375rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OSrotbD4KqVTLJeyeb169y0NeB7XNyUq { width:2.5rem;height:0.0625rem;top:92.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXWxGR284C6qv3PkKMRe5OV7yTA705f6 { width:17.6875rem;height:1.5rem;top:94.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTkG8dAgAUzGq18xUptKVrlIivqn2Uqg { width:2.5rem;height:0.0625rem;top:84.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2GqFeXpilRArpIck8MqxThwLNVxLdzb { width:12.5rem;height:3.125rem;top:97rem;left:3.75rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #pkFJeftTOrVHNQfUiwGkSQvxC2873hQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #m7ftXyc9VMPcGkthTy5fIiPaDPDtahLo { width:18.75rem;height:12rem;top:44.96875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR4Kf6Kq4oxx5UTDZEF8XKRIGN1pIvnk { width:16.75rem;height:2.2749rem;top:71.6875rem;left:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEqNRRATB9LT1B2ZnbmxBeyx0PgKAZhb { width:17.75rem;height:3rem;top:73.9375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaUA9E0J6R6LdfLHgUumnaQX6ZUF567R { width:18.75rem;height:4.5rem;top:101.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxpstPSHlewTp0fqPGPCvf1Wn98ZDprC { background-color:rgba(63,60,60,0.74);background-image:none;display:none; }#wxpstPSHlewTp0fqPGPCvf1Wn98ZDprC > .row .container { width:20rem;height:98.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #opFrLyhcngh2RW5lF7CsMqZln66zefMh { width:6.25rem;height:6.25rem;top:55.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTWtULB4mbnhT4k1VKuVPFXl0OIENTqt { width:18.125rem;height:2.625rem;top:62.125rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3nBx4T7vsnAJGl74rBQnZcR3VZCVBEr { width:16.5rem;height:4.5rem;top:65.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #shaem3Ty9zENoxWN2VJ0KLe07rpvT37R { width:2.5rem;height:0.125rem;top:70.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1heDIaEftQnQtl5yFlJPRkPIFzrhyfl { width:17.6875rem;height:1.5rem;top:72.125rem;left:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nB5m3BO3xpCeIiHMGUPskVDUiC3TFVIx { width:12.5rem;height:3.125rem;top:76.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq1DIN8TsLyTFBUIpPnlxEcTQ52h6dTP { display:block; }
 }@media only screen and (max-width: 763px) { #Nwtkh18gkZGoeSrMW9scKF1KEs5y9mnS { width:17.75rem;height:2.625rem;top:6.25rem;left:1.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aEqT7a0JzFkzPiKR1BQnHucIhTW1GDU6 { width:17.75rem;height:6.875rem;top:8.875rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ozKvxiuObRIAznilqN9M7KMH5C03rrBl { width:17.6875rem;height:7.5rem;top:16.1875rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZVTeauOsMmeMyLe1WEb2azNPw27g3Bd { width:12.5rem;height:3.125rem;top:49.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKtBTJhyPAEFsC4e273U6cb7uIHhXg8G { display:block; }
 }@media only screen and (max-width: 763px) { #sN5ExhB8D5vDg9FwbwNC0OB48oXzU0IM { width:17.75rem;height:5.0625rem;top:37rem;left:1.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qgkd66H2d4Q8JtQhiNJzMfW2XHBi6eU0 { width:17.75rem;height:1.5rem;top:43.125rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ozoXw6yh7PoXVxE0zE5QVUh3rW41yHrm { width:17.6875rem;height:3rem;top:44.875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BScaxBwW7HzqBydWqxhJF38GyiXoqTET { width:12.5rem;height:3.125rem;top:25.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJH3I3pHD3CMKnM0iIryd2uupWsnXcwG { display:block; }
 }@media only screen and (max-width: 763px) { #TzdIJ8niVPP7IWxqAM1ZP8PuQTTgoyea { width:4.9375rem;height:4.9375rem;top:0.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO7KuguTHT1880mGMrofpt5HNBq6WT4B { width:4.9375rem;height:4.9375rem;top:31.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCDyA51hazTT13G26NvDmFpeFd4lMsgB { width:2.5rem;height:0.0625rem;top:30.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #voUNm7UTICGwsJmHbOtTQBd9O9rNo16u { width:2.5rem;height:0.0625rem;top:53.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShXKycPhVtq63SBU3qM6S6vrX86HTzVL { width:4.375rem;height:4.375rem;top:0.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbFr9ATZWbnRSa0ADZOtEqEmwWhtQ9kJ { width:3.8125rem;height:3.8125rem;top:31.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4sUT9sKQ0B2ZADvHCkHbF7hBonK0yAb { width:4.1875rem;height:4.1875rem;top:56.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItaNrgTJBLUL9qTfnNfGMbIVOy2zM216 { width:16.75rem;height:2.625rem;top:81.5rem;left:1.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UnyhggQnCzGFWve11966IJAkNoTV4LCl { width:17.75rem;height:1.5rem;top:85.375rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FD4itZ0zvPHCOMsQ14Ck9cOrf7EkA7kn { width:2.5rem;height:0.0625rem;top:89.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFCrpf1FilGZXEiIlJibMrEMEhh0rE7A { width:17.6875rem;height:1.5rem;top:90.9375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZB8ciM1T0pF2K8N1aIT3yBbcqwSmXhI { width:2.5rem;height:0.0625rem;top:80.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAmHRO3oTaRWUZeFsSQ73CqT5bMm51uE { width:12.5rem;height:3.125rem;top:94.0625rem;left:3.75rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #NrmzKZNAb2UCZtUFRWeLzXWEcg2WSgAR { display:block; }
 }@media only screen and (max-width: 763px) { #sB5M2WTazkJCHJPuf4DKfIfE3Erc0elT { display:block; }#sB5M2WTazkJCHJPuf4DKfIfE3Erc0elT > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #six3sdnBoz7aLypuURtn1FaZ976JMu8k { display:block; }#six3sdnBoz7aLypuURtn1FaZ976JMu8k > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iy5TRMndpZR6r919Ti1auzZVkbwb19Vz { width:18.75rem;height:4.875rem;top:1.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU { display:block; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { width:20rem;height:84.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nes5MhLkQsnBKuDteG4uPFDipFHmcLVn { width:13rem;height:4.1997rem;top:23.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW1ieBHTf5NHo1GtVO1eBMk7LaeRQsUA { width:16.5rem;height:6rem;top:16.875rem;left:1.75rem;z-index:100002;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mT1AkOzaqRVRMFRHJItbac7lkamZSlTF { width:3.125rem;height:3.125rem;top:12.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT71J2KpOrb5ukqz60zGp8qHLMgf9rI0 { width:1.5rem;height:1.5rem;top:13.5625rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnvsMqA3Jc3Cu5Vu79rV4bPGRVgT0ma { width:3.125rem;height:3.125rem;top:39.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdWZxOvSIUnMTSWpQ3xJbnS60C6gGzwX { width:1.5rem;height:1.5rem;top:40.375rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGwNF3RFPtFzfuzovIhiC25DtsZ3dNRQ { width:3.125rem;height:3.125rem;top:67.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5i2LDsw7atQPiG0fMaVaiZk2BvQUmbi { width:1.5rem;height:1.5rem;top:68.125rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS { width:10.625rem;height:10.625rem;top:55.810546875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1fg1LZNhsQKlranlXXsBpLiUowl6ewI { width:13.0625rem;height:2.7998rem;top:50.375rem;left:3.46875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kk5ehwnFsppXpFJPLgMTNSi6o2EuLQJi { width:17.0625rem;height:6rem;top:43.6875rem;left:1.46875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WZX30t11DytbekXsThsfQ4NzVPXlMuek { width:13.0625rem;height:2.7998rem;top:79.625rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eBv3NvJsophUeycmQiL3td2qLy8CGKlu { width:16.5rem;height:7.5rem;top:71.1875rem;left:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RiwQJxzsvy2qLwdPTssOmNma86is5kWu { width:10.375rem;height:10.375rem;top:28.40625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0wAgoCkgQLIowKadPETEMHru4tSD4wo { width:10.625rem;height:10.625rem;top:0.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { background-color:#5e5e5e;background-image:none;display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { background-color: transparent; background-image: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { width:17.625rem;height:5.25rem;top:1.6861972808838rem;left:1.1870660781861rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:20rem;height:2.76171875rem;top:8.4993529319763rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-button { width:9.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.9375rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { width:17.5rem;height:auto;top:13.374571800232rem;left:0rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { width:17.5rem;height:auto;top:13.374571800232rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC {  }
 }@media only screen and (max-width: 763px) { #nuvoktboOLEDIV4m41R0WwsR5GO39zFZ { width:16rem;height:1.21875rem;top:37.7490234375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQkhtbFvMaNkLwRr2JsEQzI9M8wwdTal { width:2.5625rem;height:2.6875rem;top:36.9990234375rem;left:16rem;font-size:1.875rem;display:block; }
 }