.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/WXeCrn7k/background1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { border-width: 0; border-radius: 0; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;position:relative;display:block; }#dXem1tvvtA6OTnywv3sKTmFzowRtOvT7 { 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:27.0625rem;width:27.0625rem;top:11.25rem;left:32.9375rem;overflow:hidden;display:block; }
#e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:dosis;font-size:3.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:4.875rem;display:block; }
#EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { color:#000000;display:block;width:29rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.646484375rem;left:0rem;height:5.84765rem;font-style:normal;display:block; }
#BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { background-color:transparent;background-image: -webkit-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(14deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(14deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.6240234375rem;left:0rem;display:block; }
#wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ph6kkaySquVRMCMKFKByG0dn7KIRxhT2 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5f35fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.8125rem;left:1.5625rem;display:block; }
#fVG8Bcg1UXdTNxURJSpnLHnZZZVqXW3R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HCw6Zodd9mhxs3TPLMtFs7b8DSnAUJxZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5f35fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.8125rem;left:8.6875rem;display:block; }
#BZ0cuXNicRm4m98dAd43hty86iiiFDnG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GEAC9MH5e8Baea8hBXPGvwcEC5mJTNb9 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5f35fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.8125rem;left:16.4375rem;display:block; }
#W5Fiax3VTF4algh42UgEpi9OAGDlKam7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQ2LtJzoMGIFqFgecsN3Z6bKAecQUDAC { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5f35fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.8125rem;left:32.9375rem;display:block; }
#eZvQhMxFUmQ6laKLBTKBkpEGuR1G9TVo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:6.5500000715256rem;left:5rem;overflow:hidden;display:block; }
#m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:34.74843788147rem;left:13.6875rem;overflow:hidden;display:block; }
#oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:11.25rem;left:42.375rem;overflow:hidden;display:block; }
#dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:18.53750038147rem;left:24.125rem;display:block; }
#SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { position:absolute;display:block;z-index:15013;background-color:#ffc143;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffc143;border-left:0.1875rem solid #ffc143;border-right:0.1875rem solid #ffc143;border-bottom:0.1875rem solid #ffc143;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8.1875rem;left:55.625rem;display:block; }
#VJxGe81NUfFVWXuLqo4L6MCpJBaunvcz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:28.4375rem;left:0rem; }
#VJxGe81NUfFVWXuLqo4L6MCpJBaunvcz > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#zgvZ6gtfWaL8KzPNc09TpyLqfMrwhvRc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:28.21875rem;left:4.5625rem; }
#zgvZ6gtfWaL8KzPNc09TpyLqfMrwhvRc > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; }#CEVufqKvwU1epaqAU7B9c1BLC5xbC4rZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5f35fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.8125rem;left:24.125rem;display:block; }
#gDPSkHbRitvCc3wNPWLq1Tlcig9Qd0mU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t2hfSAZHLyzP6VG1OlWFyZC4kxO40MP5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.8500000238419rem;left:52.725002288818rem; }
#t2hfSAZHLyzP6VG1OlWFyZC4kxO40MP5 > img { max-width: 100%;max-height:100%; width:4.1875rem; height:4.1875rem; }#ww8v13Bbr9gwPcS3ubZKbyxdwKXMQWl8 { 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; }#ww8v13Bbr9gwPcS3ubZKbyxdwKXMQWl8 > .row .container { background-color: transparent; background-image: none; }#ww8v13Bbr9gwPcS3ubZKbyxdwKXMQWl8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww8v13Bbr9gwPcS3ubZKbyxdwKXMQWl8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww8v13Bbr9gwPcS3ubZKbyxdwKXMQWl8 > .row .container > .video-iframe-container { display: none; }#ww8v13Bbr9gwPcS3ubZKbyxdwKXMQWl8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww8v13Bbr9gwPcS3ubZKbyxdwKXMQWl8 > .row > .video-iframe-container { display: none; }#ww8v13Bbr9gwPcS3ubZKbyxdwKXMQWl8 > .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); }#ww8v13Bbr9gwPcS3ubZKbyxdwKXMQWl8 > .row .container { border-width: 0; border-radius: 0; }#ww8v13Bbr9gwPcS3ubZKbyxdwKXMQWl8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ww8v13Bbr9gwPcS3ubZKbyxdwKXMQWl8 > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { color:#5f35fb;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3742189407349rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#auCfUETIMUVFph1Ks47wIHlM7wIGsKTK { 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; }#auCfUETIMUVFph1Ks47wIHlM7wIGsKTK > .row .container { background-color: transparent; background-image: none; }#auCfUETIMUVFph1Ks47wIHlM7wIGsKTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auCfUETIMUVFph1Ks47wIHlM7wIGsKTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auCfUETIMUVFph1Ks47wIHlM7wIGsKTK > .row .container > .video-iframe-container { display: none; }#auCfUETIMUVFph1Ks47wIHlM7wIGsKTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auCfUETIMUVFph1Ks47wIHlM7wIGsKTK > .row > .video-iframe-container { display: none; }#auCfUETIMUVFph1Ks47wIHlM7wIGsKTK > .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); }#auCfUETIMUVFph1Ks47wIHlM7wIGsKTK > .row .container { border-width: 0; border-radius: 0; }#auCfUETIMUVFph1Ks47wIHlM7wIGsKTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#auCfUETIMUVFph1Ks47wIHlM7wIGsKTK > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { 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:3.5rem;width:3.5rem;top:3.5rem;left:7.75rem;overflow:hidden;display:block; }
#i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { position:absolute;display:block;z-index:15000;background-color:#bdf3ed;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:3.0625rem;left:7.75rem;display:block; }
#lpPRWpxDHzTUNpUxsuePqT0orOGWsiKU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.6874998211861rem;left:8.4375rem; }
#tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { color:#08c9d1;display:block;width:14.625rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.125rem;left:2.6875rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { color:#000000;display:block;width:14.625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.25rem;left:2.6875rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wHcGA5QUicRDIauC2TXRIULURxfPQTTg { position:absolute;display:block;z-index:15001;background-color:#def9d8;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:3.0625rem;left:27.8125rem;display:block; }
#cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { color:#38b80b;display:block;width:14.875rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.125rem;left:22.5625rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.25rem;left:22.625rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PId21HVFu92GM4oFT8IKwGsNwcE98V8X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.6875rem;left:28.4375rem; }
#P1SrTTuaprhCEhISeI1skaIBits07seq { position:absolute;display:block;z-index:15002;background-color:#d6deff;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:3.0625rem;left:47.8125rem;display:block; }
#qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { color:#417ae6;display:block;width:14.8125rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.1250007748606rem;left:42.59375rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.250000774861rem;left:42.59375rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GxrxAgpU0bOF26iMvf3kX73oqfrUraCp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3.6875rem;left:48.4375rem; }
#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { background-color: transparent; background-image: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .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); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { border-width: 0; border-radius: 0; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { color:#5f35fb;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7304706573486rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { background-color: transparent; background-image: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .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); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { border-width: 0; border-radius: 0; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;position:relative;display:block; }#O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(55deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(55deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:1.75rem;left:0rem;display:block; }
#or7hGB4xU0NABQLc2bDGECp4GnwfJ8cx { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.85546875rem;left:1.625rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5546875rem;left:1.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.73046875rem;left:1.625rem;height:5.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip li:before{  }
#v2Gexu2T1OEeNUKVa1rW6dMszlKppNi7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.08046913147rem;left:1.625rem;display:block; }
#yRcq9SfMNltr3F8UmT5DZv9UJEygV3PT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:4.8296871185303rem;left:20rem;overflow:hidden;display:block; }
#eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { 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:1.75rem;width:1.75rem;top:3.0607643127441rem;left:24.1875rem;overflow:hidden;display:block; }
#ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(55deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(55deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:1.75rem;left:31rem;display:block; }
#ddTXcxw8gnfhXCAeHiMlr2462fuL7yPe { color:#000000;display:block;width:25.625rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.875rem;left:32.625rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { color:#000000;display:block;width:25.25rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.5625rem;left:32.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:9.0000009536744rem;left:32.625rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:5.1859359741211rem;left:55.875rem;overflow:hidden;display:block; }
#HQOlhshWMlKLXRrmMMFcN32eDWESRasK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:3.140625rem;left:50.5625rem;overflow:hidden;display:block; }
#Mdh1fstXg6SCPhD8l5AQLDA02lhsWVJS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:15.079862594604rem;left:32.625rem;display:block; }
#nrVKbvWmwqUlh9t1ZTTVt54D7KrMVT76 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { background-color: transparent; background-image: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .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); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { border-width: 0; border-radius: 0; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(55deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(55deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:1.0625rem;left:0rem;display:block; }
#bNOVbRrPZMbkpbkL46RBuX4Un66KUHJV { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.25rem;left:1.625rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { color:#000000;display:block;width:24.75rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.875rem;left:1.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PdI9ewuyhlUBLJIfESykX86k9WfLb47R { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:7.0625rem;left:1.625rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:3.0625rem;left:25rem;overflow:hidden;display:block; }
#b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:3.1875rem;left:18.8125rem;overflow:hidden;display:block; }
#giU3fwzyfXbA7eUtI4TebXrlggyHHfLO { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:14.375rem;left:1.625rem;display:block; }
#UOMuZvyh5mbhyvaVBv4ffr38VTDSwckn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ePzzTfP3T8hTR1bEanWUu9x9STMKhmDc { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #ffc143, #7b40f4);background-image: -moz-linear-gradient(55deg, #ffc143, #7b40f4);background-image: -ms-linear-gradient(55deg, #ffc143, #7b40f4);background-image: -o-linear-gradient(55deg, #ffc143, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc143', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc143', endColorstr='#7b40f4' );";background-image: linear-gradient(55deg, #ffc143, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:1.125rem;left:31.25rem;display:block; }
#gVkTawN0UQTrvhvyWmN9LWkGs58pke4p { color:#000000;display:block;width:27rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3125rem;left:32.25rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#weF6MNqRzM0nScIF7BXE18xr6EEM1pXm { color:#000000;display:block;width:26.75rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:32.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f270b7PDTcvP3pxF022136ZHAgmJGlvo { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.1875rem;left:32.25rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mNcmTsVfDL3DmFsfEN07b3Dbq4pUr7uM { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.675rem;height:2.9875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:14.4375rem;left:32.25rem;display:block; }
#NzQcO9OTsm4InxmdmttWwDLJTThvglWG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k0hfaOyrfKT4vFgAfAWNu8z6FOmRiVPv { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:13rem;left:50.4375rem;overflow:hidden;display:block; }
#sglQiDXMFhmyg54ZHJnOA1Eizn70ZXfs { 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:1.75rem;width:1.75rem;top:8.875rem;left:56rem;overflow:hidden;display:block; }
#ozqG244k2iOK34tnPnqNqTlrBSXHlirs { 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; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { background-color: transparent; background-image: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .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); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { border-width: 0; border-radius: 0; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#wTK95r2eEVccKUO94sxKaGKhAOAdixRT { 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:20.125rem;width:23.6875rem;top:3.8125rem;left:0.6875rem;overflow:hidden;display:block; }
#mX9prLRUR5RglyTVk8yLfoRI2n2EmTrU { 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:24rem;width:24rem;top:6.6242160797119rem;left:0.5rem;overflow:hidden;display:block; }
#DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { color:#5f35fb;display:block;width:28.875rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:30.6875rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { color:#000000;display:block;width:25.625rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:7.0625rem;left:30.6875rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { color:#5f35fb;display:block;width:7.9375rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.112503051757rem;left:30.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { color:#000000;display:block;width:5.375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:18.49374961853rem;left:30.75rem;height:2.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:18.5498046875rem;left:40.4375rem;height:2.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { color:#5f35fb;display:block;width:6.125rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.112503051757rem;left:40.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:18.625rem;left:50.6875rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { color:#5f35fb;display:block;width:6.125rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.25rem;left:49.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ynH1pF4SEniKd9M1rrhCezImSsQSwBkT { background-color:transparent;background-image: -webkit-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(14deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(14deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.061719894409rem;left:30.6875rem;display:block; }
#vwx43LIkT2Bp1UBtMwxDeU7OEqNsQKAF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TiwK0sLiSowuSmrqDJa3Tu1P7nQlN5nw { position:absolute;display:block;z-index:15014;background-color:#ffc143;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffc143;border-left:0.1875rem solid #ffc143;border-right:0.1875rem solid #ffc143;border-bottom:0.1875rem solid #ffc143;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.125rem;width:1.1875rem;top:2.4375rem;left:2.375rem;display:block; }
#QIRLyFLMWuBWvFpMTlDr8R770D9ot3Jt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:13.437501907349rem;left:47.862499237061rem;overflow:hidden;display:block; }
#ui7DgmXEkUm3nFTZAqruBHOrOCyDTZAx { 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; }#ui7DgmXEkUm3nFTZAqruBHOrOCyDTZAx > .row .container { background-color: transparent; background-image: none; }#ui7DgmXEkUm3nFTZAqruBHOrOCyDTZAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ui7DgmXEkUm3nFTZAqruBHOrOCyDTZAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ui7DgmXEkUm3nFTZAqruBHOrOCyDTZAx > .row .container > .video-iframe-container { display: none; }#ui7DgmXEkUm3nFTZAqruBHOrOCyDTZAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ui7DgmXEkUm3nFTZAqruBHOrOCyDTZAx > .row > .video-iframe-container { display: none; }#ui7DgmXEkUm3nFTZAqruBHOrOCyDTZAx > .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); }#ui7DgmXEkUm3nFTZAqruBHOrOCyDTZAx > .row .container { border-width: 0; border-radius: 0; }#ui7DgmXEkUm3nFTZAqruBHOrOCyDTZAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ui7DgmXEkUm3nFTZAqruBHOrOCyDTZAx > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:60rem;position:relative;display:block; }#RrRgNDAWlJZ9Ttc6AsbOTpENk9CCdQqB { color:#000000;display:block;width:28.875rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:30.6875rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P8WSpfTqbE9KZoa7d8IIoanyQf4qEGyr { color:#000000;display:block;width:25.625rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:7.0625rem;left:30.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#P8WSpfTqbE9KZoa7d8IIoanyQf4qEGyr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P8WSpfTqbE9KZoa7d8IIoanyQf4qEGyr li:before{  }
#b2nDmpAxxmn7MLiMcJADst93fQHk4THl { color:#000000;display:block;width:28.875rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.25rem;left:0.4375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oLViKgIoTyMMam4Mz13QdiCUT8fyvdqR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:18.6875rem;left:11.6875rem; }
#oLViKgIoTyMMam4Mz13QdiCUT8fyvdqR > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#rr9uITTLLARh0GDXeVrE9qJJsxyaJhCb { background-color:transparent;background-image:none;border-top:0.125rem solid #5f35fb;border-left:0.125rem solid #5f35fb;border-right:0.125rem solid #5f35fb;border-bottom:0.125rem solid #5f35fb;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;box-sizing:border-box;color:#5f35fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.6875rem;left:1.5rem;display:block; }
#TyUrMq4LCbFona9Z0sAlhSEPWXOzWaoQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ufJ1SpoQgtmNT2RkPOzilgv9mymhwJOc { 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:1.75rem;width:1.75rem;top:1.2679691314698rem;left:3rem;overflow:hidden;display:block; }
#fJANS3KydqQJ2Mzx2iAM3NQv96LzcGoN { position:absolute;display:block;z-index:14999;background-color:#5f35fb;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:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:1.75rem;width:1.8125rem;top:12.500001907349rem;left:46.875003814698rem;display:block; }
#RyuqcM3ze96qLyubkIL8eWetsxvEd8g8 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:2.5500011444092rem;left:44.125rem;overflow:hidden;display:block; }
#TOOyFH9IvpSRHbN6BkLaDlyNb3VqZZT8 { position:absolute;display:block;z-index:15015;background-color:#ffc143;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffc143;border-left:0.1875rem solid #ffc143;border-right:0.1875rem solid #ffc143;border-bottom:0.1875rem solid #ffc143;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.125rem;width:1.1875rem;top:21.687503814698rem;left:16.1875rem;display:block; }
#DQvAyZ0NgB6vORzTB4ZxeKtQTJi1hBuB { color:#000000;display:block;width:25.625rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:7.375rem;left:0.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#DQvAyZ0NgB6vORzTB4ZxeKtQTJi1hBuB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DQvAyZ0NgB6vORzTB4ZxeKtQTJi1hBuB li:before{  }
#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { background-color: transparent; background-image: none; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container > .video-iframe-container { display: none; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row > .video-iframe-container { display: none; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .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); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { border-width: 0; border-radius: 0; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#pIq4LGPgE8nCpoqDJD0ax1WJ40hOztAq { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4187507629394rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vkbZlcrosLC73J5Ut8rkLd5rsc0oTcpG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#vkbZlcrosLC73J5Ut8rkLd5rsc0oTcpG > .row .container { background-color: transparent; background-image: none; }#vkbZlcrosLC73J5Ut8rkLd5rsc0oTcpG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkbZlcrosLC73J5Ut8rkLd5rsc0oTcpG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkbZlcrosLC73J5Ut8rkLd5rsc0oTcpG > .row .container > .video-iframe-container { display: none; }#vkbZlcrosLC73J5Ut8rkLd5rsc0oTcpG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkbZlcrosLC73J5Ut8rkLd5rsc0oTcpG > .row > .video-iframe-container { display: none; }#vkbZlcrosLC73J5Ut8rkLd5rsc0oTcpG > .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); }#vkbZlcrosLC73J5Ut8rkLd5rsc0oTcpG > .row .container { border-width: 0; border-radius: 0; }#vkbZlcrosLC73J5Ut8rkLd5rsc0oTcpG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vkbZlcrosLC73J5Ut8rkLd5rsc0oTcpG > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:60rem;position:relative;display:block; }#EZMdnekVmBdcff7gd43maw08dgpTcG2u { color:#000000;display:block;width:54.6875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:1.359375rem;left:1.6875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XigBfQUFvJv0HKJsGFZs6iCbE9BmdkSZ { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.25rem;width:10.25rem;top:6.6492195129394rem;left:4.1875rem;overflow:hidden;display:block; }
#xAm2iwVTSyTsFXmprRTnv6qRN2DefHrx { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.25rem;width:10.25rem;top:6.6492195129394rem;left:17.375rem;overflow:hidden;display:block; }
#aEDmJGOlImWKncEBXUhWFNRHJoSUn6kM { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.25rem;width:10.25rem;top:6.6492195129394rem;left:31.3125rem;overflow:hidden;display:block; }
#KufT0ULv58tMgzDXLOKZGoK7uxwAuPDJ { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:6.6492195129394rem;left:44.375rem;overflow:hidden;display:block; }
#hZ4OckTTDGZqa5Unh1xikLv1PQBFhga6 { color:#000000;display:block;width:11rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:15.63671875rem;left:3.8125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K2p3xBZ9hFGTkah1C6yUmOcbNLBRVGc8 { color:#000000;display:block;width:11rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:15.63671875rem;left:17rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kuQE6zEQM9RQwiTvohxKZROykR427dUH { color:#000000;display:block;width:11rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:15.63671875rem;left:30.9375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dSzWyx4gTTn3oIAwlzZQDwgHHU1qK4FJ { color:#000000;display:block;width:11rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:15.63671875rem;left:44rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ynolauvQdaE9WnM86rwe23ny0nfgF9aL { 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; }#ynolauvQdaE9WnM86rwe23ny0nfgF9aL > .row .container { background-color: transparent; background-image: none; }#ynolauvQdaE9WnM86rwe23ny0nfgF9aL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynolauvQdaE9WnM86rwe23ny0nfgF9aL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynolauvQdaE9WnM86rwe23ny0nfgF9aL > .row .container > .video-iframe-container { display: none; }#ynolauvQdaE9WnM86rwe23ny0nfgF9aL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynolauvQdaE9WnM86rwe23ny0nfgF9aL > .row > .video-iframe-container { display: none; }#ynolauvQdaE9WnM86rwe23ny0nfgF9aL > .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); }#ynolauvQdaE9WnM86rwe23ny0nfgF9aL > .row .container { border-width: 0; border-radius: 0; }#ynolauvQdaE9WnM86rwe23ny0nfgF9aL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynolauvQdaE9WnM86rwe23ny0nfgF9aL > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#LGmlBXGaI7coTgGg0cnHVqMziOHPRL3B { color:#5f35fb;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4187507629394rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B5vdDZ2RJlMu4piWIBWgTnLNdwcZPha1 { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.2124996185303rem;left:-0.0625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmKlItk4SBaRxbgZs0utog9yuLR5QHZE { 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; }#fmKlItk4SBaRxbgZs0utog9yuLR5QHZE > .row .container { background-color: transparent; background-image: none; }#fmKlItk4SBaRxbgZs0utog9yuLR5QHZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmKlItk4SBaRxbgZs0utog9yuLR5QHZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmKlItk4SBaRxbgZs0utog9yuLR5QHZE > .row .container > .video-iframe-container { display: none; }#fmKlItk4SBaRxbgZs0utog9yuLR5QHZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmKlItk4SBaRxbgZs0utog9yuLR5QHZE > .row > .video-iframe-container { display: none; }#fmKlItk4SBaRxbgZs0utog9yuLR5QHZE > .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); }#fmKlItk4SBaRxbgZs0utog9yuLR5QHZE > .row .container { border-width: 0; border-radius: 0; }#fmKlItk4SBaRxbgZs0utog9yuLR5QHZE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fmKlItk4SBaRxbgZs0utog9yuLR5QHZE > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:block; }#CM3aCtTD1dICbLG9IbeIi4a45Z5qE8Mp { position:absolute;display:block;z-index:15005;height:5.8125rem;width:60rem;top:0rem;left:0rem;display:block; }
#gDxUMZGaRSADW3T2508TUS8V9Ht1TgTp { 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; }#gDxUMZGaRSADW3T2508TUS8V9Ht1TgTp > .row .container { background-color: transparent; background-image: none; }#gDxUMZGaRSADW3T2508TUS8V9Ht1TgTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDxUMZGaRSADW3T2508TUS8V9Ht1TgTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDxUMZGaRSADW3T2508TUS8V9Ht1TgTp > .row .container > .video-iframe-container { display: none; }#gDxUMZGaRSADW3T2508TUS8V9Ht1TgTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDxUMZGaRSADW3T2508TUS8V9Ht1TgTp > .row > .video-iframe-container { display: none; }#gDxUMZGaRSADW3T2508TUS8V9Ht1TgTp > .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); }#gDxUMZGaRSADW3T2508TUS8V9Ht1TgTp > .row .container { border-width: 0; border-radius: 0; }#gDxUMZGaRSADW3T2508TUS8V9Ht1TgTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gDxUMZGaRSADW3T2508TUS8V9Ht1TgTp > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#PmwNmATrWb1LnMxfheRcTgQc4EUuItZK { color:#000000;display:block;width:28.875rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3125rem;left:30.25rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yLz9kxOmVqvbPkNQFbO6mWIBKVEuaiRe { color:#000000;display:block;width:25.625rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:5.125rem;left:30.25rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZHGeDroiVohCo5oDmtvhHPObUmEJdm5C { background-color:transparent;background-image: -webkit-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(14deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(14deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:11.25rem;left:30.25rem;display:block; }
#cDI9P7EIhQuc2DwTBwOleGZVBSIAStDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V2vq73TDe6izouUvkTi8lQVmFvTafzhg { color:#5f35fb;display:block;width:15.3125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:12.1875rem;left:0.5625rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MqUpOvDh238nK3pRGyflOEE28Mf8o8VI { color:#000000;display:block;width:28.875rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0.5625rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bumr1xoVg5tdrVDS0wcIwGTcEAlkTS2J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:30.5rem;left:11rem; }
#bumr1xoVg5tdrVDS0wcIwGTcEAlkTS2J > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#JLIHw1UWBmo7FI5zP7xAWpTEmmHLFk0x { background-color:transparent;background-image:none;border-top:0.125rem solid #5f35fb;border-left:0.125rem solid #5f35fb;border-right:0.125rem solid #5f35fb;border-bottom:0.125rem solid #5f35fb;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;box-sizing:border-box;color:#5f35fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4125rem;height:2.85rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.5625rem;left:0.5625rem;display:block; }
#ESsJAwvMoTS4kiA9Iq2TTCxRC2THSqcE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wgGJz9WpLovv5dmW9RohIgmsEoyLKWdu { color:#000000;display:block;width:25.625rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.125rem;left:0.625rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KHBV7Ff6unLPh88gK9Qvit4hnn0LoGIb { color:#000000;display:block;width:25.625rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:17.6875rem;left:0.625rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ae9Vx7ci1mT6XnCoNmHPOCqspLvrkky3 { color:#5f35fb;display:block;width:15.3125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:25.0625rem;left:0.5625rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(45deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(45deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(45deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(45deg, #5f35fb, #7b40f4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { background-color: transparent; background-image: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container > .video-iframe-container { display: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container { display: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .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); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { border-width: 0; border-radius: 0; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:60rem;position:relative;display:block; }#LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1125001907349rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9250001907349rem;left:10.3125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-form-header {  }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#ffffff;width:20.4375rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:20.4375rem;box-sizing:border-box;height:3.125rem;color:#ffffff;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:20.4375rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:20.4375rem;box-sizing:border-box;height:2.8125rem;color:#040404;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffc143;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.5625rem;margin-bottom:0.25rem;margin-left:2.5625rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:400;color:#5f35fb;width:15.3125rem;height:3.125rem;font-family:dosis;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ;font-style:normal; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:dosis;font-size:1.0625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:dosis;font-size:1.0625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:dosis;font-size:1.0625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:dosis;font-size:1.0625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:dosis;line-height:1.3;font-size:0.9375rem;font-weight:300;color:#ffffff;vertical-align:top;width:19.1875rem;overflow:hidden;font-style:normal;float:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:first-of-type{padding-top:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:last-of-type{padding-bottom:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:18.53125rem;top:8.5625rem;z-index:15005;position:absolute; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem;display:block;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS {display:block;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:18.53125rem;top:8.5625rem;z-index:15005;position:absolute; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #VgT2IHTkZxzzq50xgTZ6qSXP9VTfGJ6T { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #sifcgJlff4FZSphWF26aTf3u2M7tQAtN { position:relative;display:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #nccnCITXiTW74gTFay4be3KumlNVZcSZ { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #kyRDzcTACSTi6TeM2skCwperxQOCDX2J { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #TukKPqeLf0UIvXFTpIxLCgMydgO3NRny { position:relative;display:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J4ZwgRfzLRy7FOQ08ve0rNNSyA7hJ10B { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ZWQkiAoQX60yb69gu5GhbUOrtvKT9o2T { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #nLkZFhhLRtwvlDxSrnlG3GE57NO6NnMF { position:relative;display:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #tBEZVRZ54srORtJUWnieWK1may4knc8u { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #x9DpsPcXELVblLVpDFRb3yJmWMkEIrkw { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #AmIsVDxKZps03R9dVJTZUSzJZ6tIvC0O { position:relative;display:none; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #VkIh9NmetM81cTMp95qknlS8THpSyQAK { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #o53M8xA1fKLOefNk9nEGxQXXvRrUdItR { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #SPoSnc1rc4acyV83phxnW0bBLdLThOVy { position:relative;display:block; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #poBqLPmDRITooX0pKeg3xoAWsfv2qFvE { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #xLT5WXCogILbllACX0CmepAtyZZCOfvQ { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J7153oX8OU8XxWKilhzB9INeLtuXqCLk { position:relative;display:block; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #OiOHD7nAtPTgnD7LvDUZxT1ONMSfVynR { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ECoT145LSJAoyl5VeE6w8wdTZuaduc7e { position:relative; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #X8vx3qBaxwEZIM4r9vI1vFw4dNmN8CEz { position:relative; }
#OOqaXf0QQ0PPNwFKEy0HQbdXC29MDOQr { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:17.5rem;left:12.3125rem;overflow:hidden;display:block; }
#JTdpcKAXnX6odx60NXwPcIRCylB5fyLX { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:15.4375rem;left:7rem;overflow:hidden;display:block; }
#e5bnez3O3zFOa0bTQ88M7klKezdFrulJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:2.8250000476837rem;left:53.3125rem;overflow:hidden;display:block; }
#ozrWWAVBLHxKiZO5T1rJcR5SmvVyOcz0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:2.1124999523163rem;left:7.375rem;overflow:hidden;display:block; }
#mJyBytKOsEuBkSD5gsr4OPXX15PDRBIP { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:27.237499952316rem;left:50.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXem1tvvtA6OTnywv3sKTmFzowRtOvT7 { top:11.25rem;left:20.6875rem;width:27.0625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { top:8rem;left:0rem;width:45.4375rem;height:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { top:14.625rem;left:0rem;width:29rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:15.0625rem;height:3.4375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block; }
 }@media only screen and (max-width: 763px) { #Ph6kkaySquVRMCMKFKByG0dn7KIRxhT2 { width:5rem;height:3.4375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVG8Bcg1UXdTNxURJSpnLHnZZZVqXW3R { display:block; }
 }@media only screen and (max-width: 763px) { #HCw6Zodd9mhxs3TPLMtFs7b8DSnAUJxZ { width:5rem;height:3.4375rem;top:0.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ0cuXNicRm4m98dAd43hty86iiiFDnG { display:block; }
 }@media only screen and (max-width: 763px) { #GEAC9MH5e8Baea8hBXPGvwcEC5mJTNb9 { width:5rem;height:3.4375rem;top:0.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Fiax3VTF4algh42UgEpi9OAGDlKam7 { display:block; }
 }@media only screen and (max-width: 763px) { #VQ2LtJzoMGIFqFgecsN3Z6bKAecQUDAC { width:5.875rem;height:3.4375rem;top:0.8125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZvQhMxFUmQ6laKLBTKBkpEGuR1G9TVo { display:block; }
 }@media only screen and (max-width: 763px) { #vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { top:6.5rem;left:0rem;width:1.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { top:34.6875rem;left:7.5625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { top:11.25rem;left:36.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { top:18.5rem;left:18rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { top:8.1875rem;left:46.4375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJxGe81NUfFVWXuLqo4L6MCpJBaunvcz { top:28.4375rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
#VJxGe81NUfFVWXuLqo4L6MCpJBaunvcz > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #zgvZ6gtfWaL8KzPNc09TpyLqfMrwhvRc { top:28.1875rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
#zgvZ6gtfWaL8KzPNc09TpyLqfMrwhvRc > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }@media only screen and (max-width: 763px) { #CEVufqKvwU1epaqAU7B9c1BLC5xbC4rZ { width:5.8125rem;height:3.4375rem;top:0.8125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDPSkHbRitvCc3wNPWLq1Tlcig9Qd0mU { display:block; }
 }@media only screen and (max-width: 763px) { #t2hfSAZHLyzP6VG1OlWFyZC4kxO40MP5 { top:1.8125rem;left:43.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
#t2hfSAZHLyzP6VG1OlWFyZC4kxO40MP5 > img { max-width: 100%;max-height:100%; width:4.1875rem; height:4.1875rem; } }@media only screen and (max-width: 763px) { #ww8v13Bbr9gwPcS3ubZKbyxdwKXMQWl8 { display:block; }#ww8v13Bbr9gwPcS3ubZKbyxdwKXMQWl8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { top:1.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #auCfUETIMUVFph1Ks47wIHlM7wIGsKTK { display:block; }#auCfUETIMUVFph1Ks47wIHlM7wIGsKTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { top:3.5rem;left:5.6875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { top:3.0625rem;left:5.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpPRWpxDHzTUNpUxsuePqT0orOGWsiKU { top:3.625rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { top:9.125rem;left:0.625rem;width:14.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { top:11.25rem;left:0.625rem;width:14.625rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHcGA5QUicRDIauC2TXRIULURxfPQTTg { top:3.0625rem;left:21.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { top:9.125rem;left:16.375rem;width:14.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { top:11.25rem;left:16.4375rem;width:14.8125rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PId21HVFu92GM4oFT8IKwGsNwcE98V8X { top:3.6875rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SrTTuaprhCEhISeI1skaIBits07seq { top:3.0625rem;left:37.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { top:9.125rem;left:32.28125rem;width:14.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { top:11.25rem;left:32.28125rem;width:14.8125rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxrxAgpU0bOF26iMvf3kX73oqfrUraCp { top:3.6875rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { top:1.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { top:1.75rem;left:0rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or7hGB4xU0NABQLc2bDGECp4GnwfJ8cx { top:3.8125rem;left:0rem;width:25.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { top:5.5rem;left:0rem;width:25.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { top:7.6875rem;left:0rem;width:23.1875rem;height:;font-size:1.0625rem;display:block; }#bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip li:before{  }
 }@media only screen and (max-width: 763px) { #v2Gexu2T1OEeNUKVa1rW6dMszlKppNi7 { width:10.875rem;height:3.1875rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRcq9SfMNltr3F8UmT5DZv9UJEygV3PT { display:block; }
 }@media only screen and (max-width: 763px) { #NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { top:4.8125rem;left:16.9375rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { top:3rem;left:21.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { top:1.75rem;left:19rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTXcxw8gnfhXCAeHiMlr2462fuL7yPe { top:3.875rem;left:22.125rem;width:25.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { top:5.5625rem;left:22.5rem;width:25.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { top:9rem;left:23.875rem;width:23.0625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { top:5.125rem;left:46.3125rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQOlhshWMlKLXRrmMMFcN32eDWESRasK { top:3.125rem;left:41.375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdh1fstXg6SCPhD8l5AQLDA02lhsWVJS { width:10.875rem;height:3.1875rem;top:15.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrVKbvWmwqUlh9t1ZTTVt54D7KrMVT76 { display:block; }
 }@media only screen and (max-width: 763px) { #ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { top:1.0625rem;left:0rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNOVbRrPZMbkpbkL46RBuX4Un66KUHJV { top:3.25rem;left:0rem;width:24.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { top:4.875rem;left:0rem;width:24.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdI9ewuyhlUBLJIfESykX86k9WfLb47R { top:7.0625rem;left:0rem;width:23.1875rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { top:3.0625rem;left:21.9375rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { top:3.1875rem;left:15.75rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #giU3fwzyfXbA7eUtI4TebXrlggyHHfLO { width:10.75rem;height:3.0625rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOMuZvyh5mbhyvaVBv4ffr38VTDSwckn { display:block; }
 }@media only screen and (max-width: 763px) { #ePzzTfP3T8hTR1bEanWUu9x9STMKhmDc { top:1.125rem;left:19rem;width:28.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVkTawN0UQTrvhvyWmN9LWkGs58pke4p { top:3.3125rem;left:20.75rem;width:27rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weF6MNqRzM0nScIF7BXE18xr6EEM1pXm { top:5rem;left:21rem;width:26.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f270b7PDTcvP3pxF022136ZHAgmJGlvo { top:7.1875rem;left:23.875rem;width:23.1875rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNcmTsVfDL3DmFsfEN07b3Dbq4pUr7uM { width:10.625rem;height:2.9375rem;top:14.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzQcO9OTsm4InxmdmttWwDLJTThvglWG { display:block; }
 }@media only screen and (max-width: 763px) { #k0hfaOyrfKT4vFgAfAWNu8z6FOmRiVPv { top:13rem;left:41.25rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sglQiDXMFhmyg54ZHJnOA1Eizn70ZXfs { top:8.875rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTK95r2eEVccKUO94sxKaGKhAOAdixRT { top:3.8125rem;left:0rem;width:23.6875rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX9prLRUR5RglyTVk8yLfoRI2n2EmTrU { top:6.5625rem;left:0rem;width:24rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { top:4.25rem;left:18.875rem;width:28.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { top:7.0625rem;left:22.125rem;width:25.625rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { top:16.0625rem;left:23.875rem;width:7.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { top:18.4375rem;left:23.875rem;width:5.375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { top:18.5rem;left:31.25rem;width:7.1875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { top:16.0625rem;left:31.25rem;width:6.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { top:18.625rem;left:41.5rem;width:5.0625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { top:16.25rem;left:40.3125rem;width:6.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynH1pF4SEniKd9M1rrhCezImSsQSwBkT { width:11.875rem;height:3rem;top:23rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwx43LIkT2Bp1UBtMwxDeU7OEqNsQKAF { display:block; }
 }@media only screen and (max-width: 763px) { #TiwK0sLiSowuSmrqDJa3Tu1P7nQlN5nw { top:2.4375rem;left:0rem;width:1.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIRLyFLMWuBWvFpMTlDr8R770D9ot3Jt { top:13.4375rem;left:38.674999237061rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui7DgmXEkUm3nFTZAqruBHOrOCyDTZAx { display:block; }#ui7DgmXEkUm3nFTZAqruBHOrOCyDTZAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrRgNDAWlJZ9Ttc6AsbOTpENk9CCdQqB { top:4.1875rem;left:18.875rem;width:28.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8WSpfTqbE9KZoa7d8IIoanyQf4qEGyr { top:7rem;left:22.125rem;width:25.625rem;height:;font-size:1.0625rem;display:block; }#P8WSpfTqbE9KZoa7d8IIoanyQf4qEGyr li:before{  }
 }@media only screen and (max-width: 763px) { #b2nDmpAxxmn7MLiMcJADst93fQHk4THl { top:4.25rem;left:0rem;width:28.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLViKgIoTyMMam4Mz13QdiCUT8fyvdqR { top:18.625rem;left:8.625rem;width:3rem;height:3rem;display:block; }
#oLViKgIoTyMMam4Mz13QdiCUT8fyvdqR > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #rr9uITTLLARh0GDXeVrE9qJJsxyaJhCb { width:10.4375rem;height:2.875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUrMq4LCbFona9Z0sAlhSEPWXOzWaoQ { display:block; }
 }@media only screen and (max-width: 763px) { #ufJ1SpoQgtmNT2RkPOzilgv9mymhwJOc { top:1.25rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJANS3KydqQJ2Mzx2iAM3NQv96LzcGoN { top:12.5rem;left:37.687503814698rem;width:1.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyuqcM3ze96qLyubkIL8eWetsxvEd8g8 { top:2.5rem;left:34.9375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOOyFH9IvpSRHbN6BkLaDlyNb3VqZZT8 { top:21.6875rem;left:13.125rem;width:1.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQvAyZ0NgB6vORzTB4ZxeKtQTJi1hBuB { top:7.375rem;left:0rem;width:25.625rem;height:;font-size:1.0625rem;display:block; }#DQvAyZ0NgB6vORzTB4ZxeKtQTJi1hBuB li:before{  }
 }@media only screen and (max-width: 763px) { #kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { display:block; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIq4LGPgE8nCpoqDJD0ax1WJ40hOztAq { top:1.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkbZlcrosLC73J5Ut8rkLd5rsc0oTcpG { display:block; }#vkbZlcrosLC73J5Ut8rkLd5rsc0oTcpG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZMdnekVmBdcff7gd43maw08dgpTcG2u { top:1.3125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XigBfQUFvJv0HKJsGFZs6iCbE9BmdkSZ { top:6.625rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAm2iwVTSyTsFXmprRTnv6qRN2DefHrx { top:6.625rem;left:11.25rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEDmJGOlImWKncEBXUhWFNRHJoSUn6kM { top:6.625rem;left:25.1875rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KufT0ULv58tMgzDXLOKZGoK7uxwAuPDJ { top:6.625rem;left:37.5rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ4OckTTDGZqa5Unh1xikLv1PQBFhga6 { top:15.625rem;left:0rem;width:11rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2p3xBZ9hFGTkah1C6yUmOcbNLBRVGc8 { top:15.625rem;left:10.875rem;width:11rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuQE6zEQM9RQwiTvohxKZROykR427dUH { top:15.625rem;left:24.8125rem;width:11rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSzWyx4gTTn3oIAwlzZQDwgHHU1qK4FJ { top:15.625rem;left:36.75rem;width:11rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynolauvQdaE9WnM86rwe23ny0nfgF9aL { display:block; }#ynolauvQdaE9WnM86rwe23ny0nfgF9aL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGmlBXGaI7coTgGg0cnHVqMziOHPRL3B { top:1.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5vdDZ2RJlMu4piWIBWgTnLNdwcZPha1 { top:5.1875rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmKlItk4SBaRxbgZs0utog9yuLR5QHZE { display:block; }#fmKlItk4SBaRxbgZs0utog9yuLR5QHZE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CM3aCtTD1dICbLG9IbeIi4a45Z5qE8Mp { top:0rem;left:0rem;width:47.75rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDxUMZGaRSADW3T2508TUS8V9Ht1TgTp { display:block; }#gDxUMZGaRSADW3T2508TUS8V9Ht1TgTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmwNmATrWb1LnMxfheRcTgQc4EUuItZK { top:2.3125rem;left:18.875rem;width:28.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLz9kxOmVqvbPkNQFbO6mWIBKVEuaiRe { top:5.125rem;left:22.125rem;width:25.625rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHGeDroiVohCo5oDmtvhHPObUmEJdm5C { width:11.875rem;height:3rem;top:11.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDI9P7EIhQuc2DwTBwOleGZVBSIAStDu { display:block; }
 }@media only screen and (max-width: 763px) { #V2vq73TDe6izouUvkTi8lQVmFvTafzhg { top:12.1875rem;left:0rem;width:15.3125rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqUpOvDh238nK3pRGyflOEE28Mf8o8VI { top:2.3125rem;left:0rem;width:28.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bumr1xoVg5tdrVDS0wcIwGTcEAlkTS2J { top:30.5rem;left:7.9375rem;width:3rem;height:3rem;display:block; }
#bumr1xoVg5tdrVDS0wcIwGTcEAlkTS2J > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #JLIHw1UWBmo7FI5zP7xAWpTEmmHLFk0x { width:10.375rem;height:2.8125rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESsJAwvMoTS4kiA9Iq2TTCxRC2THSqcE { display:block; }
 }@media only screen and (max-width: 763px) { #wgGJz9WpLovv5dmW9RohIgmsEoyLKWdu { top:5.125rem;left:0rem;width:25.625rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHBV7Ff6unLPh88gK9Qvit4hnn0LoGIb { top:17.6875rem;left:0rem;width:25.625rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae9Vx7ci1mT6XnCoNmHPOCqspLvrkky3 { top:25.0625rem;left:0rem;width:15.3125rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { top:2.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { top:5.875rem;left:4.1875rem;width:39.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-button { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.5625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-checkbox-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS  { width:20.4375rem;height:auto;top:8.5625rem;left:12.40625rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS {display:block;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS { width:20.4375rem;height:auto;top:8.5625rem;left:12.40625rem; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #VgT2IHTkZxzzq50xgTZ6qSXP9VTfGJ6T {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #sifcgJlff4FZSphWF26aTf3u2M7tQAtN {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #nccnCITXiTW74gTFay4be3KumlNVZcSZ {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #kyRDzcTACSTi6TeM2skCwperxQOCDX2J {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #TukKPqeLf0UIvXFTpIxLCgMydgO3NRny { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J4ZwgRfzLRy7FOQ08ve0rNNSyA7hJ10B {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ZWQkiAoQX60yb69gu5GhbUOrtvKT9o2T {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #nLkZFhhLRtwvlDxSrnlG3GE57NO6NnMF { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #tBEZVRZ54srORtJUWnieWK1may4knc8u {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #x9DpsPcXELVblLVpDFRb3yJmWMkEIrkw {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #AmIsVDxKZps03R9dVJTZUSzJZ6tIvC0O { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #VkIh9NmetM81cTMp95qknlS8THpSyQAK {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #o53M8xA1fKLOefNk9nEGxQXXvRrUdItR {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #SPoSnc1rc4acyV83phxnW0bBLdLThOVy {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #poBqLPmDRITooX0pKeg3xoAWsfv2qFvE {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #xLT5WXCogILbllACX0CmepAtyZZCOfvQ {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J7153oX8OU8XxWKilhzB9INeLtuXqCLk {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #OiOHD7nAtPTgnD7LvDUZxT1ONMSfVynR {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ECoT145LSJAoyl5VeE6w8wdTZuaduc7e {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #X8vx3qBaxwEZIM4r9vI1vFw4dNmN8CEz {  }
 }@media only screen and (max-width: 763px) { #OOqaXf0QQ0PPNwFKEy0HQbdXC29MDOQr { top:17.4375rem;left:6.1875rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTdpcKAXnX6odx60NXwPcIRCylB5fyLX { top:15.375rem;left:0.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5bnez3O3zFOa0bTQ88M7klKezdFrulJ { top:2.8125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozrWWAVBLHxKiZO5T1rJcR5SmvVyOcz0 { top:2.0625rem;left:1.25rem;width:1.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJyBytKOsEuBkSD5gsr4OPXX15PDRBIP { top:27.1875rem;left:44.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/WXeCrn7k/background1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXem1tvvtA6OTnywv3sKTmFzowRtOvT7 { width:16.5625rem;height:16.5625rem;top:21.862501144409rem;left:1.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { width:16.375rem;height:4.548825rem;top:8.1875rem;left:1.8125000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { width:13.5625rem;height:8.28515625rem;top:13.625rem;left:3.2187502980233rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:13.1875rem;height:3.4375rem;top:38.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block; }
 }@media only screen and (max-width: 763px) { #Ph6kkaySquVRMCMKFKByG0dn7KIRxhT2 { width:5rem;height:3.4375rem;top:0rem;left:0.050000011920929rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVG8Bcg1UXdTNxURJSpnLHnZZZVqXW3R { display:block; }
 }@media only screen and (max-width: 763px) { #HCw6Zodd9mhxs3TPLMtFs7b8DSnAUJxZ { width:5rem;height:3.4375rem;top:0rem;left:7.4999998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ0cuXNicRm4m98dAd43hty86iiiFDnG { display:block; }
 }@media only screen and (max-width: 763px) { #GEAC9MH5e8Baea8hBXPGvwcEC5mJTNb9 { width:5rem;height:3.4375rem;top:3.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Fiax3VTF4algh42UgEpi9OAGDlKam7 { display:block; }
 }@media only screen and (max-width: 763px) { #VQ2LtJzoMGIFqFgecsN3Z6bKAecQUDAC { width:5.375rem;height:3.4375rem;top:3.4375rem;left:14.499999821186rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZvQhMxFUmQ6laKLBTKBkpEGuR1G9TVo { display:block; }
 }@media only screen and (max-width: 763px) { #vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { width:1.375rem;height:1.3125rem;top:11.47500038147rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { width:0.875rem;height:0.9375rem;top:15.987500190735rem;left:1.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { width:1.1875rem;height:1.1875rem;top:20.72500038147rem;left:16.237500011921rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { width:0.625rem;height:0.625rem;top:12.737500190735rem;left:15.562500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { width:0.375rem;height:0.3125rem;top:16.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJxGe81NUfFVWXuLqo4L6MCpJBaunvcz { display:flex;width:2.0625rem;height:2.0625rem;top:43.75rem;left:6.375rem; }
#VJxGe81NUfFVWXuLqo4L6MCpJBaunvcz > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #zgvZ6gtfWaL8KzPNc09TpyLqfMrwhvRc { display:flex;width:2.1875rem;height:2.1875rem;top:43.6875rem;left:11.3125rem; }
#zgvZ6gtfWaL8KzPNc09TpyLqfMrwhvRc > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #CEVufqKvwU1epaqAU7B9c1BLC5xbC4rZ { width:5.8125rem;height:3.4375rem;top:3.4375rem;left:6.9375002980231rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDPSkHbRitvCc3wNPWLq1Tlcig9Qd0mU { display:block; }
 }@media only screen and (max-width: 763px) { #t2hfSAZHLyzP6VG1OlWFyZC4kxO40MP5 { display:flex;width:2.625rem;height:2.625rem;top:0.40625rem;left:15.706250011921rem; }
#t2hfSAZHLyzP6VG1OlWFyZC4kxO40MP5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #ww8v13Bbr9gwPcS3ubZKbyxdwKXMQWl8 { display:block; }#ww8v13Bbr9gwPcS3ubZKbyxdwKXMQWl8 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { width:20rem;height:4.548825rem;top:0.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #auCfUETIMUVFph1Ks47wIHlM7wIGsKTK { display:block; }#auCfUETIMUVFph1Ks47wIHlM7wIGsKTK > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { width:3.5rem;height:3.5rem;top:2.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { width:4.375rem;height:4.375rem;top:2.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpPRWpxDHzTUNpUxsuePqT0orOGWsiKU { display:flex;width:3.125rem;height:3.125rem;top:2.7500004768372rem;left:8.4374998211863rem; }
 }@media only screen and (max-width: 763px) { #tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { width:19.625rem;height:1.625rem;top:7rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { width:14.625rem;height:4.142575rem;top:8.9375rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHcGA5QUicRDIauC2TXRIULURxfPQTTg { width:4.375rem;height:4.375rem;top:15.5rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { width:19.25rem;height:1.625rem;top:20.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { width:14.8125rem;height:4.142575rem;top:22.4375rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PId21HVFu92GM4oFT8IKwGsNwcE98V8X { display:flex;width:3.125rem;height:3.125rem;top:16.125000476837rem;left:8.4374998211863rem; }
 }@media only screen and (max-width: 763px) { #P1SrTTuaprhCEhISeI1skaIBits07seq { width:4.375rem;height:4.375rem;top:28.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { width:18.9375rem;height:1.625rem;top:33.75rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { width:14.8125rem;height:4.142575rem;top:35.75rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxrxAgpU0bOF26iMvf3kX73oqfrUraCp { display:flex;width:3.125rem;height:3.125rem;top:29.312500476837rem;left:8.4374998211863rem; }
 }@media only screen and (max-width: 763px) { #ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { width:20rem;height:2.4375rem;top:1.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { width:19.375rem;height:18.375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #or7hGB4xU0NABQLc2bDGECp4GnwfJ8cx { width:16.625rem;height:1.38125rem;top:3.35546875rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { width:17.25rem;height:1.625rem;top:5.0546875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { width:16.75rem;height:5.40625rem;top:7.23046875rem;left:1.875rem;font-size:1.0625rem;display:block; }#bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip li:before{  }
 }@media only screen and (max-width: 763px) { #v2Gexu2T1OEeNUKVa1rW6dMszlKppNi7 { width:9.625rem;height:2.875rem;top:15.83046913147rem;left:1.9375001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRcq9SfMNltr3F8UmT5DZv9UJEygV3PT { display:block; }
 }@media only screen and (max-width: 763px) { #NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { width:1.4375rem;height:1.5rem;top:16.33046913147rem;left:17.187500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { width:1.75rem;height:1.75rem;top:13.95546913147rem;left:13.562500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { width:19.375rem;height:18.375rem;top:20.78750038147rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTXcxw8gnfhXCAeHiMlr2462fuL7yPe { width:16.6875rem;height:1.38125rem;top:22.6875rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { width:18rem;height:1.625rem;top:24.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { width:16.375rem;height:4.78125rem;top:26.5625rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { width:1.4375rem;height:1.5rem;top:36.0625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQOlhshWMlKLXRrmMMFcN32eDWESRasK { width:1.75rem;height:1.75rem;top:33.892189025879rem;left:16.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdh1fstXg6SCPhD8l5AQLDA02lhsWVJS { width:9.625rem;height:2.875rem;top:35.26718711853rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrVKbvWmwqUlh9t1ZTTVt54D7KrMVT76 { display:block; }
 }@media only screen and (max-width: 763px) { #ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { width:19.375rem;height:22.5625rem;top:0.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNOVbRrPZMbkpbkL46RBuX4Un66KUHJV { width:16.5rem;height:1.38125rem;top:3.0625rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { width:17.625rem;height:1.625rem;top:4.6875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdI9ewuyhlUBLJIfESykX86k9WfLb47R { width:17.25rem;height:9.5625rem;top:6.875rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { width:1.4375rem;height:1.5rem;top:17.75rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { width:1.75rem;height:1.75rem;top:16.1875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giU3fwzyfXbA7eUtI4TebXrlggyHHfLO { width:9.525rem;height:2.775rem;top:18.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOMuZvyh5mbhyvaVBv4ffr38VTDSwckn { display:block; }
 }@media only screen and (max-width: 763px) { #ePzzTfP3T8hTR1bEanWUu9x9STMKhmDc { width:19.375rem;height:18.375rem;top:24.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVkTawN0UQTrvhvyWmN9LWkGs58pke4p { width:16.3125rem;height:1.38125rem;top:26.8125rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weF6MNqRzM0nScIF7BXE18xr6EEM1pXm { width:15.875rem;height:1.625rem;top:28.5rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f270b7PDTcvP3pxF022136ZHAgmJGlvo { width:16.9375rem;height:7.96875rem;top:30.6875rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNcmTsVfDL3DmFsfEN07b3Dbq4pUr7uM { width:9.625rem;height:2.875rem;top:39rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzQcO9OTsm4InxmdmttWwDLJTThvglWG { display:block; }
 }@media only screen and (max-width: 763px) { #k0hfaOyrfKT4vFgAfAWNu8z6FOmRiVPv { width:1.4375rem;height:1.5rem;top:38.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sglQiDXMFhmyg54ZHJnOA1Eizn70ZXfs { width:1.75rem;height:1.75rem;top:40.5rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTK95r2eEVccKUO94sxKaGKhAOAdixRT { width:15.875rem;height:13.5rem;top:21.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX9prLRUR5RglyTVk8yLfoRI2n2EmTrU { width:17.125rem;height:17.125rem;top:20.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { width:20rem;height:2.4375rem;top:1.4242188930511rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { width:18.125rem;height:7.96875rem;top:4.7054688930511rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #giJoQe2AW76od8VVvWNqtTO9K3MOgc95 { width:6.8125rem;height:2.4375rem;top:13.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbzyZaOqFyvwhXXrPRWr4tVFegROBgGc { width:5.375rem;height:2.3984375rem;top:17.125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iybQUL4ddOn9o2QVwONTbgVtXWRZrz2n { width:6.0625rem;height:3.59765625rem;top:17.125rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4suoOQqT0MHXT8nP2fgTNWvPmdBMmJe { width:6.125rem;height:2.4375rem;top:13.937499523163rem;left:7.4999998211863rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLH4k0EPBZUxv1bLrTdunS0K6BwJ3UsU { width:4.5rem;height:1.2rem;top:17.125rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdgMaS3cU0ZaVcz9f3gAJA3kTlCGVlsR { width:6.125rem;height:2.4375rem;top:13.937499523163rem;left:13.874999821186rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynH1pF4SEniKd9M1rrhCezImSsQSwBkT { width:14.625rem;height:3rem;top:37.562500953674rem;left:2.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwx43LIkT2Bp1UBtMwxDeU7OEqNsQKAF { display:block; }
 }@media only screen and (max-width: 763px) { #TiwK0sLiSowuSmrqDJa3Tu1P7nQlN5nw { width:1.1875rem;height:1.125rem;top:0.81250071525575rem;left:1.6250000596046rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QIRLyFLMWuBWvFpMTlDr8R770D9ot3Jt { width:1.5rem;height:1.5rem;top:11.22421836853rem;left:18.500000774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui7DgmXEkUm3nFTZAqruBHOrOCyDTZAx { display:block; }#ui7DgmXEkUm3nFTZAqruBHOrOCyDTZAx > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrRgNDAWlJZ9Ttc6AsbOTpENk9CCdQqB { width:19.1875rem;height:1.7875rem;top:2.0000047683716rem;left:0.81250005960463rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8WSpfTqbE9KZoa7d8IIoanyQf4qEGyr { width:18.125rem;height:14.9375rem;top:5rem;left:0.93750005960463rem;font-size:1.0625rem;display:block; }#P8WSpfTqbE9KZoa7d8IIoanyQf4qEGyr li:before{  }
 }@media only screen and (max-width: 763px) { #b2nDmpAxxmn7MLiMcJADst93fQHk4THl { width:19.25rem;height:1.7871125rem;top:23.375000953674rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLViKgIoTyMMam4Mz13QdiCUT8fyvdqR { display:flex;width:3rem;height:3rem;top:37.375rem;left:13.375rem; }
#oLViKgIoTyMMam4Mz13QdiCUT8fyvdqR > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #rr9uITTLLARh0GDXeVrE9qJJsxyaJhCb { width:10.5625rem;height:3rem;top:37.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUrMq4LCbFona9Z0sAlhSEPWXOzWaoQ { display:block; }
 }@media only screen and (max-width: 763px) { #ufJ1SpoQgtmNT2RkPOzilgv9mymhwJOc { width:1.5625rem;height:1.625rem;top:34.4375rem;left:14.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #fJANS3KydqQJ2Mzx2iAM3NQv96LzcGoN { width:1.4375rem;height:1.4375rem;top:2rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyuqcM3ze96qLyubkIL8eWetsxvEd8g8 { width:1.4375rem;height:1.4375rem;top:8.8125004768369rem;left:13.374999821186rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOOyFH9IvpSRHbN6BkLaDlyNb3VqZZT8 { width:1.1875rem;height:1.125rem;top:21.006250023842rem;left:6.3750002980231rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DQvAyZ0NgB6vORzTB4ZxeKtQTJi1hBuB { width:19.3125rem;height:9.21875rem;top:26.8125rem;left:0.5625rem;font-size:1.0625rem;display:block; }#DQvAyZ0NgB6vORzTB4ZxeKtQTJi1hBuB li:before{  }
 }@media only screen and (max-width: 763px) { #kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { display:block; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIq4LGPgE8nCpoqDJD0ax1WJ40hOztAq { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkbZlcrosLC73J5Ut8rkLd5rsc0oTcpG { display:block; }#vkbZlcrosLC73J5Ut8rkLd5rsc0oTcpG > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZMdnekVmBdcff7gd43maw08dgpTcG2u { width:20rem;height:6.375rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XigBfQUFvJv0HKJsGFZs6iCbE9BmdkSZ { width:8.875rem;height:8.875rem;top:8.9484381675719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAm2iwVTSyTsFXmprRTnv6qRN2DefHrx { width:8.875rem;height:8.875rem;top:8.9492182731631rem;left:10.962500393391rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEDmJGOlImWKncEBXUhWFNRHJoSUn6kM { width:8.75rem;height:8.75rem;top:20.999999523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KufT0ULv58tMgzDXLOKZGoK7uxwAuPDJ { width:8.875rem;height:8.875rem;top:21.000000476837rem;left:10.962500393391rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ4OckTTDGZqa5Unh1xikLv1PQBFhga6 { width:8.9375rem;height:1.3125rem;top:17.923438549042rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2p3xBZ9hFGTkah1C6yUmOcbNLBRVGc8 { width:8.875rem;height:1.3125rem;top:17.923438549042rem;left:10.999999821186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuQE6zEQM9RQwiTvohxKZROykR427dUH { width:8.875rem;height:1.3125rem;top:29.849999904633rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSzWyx4gTTn3oIAwlzZQDwgHHU1qK4FJ { width:9rem;height:1.3125rem;top:29.849999904633rem;left:10.874999821186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynolauvQdaE9WnM86rwe23ny0nfgF9aL { display:block; }#ynolauvQdaE9WnM86rwe23ny0nfgF9aL > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGmlBXGaI7coTgGg0cnHVqMziOHPRL3B { width:20rem;height:2.4375rem;top:2.5625002384186rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5vdDZ2RJlMu4piWIBWgTnLNdwcZPha1 { width:20rem;height:5.361325rem;top:6.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmKlItk4SBaRxbgZs0utog9yuLR5QHZE { display:block; }#fmKlItk4SBaRxbgZs0utog9yuLR5QHZE > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CM3aCtTD1dICbLG9IbeIi4a45Z5qE8Mp { width:20rem;height:10.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDxUMZGaRSADW3T2508TUS8V9Ht1TgTp { display:block; }#gDxUMZGaRSADW3T2508TUS8V9Ht1TgTp > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmwNmATrWb1LnMxfheRcTgQc4EUuItZK { width:19.1875rem;height:1.7875rem;top:1.0625rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLz9kxOmVqvbPkNQFbO6mWIBKVEuaiRe { width:18.125rem;height:6.375rem;top:3.8125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHGeDroiVohCo5oDmtvhHPObUmEJdm5C { width:11.875rem;height:3rem;top:11.75rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDI9P7EIhQuc2DwTBwOleGZVBSIAStDu { display:block; }
 }@media only screen and (max-width: 763px) { #V2vq73TDe6izouUvkTi8lQVmFvTafzhg { width:16rem;height:2.3984375rem;top:32.086718559265rem;left:0.50000005960464rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqUpOvDh238nK3pRGyflOEE28Mf8o8VI { width:20rem;height:1.7875rem;top:19.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bumr1xoVg5tdrVDS0wcIwGTcEAlkTS2J { display:flex;width:3rem;height:3rem;top:52.5rem;left:10.875rem; }
#bumr1xoVg5tdrVDS0wcIwGTcEAlkTS2J > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #JLIHw1UWBmo7FI5zP7xAWpTEmmHLFk0x { width:10.4375rem;height:2.875rem;top:52.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESsJAwvMoTS4kiA9Iq2TTCxRC2THSqcE { display:block; }
 }@media only screen and (max-width: 763px) { #wgGJz9WpLovv5dmW9RohIgmsEoyLKWdu { width:19.0625rem;height:7.96875rem;top:23.0625rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHBV7Ff6unLPh88gK9Qvit4hnn0LoGIb { width:19rem;height:7.96875rem;top:38.59375rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae9Vx7ci1mT6XnCoNmHPOCqspLvrkky3 { width:15.3125rem;height:2.3984375rem;top:47.5625rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { width:20rem;height:2.4375rem;top:1.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { width:17.375rem;height:2.7625rem;top:4.3992185592651rem;left:1.3125001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-form-header {  }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#ffffff;width:17.5rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#ffffff;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:#d9d9d9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#000000;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffc143;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#5f35fb;width:13.125rem;height:3.25rem;font-family:dosis;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ;font-style:normal; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:quicksand;font-size:0.9375rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:quicksand;font-size:0.9375rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:quicksand;font-size:0.9375rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:quicksand;font-size:0.9375rem; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .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:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:first-of-type{padding-top:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-container:last-of-type{padding-bottom:0;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:8.6609375476837rem;z-index:15001; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS {display:block;}#ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:8.6609375476837rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #VgT2IHTkZxzzq50xgTZ6qSXP9VTfGJ6T {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #sifcgJlff4FZSphWF26aTf3u2M7tQAtN {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #nccnCITXiTW74gTFay4be3KumlNVZcSZ {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #kyRDzcTACSTi6TeM2skCwperxQOCDX2J {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #TukKPqeLf0UIvXFTpIxLCgMydgO3NRny { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J4ZwgRfzLRy7FOQ08ve0rNNSyA7hJ10B {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ZWQkiAoQX60yb69gu5GhbUOrtvKT9o2T {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #nLkZFhhLRtwvlDxSrnlG3GE57NO6NnMF { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #tBEZVRZ54srORtJUWnieWK1may4knc8u {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #x9DpsPcXELVblLVpDFRb3yJmWMkEIrkw {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #AmIsVDxKZps03R9dVJTZUSzJZ6tIvC0O { display:none; }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #VkIh9NmetM81cTMp95qknlS8THpSyQAK {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #o53M8xA1fKLOefNk9nEGxQXXvRrUdItR {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #SPoSnc1rc4acyV83phxnW0bBLdLThOVy {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #poBqLPmDRITooX0pKeg3xoAWsfv2qFvE {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #xLT5WXCogILbllACX0CmepAtyZZCOfvQ {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #J7153oX8OU8XxWKilhzB9INeLtuXqCLk {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #OiOHD7nAtPTgnD7LvDUZxT1ONMSfVynR {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #ECoT145LSJAoyl5VeE6w8wdTZuaduc7e {  }
 }@media only screen and (max-width: 763px) { #ZtqdKS5t8yhxSpcnNe7f2BRhCweoC6cS #X8vx3qBaxwEZIM4r9vI1vFw4dNmN8CEz {  }
 }@media only screen and (max-width: 763px) { #OOqaXf0QQ0PPNwFKEy0HQbdXC29MDOQr { width:1.4375rem;height:1.5rem;top:7.160937309265rem;left:16.550000011921rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTdpcKAXnX6odx60NXwPcIRCylB5fyLX { width:1.75rem;height:1.75rem;top:5.9617187976837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5bnez3O3zFOa0bTQ88M7klKezdFrulJ { width:1.75rem;height:1.75rem;top:0.54999971389771rem;left:17.937500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozrWWAVBLHxKiZO5T1rJcR5SmvVyOcz0 { width:1.4375rem;height:1.5rem;top:45.093749284744rem;left:18.562500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJyBytKOsEuBkSD5gsr4OPXX15PDRBIP { width:1.75rem;height:1.75rem;top:42.362500190735rem;left:0.56250005960464rem;display:block; }
 }