.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2IwaKMx5KW9g6XPpZ0ncCsz7SW8H3CL { position:relative;display:block; }#s2IwaKMx5KW9g6XPpZ0ncCsz7SW8H3CL { background-color: transparent; background-image: none; }#s2IwaKMx5KW9g6XPpZ0ncCsz7SW8H3CL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2IwaKMx5KW9g6XPpZ0ncCsz7SW8H3CL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2IwaKMx5KW9g6XPpZ0ncCsz7SW8H3CL > .row .container > .video-iframe-container { display: none; }#s2IwaKMx5KW9g6XPpZ0ncCsz7SW8H3CL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2IwaKMx5KW9g6XPpZ0ncCsz7SW8H3CL > .row > .video-iframe-container { display: none; }#s2IwaKMx5KW9g6XPpZ0ncCsz7SW8H3CL > .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); }#s2IwaKMx5KW9g6XPpZ0ncCsz7SW8H3CL { border-width: 0; border-radius: 0; }#s2IwaKMx5KW9g6XPpZ0ncCsz7SW8H3CL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s2IwaKMx5KW9g6XPpZ0ncCsz7SW8H3CL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZW2O5dnBkQwz42R1VHbaZQVIJ6ycNHkS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:15.25rem;top:0.625rem;left:29.874378204346rem;overflow:hidden;display:block; }
#B6fQRX8pXalnX7TW70JwMm3coXhRILrG { background-color:#6f4193;background-image:url("https://images.assets-landingi.com/uc/7d021d49-3976-43d6-98cb-5afee2695e0f/Group4.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG.adaptive-delivery-prevent-bg, #B6fQRX8pXalnX7TW70JwMm3coXhRILrG.lazyload, #B6fQRX8pXalnX7TW70JwMm3coXhRILrG.lazyloading { background-image: none; }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG > .row .container { background-color: transparent; background-image: none; }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG > .row .container > .video-iframe-container { display: none; }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG > .row > .video-iframe-container { display: none; }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG > .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); }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG > .row .container { border-width: 0; border-radius: 0; }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG > .row .container { font-size:0.875rem;font-family:arial;height:67.375rem;width:75rem;overflow:visible;position:relative;display:block; }#bD9GItnqPU9QTycKhfqq0Xv7STEAQRKk { color:#ffffff;display:block;width:43.0625rem;position:absolute;font-family:montserrat;font-size:3.625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:5.1875rem;left:2.5rem;height:10.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nhCiuSkpktRkfBrD56D0kBVW3WBQaZy5 { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:17.25rem;left:2.5rem;height:18.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-form-header {  }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.875rem;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; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .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:21.875rem;box-sizing:border-box;height:3.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-input-text {padding-top: 0; padding-bottom: 0;}#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .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:21.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .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:21.875rem;box-sizing:border-box;height:3.75rem;color:#161616;font-family:"open sans";font-size:1.1875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-input-select {padding-top: 0; padding-bottom: 0;}#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .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; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-input-button { 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:#4daf50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:21.875rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:1.1875rem;text-align:center;text-align-last:center; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:1.1875rem;text-align:center;text-align-last:center; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:1.1875rem;text-align:center;text-align-last:center; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:1.1875rem;text-align:center;text-align-last:center; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .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:0.5625rem;font-weight:300;color:#000000;vertical-align:top;width:20.625rem;overflow:hidden;font-style:normal;float:none; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .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; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .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;float:none; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-container:first-of-type{padding-top:0;}#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-container:last-of-type{padding-bottom:0;}#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:absolute;top:4.6875rem;left:48.125003814698rem; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .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; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE {display:block;}#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:absolute;top:4.6875rem;left:48.125003814698rem; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #dThhhSurt9rKFPBJNWWp7QqXozcrz72O { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #wyANaNHyxnuwqMeo3TBk8pi2Db1amcJz { position:relative;display:none; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #ugEWb1alTUOL4KVz62ctcAkWv1TeMyPs { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #XcPaEgux4DKGFBbM5ODL0bxD5FThAKpw { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #WeCKN9rILrJBMODoZ6CyOoB3OSga9AGs { position:relative;display:none; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #o9R26aM2tIAWfF8HzZFQsX9HPbZ9Gk1h { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #ObCMQqNNdWBQayXKXwwWmiNQbMF2re2N { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #LrWOlIdryZnADUFclBbHafG772MTrFLI { position:relative;display:none; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #PBtpwv1lpGgPNbLHF0kpgSaVt1LXG2pd { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #m6RASdMy98IKN0vHQnF1Mf1Q7p6G5soI { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #tfRI11T3huH130mLtTgRpJFtLnmWvJOV { position:relative;display:none; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #nMoAqtvvdy6xAlqcEgHORm6xHRotLQbH { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #nkDa6kH4rOBh7bTZBwvTv8T5i4O36J68 { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #BIkmWsveJrBNIZKr9mVrCCVsHo11K5e3 { position:relative;display:none; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #ga6CMs1RirncZDcXL3vJT0Mhp4uKJhM6 { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #PnC0bxNTF49eOogiK6eyR4F931uV8pF6 { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #nHUwxyW8dIIs2sSkrEBrgGUaNov9favR { position:relative;display:none; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #XE1t5qIdf3hMgsh6J21bflKUEzTmoPo4 { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #xwAuHupRTBdbq6kCMTMBgMNRHg62SJC5 { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #ktRRQkMqXdWGZO5WpXVm3swbncbma6ev { position:relative;display:none; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #dRKTKVnelCaHwc2JbTpT3hFEyuERHipM { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #nLtfIwcNI1e5iZ52TnkMG1hUFvRo8Vc9 { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #C0C3dd5WiwKQFywf50SBh2eEnN0AuGJN { position:relative;display:none; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #Qp6EzTmKQ9JsKyhhJOOxr2LRJ0nM8RoF { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #SaH0wG06OKDUcfzuI8ox3if1tb3trKXA { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #EWWdhe9xTSzqGe7y6GqLCbJq3uIlABlN { position:relative;display:none; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #voX0iygEAPLuJwvyipTyWgbduo7X1Hse { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #ukpmICTpg9bZbuEvSNWHLnW86RDyOuwq { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #By2xVKubqgTzLzHGJN2498R2LO7whv5t { position:relative;display:none; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #rXSkFnsyPMIV0IDiehgPA3DEha2a1uEv { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #TZdvDZEnbhbAh6ds0hkG9UmdO8MkxF1w { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #gEz6Xix2DtnWp4nPPNDsFr8lrPSRUn5C { position:relative;z-index:2; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #wKsGNPdBsvyUZ2bZ4UvJany645wRxnm5 { position:relative; }
#OWEmIuV1XybSvXlyZNH4aVDAIpTSHkC7 { position:relative;display:block; }
#IBNJfeG1oAARzxCIbQP4EMI7uElP36Lr { position:relative;display:block; }
#GCVxIRGZNA5STIIJtznaBwrSMU9fTIeE { position:relative;display:block; }
#NHusF9xWZHW3oyW7Avt1nmWMwhu4t2L1 { position:relative;display:block; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #HpD1ZUdlIow68ZebLgkKXU0yVMJL751l { position:relative; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #S6sQeLUsyuVT9btRZRqIT3fFZLUFlhnh { position:relative; }
#yhCcxHySIbP5SBJhr3QTTTfTPLAW7slT { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:61.5rem;left:48.1875rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u3tKivvTNTxdmIPatkg030PhAt7EiEVZ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:37.75rem;left:2.8125rem;display:block; }
#Ng6HWbGyNp01vIlndlXSQMo0G7tD37mz { box-sizing:content-box;height:23.4375rem;width:40.625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:37.25rem;left:2.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#NJ8B3Cxtzey0X8nwLxSFgnlKbVv85Pd5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }#NJ8B3Cxtzey0X8nwLxSFgnlKbVv85Pd5 > .row .container { background-color: transparent; background-image: none; }#NJ8B3Cxtzey0X8nwLxSFgnlKbVv85Pd5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJ8B3Cxtzey0X8nwLxSFgnlKbVv85Pd5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJ8B3Cxtzey0X8nwLxSFgnlKbVv85Pd5 > .row .container > .video-iframe-container { display: none; }#NJ8B3Cxtzey0X8nwLxSFgnlKbVv85Pd5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJ8B3Cxtzey0X8nwLxSFgnlKbVv85Pd5 > .row > .video-iframe-container { display: none; }#NJ8B3Cxtzey0X8nwLxSFgnlKbVv85Pd5 > .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); }#NJ8B3Cxtzey0X8nwLxSFgnlKbVv85Pd5 > .row .container { border-width: 0; border-radius: 0; }#NJ8B3Cxtzey0X8nwLxSFgnlKbVv85Pd5 > .row > .video-iframe-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#NJ8B3Cxtzey0X8nwLxSFgnlKbVv85Pd5 > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#bPx7v1G08A0pgd86V2wTcA0UCQbt0dSn { color:#83d31c;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:4.0712890625rem;left:0rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nFzncHzqsvoylT9bQp6139lV9mwgItOG { color:#fafafa;display:block;width:67.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.8837890625rem;left:3.84375rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UxL3qAaIBwTmGMgcBPrRwEBvcamd7NVX { position:relative;display:block; }#UxL3qAaIBwTmGMgcBPrRwEBvcamd7NVX { background-color: transparent; background-image: none; }#UxL3qAaIBwTmGMgcBPrRwEBvcamd7NVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxL3qAaIBwTmGMgcBPrRwEBvcamd7NVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxL3qAaIBwTmGMgcBPrRwEBvcamd7NVX > .row .container > .video-iframe-container { display: none; }#UxL3qAaIBwTmGMgcBPrRwEBvcamd7NVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxL3qAaIBwTmGMgcBPrRwEBvcamd7NVX > .row > .video-iframe-container { display: none; }#UxL3qAaIBwTmGMgcBPrRwEBvcamd7NVX > .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); }#UxL3qAaIBwTmGMgcBPrRwEBvcamd7NVX { border-width: 0; border-radius: 0; }#UxL3qAaIBwTmGMgcBPrRwEBvcamd7NVX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UxL3qAaIBwTmGMgcBPrRwEBvcamd7NVX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T7LsagdV3WRBGHsNGE2ldJW2JbEeJol1 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:16.25rem;width:24.375rem;top:0rem;left:0rem;display:block; }
#RroOGATKTx3Tt2cr7ESi2QEH6q9AAp5b { color:#83d31c;display:block;width:17.875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.55859375rem;left:3.5625rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cc5MGQ4x96Mh3zQbaPya0TpFyafhcgiT { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:16.25rem;width:24.375rem;top:0rem;left:25.3125rem;display:block; }
#ZhKd21BKckL5Rtg4cuens2OL1rWdJlaI { color:#83d31c;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.5595703125rem;left:29.375rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eFn7ED0NTWCn7nkG07rPvPyvtffyCVho { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:16.25rem;width:24.375rem;top:0rem;left:50.625rem;display:block; }
#BFOGs0G7IVMv16X0k3xJyTqvqp7Rr2Rg { color:#83d31c;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.560546875rem;left:53.78125rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lisTmTZHKN8rvFTW0dfEFz2ZEbvBQscQ { color:#fafafa;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:6.4599609375rem;left:2.1875rem;height:7.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cAu84dNpokDTRbBC2rMA4mEBVhLtTfA3 { color:#2e2e2e;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:6.4599609375rem;left:27.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f5yKrqgFWZPr9w06lKZ3GbTb81eWKANf { color:#fafafa;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:6.4599609375rem;left:52.1875rem;height:5.775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sDnufThZB8SxSJ2esfRT7heJ15IIWzE6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }#sDnufThZB8SxSJ2esfRT7heJ15IIWzE6 > .row .container { background-color: transparent; background-image: none; }#sDnufThZB8SxSJ2esfRT7heJ15IIWzE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDnufThZB8SxSJ2esfRT7heJ15IIWzE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDnufThZB8SxSJ2esfRT7heJ15IIWzE6 > .row .container > .video-iframe-container { display: none; }#sDnufThZB8SxSJ2esfRT7heJ15IIWzE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDnufThZB8SxSJ2esfRT7heJ15IIWzE6 > .row > .video-iframe-container { display: none; }#sDnufThZB8SxSJ2esfRT7heJ15IIWzE6 > .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); }#sDnufThZB8SxSJ2esfRT7heJ15IIWzE6 > .row .container { border-width: 0; border-radius: 0; }#sDnufThZB8SxSJ2esfRT7heJ15IIWzE6 > .row > .video-iframe-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#sDnufThZB8SxSJ2esfRT7heJ15IIWzE6 > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#PmJxZfSiBQ6gwfaKE9uHhp6lUeUNs1y9 { color:#fafafa;display:block;width:67.31125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.4345703125rem;left:3.8427734375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa > .row .container { background-color: transparent; background-image: none; }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa > .row .container > .video-iframe-container { display: none; }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa > .row > .video-iframe-container { display: none; }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa > .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); }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa > .row .container { border-width: 0; border-radius: 0; }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#Ztkbwzlw4fwmBxrbafAHLOpWIyJ7fNhv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.3125rem;top:2.625rem;left:59.4375rem;overflow:hidden;display:block; }
#KUCohVL8Mn0FTOUyeowlUo2T3X5eDoe9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.3125rem;top:2.625rem;left:45.0625rem;overflow:hidden;display:block; }
#MldieznASFbgASrClFnTosM8zdLHP0Ts { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:2.67578125rem;left:1.8125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Czbz12fVMUaD8GAhTgC3T1p7HhvtFAr3 { position:absolute;display:block;z-index:15010;background-color:#6f4193;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:6.625rem;width:75rem;top:1.3125rem;left:0rem;display:block; }
#BTbgn9v0T4eQCb0Dm8C3cz2L7Mazk1ok { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8c94d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BTbgn9v0T4eQCb0Dm8C3cz2L7Mazk1ok > .row .container { background-color: transparent; background-image: none; }#BTbgn9v0T4eQCb0Dm8C3cz2L7Mazk1ok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTbgn9v0T4eQCb0Dm8C3cz2L7Mazk1ok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTbgn9v0T4eQCb0Dm8C3cz2L7Mazk1ok > .row .container > .video-iframe-container { display: none; }#BTbgn9v0T4eQCb0Dm8C3cz2L7Mazk1ok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTbgn9v0T4eQCb0Dm8C3cz2L7Mazk1ok > .row > .video-iframe-container { display: none; }#BTbgn9v0T4eQCb0Dm8C3cz2L7Mazk1ok > .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); }#BTbgn9v0T4eQCb0Dm8C3cz2L7Mazk1ok > .row .container { border-width: 0; border-radius: 0; }#BTbgn9v0T4eQCb0Dm8C3cz2L7Mazk1ok > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTbgn9v0T4eQCb0Dm8C3cz2L7Mazk1ok > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#TaTRL39wrTCS1Q4Rh2cO6WV9OF4iCq2e { color:#ffffff;display:block;width:46.5625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:8.125rem;left:0rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bunv0dTVzAgNwreTuP1Lx4IvB4F6vJKQ { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:1.75rem;left:52.8125rem;height:12.64375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGhvfyyJhCf3OdS41GIhJBNLSanRGoa8 { box-sizing:content-box;color:#000000;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:3.5625rem;left:50.125rem;display:block; }
#GDkcdaI1TtpiqJgApbyOvEhmhsTNsiQ9 { box-sizing:content-box;color:#000000;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:1.5rem;left:50.125rem;display:block; }
#t9BXQlIXRBsQiJe7xvJT54zIATcwLgvu { box-sizing:content-box;color:#191818;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:10.624351501465rem;left:50.124782562256rem;display:block; }
#ub0T6Z7ZeXgfsBHTN1PDCcwS61S5n1JH { box-sizing:content-box;color:#000000;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:12.435333251953rem;left:50.124782562256rem;display:block; }
#Fzowa2tigsH0FTl1536RNRE3ULVLibGB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:21.0625rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s2IwaKMx5KW9g6XPpZ0ncCsz7SW8H3CL { display:block; }#s2IwaKMx5KW9g6XPpZ0ncCsz7SW8H3CL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZW2O5dnBkQwz42R1VHbaZQVIJ6ycNHkS { width:15.25rem;height:2.9375rem;top:0.625rem;left:16.249378204346rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6fQRX8pXalnX7TW70JwMm3coXhRILrG { display:block; }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bD9GItnqPU9QTycKhfqq0Xv7STEAQRKk { width:43.0625rem;height:10.875rem;top:5.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhCiuSkpktRkfBrD56D0kBVW3WBQaZy5 { width:41.3125rem;height:17.25rem;top:17.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-input-text {padding-top: 0; padding-bottom: 0;}#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-input-select {padding-top: 0; padding-bottom: 0;}#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-input-button { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-checkbox-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE  { width:21.875rem;height:auto;top:4.6875rem;left:23.375rem; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE {display:block;}#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE { width:21.875rem;height:auto;top:4.6875rem;left:23.375rem; }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #dThhhSurt9rKFPBJNWWp7QqXozcrz72O {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #wyANaNHyxnuwqMeo3TBk8pi2Db1amcJz { display:none; }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #ugEWb1alTUOL4KVz62ctcAkWv1TeMyPs {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #XcPaEgux4DKGFBbM5ODL0bxD5FThAKpw {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #WeCKN9rILrJBMODoZ6CyOoB3OSga9AGs { display:none; }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #o9R26aM2tIAWfF8HzZFQsX9HPbZ9Gk1h {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #ObCMQqNNdWBQayXKXwwWmiNQbMF2re2N {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #LrWOlIdryZnADUFclBbHafG772MTrFLI {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #PBtpwv1lpGgPNbLHF0kpgSaVt1LXG2pd {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #m6RASdMy98IKN0vHQnF1Mf1Q7p6G5soI {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #tfRI11T3huH130mLtTgRpJFtLnmWvJOV {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #nMoAqtvvdy6xAlqcEgHORm6xHRotLQbH {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #nkDa6kH4rOBh7bTZBwvTv8T5i4O36J68 {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #BIkmWsveJrBNIZKr9mVrCCVsHo11K5e3 {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #ga6CMs1RirncZDcXL3vJT0Mhp4uKJhM6 {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #PnC0bxNTF49eOogiK6eyR4F931uV8pF6 {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #nHUwxyW8dIIs2sSkrEBrgGUaNov9favR {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #XE1t5qIdf3hMgsh6J21bflKUEzTmoPo4 {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #xwAuHupRTBdbq6kCMTMBgMNRHg62SJC5 {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #ktRRQkMqXdWGZO5WpXVm3swbncbma6ev { display:none; }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #dRKTKVnelCaHwc2JbTpT3hFEyuERHipM {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #nLtfIwcNI1e5iZ52TnkMG1hUFvRo8Vc9 {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #C0C3dd5WiwKQFywf50SBh2eEnN0AuGJN { display:none; }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #Qp6EzTmKQ9JsKyhhJOOxr2LRJ0nM8RoF {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #SaH0wG06OKDUcfzuI8ox3if1tb3trKXA {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #EWWdhe9xTSzqGe7y6GqLCbJq3uIlABlN {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #voX0iygEAPLuJwvyipTyWgbduo7X1Hse {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #ukpmICTpg9bZbuEvSNWHLnW86RDyOuwq {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #By2xVKubqgTzLzHGJN2498R2LO7whv5t {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #rXSkFnsyPMIV0IDiehgPA3DEha2a1uEv {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #TZdvDZEnbhbAh6ds0hkG9UmdO8MkxF1w {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #gEz6Xix2DtnWp4nPPNDsFr8lrPSRUn5C {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #wKsGNPdBsvyUZ2bZ4UvJany645wRxnm5 {  }
 }@media only screen and (max-width: 763px) { #OWEmIuV1XybSvXlyZNH4aVDAIpTSHkC7 { display:block; }
 }@media only screen and (max-width: 763px) { #IBNJfeG1oAARzxCIbQP4EMI7uElP36Lr { display:block; }
 }@media only screen and (max-width: 763px) { #GCVxIRGZNA5STIIJtznaBwrSMU9fTIeE { display:block; }
 }@media only screen and (max-width: 763px) { #NHusF9xWZHW3oyW7Avt1nmWMwhu4t2L1 { display:block; }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #HpD1ZUdlIow68ZebLgkKXU0yVMJL751l {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #S6sQeLUsyuVT9btRZRqIT3fFZLUFlhnh {  }
 }@media only screen and (max-width: 763px) { #yhCcxHySIbP5SBJhr3QTTTfTPLAW7slT { width:24.3125rem;height:1.1875rem;top:61.5rem;left:23.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3tKivvTNTxdmIPatkg030PhAt7EiEVZ { width:40rem;height:22.5rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng6HWbGyNp01vIlndlXSQMo0G7tD37mz { width:40.625rem;height:23.4375rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ8B3Cxtzey0X8nwLxSFgnlKbVv85Pd5 { display:block; }#NJ8B3Cxtzey0X8nwLxSFgnlKbVv85Pd5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPx7v1G08A0pgd86V2wTcA0UCQbt0dSn { width:47.75rem;height:3.9375rem;top:4.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFzncHzqsvoylT9bQp6139lV9mwgItOG { width:47.75rem;height:3.0625rem;top:7.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxL3qAaIBwTmGMgcBPrRwEBvcamd7NVX { display:block; }#UxL3qAaIBwTmGMgcBPrRwEBvcamd7NVX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7LsagdV3WRBGHsNGE2ldJW2JbEeJol1 { width:24.375rem;height:16.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RroOGATKTx3Tt2cr7ESi2QEH6q9AAp5b { width:17.875rem;height:3.6875rem;top:1.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc5MGQ4x96Mh3zQbaPya0TpFyafhcgiT { width:24.375rem;height:16.25rem;top:0rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhKd21BKckL5Rtg4cuens2OL1rWdJlaI { width:16.25rem;height:3.6875rem;top:1.5rem;left:15.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFn7ED0NTWCn7nkG07rPvPyvtffyCVho { width:24.375rem;height:16.25rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFOGs0G7IVMv16X0k3xJyTqvqp7Rr2Rg { width:17.4375rem;height:3.6875rem;top:1.5rem;left:30.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lisTmTZHKN8rvFTW0dfEFz2ZEbvBQscQ { width:20.625rem;height:8.625rem;top:6.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAu84dNpokDTRbBC2rMA4mEBVhLtTfA3 { width:20.625rem;height:6.6875rem;top:6.4375rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5yKrqgFWZPr9w06lKZ3GbTb81eWKANf { width:20.625rem;height:5.75rem;top:6.4375rem;left:27rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDnufThZB8SxSJ2esfRT7heJ15IIWzE6 { display:block; }#sDnufThZB8SxSJ2esfRT7heJ15IIWzE6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmJxZfSiBQ6gwfaKE9uHhp6lUeUNs1y9 { width:47.75rem;height:2.875rem;top:1.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lekbaS1WMGitZJSEimIN6LIFqwqvOwpa { display:block; }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ztkbwzlw4fwmBxrbafAHLOpWIyJ7fNhv { width:13.3125rem;height:4rem;top:2.625rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUCohVL8Mn0FTOUyeowlUo2T3X5eDoe9 { width:13.3125rem;height:4rem;top:2.625rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MldieznASFbgASrClFnTosM8zdLHP0Ts { width:42.75rem;height:3.875rem;top:2.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czbz12fVMUaD8GAhTgC3T1p7HhvtFAr3 { width:47.75rem;height:6.625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTbgn9v0T4eQCb0Dm8C3cz2L7Mazk1ok { display:block; }#BTbgn9v0T4eQCb0Dm8C3cz2L7Mazk1ok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaTRL39wrTCS1Q4Rh2cO6WV9OF4iCq2e { width:46.5625rem;height:1.75rem;top:8.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bunv0dTVzAgNwreTuP1Lx4IvB4F6vJKQ { width:22.1875rem;height:12.625rem;top:1.6875rem;left:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGhvfyyJhCf3OdS41GIhJBNLSanRGoa8 { width:2.3125rem;height:2.3125rem;top:3.5625rem;left:36.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDkcdaI1TtpiqJgApbyOvEhmhsTNsiQ9 { width:2.3125rem;height:2.3125rem;top:1.5rem;left:36.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9BXQlIXRBsQiJe7xvJT54zIATcwLgvu { width:2.3125rem;height:2.3125rem;top:10.5625rem;left:36.499782562256rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub0T6Z7ZeXgfsBHTN1PDCcwS61S5n1JH { width:2.3125rem;height:2.3125rem;top:12.375rem;left:36.499782562256rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzowa2tigsH0FTl1536RNRE3ULVLibGB { width:21.0625rem;height:4.0625rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #s2IwaKMx5KW9g6XPpZ0ncCsz7SW8H3CL { display:block; }#s2IwaKMx5KW9g6XPpZ0ncCsz7SW8H3CL > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZW2O5dnBkQwz42R1VHbaZQVIJ6ycNHkS { width:14.1875rem;height:2.75rem;top:0.46875rem;left:2.9062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6fQRX8pXalnX7TW70JwMm3coXhRILrG { background-color:#6f4193;background-image:none;display:block; }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG > .row .container { background-color: transparent; background-image: none; }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG > .row .container > .video-iframe-container { display: none; }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG > .row > .video-iframe-container { display: none; }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG > .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); }#B6fQRX8pXalnX7TW70JwMm3coXhRILrG > .row .container { width:20rem;height:94.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bD9GItnqPU9QTycKhfqq0Xv7STEAQRKk { width:20rem;height:5.3625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nhCiuSkpktRkfBrD56D0kBVW3WBQaZy5 { width:18.5rem;height:19.3375rem;top:8.6875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:14997;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-input-text {padding-top: 0; padding-bottom: 0;}#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;font-size:0.9375rem;overflow:hidden; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-input-select {padding-top: 0; padding-bottom: 0;}#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#4daf50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;height:3.125rem; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5rem;overflow:hidden;height:auto;text-align:justify;text-align-last:initial; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-container:first-of-type{padding-top:0;}#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .widget-container:last-of-type{padding-bottom:0;}#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE  { width:17.5rem;height:auto;top:41.5rem;left:0rem;z-index:15003; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE {display:block;}#XqIH99eyLDsklwaUJD2fpGagf6qsmSXE { width:17.5rem;height:auto;top:41.5rem;left:0rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #dThhhSurt9rKFPBJNWWp7QqXozcrz72O {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #wyANaNHyxnuwqMeo3TBk8pi2Db1amcJz { display:none; }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #ugEWb1alTUOL4KVz62ctcAkWv1TeMyPs {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #XcPaEgux4DKGFBbM5ODL0bxD5FThAKpw {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #WeCKN9rILrJBMODoZ6CyOoB3OSga9AGs { display:none; }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #o9R26aM2tIAWfF8HzZFQsX9HPbZ9Gk1h {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #ObCMQqNNdWBQayXKXwwWmiNQbMF2re2N {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #LrWOlIdryZnADUFclBbHafG772MTrFLI {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #PBtpwv1lpGgPNbLHF0kpgSaVt1LXG2pd {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #m6RASdMy98IKN0vHQnF1Mf1Q7p6G5soI {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #tfRI11T3huH130mLtTgRpJFtLnmWvJOV {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #nMoAqtvvdy6xAlqcEgHORm6xHRotLQbH {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #nkDa6kH4rOBh7bTZBwvTv8T5i4O36J68 {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #BIkmWsveJrBNIZKr9mVrCCVsHo11K5e3 {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #ga6CMs1RirncZDcXL3vJT0Mhp4uKJhM6 {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #PnC0bxNTF49eOogiK6eyR4F931uV8pF6 {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #nHUwxyW8dIIs2sSkrEBrgGUaNov9favR {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #XE1t5qIdf3hMgsh6J21bflKUEzTmoPo4 {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #xwAuHupRTBdbq6kCMTMBgMNRHg62SJC5 {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #ktRRQkMqXdWGZO5WpXVm3swbncbma6ev { display:none; }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #dRKTKVnelCaHwc2JbTpT3hFEyuERHipM {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #nLtfIwcNI1e5iZ52TnkMG1hUFvRo8Vc9 {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #C0C3dd5WiwKQFywf50SBh2eEnN0AuGJN { display:none; }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #Qp6EzTmKQ9JsKyhhJOOxr2LRJ0nM8RoF {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #SaH0wG06OKDUcfzuI8ox3if1tb3trKXA {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #EWWdhe9xTSzqGe7y6GqLCbJq3uIlABlN {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #voX0iygEAPLuJwvyipTyWgbduo7X1Hse {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #ukpmICTpg9bZbuEvSNWHLnW86RDyOuwq {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #By2xVKubqgTzLzHGJN2498R2LO7whv5t {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #rXSkFnsyPMIV0IDiehgPA3DEha2a1uEv {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #TZdvDZEnbhbAh6ds0hkG9UmdO8MkxF1w {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #gEz6Xix2DtnWp4nPPNDsFr8lrPSRUn5C {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #wKsGNPdBsvyUZ2bZ4UvJany645wRxnm5 {  }
 }@media only screen and (max-width: 763px) { #OWEmIuV1XybSvXlyZNH4aVDAIpTSHkC7 { display:block; }
 }@media only screen and (max-width: 763px) { #IBNJfeG1oAARzxCIbQP4EMI7uElP36Lr { display:block; }
 }@media only screen and (max-width: 763px) { #GCVxIRGZNA5STIIJtznaBwrSMU9fTIeE { display:block; }
 }@media only screen and (max-width: 763px) { #NHusF9xWZHW3oyW7Avt1nmWMwhu4t2L1 { display:block; }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #HpD1ZUdlIow68ZebLgkKXU0yVMJL751l {  }
 }@media only screen and (max-width: 763px) { #XqIH99eyLDsklwaUJD2fpGagf6qsmSXE #S6sQeLUsyuVT9btRZRqIT3fFZLUFlhnh {  }
 }@media only screen and (max-width: 763px) { #yhCcxHySIbP5SBJhr3QTTTfTPLAW7slT { width:20rem;height:0.89375rem;top:84.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:14997;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #u3tKivvTNTxdmIPatkg030PhAt7EiEVZ { height:11.25rem;width:20rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng6HWbGyNp01vIlndlXSQMo0G7tD37mz { width:20rem;height:23.4375rem;top:30.456249237061rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJ8B3Cxtzey0X8nwLxSFgnlKbVv85Pd5 { display:block; }#NJ8B3Cxtzey0X8nwLxSFgnlKbVv85Pd5 > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPx7v1G08A0pgd86V2wTcA0UCQbt0dSn { width:20rem;height:3.625rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nFzncHzqsvoylT9bQp6139lV9mwgItOG { width:20rem;height:3.575rem;top:6.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxL3qAaIBwTmGMgcBPrRwEBvcamd7NVX { display:block; }#UxL3qAaIBwTmGMgcBPrRwEBvcamd7NVX > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7LsagdV3WRBGHsNGE2ldJW2JbEeJol1 { width:20rem;height:15.4375rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RroOGATKTx3Tt2cr7ESi2QEH6q9AAp5b { width:18.4375rem;height:3.7375rem;top:0.8125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc5MGQ4x96Mh3zQbaPya0TpFyafhcgiT { width:20rem;height:15.5rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhKd21BKckL5Rtg4cuens2OL1rWdJlaI { width:16.25rem;height:3.7375rem;top:16.9375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFn7ED0NTWCn7nkG07rPvPyvtffyCVho { width:20rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFOGs0G7IVMv16X0k3xJyTqvqp7Rr2Rg { width:17.5rem;height:3.7375rem;top:33.875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lisTmTZHKN8rvFTW0dfEFz2ZEbvBQscQ { width:17.5rem;height:8.6625rem;top:4.966796875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAu84dNpokDTRbBC2rMA4mEBVhLtTfA3 { width:17.1875rem;height:8.6625rem;top:20.8125rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5yKrqgFWZPr9w06lKZ3GbTb81eWKANf { width:17.5rem;height:6.7375rem;top:38.3125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDnufThZB8SxSJ2esfRT7heJ15IIWzE6 { display:block; }#sDnufThZB8SxSJ2esfRT7heJ15IIWzE6 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmJxZfSiBQ6gwfaKE9uHhp6lUeUNs1y9 { width:20rem;height:5.28125rem;top:0.2490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lekbaS1WMGitZJSEimIN6LIFqwqvOwpa { background-color:#e8c94d;background-image:none;display:block; }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa > .row .container { background-color: transparent; background-image: none; }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa > .row .container > .video-iframe-container { display: none; }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa > .row > .video-iframe-container { display: none; }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa > .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); }#lekbaS1WMGitZJSEimIN6LIFqwqvOwpa > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ztkbwzlw4fwmBxrbafAHLOpWIyJ7fNhv { width:9.6875rem;height:2.875rem;top:6.8125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUCohVL8Mn0FTOUyeowlUo2T3X5eDoe9 { width:9.4375rem;height:2.8125rem;top:6.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MldieznASFbgASrClFnTosM8zdLHP0Ts { width:18.25rem;height:3.15rem;top:3rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Czbz12fVMUaD8GAhTgC3T1p7HhvtFAr3 { width:20rem;height:7.0625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTbgn9v0T4eQCb0Dm8C3cz2L7Mazk1ok { display:block; }#BTbgn9v0T4eQCb0Dm8C3cz2L7Mazk1ok > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaTRL39wrTCS1Q4Rh2cO6WV9OF4iCq2e { width:15.625rem;height:3.15rem;top:1.8125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bunv0dTVzAgNwreTuP1Lx4IvB4F6vJKQ { width:20rem;height:11.9rem;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #EGhvfyyJhCf3OdS41GIhJBNLSanRGoa8 { width:2.3125rem;height:2.3125rem;top:5.625rem;left:8.8125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDkcdaI1TtpiqJgApbyOvEhmhsTNsiQ9 { width:2.3125rem;height:2.3125rem;top:9.1875rem;left:8.8125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9BXQlIXRBsQiJe7xvJT54zIATcwLgvu { width:2.3125rem;height:2.3125rem;top:10.5625rem;left:8.8125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ub0T6Z7ZeXgfsBHTN1PDCcwS61S5n1JH { width:2.3125rem;height:2.3125rem;top:12.375rem;left:8.8125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fzowa2tigsH0FTl1536RNRE3ULVLibGB { width:15.5620625rem;height:2.99913125rem;top:25.059680938721rem;left:1.6547308564186rem;display:none; }
 }