.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f5f5f5;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/6pLCGn0C/banner_mkt_landing_2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8.adaptive-delivery-prevent-bg, #r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8.lazyload, #r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8.lazyloading { background-image: none; }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 > .row .container { background-color: transparent; background-image: none; }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,12,0.3); }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 > .row .container > .video-iframe-container { display: none; }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,12,0.3); }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 > .row > .video-iframe-container { display: none; }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 > .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); }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 > .row .container { border-width: 0; border-radius: 0; }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 > .row > .video-iframe-container {  }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#rECJBFQRcxMmQHhQHaKsnicI5KvsMkx0 { color:#33383c;display:block;width:25.99825rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:14.781250715256rem;left:6.6241321563719rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OK8heVmZeLUlEh69NwRk3kDfCxGaw37M { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:14.125rem;top:3.3125rem;left:4.3715286254883rem;overflow:hidden;display:block; }
#bRw7Em67tPxZfUk8OCAlb9GimaHgnKKt { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;height:31.25rem;width:31.25rem;top:7.5rem;left:3.75rem;display:block; }
#BG6maXANlDzbT5TkiA36iWi8LL837Am9 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.624131875rem;width:17.686625rem;top:31.098089933396rem;left:53.469619750976rem;overflow:hidden;display:block; }
#Sq0EGO24RWzAHTioLysWnixTJ45qI1bk { color:#33383c;display:block;width:26.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.312498807907rem;left:44.875rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QXKxZTGiRKg5A3qsnAB5she9G6k7NMfZ { color:#33383c;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:4.75rem;font-weight:700;z-index:14999;line-height:1.1;letter-spacing:0;top:17.062500715256rem;left:6.0625rem;height:10.44925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZOwKLGzek7EJx3LUKookGWyJxH1mGsSh { position:absolute;display:block;z-index:14996;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #0c0c0c;border-left:0.25rem solid #0c0c0c;border-right:0.25rem solid #0c0c0c;border-bottom:0.25rem solid #0c0c0c;height:28.3125rem;width:29.5625rem;top:9.375rem;left:41.09375rem;display:block; }
#msocKT649kiBMxy9CtodSVOTAFkEb3OX { color:#000000;display:block;width:23.25rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:16.375000715256rem;left:44.875rem;height:2.84375rem;display:block; }
#d9BHkVBRFxTMRv7qVl9V5AoxNZIVtxxM { color:#000000;display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:9.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:17.781250715256rem;left:44.375rem;height:12.1875rem;font-style:normal;display:block; }
#LJwEVQV87Sg25h371thek9GfoSTWEKWP { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:12.280380010605rem;left:6.6241321563719rem;overflow:hidden;display:block; }
#LgMVWTMS9zHVEPQF2og5eTSpRMznoVhJ { position:absolute;display:block;z-index:14997;background-color:#ff76e2;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:1.5625rem;width:30.25rem;top:7.8124997615813rem;left:41.15625rem;display:block; }
#K2s2zSmvRvUGbx6LbSPUBdhqtc9wzKqt { position:absolute;display:block;z-index:14998;background-color:#ff76e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;height:2.5rem;width:6.375rem;top:16.609375715256rem;left:61.5625rem;display:block; }
#o0bNyDfxeJGcl6MgiNQCdTD4Ka4T8b6k { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#pftpVg9w6QfD1bp7986aBnQSPGi33aWi { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:29.68994140625rem;left:6.62353515625rem;display:block; }
#lcziRkNKh8aLi7BJ9G4B4rw2ohTKtyt7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PVA308OU7cn3uuP14f3e1QcUpmaUFtO8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PVA308OU7cn3uuP14f3e1QcUpmaUFtO8 > .row .container { background-color: transparent; background-image: none; }#PVA308OU7cn3uuP14f3e1QcUpmaUFtO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVA308OU7cn3uuP14f3e1QcUpmaUFtO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVA308OU7cn3uuP14f3e1QcUpmaUFtO8 > .row .container > .video-iframe-container { display: none; }#PVA308OU7cn3uuP14f3e1QcUpmaUFtO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVA308OU7cn3uuP14f3e1QcUpmaUFtO8 > .row > .video-iframe-container { display: none; }#PVA308OU7cn3uuP14f3e1QcUpmaUFtO8 > .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); }#PVA308OU7cn3uuP14f3e1QcUpmaUFtO8 > .row .container { border-width: 0; border-radius: 0; }#PVA308OU7cn3uuP14f3e1QcUpmaUFtO8 > .row > .video-iframe-container {  }#PVA308OU7cn3uuP14f3e1QcUpmaUFtO8 > .row .container { font-size:0.875rem;font-family:arial;height:71.3125rem;width:75rem;position:relative;display:block; }#CDyl8oSylzRsv6AvTToeSUHPz04F0lAQ { position:absolute;display:block;z-index:15021;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:15.625rem;width:15.625rem;top:14.9375rem;left:12.49843788147rem;display:block; }
#IazfhImA8W9R8cNNolnRnirtb6pekXHv { color:#0c0c0c;display:block;width:10.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15027;line-height:1.8;letter-spacing:0;top:20.073997497559rem;left:15rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kPIWdOQB3zhu2zD432HAS1d6H5EbEWzE { color:#0c0c0c;display:block;width:9.6855625rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:24.125rem;left:15rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ORTDRtcSDwP4EQO5NoVPBhp99phh2sGQ { position:absolute;display:block;z-index:15028;background-color:#ff76e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:1.25rem;width:5rem;top:22.375rem;left:15rem;display:block; }
#HmoqSUTuqFZwBbXyILiOT2Eik0adp3Pv { color:#212121;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.625rem;left:0rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wse3BWfTTk7iD1vwKeuezeWFhAJuqJ0M { color:#0c0c0c;display:block;width:46.25rem;position:absolute;font-family:archivo;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:7.3723945617675rem;left:14.375rem;height:4.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pFQGhrZ6t8pzFXFaBHTzxlduhKDtectE { color:#0c0c0c;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:22.5rem;left:15.75rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HaspAr4sJD0ZJP5KT6ihIK9zHATFptim { color:#0c0c0c;display:block;width:10.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15032;line-height:1.8;letter-spacing:0;top:20.0625rem;left:33.312501907349rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ywEs70reB3pERTfPq4iFCqPFNP3OIrg1 { color:#0c0c0c;display:block;width:11.4375rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:24.125rem;left:33.312501907349rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tZrMhdhKmNhXBFGrnCwQO7qJdcxpPnDg { position:absolute;display:block;z-index:15033;background-color:#ff76e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:1.25rem;width:5rem;top:22.375rem;left:33.312501907349rem;display:block; }
#uEMQqlhoDwTTU6Da8IahtNKs5pfUEOAr { color:#0c0c0c;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15050;line-height:1.5;letter-spacing:0;top:22.5rem;left:34.062501907349rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dQqOX0frzS4MbTxGbTP5HgVWR3GzuW1y { color:#0c0c0c;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15037;line-height:1.8;letter-spacing:0;top:20.0625rem;left:52.5rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cQglqXfAc7gZE7Tm3N7nUNSFGeUHZJUV { color:#0c0c0c;display:block;width:11rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:24.125rem;left:52.5rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#scT7TNwgTtv4DDPbUR9XxBgBqFTKdApe { position:absolute;display:block;z-index:15038;background-color:#ff76e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:1.25rem;width:5rem;top:22.375rem;left:52.5rem;display:block; }
#gzqpyiuAFvmkzZsqe2T8AuoTlvat6l4T { color:#0c0c0c;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:22.5rem;left:53.25rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AP0zUI42Pps4a4zbl9Lr8AnLUgk6IMs3 { color:#0c0c0c;display:block;width:11.5rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:42.5rem;left:15rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#trToaTniyKEVGW45q4wTVfwnCw38H5bf { color:#0c0c0c;display:block;width:12.75rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:42.5rem;left:33.312501907349rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yZKMi2B5OxVBf2D4LtvC14xrBOTsVyTB { color:#0c0c0c;display:block;width:10.8125rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:42.5rem;left:52.500001907349rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y6dCb5XWkVHwX2ni82rv7pik42fh5l60 { position:absolute;display:block;z-index:15043;background-color:#ff76e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:1.25rem;width:5rem;top:40.625rem;left:15rem;display:block; }
#sIOcwUC8ei8z0wrCrng5BEyFDy8hh8iy { color:#0c0c0c;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15060;line-height:1.5;letter-spacing:0;top:40.75rem;left:15.75rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VBTFT78T71BMK3L6hPhzTlkbHXzyTi73 { position:absolute;display:block;z-index:15048;background-color:#ff76e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:1.25rem;width:5rem;top:40.625rem;left:33.312501907349rem;display:block; }
#TT9XJOsymeiUda8hwvZRxe9tOBbqRiLR { color:#0c0c0c;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15065;line-height:1.5;letter-spacing:0;top:40.75rem;left:33.750001907349rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IqBlBTwXdJ3vhTTsKgMPUp6HNQAlaCL7 { position:absolute;display:block;z-index:15053;background-color:#ff76e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:1.25rem;width:5rem;top:40.625rem;left:52.500001907349rem;display:block; }
#HlkOfkcKB0EVcW5mvv3tFLplsB8lc3Jq { color:#0c0c0c;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15070;line-height:1.5;letter-spacing:0;top:40.75rem;left:53.250001907349rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Loa85EVLcCoHbODuw8XuTG5XhFmOuNou { color:#0c0c0c;display:block;width:10.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15042;line-height:1.8;letter-spacing:0;top:38.436721801757rem;left:15rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JWr3euioSWXSVEdM1cdF4hKDRqhxF1SJ { color:#0c0c0c;display:block;width:10.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15047;line-height:1.8;letter-spacing:0;top:38.4375rem;left:33.312501907349rem;height:1.799825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZBu7TmMmHhTXgunlPw8bbdwyOi7E8Ez4 { color:#0c0c0c;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15052;line-height:1.8;letter-spacing:0;top:38.4375rem;left:52.500001907349rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EIr4LTcEtEdluyv5TvRB6iIktGRl1ZuV { color:#0c0c0c;display:block;width:11.625rem;position:absolute;font-family:archivo;font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:61.25rem;left:33.312501907349rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AKcQlVEsUJIK5kU8xiAbsh0GoxLgQi9w { position:absolute;display:block;z-index:15048;background-color:#ff76e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:1.25rem;width:5rem;top:59.625rem;left:33.312501907349rem;display:block; }
#cfsgK6U4EnVetcp2hq2LRdPWzcCigD1g { color:#0c0c0c;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15065;line-height:1.5;letter-spacing:0;top:59.75rem;left:34.062501907349rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sptdQe9PWRklV8dJmUkZbrz7g0nucSHg { color:#0c0c0c;display:block;width:10.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15047;line-height:1.8;letter-spacing:0;top:57.25rem;left:33.312501907349rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xiMnXgbVlJ03hdEtninLfFuyLRWxzinZ { box-sizing:content-box;color:#f5f5f5;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:15071;top:6.125rem;left:2.5rem;display:block; }
#M0QelVrhwuydrqWHK2k3RmhWbpf73Jl6 { box-sizing:content-box;color:#f5f5f5;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:15072;top:24.875rem;left:58.75rem;display:block; }
#ReGux9IAgH4MSOxSb8Dfbk7HxsmnE673 { box-sizing:content-box;color:#f5f5f5;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:15073;top:12.375rem;left:7.5rem;display:block; }
#lLWX6TcBeuDLkucAmnUm4BKFlcrhUwLV { box-sizing:content-box;color:#f5f5f5;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:15072;top:32.375rem;left:68.75rem;display:block; }
#Fw5r2ch5LxqhwxNrBs5CFo1EkCSJTUnF { box-sizing:content-box;color:#f5f5f5;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:15075;top:43.625rem;left:3.75rem;display:block; }
#WiOMTvTAFE6dgMz2C2CNhIEGqEdabKsJ { box-sizing:content-box;color:#f5f5f5;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:15077;top:49.875rem;left:7.5rem;display:block; }
#VvP8ydpyo7Qh1cTR7JErb6ZuT5Emoxyp { box-sizing:content-box;color:#f5f5f5;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15074;top:18.9375rem;left:2.5rem;display:block; }
#Lu4gKv8CdoGHCoazBKQN2ZJwmo0F0Kgl { box-sizing:content-box;color:#f5f5f5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12470625rem;width:3.12470625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15076;top:42.375001907349rem;left:69.998523712156rem;display:block; }
#kL1tbls4TBxXwvTXvMThcvs7bXVBoAb8 { box-sizing:content-box;color:#f5f5f5;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15075;top:56.4375rem;left:3.75rem;display:block; }
#NUdPad7nVr8X1tpd9eHutnLOKeqzFaDa { position:absolute;display:block;z-index:15022;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:15.625rem;width:15.625rem;top:14.9375rem;left:31.250001907349rem;display:block; }
#Ozg2JMcWc9P94wul8I3p2cn8pnSdEeNe { position:absolute;display:block;z-index:15023;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:15.625rem;width:15.625rem;top:14.9375rem;left:50.000001907349rem;display:block; }
#dw9DiuqupV0c9lvFtkGrugPGzCMSUFm9 { position:absolute;display:block;z-index:15022;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:15.625rem;width:15.625rem;top:33.3125rem;left:12.5rem;display:block; }
#xdOiuhHVVGDsdrbFwD7x1wMQu5wr19Ne { position:absolute;display:block;z-index:15023;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:15.6244375rem;width:15.6244375rem;top:33.3125rem;left:31.250001907349rem;display:block; }
#Da0EZ77UlTS8Q5ceJp9A3RnuoaJx2mnk { position:absolute;display:block;z-index:15024;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:15.6244375rem;width:15.6244375rem;top:33.3125rem;left:50.000001907349rem;display:block; }
#OKNhsZDQMX4oEq9kPIpEnyC9g7KyROQZ { position:absolute;display:block;z-index:15023;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:15.6244375rem;width:15.6244375rem;top:51.5625rem;left:31.250001907349rem;display:block; }
#aHMLSwsE3FhA8nnrLI2S63uWG1LQUWNr { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.4375rem;top:16.0625rem;left:15rem;overflow:hidden;display:block; }
#ANz3RtiGKLmeH5FcD6ysI9TPCPZIiUII { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:4.125rem;top:16.125rem;left:33.312501907349rem;overflow:hidden;display:block; }
#Z0lX11SzwDnaNu8z6He2gL73P5pCKecP { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.5625rem;top:16.125rem;left:52.49765586853rem;overflow:hidden;display:block; }
#iPtxwUwi30gt13AvH1NWikXAVqVgr40i { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:34.3125rem;left:14.6875rem;overflow:hidden;display:block; }
#HeBbsFbhlztohwZ09Zwpgvpw9QoNZXqT { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:34.5rem;left:33.312501907349rem;overflow:hidden;display:block; }
#sQSawWwt7zqDpGKSUWdqQdK8mRO24iKG { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.375rem;top:34.624219894409rem;left:52.937501907349rem;overflow:hidden;display:block; }
#ZX3HzoEeKi4oU2gzRke9IO8ry8QO474R { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:52.75rem;left:33.312501907349rem;overflow:hidden;display:block; }
#Jcz28GAG4m2BzMtpi69ESXzxPP2yg7OA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;background-image:none;position:relative;display:block; }#Jcz28GAG4m2BzMtpi69ESXzxPP2yg7OA > .row .container { background-color: transparent; background-image: none; }#Jcz28GAG4m2BzMtpi69ESXzxPP2yg7OA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jcz28GAG4m2BzMtpi69ESXzxPP2yg7OA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jcz28GAG4m2BzMtpi69ESXzxPP2yg7OA > .row .container > .video-iframe-container { display: none; }#Jcz28GAG4m2BzMtpi69ESXzxPP2yg7OA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jcz28GAG4m2BzMtpi69ESXzxPP2yg7OA > .row > .video-iframe-container { display: none; }#Jcz28GAG4m2BzMtpi69ESXzxPP2yg7OA > .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); }#Jcz28GAG4m2BzMtpi69ESXzxPP2yg7OA > .row .container { border-width: 0; border-radius: 0; }#Jcz28GAG4m2BzMtpi69ESXzxPP2yg7OA > .row > .video-iframe-container {  }#Jcz28GAG4m2BzMtpi69ESXzxPP2yg7OA > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#VeGC1cVe1JQ0woMi8SQPPHi46GyFxrAT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:5.0616149902344rem;left:0rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yJssi3TrAI2dE3qfdrOJ8OwuDQn1QPnI { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:archivo;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:16.5625rem;left:10rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xarGELxbAtPiZWfb3wSmJCym5p9hehf8 { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:17.875rem;left:10rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HpqzrCAXHoKs6G85Shd01VfaIS4zc7la { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:3.5rem;top:11.0625rem;left:10rem;overflow:hidden;display:block; }
#sF2UH7tfgERr9mqRTPEUUQTwQqRxuplE { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:4.5rem;top:11.6875rem;left:21.25rem;overflow:hidden;display:block; }
#KsOrGHze5D3kxIxgkzJvNs330EUwH6Ow { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:archivo;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:16.5625rem;left:21.25rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VUcDsKzFcH4B0wJbcn8INxsJOlmVzdGf { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:17.875rem;left:21.25rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dfRZ22EsuRGequ9w6aWtUHchJsXfTTkv { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.3125rem;top:11.0625rem;left:32.5rem;overflow:hidden;display:block; }
#rPxyfI5m25FtcZaDkTCrGfWashzTlZqc { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:archivo;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:16.5625rem;left:32.5rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z0dT3qhySvEPEUsoKTHsM2ZT1BWv6Kqg { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:18.0625rem;left:32.5rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t4ZhTg8CQEnpe30epO9H8myh6ktJlMFd { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:4.5rem;top:11.6875rem;left:46.25rem;overflow:hidden;display:block; }
#zZKVwE2MPhURxo7NJerBvxv1m4fo21KL { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:archivo;font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:16.5625rem;left:46.25rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yABxQN4x7op5y5AThETgpc0fUt4Wt8Bn { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:18.0625rem;left:46.25rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AM5wQzS0VZHgLZLAyfLe0q1S5uKGWshP { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:17.875rem;left:57.5rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bUQk4CC98m5IqEkrUrPHSXwTBLMREHqI { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:archivo;font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:16.5625rem;left:57.5rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NnevXmzZzLxPot4A3rmbNvR6laCLxwXP { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:11.6875rem;left:57.5rem;overflow:hidden;display:block; }
#EiGycQHTDSbcKeMO6uihqF70AST9yf7q { background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#0c0c0c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:archivo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.56075rem;height:3rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:22.312501907349rem;left:27.217884063721rem;display:block; }
#ly23xTBolueZhzerbXmy39vpqmhsQrSo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff76e2;background-image:none;position:relative;display:block; }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN > .row .container { background-color: transparent; background-image: none; }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN > .row .container > .video-iframe-container { display: none; }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN > .row > .video-iframe-container { display: none; }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN > .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); }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN > .row .container { border-width: 0; border-radius: 0; }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN > .row > .video-iframe-container {  }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#DsxrTbtzACp6LBMnykaHQsBw6k7XrN0u { color:#000000;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:6rem;left:10.25rem;height:9.44825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gn3NleWKQtiSJnt6rtKbBGmf2tWl3pBq { color:#000000;display:block;width:18.9965625rem;position:absolute;font-family:archivo;font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:19.625rem;left:42.9375rem;height:1.0556625rem;display:block; }
#qoMKCndUQBZPizG7lX0gKRX1vkQJOJwI { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:13.875rem;top:15rem;left:10.25rem;overflow:hidden;display:block; }
#PbIsH8LIIhCfwMKueezQO9IcIf7OblGl { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:6.3125rem;left:7.8125rem;overflow:hidden;display:block; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-form-header {  }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-regular-label { height:auto;display:block;font-family:archivo;font-size:0.875rem;font-weight:400;color:#000000;width:24rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24rem;box-sizing:border-box;height:2.5rem;color:#6d6d6d;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-input-text {padding-top: 0; padding-bottom: 0;}#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24rem;box-sizing:border-box;height:4.375rem;color:#6d6d6d;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .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:24rem;box-sizing:border-box;height:2.5rem;color:#6d6d6d;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-input-select {padding-top: 0; padding-bottom: 0;}#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.9375rem;margin-bottom:0.25rem;margin-left:0.9375rem;display:block;box-sizing:border-box;font-size:2rem;font-weight:bold;color:#33383c;width:22.0625rem;height:3.875rem;font-family:archivo;overflow:hidden;text-align:center;text-align-last:center; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU [class*="-text"]:-moz-placeholder { color:#6d6d6d;font-family:"open sans";font-size:0.875rem; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU [class*="-text"]::-moz-placeholder { color:#6d6d6d;font-family:"open sans";font-size:0.875rem; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU [class*="-text"]:-ms-input-placeholder { color:#6d6d6d;font-family:"open sans";font-size:0.875rem; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU [class*="-text"]::-webkit-input-placeholder { color:#6d6d6d;font-family:"open sans";font-size:0.875rem; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:1rem;font-weight:300;color:#000000;vertical-align:top;width:22.75rem;overflow:hidden;font-style:normal; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .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; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .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; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-container:first-of-type{padding-top:0;}#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-container:last-of-type{padding-bottom:0;}#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100011;position:absolute;top:0.9375rem;left:40.43701171875rem; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24rem;display:block;vertical-align:top; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU {display:block;}#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;position:absolute;top:0.9375rem;left:40.43701171875rem; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #RAgV8fJ7NlwUxrToeSKo2Ex7RRHkHL9X { position:relative; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #KDkUEtdTz12bWTpmPlp7Z9iruWAQw9k2 { position:relative;display:block; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #kTmdaZX3Ru2PqVBsUXh09BhpdPKlGrbe { position:relative; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #eiBqLE5T1Oi5lEJUdIURfnbHhh80knlr { position:relative; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #VvG5KpXa6fIpLXeAgB8TVWOa3Pm2vV7W { position:relative;display:block; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #iZZNZVLs0QRsXaopT3Iid1xag9Vpob2W { position:relative; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #xAEbQanRl4DpHTcSg1x24EnKpvr7xtBT { position:relative; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #UHu9lAsTAA75HBoC0COMDvSVgBZlJDPX { position:relative;display:block; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #iLJm6pv9afCfyPCIuTR1TTKQGAwqvaNW { position:relative; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #v3LcMaVnqJEwX65b5elbEUyuzPxXTzT8 { position:relative; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #fgT66fqRVplblQ7XStN7RD88Z3utySMt { position:relative;display:block; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #ecXt7vOib571IfwqSDRrXWmvE2WB8GQS { position:relative; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #gqL0pKcfcueTMdDdRIqe2VOMuALXeKRR { position:relative; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #XqXDbU16AdckbOT1hxBJOZHL1TRv4QGw { position:relative;z-index:2; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #Kp0WvcVd7tAFdswV5gEG7Tfq5aKIqxyJ { position:relative; }
#xAD4KLEQva9UO19fwmay3D2uqb24vL5D { position:relative;display:block; }
#nR2esU4T8bJ4fRkTmdOOU9obROfI1J3m { position:relative;display:block; }
#p3P3J4EJhTLUTmKSgvhd6TtPEOymHih0 { position:relative;display:block; }
#eyatVhf7sHqrdnyisP7l4nL9hKMvHLEl { position:relative;display:block; }
#FnFI4hF9fOwV8JCkuG6c2rxKaFeMif14 { position:relative;display:block; }
#MWumE0vbEby7USuTCS5N9eyQBBaAbqP4 { position:relative;display:block; }
#MbgJmEfNmF6RDnyKtgXGMBWlRkmPEaBL { position:relative;display:block; }
#Lv7kR2qEdxvUkW5IBQ1HLHuexB0wVln2 { position:relative;display:block; }
#bMpNLoTWT6ULm8gsT5XE1K0rIl8nXzFn { position:relative;display:block; }
#FzCTznEXvflTIbRP6EECx3Ict54uP7yw { position:relative;display:block; }
#gs1hi02Ce1Iao9wgc3D3PBKA2iEQKbIV { position:relative;display:block; }
#W27HEuCl2NAxBhvKIJhVaKLKgyqKT8xn { position:relative;display:block; }
#TbLB3GbQ1wf8ryNpq7y7IkZXpza0QIkT { position:relative;display:block; }
#exQwrPJIouSiTuiCUb1uVP9fDMfGxfDB { position:relative;display:block; }
#z9qZ9UHF6WcAgnaaCSVUriOsLQTlXR5M { position:relative;display:block; }
#wmNu8K6xTuDgXaAcfDTtgcAWtT6M1Kbi { position:relative;display:block; }
#Tzxt1qlR8G9oH16MvpN23DMg3geLdi9M { position:relative;display:block; }
#A4F03nc1fNdDaaBazTOKwFMzHQaHuuR5 { position:relative;display:block; }
#IE6xHAVlSa9siHtn9RgqMU24LtWBRTa4 { position:relative;display:block; }
#ikcQO1D6xMXe818VLemp6uJgyq8vG6Pv { position:relative;display:block; }
#lneEzcpVnlBuxG3BpBBHbhJSucIoCHOU { position:relative;display:block; }
#my13xp1K4fw7A6uXkoqxymlobS064UZc { position:relative;display:block; }
#KB5GE1OxCAXmbPiCQGXXBfBykkNJENWM { position:relative;display:block; }
#XePC7UMCqBJdXnZVNpkJ3vFFFeHDCtkU { position:relative;display:block; }
#ToGBZv62v0uuJmEI7FVrhRcTetlWqBTg { position:relative;display:block; }
#y3IN51BGvJCD2lh0UVSISa0puLmxT2i7 { position:relative;display:block; }
#xwpCFSNKRhes51dCLpCWHvaEiI0DTkhC { position:relative;display:block; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #iS70V59Cr9PWH1vmP6wrTWZipwyhwaRg { position:relative; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #nhqaDeAUyDeShPBPadc5dqxet0NRwt7r { position:relative; }
#Txrg9aK4XT38SMRTWy2LwxTUJOPnBZw7 { position:absolute;display:block;z-index:15028;background-color:rgba(227,227,227,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;height:25.9375rem;width:25.9375rem;top:0.84375rem;left:40.7177734375rem;display:block; }
#zQILvhuT3gHWSK9t156F7uxKL9v8CsU9 { position:absolute;display:block;z-index:15029;background-color:#d785dc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;height:7.9375rem;width:12.5rem;top:9.404296875rem;left:47.4365234375rem;display:block; }
#tRAgEmvTPVq3nCmfNyqrMOPmzIOqQFJK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:11.423828125rem;left:47.4365234375rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#XZKSfqPViT7iI5JzVFxmAm6ybxlWHbbi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c0c;background-image:none;position:relative;display:block; }#XZKSfqPViT7iI5JzVFxmAm6ybxlWHbbi > .row .container { background-color: transparent; background-image: none; }#XZKSfqPViT7iI5JzVFxmAm6ybxlWHbbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZKSfqPViT7iI5JzVFxmAm6ybxlWHbbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZKSfqPViT7iI5JzVFxmAm6ybxlWHbbi > .row .container > .video-iframe-container { display: none; }#XZKSfqPViT7iI5JzVFxmAm6ybxlWHbbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZKSfqPViT7iI5JzVFxmAm6ybxlWHbbi > .row > .video-iframe-container { display: none; }#XZKSfqPViT7iI5JzVFxmAm6ybxlWHbbi > .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); }#XZKSfqPViT7iI5JzVFxmAm6ybxlWHbbi > .row .container { border-width: 0; border-radius: 0; }#XZKSfqPViT7iI5JzVFxmAm6ybxlWHbbi > .row > .video-iframe-container {  }#XZKSfqPViT7iI5JzVFxmAm6ybxlWHbbi > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#xXx5FCFxhHq4wEzC0i3hWOCQF7wGl1XT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:18.75rem;top:1.5627975463868rem;left:28.749412536621rem;overflow:hidden;display:block; }
#hmIkxlncamtTKs9Pf2rcxkezg30vouoh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c0c;background-image:none;position:relative;display:block; }#hmIkxlncamtTKs9Pf2rcxkezg30vouoh > .row .container { background-color: transparent; background-image: none; }#hmIkxlncamtTKs9Pf2rcxkezg30vouoh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmIkxlncamtTKs9Pf2rcxkezg30vouoh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmIkxlncamtTKs9Pf2rcxkezg30vouoh > .row .container > .video-iframe-container { display: none; }#hmIkxlncamtTKs9Pf2rcxkezg30vouoh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmIkxlncamtTKs9Pf2rcxkezg30vouoh > .row > .video-iframe-container { display: none; }#hmIkxlncamtTKs9Pf2rcxkezg30vouoh > .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); }#hmIkxlncamtTKs9Pf2rcxkezg30vouoh > .row .container { border-width: 0; border-radius: 0; }#hmIkxlncamtTKs9Pf2rcxkezg30vouoh > .row > .video-iframe-container {  }#hmIkxlncamtTKs9Pf2rcxkezg30vouoh > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#ky3RKRhtl8PXA54auJpZtAKT6t2IWeLO { color:#000000;display:block;width:73rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:1.3836784362793rem;left:1.375rem;height:3.167725rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 { display:block; }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rECJBFQRcxMmQHhQHaKsnicI5KvsMkx0 { top:14.75rem;left:0rem;width:25.9375rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK8heVmZeLUlEh69NwRk3kDfCxGaw37M { top:3.3125rem;left:0rem;width:14.125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRw7Em67tPxZfUk8OCAlb9GimaHgnKKt { top:7.5rem;left:0rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG6maXANlDzbT5TkiA36iWi8LL837Am9 { top:31.0625rem;left:30.125rem;width:17.625rem;height:0.62112285844536rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq0EGO24RWzAHTioLysWnixTJ45qI1bk { top:29.25rem;left:20.8125rem;width:26.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXKxZTGiRKg5A3qsnAB5she9G6k7NMfZ { top:17.0625rem;left:0rem;width:20.625rem;height:10.4375rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOwKLGzek7EJx3LUKookGWyJxH1mGsSh { top:9.375rem;left:17.6875rem;width:29.5625rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msocKT649kiBMxy9CtodSVOTAFkEb3OX { top:16.375rem;left:24.4375rem;width:23.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9BHkVBRFxTMRv7qVl9V5AoxNZIVtxxM { top:17.75rem;left:23.9375rem;width:23.75rem;height:12.1875rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJwEVQV87Sg25h371thek9GfoSTWEKWP { top:12.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgMVWTMS9zHVEPQF2og5eTSpRMznoVhJ { top:7.75rem;left:17.5rem;width:30.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2s2zSmvRvUGbx6LbSPUBdhqtc9wzKqt { top:16.5625rem;left:41.125rem;width:6.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0bNyDfxeJGcl6MgiNQCdTD4Ka4T8b6k { display:none; }
 }@media only screen and (max-width: 763px) { #pftpVg9w6QfD1bp7986aBnQSPGi33aWi { width:17.5rem;height:3.4375rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcziRkNKh8aLi7BJ9G4B4rw2ohTKtyt7 { display:block; }
 }@media only screen and (max-width: 763px) { #PVA308OU7cn3uuP14f3e1QcUpmaUFtO8 { display:block; }#PVA308OU7cn3uuP14f3e1QcUpmaUFtO8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDyl8oSylzRsv6AvTToeSUHPz04F0lAQ { top:14.9375rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IazfhImA8W9R8cNNolnRnirtb6pekXHv { top:20.0625rem;left:1.375rem;width:10.125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPIWdOQB3zhu2zD432HAS1d6H5EbEWzE { top:24.125rem;left:1.375rem;width:9.625rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORTDRtcSDwP4EQO5NoVPBhp99phh2sGQ { top:22.375rem;left:1.375rem;width:4.9375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmoqSUTuqFZwBbXyILiOT2Eik0adp3Pv { top:3.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wse3BWfTTk7iD1vwKeuezeWFhAJuqJ0M { top:7.3125rem;left:0.75rem;width:46.25rem;height:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFQGhrZ6t8pzFXFaBHTzxlduhKDtectE { top:22.5rem;left:2.125rem;width:4.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaspAr4sJD0ZJP5KT6ihIK9zHATFptim { top:20.0625rem;left:19.687501907349rem;width:10.125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywEs70reB3pERTfPq4iFCqPFNP3OIrg1 { top:24.125rem;left:19.687501907349rem;width:11.4375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZrMhdhKmNhXBFGrnCwQO7qJdcxpPnDg { top:22.375rem;left:19.687501907349rem;width:4.9375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEMQqlhoDwTTU6Da8IahtNKs5pfUEOAr { top:22.5rem;left:20.437501907349rem;width:4.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQqOX0frzS4MbTxGbTP5HgVWR3GzuW1y { top:20.0625rem;left:35.5rem;width:12.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQglqXfAc7gZE7Tm3N7nUNSFGeUHZJUV { top:24.125rem;left:36.75rem;width:11rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scT7TNwgTtv4DDPbUR9XxBgBqFTKdApe { top:22.375rem;left:38.875rem;width:4.9375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzqpyiuAFvmkzZsqe2T8AuoTlvat6l4T { top:22.5rem;left:39.625rem;width:4.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP0zUI42Pps4a4zbl9Lr8AnLUgk6IMs3 { top:42.5rem;left:1.375rem;width:11.4375rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trToaTniyKEVGW45q4wTVfwnCw38H5bf { top:42.5rem;left:19.687501907349rem;width:12.6875rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZKMi2B5OxVBf2D4LtvC14xrBOTsVyTB { top:42.5rem;left:37rem;width:10.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6dCb5XWkVHwX2ni82rv7pik42fh5l60 { top:40.625rem;left:1.375rem;width:4.9375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIOcwUC8ei8z0wrCrng5BEyFDy8hh8iy { top:40.75rem;left:2.125rem;width:4.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBTFT78T71BMK3L6hPhzTlkbHXzyTi73 { top:40.625rem;left:19.687501907349rem;width:4.9375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9XJOsymeiUda8hwvZRxe9tOBbqRiLR { top:40.75rem;left:20.125001907349rem;width:4.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqBlBTwXdJ3vhTTsKgMPUp6HNQAlaCL7 { top:40.625rem;left:38.875001907349rem;width:4.9375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlkOfkcKB0EVcW5mvv3tFLplsB8lc3Jq { top:40.75rem;left:39.625001907349rem;width:4.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Loa85EVLcCoHbODuw8XuTG5XhFmOuNou { top:38.375rem;left:1.375rem;width:10.125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWr3euioSWXSVEdM1cdF4hKDRqhxF1SJ { top:38.4375rem;left:19.687501907349rem;width:10.125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBu7TmMmHhTXgunlPw8bbdwyOi7E8Ez4 { top:38.4375rem;left:35.5rem;width:12.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIr4LTcEtEdluyv5TvRB6iIktGRl1ZuV { top:61.25rem;left:19.687501907349rem;width:11.625rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKcQlVEsUJIK5kU8xiAbsh0GoxLgQi9w { top:59.625rem;left:19.687501907349rem;width:4.9375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfsgK6U4EnVetcp2hq2LRdPWzcCigD1g { top:59.75rem;left:20.437501907349rem;width:4.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sptdQe9PWRklV8dJmUkZbrz7g0nucSHg { top:57.25rem;left:19.687501907349rem;width:10.125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiMnXgbVlJ03hdEtninLfFuyLRWxzinZ { top:6.125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0QelVrhwuydrqWHK2k3RmhWbpf73Jl6 { top:24.875rem;left:44.625rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReGux9IAgH4MSOxSb8Dfbk7HxsmnE673 { top:12.375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLWX6TcBeuDLkucAmnUm4BKFlcrhUwLV { top:32.375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw5r2ch5LxqhwxNrBs5CFo1EkCSJTUnF { top:43.625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiOMTvTAFE6dgMz2C2CNhIEGqEdabKsJ { top:49.875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvP8ydpyo7Qh1cTR7JErb6ZuT5Emoxyp { top:18.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu4gKv8CdoGHCoazBKQN2ZJwmo0F0Kgl { top:42.375rem;left:44.625rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL1tbls4TBxXwvTXvMThcvs7bXVBoAb8 { top:56.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUdPad7nVr8X1tpd9eHutnLOKeqzFaDa { top:14.9375rem;left:17.625001907349rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozg2JMcWc9P94wul8I3p2cn8pnSdEeNe { top:14.9375rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw9DiuqupV0c9lvFtkGrugPGzCMSUFm9 { top:33.3125rem;left:0rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdOiuhHVVGDsdrbFwD7x1wMQu5wr19Ne { top:33.3125rem;left:17.625001907349rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da0EZ77UlTS8Q5ceJp9A3RnuoaJx2mnk { top:33.3125rem;left:32.1875rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKNhsZDQMX4oEq9kPIpEnyC9g7KyROQZ { top:51.5625rem;left:17.625001907349rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHMLSwsE3FhA8nnrLI2S63uWG1LQUWNr { top:16.0625rem;left:1.375rem;width:3.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANz3RtiGKLmeH5FcD6ysI9TPCPZIiUII { top:16.125rem;left:19.687501907349rem;width:4.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0lX11SzwDnaNu8z6He2gL73P5pCKecP { top:16.125rem;left:38.87265586853rem;width:3.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPtxwUwi30gt13AvH1NWikXAVqVgr40i { top:34.3125rem;left:1.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeBbsFbhlztohwZ09Zwpgvpw9QoNZXqT { top:34.5rem;left:19.687501907349rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQSawWwt7zqDpGKSUWdqQdK8mRO24iKG { top:34.5625rem;left:39.312501907349rem;width:3.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX3HzoEeKi4oU2gzRke9IO8ry8QO474R { top:52.75rem;left:19.687501907349rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcz28GAG4m2BzMtpi69ESXzxPP2yg7OA { display:block; }#Jcz28GAG4m2BzMtpi69ESXzxPP2yg7OA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeGC1cVe1JQ0woMi8SQPPHi46GyFxrAT { top:5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJssi3TrAI2dE3qfdrOJ8OwuDQn1QPnI { top:16.5625rem;left:0rem;width:5.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xarGELxbAtPiZWfb3wSmJCym5p9hehf8 { top:17.875rem;left:0rem;width:5.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpqzrCAXHoKs6G85Shd01VfaIS4zc7la { top:11.0625rem;left:0rem;width:3.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF2UH7tfgERr9mqRTPEUUQTwQqRxuplE { top:11.6875rem;left:7.625rem;width:4.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsOrGHze5D3kxIxgkzJvNs330EUwH6Ow { top:16.5625rem;left:7.625rem;width:5.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUcDsKzFcH4B0wJbcn8INxsJOlmVzdGf { top:17.875rem;left:7.625rem;width:8.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfRZ22EsuRGequ9w6aWtUHchJsXfTTkv { top:11.0625rem;left:18.875rem;width:4.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPxyfI5m25FtcZaDkTCrGfWashzTlZqc { top:16.5625rem;left:18.875rem;width:5.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0dT3qhySvEPEUsoKTHsM2ZT1BWv6Kqg { top:18.0625rem;left:18.875rem;width:11.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4ZhTg8CQEnpe30epO9H8myh6ktJlMFd { top:11.6875rem;left:32.625rem;width:4.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZKVwE2MPhURxo7NJerBvxv1m4fo21KL { top:16.5625rem;left:32.625rem;width:5.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yABxQN4x7op5y5AThETgpc0fUt4Wt8Bn { top:18.0625rem;left:32.625rem;width:5.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM5wQzS0VZHgLZLAyfLe0q1S5uKGWshP { top:17.875rem;left:41.8125rem;width:5.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUQk4CC98m5IqEkrUrPHSXwTBLMREHqI { top:16.5625rem;left:39.8125rem;width:7.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnevXmzZzLxPot4A3rmbNvR6laCLxwXP { top:11.6875rem;left:43.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiGycQHTDSbcKeMO6uihqF70AST9yf7q { width:20.5rem;height:3rem;top:22.3125rem;left:13.592884063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly23xTBolueZhzerbXmy39vpqmhsQrSo { display:block; }
 }@media only screen and (max-width: 763px) { #Qrer3W7aA895nLnpCEs48EnRfQOAQTVN { display:block; }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsxrTbtzACp6LBMnykaHQsBw6k7XrN0u { top:6rem;left:3.4375rem;width:19rem;height:9.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn3NleWKQtiSJnt6rtKbBGmf2tWl3pBq { top:19.625rem;left:23.875rem;width:18.9375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoMKCndUQBZPizG7lX0gKRX1vkQJOJwI { top:15rem;left:3.4375rem;width:13.875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbIsH8LIIhCfwMKueezQO9IcIf7OblGl { top:6.3125rem;left:1rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-regular-label { width:37.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-input-text { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-input-text {padding-top: 0; padding-bottom: 0;}#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-textarea { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-input-select { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-input-select {padding-top: 0; padding-bottom: 0;}#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-input-button { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-checkbox-label { width:36.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU  { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .radio-container { width:37.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU {display:block;}#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU { width:37.9375rem;height:auto;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #RAgV8fJ7NlwUxrToeSKo2Ex7RRHkHL9X {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #KDkUEtdTz12bWTpmPlp7Z9iruWAQw9k2 { display:block; }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #kTmdaZX3Ru2PqVBsUXh09BhpdPKlGrbe {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #eiBqLE5T1Oi5lEJUdIURfnbHhh80knlr {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #VvG5KpXa6fIpLXeAgB8TVWOa3Pm2vV7W { display:block; }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #iZZNZVLs0QRsXaopT3Iid1xag9Vpob2W {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #xAEbQanRl4DpHTcSg1x24EnKpvr7xtBT {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #UHu9lAsTAA75HBoC0COMDvSVgBZlJDPX { display:block; }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #iLJm6pv9afCfyPCIuTR1TTKQGAwqvaNW {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #v3LcMaVnqJEwX65b5elbEUyuzPxXTzT8 {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #fgT66fqRVplblQ7XStN7RD88Z3utySMt { display:block; }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #ecXt7vOib571IfwqSDRrXWmvE2WB8GQS {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #gqL0pKcfcueTMdDdRIqe2VOMuALXeKRR {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #XqXDbU16AdckbOT1hxBJOZHL1TRv4QGw {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #Kp0WvcVd7tAFdswV5gEG7Tfq5aKIqxyJ {  }
 }@media only screen and (max-width: 763px) { #xAD4KLEQva9UO19fwmay3D2uqb24vL5D { display:block; }
 }@media only screen and (max-width: 763px) { #nR2esU4T8bJ4fRkTmdOOU9obROfI1J3m { display:block; }
 }@media only screen and (max-width: 763px) { #p3P3J4EJhTLUTmKSgvhd6TtPEOymHih0 { display:block; }
 }@media only screen and (max-width: 763px) { #eyatVhf7sHqrdnyisP7l4nL9hKMvHLEl { display:block; }
 }@media only screen and (max-width: 763px) { #FnFI4hF9fOwV8JCkuG6c2rxKaFeMif14 { display:block; }
 }@media only screen and (max-width: 763px) { #MWumE0vbEby7USuTCS5N9eyQBBaAbqP4 { display:block; }
 }@media only screen and (max-width: 763px) { #MbgJmEfNmF6RDnyKtgXGMBWlRkmPEaBL { display:block; }
 }@media only screen and (max-width: 763px) { #Lv7kR2qEdxvUkW5IBQ1HLHuexB0wVln2 { display:block; }
 }@media only screen and (max-width: 763px) { #bMpNLoTWT6ULm8gsT5XE1K0rIl8nXzFn { display:block; }
 }@media only screen and (max-width: 763px) { #FzCTznEXvflTIbRP6EECx3Ict54uP7yw { display:block; }
 }@media only screen and (max-width: 763px) { #gs1hi02Ce1Iao9wgc3D3PBKA2iEQKbIV { display:block; }
 }@media only screen and (max-width: 763px) { #W27HEuCl2NAxBhvKIJhVaKLKgyqKT8xn { display:block; }
 }@media only screen and (max-width: 763px) { #TbLB3GbQ1wf8ryNpq7y7IkZXpza0QIkT { display:block; }
 }@media only screen and (max-width: 763px) { #exQwrPJIouSiTuiCUb1uVP9fDMfGxfDB { display:block; }
 }@media only screen and (max-width: 763px) { #z9qZ9UHF6WcAgnaaCSVUriOsLQTlXR5M { display:block; }
 }@media only screen and (max-width: 763px) { #wmNu8K6xTuDgXaAcfDTtgcAWtT6M1Kbi { display:block; }
 }@media only screen and (max-width: 763px) { #Tzxt1qlR8G9oH16MvpN23DMg3geLdi9M { display:block; }
 }@media only screen and (max-width: 763px) { #A4F03nc1fNdDaaBazTOKwFMzHQaHuuR5 { display:block; }
 }@media only screen and (max-width: 763px) { #IE6xHAVlSa9siHtn9RgqMU24LtWBRTa4 { display:block; }
 }@media only screen and (max-width: 763px) { #ikcQO1D6xMXe818VLemp6uJgyq8vG6Pv { display:block; }
 }@media only screen and (max-width: 763px) { #lneEzcpVnlBuxG3BpBBHbhJSucIoCHOU { display:block; }
 }@media only screen and (max-width: 763px) { #my13xp1K4fw7A6uXkoqxymlobS064UZc { display:block; }
 }@media only screen and (max-width: 763px) { #KB5GE1OxCAXmbPiCQGXXBfBykkNJENWM { display:block; }
 }@media only screen and (max-width: 763px) { #XePC7UMCqBJdXnZVNpkJ3vFFFeHDCtkU { display:block; }
 }@media only screen and (max-width: 763px) { #ToGBZv62v0uuJmEI7FVrhRcTetlWqBTg { display:block; }
 }@media only screen and (max-width: 763px) { #y3IN51BGvJCD2lh0UVSISa0puLmxT2i7 { display:block; }
 }@media only screen and (max-width: 763px) { #xwpCFSNKRhes51dCLpCWHvaEiI0DTkhC { display:block; }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #iS70V59Cr9PWH1vmP6wrTWZipwyhwaRg {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #nhqaDeAUyDeShPBPadc5dqxet0NRwt7r {  }
 }@media only screen and (max-width: 763px) { #Txrg9aK4XT38SMRTWy2LwxTUJOPnBZw7 { top:0.8125rem;left:21.8125rem;width:25.9375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQILvhuT3gHWSK9t156F7uxKL9v8CsU9 { top:9.375rem;left:26.9990234375rem;width:12.5rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRAgEmvTPVq3nCmfNyqrMOPmzIOqQFJK { top:11.375rem;left:26.9990234375rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZKSfqPViT7iI5JzVFxmAm6ybxlWHbbi { display:block; }#XZKSfqPViT7iI5JzVFxmAm6ybxlWHbbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXx5FCFxhHq4wEzC0i3hWOCQF7wGl1XT { top:1.5625rem;left:5.125rem;width:18.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmIkxlncamtTKs9Pf2rcxkezg30vouoh { display:block; }#hmIkxlncamtTKs9Pf2rcxkezg30vouoh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ky3RKRhtl8PXA54auJpZtAKT6t2IWeLO { top:1.375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#0c0c0c;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 { background-color:#0c0c0c;background-image:url("https://images.assets-landingi.com/N54Vsai7/banner_mkt_landing_2_mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8.adaptive-delivery-prevent-bg, #r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8.lazyload, #r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8.lazyloading { background-image: none; }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 > .row .container { background-color: transparent; background-image: none; }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 > .row .container > .video-iframe-container { display: none; }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 > .row > .video-iframe-container { display: none; }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 > .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); }#r7at2TWGkLQRg47zeuwmsaTsHHFb0nX8 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rECJBFQRcxMmQHhQHaKsnicI5KvsMkx0 { width:18.62325rem;height:1.48730625rem;top:9.25rem;left:0rem;font-size:1.0625rem;color:#ffffff;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OK8heVmZeLUlEh69NwRk3kDfCxGaw37M { width:13.75rem;height:0.875rem;top:5rem;left:3.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bRw7Em67tPxZfUk8OCAlb9GimaHgnKKt { width:16.3125rem;height:11.6875rem;top:12.5rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BG6maXANlDzbT5TkiA36iWi8LL837Am9 { width:10.999125rem;height:1.5rem;top:15.736979484558rem;left:8.1875002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq0EGO24RWzAHTioLysWnixTJ45qI1bk { width:20rem;height:1.48730625rem;top:14.25rem;left:0rem;font-size:1.0625rem;color:#ffffff;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXKxZTGiRKg5A3qsnAB5she9G6k7NMfZ { width:19.999125rem;height:2.97485rem;top:10.736979484558rem;left:0rem;font-size:2.125rem;color:#ffffff;line-height:1.4;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZOwKLGzek7EJx3LUKookGWyJxH1mGsSh { width:19.5rem;height:28.3125rem;top:9.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #msocKT649kiBMxy9CtodSVOTAFkEb3OX { width:17.4375rem;height:1.94965rem;top:19.25rem;left:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9BHkVBRFxTMRv7qVl9V5AoxNZIVtxxM { width:7rem;height:9.75rem;top:19.6875rem;left:1.5625rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJwEVQV87Sg25h371thek9GfoSTWEKWP { width:1.875rem;height:1.875rem;top:12.25rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LgMVWTMS9zHVEPQF2og5eTSpRMznoVhJ { width:20rem;height:1.5625rem;top:7.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2s2zSmvRvUGbx6LbSPUBdhqtc9wzKqt { width:4.4375rem;height:1.75rem;top:19.3125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0bNyDfxeJGcl6MgiNQCdTD4Ka4T8b6k { top:17.861978530884rem;left:0.62500005960463rem;width:18.75rem;height:11.4375rem;z-index:14994;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pftpVg9w6QfD1bp7986aBnQSPGi33aWi { width:17.5rem;height:3.4375rem;top:30.68725rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcziRkNKh8aLi7BJ9G4B4rw2ohTKtyt7 { display:block; }
 }@media only screen and (max-width: 763px) { #PVA308OU7cn3uuP14f3e1QcUpmaUFtO8 { display:block; }#PVA308OU7cn3uuP14f3e1QcUpmaUFtO8 > .row .container { width:20rem;height:132.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDyl8oSylzRsv6AvTToeSUHPz04F0lAQ { width:14.1244375rem;height:14.3119375rem;top:32.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IazfhImA8W9R8cNNolnRnirtb6pekXHv { width:12.3125rem;height:1.799825rem;top:21.625rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPIWdOQB3zhu2zD432HAS1d6H5EbEWzE { width:12.5625rem;height:2.6001rem;top:25.0625rem;left:4.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ORTDRtcSDwP4EQO5NoVPBhp99phh2sGQ { width:4.9369125rem;height:1.1869125rem;top:23.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmoqSUTuqFZwBbXyILiOT2Eik0adp3Pv { width:15.1246875rem;height:2.01171875rem;top:3.75rem;left:2.5625rem;font-size:1.4375rem;color:#212121;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wse3BWfTTk7iD1vwKeuezeWFhAJuqJ0M { width:17.6875rem;height:6.375rem;top:7.25rem;left:1.25rem;font-size:0.9375rem;color:#212121;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #pFQGhrZ6t8pzFXFaBHTzxlduhKDtectE { width:4.125rem;height:1.125rem;top:23.625rem;left:8.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HaspAr4sJD0ZJP5KT6ihIK9zHATFptim { width:12.625rem;height:1.799825rem;top:37.1875rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ywEs70reB3pERTfPq4iFCqPFNP3OIrg1 { width:12.625rem;height:3.8994125rem;top:40.8125rem;left:4.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #tZrMhdhKmNhXBFGrnCwQO7qJdcxpPnDg { width:4.9369125rem;height:1.1869125rem;top:39.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEMQqlhoDwTTU6Da8IahtNKs5pfUEOAr { width:4.125rem;height:1.125rem;top:39.25rem;left:8.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQqOX0frzS4MbTxGbTP5HgVWR3GzuW1y { width:12.2494375rem;height:1.799825rem;top:53.6875rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQglqXfAc7gZE7Tm3N7nUNSFGeUHZJUV { width:12.4375rem;height:3.8994125rem;top:57.875rem;left:4.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #scT7TNwgTtv4DDPbUR9XxBgBqFTKdApe { width:4.9369125rem;height:1.1869125rem;top:55.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzqpyiuAFvmkzZsqe2T8AuoTlvat6l4T { width:4.125rem;height:1.125rem;top:55.9375rem;left:8.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AP0zUI42Pps4a4zbl9Lr8AnLUgk6IMs3 { width:12.3125rem;height:5.19921875rem;top:73.0625rem;left:4.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #trToaTniyKEVGW45q4wTVfwnCw38H5bf { width:11.5621875rem;height:4.796875rem;top:89.5625rem;left:4.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #yZKMi2B5OxVBf2D4LtvC14xrBOTsVyTB { width:10.7494375rem;height:3.59765625rem;top:106.1875rem;left:4.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #y6dCb5XWkVHwX2ni82rv7pik42fh5l60 { width:4.9369125rem;height:1.1869125rem;top:71.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIOcwUC8ei8z0wrCrng5BEyFDy8hh8iy { width:4.125rem;height:1.125rem;top:71.5625rem;left:8.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBTFT78T71BMK3L6hPhzTlkbHXzyTi73 { width:4.9369125rem;height:1.1869125rem;top:87.9375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9XJOsymeiUda8hwvZRxe9tOBbqRiLR { width:4.125rem;height:1.125rem;top:88.0625rem;left:7.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IqBlBTwXdJ3vhTTsKgMPUp6HNQAlaCL7 { width:4.9369125rem;height:1.1869125rem;top:104.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlkOfkcKB0EVcW5mvv3tFLplsB8lc3Jq { width:4.125rem;height:1.125rem;top:104.875rem;left:7.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Loa85EVLcCoHbODuw8XuTG5XhFmOuNou { width:10.125rem;height:1.799825rem;top:69.625rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWr3euioSWXSVEdM1cdF4hKDRqhxF1SJ { width:10.125rem;height:1.799825rem;top:86.1875rem;left:4.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBu7TmMmHhTXgunlPw8bbdwyOi7E8Ez4 { width:12.2494375rem;height:1.799825rem;top:103rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EIr4LTcEtEdluyv5TvRB6iIktGRl1ZuV { width:11.625rem;height:3.8994125rem;top:122.875rem;left:4.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #AKcQlVEsUJIK5kU8xiAbsh0GoxLgQi9w { width:4.9369125rem;height:1.1869125rem;top:121.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfsgK6U4EnVetcp2hq2LRdPWzcCigD1g { width:4.125rem;height:1.125rem;top:121.25rem;left:8.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sptdQe9PWRklV8dJmUkZbrz7g0nucSHg { width:10.125rem;height:1.799825rem;top:119.375rem;left:5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xiMnXgbVlJ03hdEtninLfFuyLRWxzinZ { width:3.125rem;height:3.125rem;top:2.8744125366211rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0QelVrhwuydrqWHK2k3RmhWbpf73Jl6 { width:3.12470625rem;height:3.12470625rem;top:57.75rem;left:16.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReGux9IAgH4MSOxSb8Dfbk7HxsmnE673 { width:3.12470625rem;height:3.12470625rem;top:12.248523473739rem;left:16.874115943909rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLWX6TcBeuDLkucAmnUm4BKFlcrhUwLV { width:3.12470625rem;height:3.12470625rem;top:92.249113559725rem;left:16.812205314636rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw5r2ch5LxqhwxNrBs5CFo1EkCSJTUnF { width:3.12470625rem;height:3.12470625rem;top:59.749704360962rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiOMTvTAFE6dgMz2C2CNhIEGqEdabKsJ { width:3.12470625rem;height:3.12470625rem;top:123.49881744385rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvP8ydpyo7Qh1cTR7JErb6ZuT5Emoxyp { width:2.1875rem;height:2.1875rem;top:20.999116897583rem;left:0.31220519542694rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu4gKv8CdoGHCoazBKQN2ZJwmo0F0Kgl { width:3.124025rem;height:3.124025rem;top:116.1875rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL1tbls4TBxXwvTXvMThcvs7bXVBoAb8 { width:2.18720625rem;height:2.18720625rem;top:109.74941396713rem;left:1.2497053146363rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUdPad7nVr8X1tpd9eHutnLOKeqzFaDa { width:13.8113125rem;height:13.8113125rem;top:49.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozg2JMcWc9P94wul8I3p2cn8pnSdEeNe { width:13.8113125rem;height:13.8113125rem;top:16rem;left:3.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dw9DiuqupV0c9lvFtkGrugPGzCMSUFm9 { width:13.8121875rem;height:13.8121875rem;top:65.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdOiuhHVVGDsdrbFwD7x1wMQu5wr19Ne { width:13.8113125rem;height:13.8113125rem;top:98rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da0EZ77UlTS8Q5ceJp9A3RnuoaJx2mnk { width:13.8113125rem;height:13.8113125rem;top:81.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKNhsZDQMX4oEq9kPIpEnyC9g7KyROQZ { width:13.8121875rem;height:13.8121875rem;top:114.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHMLSwsE3FhA8nnrLI2S63uWG1LQUWNr { width:3.4369125rem;height:3.75rem;top:17.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANz3RtiGKLmeH5FcD6ysI9TPCPZIiUII { width:4.125rem;height:3.75rem;top:33.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0lX11SzwDnaNu8z6He2gL73P5pCKecP { width:3.56161875rem;height:3.75rem;top:50rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPtxwUwi30gt13AvH1NWikXAVqVgr40i { width:3.75rem;height:3.75rem;top:65.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeBbsFbhlztohwZ09Zwpgvpw9QoNZXqT { width:3.75rem;height:3.75rem;top:82.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQSawWwt7zqDpGKSUWdqQdK8mRO24iKG { width:3.37411875rem;height:3.75rem;top:99.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX3HzoEeKi4oU2gzRke9IO8ry8QO474R { width:3.75rem;height:3.75rem;top:115.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcz28GAG4m2BzMtpi69ESXzxPP2yg7OA { display:block; }#Jcz28GAG4m2BzMtpi69ESXzxPP2yg7OA > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeGC1cVe1JQ0woMi8SQPPHi46GyFxrAT { width:14.9375rem;height:1.92480625rem;top:3.82421875rem;left:2.5rem;font-size:1.375rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yJssi3TrAI2dE3qfdrOJ8OwuDQn1QPnI { width:5.936525rem;height:1.40625rem;top:7.5rem;left:6.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xarGELxbAtPiZWfb3wSmJCym5p9hehf8 { width:5.936525rem;height:1.3125rem;top:8.625rem;left:6.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HpqzrCAXHoKs6G85Shd01VfaIS4zc7la { width:2.5rem;height:2.9375rem;top:7rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF2UH7tfgERr9mqRTPEUUQTwQqRxuplE { width:3rem;height:2.4375rem;top:12rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsOrGHze5D3kxIxgkzJvNs330EUwH6Ow { width:5.936525rem;height:1.40625rem;top:12.125rem;left:6.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VUcDsKzFcH4B0wJbcn8INxsJOlmVzdGf { width:8.558625rem;height:1.3125rem;top:13.375rem;left:6.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dfRZ22EsuRGequ9w6aWtUHchJsXfTTkv { width:3.0625rem;height:3rem;top:16rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPxyfI5m25FtcZaDkTCrGfWashzTlZqc { width:5.936525rem;height:1.40625rem;top:17.125rem;left:6.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z0dT3qhySvEPEUsoKTHsM2ZT1BWv6Kqg { width:15rem;height:1.3125rem;top:18.375rem;left:6.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t4ZhTg8CQEnpe30epO9H8myh6ktJlMFd { width:3rem;height:2.4375rem;top:20.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZKVwE2MPhURxo7NJerBvxv1m4fo21KL { width:5.936525rem;height:1.40625rem;top:20.875rem;left:6.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yABxQN4x7op5y5AThETgpc0fUt4Wt8Bn { width:13.1875rem;height:1.3125rem;top:22.125rem;left:6.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AM5wQzS0VZHgLZLAyfLe0q1S5uKGWshP { width:14.875rem;height:1.3125rem;top:25.875rem;left:6.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bUQk4CC98m5IqEkrUrPHSXwTBLMREHqI { width:14.375rem;height:1.40625rem;top:24.625rem;left:6.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NnevXmzZzLxPot4A3rmbNvR6laCLxwXP { width:3.0625rem;height:3.0625rem;top:24.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiGycQHTDSbcKeMO6uihqF70AST9yf7q { width:15.0625rem;height:2.625rem;top:30rem;left:2.5rem;z-index:15028;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly23xTBolueZhzerbXmy39vpqmhsQrSo { display:block; }
 }@media only screen and (max-width: 763px) { #Qrer3W7aA895nLnpCEs48EnRfQOAQTVN { background-color:#ff76e2;background-image:none;display:block; }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN > .row .container { background-color: transparent; background-image: none; }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN > .row .container > .video-iframe-container { display: none; }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN > .row > .video-iframe-container { display: none; }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN > .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); }#Qrer3W7aA895nLnpCEs48EnRfQOAQTVN > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsxrTbtzACp6LBMnykaHQsBw6k7XrN0u { width:17.499125rem;height:8.13575rem;top:2.0512161254883rem;left:1.1241319775581rem;font-size:1.9375rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Gn3NleWKQtiSJnt6rtKbBGmf2tWl3pBq { width:17.3108125rem;height:1.0556625rem;top:30.93505859375rem;left:2.68798828125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoMKCndUQBZPizG7lX0gKRX1vkQJOJwI { width:10.9375rem;height:1.25rem;top:10.186632156372rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbIsH8LIIhCfwMKueezQO9IcIf7OblGl { width:1.25rem;height:1.25rem;top:17.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-input-text {padding-top: 0; padding-bottom: 0;}#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-input-select {padding-top: 0; padding-bottom: 0;}#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-input-button { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.6875rem;font-size:1.625rem;overflow:hidden; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU  { width:17.5rem;height:auto;top:12.178955078125rem;left:0rem; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU {display:block;}#A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU { width:17.5rem;height:auto;top:12.178955078125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #RAgV8fJ7NlwUxrToeSKo2Ex7RRHkHL9X {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #KDkUEtdTz12bWTpmPlp7Z9iruWAQw9k2 { display:block; }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #kTmdaZX3Ru2PqVBsUXh09BhpdPKlGrbe {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #eiBqLE5T1Oi5lEJUdIURfnbHhh80knlr {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #VvG5KpXa6fIpLXeAgB8TVWOa3Pm2vV7W { display:block; }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #iZZNZVLs0QRsXaopT3Iid1xag9Vpob2W {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #xAEbQanRl4DpHTcSg1x24EnKpvr7xtBT {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #UHu9lAsTAA75HBoC0COMDvSVgBZlJDPX { display:block; }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #iLJm6pv9afCfyPCIuTR1TTKQGAwqvaNW {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #v3LcMaVnqJEwX65b5elbEUyuzPxXTzT8 {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #fgT66fqRVplblQ7XStN7RD88Z3utySMt { display:block; }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #ecXt7vOib571IfwqSDRrXWmvE2WB8GQS {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #gqL0pKcfcueTMdDdRIqe2VOMuALXeKRR {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #XqXDbU16AdckbOT1hxBJOZHL1TRv4QGw {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #Kp0WvcVd7tAFdswV5gEG7Tfq5aKIqxyJ {  }
 }@media only screen and (max-width: 763px) { #xAD4KLEQva9UO19fwmay3D2uqb24vL5D { display:block; }
 }@media only screen and (max-width: 763px) { #nR2esU4T8bJ4fRkTmdOOU9obROfI1J3m { display:block; }
 }@media only screen and (max-width: 763px) { #p3P3J4EJhTLUTmKSgvhd6TtPEOymHih0 { display:block; }
 }@media only screen and (max-width: 763px) { #eyatVhf7sHqrdnyisP7l4nL9hKMvHLEl { display:block; }
 }@media only screen and (max-width: 763px) { #FnFI4hF9fOwV8JCkuG6c2rxKaFeMif14 { display:block; }
 }@media only screen and (max-width: 763px) { #MWumE0vbEby7USuTCS5N9eyQBBaAbqP4 { display:block; }
 }@media only screen and (max-width: 763px) { #MbgJmEfNmF6RDnyKtgXGMBWlRkmPEaBL { display:block; }
 }@media only screen and (max-width: 763px) { #Lv7kR2qEdxvUkW5IBQ1HLHuexB0wVln2 { display:block; }
 }@media only screen and (max-width: 763px) { #bMpNLoTWT6ULm8gsT5XE1K0rIl8nXzFn { display:block; }
 }@media only screen and (max-width: 763px) { #FzCTznEXvflTIbRP6EECx3Ict54uP7yw { display:block; }
 }@media only screen and (max-width: 763px) { #gs1hi02Ce1Iao9wgc3D3PBKA2iEQKbIV { display:block; }
 }@media only screen and (max-width: 763px) { #W27HEuCl2NAxBhvKIJhVaKLKgyqKT8xn { display:block; }
 }@media only screen and (max-width: 763px) { #TbLB3GbQ1wf8ryNpq7y7IkZXpza0QIkT { display:block; }
 }@media only screen and (max-width: 763px) { #exQwrPJIouSiTuiCUb1uVP9fDMfGxfDB { display:block; }
 }@media only screen and (max-width: 763px) { #z9qZ9UHF6WcAgnaaCSVUriOsLQTlXR5M { display:block; }
 }@media only screen and (max-width: 763px) { #wmNu8K6xTuDgXaAcfDTtgcAWtT6M1Kbi { display:block; }
 }@media only screen and (max-width: 763px) { #Tzxt1qlR8G9oH16MvpN23DMg3geLdi9M { display:block; }
 }@media only screen and (max-width: 763px) { #A4F03nc1fNdDaaBazTOKwFMzHQaHuuR5 { display:block; }
 }@media only screen and (max-width: 763px) { #IE6xHAVlSa9siHtn9RgqMU24LtWBRTa4 { display:block; }
 }@media only screen and (max-width: 763px) { #ikcQO1D6xMXe818VLemp6uJgyq8vG6Pv { display:block; }
 }@media only screen and (max-width: 763px) { #lneEzcpVnlBuxG3BpBBHbhJSucIoCHOU { display:block; }
 }@media only screen and (max-width: 763px) { #my13xp1K4fw7A6uXkoqxymlobS064UZc { display:block; }
 }@media only screen and (max-width: 763px) { #KB5GE1OxCAXmbPiCQGXXBfBykkNJENWM { display:block; }
 }@media only screen and (max-width: 763px) { #XePC7UMCqBJdXnZVNpkJ3vFFFeHDCtkU { display:block; }
 }@media only screen and (max-width: 763px) { #ToGBZv62v0uuJmEI7FVrhRcTetlWqBTg { display:block; }
 }@media only screen and (max-width: 763px) { #y3IN51BGvJCD2lh0UVSISa0puLmxT2i7 { display:block; }
 }@media only screen and (max-width: 763px) { #xwpCFSNKRhes51dCLpCWHvaEiI0DTkhC { display:block; }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #iS70V59Cr9PWH1vmP6wrTWZipwyhwaRg {  }
 }@media only screen and (max-width: 763px) { #A2ym4c73LWui1eXGvlUMZUVSLqhLAwcU #nhqaDeAUyDeShPBPadc5dqxet0NRwt7r {  }
 }@media only screen and (max-width: 763px) { #Txrg9aK4XT38SMRTWy2LwxTUJOPnBZw7 { width:20rem;height:25.9375rem;top:12.140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQILvhuT3gHWSK9t156F7uxKL9v8CsU9 { width:12.5rem;height:7.9375rem;top:21.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRAgEmvTPVq3nCmfNyqrMOPmzIOqQFJK { width:12.5rem;height:3.89941875rem;top:23.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZKSfqPViT7iI5JzVFxmAm6ybxlWHbbi { display:block; }#XZKSfqPViT7iI5JzVFxmAm6ybxlWHbbi > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXx5FCFxhHq4wEzC0i3hWOCQF7wGl1XT { width:12.5rem;height:2.125rem;top:1.3741188049316rem;left:3.8116154670716rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmIkxlncamtTKs9Pf2rcxkezg30vouoh { display:block; }#hmIkxlncamtTKs9Pf2rcxkezg30vouoh > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ky3RKRhtl8PXA54auJpZtAKT6t2IWeLO { width:20rem;height:11.6123125rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }