.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#040c1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:65.125rem;width:75rem;overflow:visible;position:relative;display:block; }#Omu2ZpqTz1iUknXzi0aPQ10JI9L9JbFE { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.018750190735rem;left:0rem;height:4.0625rem;font-style:normal;display:block; }
#WCCbD4yf4uwGJKG8npOqGxfJGZlciWH3 { color:#ffffff;display:block;width:46.6875rem;position:absolute;font-family:gilroy;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.25rem;left:0rem;height:14.625rem;font-style:normal;display:block; }
#Hd7G14BzeosxZ2x4mE8XBaGb9cnHxeEg { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:34.25rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#CqQcbs5QCs9P4cbMfbAnK64WTZizlrfC { 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:2.1875rem;width:10.4375rem;top:2.8125rem;left:-4.8282934131736rem;overflow:hidden;display:block; }
#NkrcZNgcuVCFL2nKyBLOOpdtwamgDn3I { box-sizing:content-box;height:0.1875rem;width:8.4375rem;position:absolute;display:block;z-index:15010;background-color:#f31e42;background-image:none;top:15.0625rem;left:0rem;display:block; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-form-header {  }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:19.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-input-text {padding-top: 0; padding-bottom: 0;}#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-input-select {padding-top: 0; padding-bottom: 0;}#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#f31e42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#ffffff;width:19.9375rem;height:3.75rem;font-family:gilroy;overflow:hidden; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO [class*="-text"]:-moz-placeholder { color:#787878;font-family:gilroy;font-size:0.875rem; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO [class*="-text"]::-moz-placeholder { color:#787878;font-family:gilroy;font-size:0.875rem; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO [class*="-text"]:-ms-input-placeholder { color:#787878;font-family:gilroy;font-size:0.875rem; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO [class*="-text"]::-webkit-input-placeholder { color:#787878;font-family:gilroy;font-size:0.875rem; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:18.5625rem;overflow:hidden;font-style:normal; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .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; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-container:first-of-type{padding-top:0;}#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-container:last-of-type{padding-bottom:0;}#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.25rem;left:52.5625rem; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.9375rem; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO {display:block;}#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.25rem;left:52.5625rem; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #ycStcWewHd0ZMFQXbXmye0rsTmXtz6My { position:relative; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #KoKrW0lT1gqSHN6o1zKCozQil4MlgqDG { position:relative;display:block; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #mubJGcVJ8f8npXBCQyfkyOhIzkqC3251 { position:relative; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #PEuKVpr2iGzBVt3TZLH5cRP6lKiTUguB { position:relative; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #moUmT9IRQ4oDfH919C4kTsJ2JNmuTVlv { position:relative;display:block; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #mio3puwskpshFuSJBT4ifITdT7DZGTFo { position:relative; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #bPiqAO2V0TyRdE6Qrt1QifM5k3ByzrWM { position:relative; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #N5yvWvloe0ScmbgJcPFTd0QEcCVRiUP9 { position:relative;display:block; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #ZM9VKx5mE2haIrxPWAai80mMw3cM0woP { position:relative; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #dpm1eFZZg9qALTpkbShlw8lnTzJbOhJ2 { position:relative; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #XcycnwTLN1t0cK5qOJKMCho2M2x8AvoI { position:relative;display:block; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #ryuudwqb8RVKLSw8TJp98cr61s3uL0lR { position:relative; }
#P3JB2OyhgwxohecaGvR2S4EgbwhBSyRD { position:relative;display:block; }
#JaVDJedXxPcBpQUChfWqxHokbcieTrHm { position:relative;display:block; }
#KaGN1ZFTvuJvLsBhnIJoGHXCvf9niEWO { position:relative;display:block; }
#Tyrcgd9ssak0Hei8dcCnlnso9S1youOD { position:relative;display:block; }
#GTaeSTS8yMdc2nA08oFFhQd3lbuhVNGo { position:relative;display:block; }
#J4sRSCNVmuQ3CcdBb1fxmmDSOTLgFrZz { position:relative;display:block; }
#zy1gRVgTVtxk3aTihMUzBJR1MTsaQLGH { position:relative;display:block; }
#ceAVcfoRppuuTU3UH2w6RPLO3tTECrDw { position:relative;display:block; }
#bt4TkNEqmOqsqUVKaf3BEIpw4qyEE5Ex { position:relative;display:block; }
#WfoKcRbeL3P46OGMfyhFXgmlQZvHyvA4 { position:relative;display:block; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #AR73rxFzLZL4VSdeKINeiOKGF96qsg9R { position:relative; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #TB1y6hllXEAT4KFIrATAJqeZyMNnve7d { position:relative; }
#oToT7dpWvPg2ntL2Tc3p0hVsrpdJBTwl { position:absolute;display:block;z-index:14999;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:52.1875rem;width:46.25rem;top:12.9375rem;left:50.417969703674rem;overflow:hidden;display:block; }
#SDV1c3TsIhFvNLGR51Dds2HTva6672eo { color:#ffffff;display:block;width:18rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.050000190735rem;left:54.781250953674rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f31e42;background-image:none;color:#ffffff;padding-top:0.816875rem;padding-right:0.713125rem;padding-bottom:0.816875rem;padding-left:0.713125rem;display:block;align-items:center;width:4.2775rem;min-width:4.2775rem;height:4.3925rem;position:relative;font-family:gilroy;font-size:3.269375rem;font-weight:700;line-height:70.28px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.510625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.703125rem;height:1.73625rem;position:relative;font-family:gilroy;font-size:1.22625rem;font-weight:400;line-height:27.78px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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;box-shadow: none;display:flex;justify-content:space-between;width:26.8125rem;height:8.273125rem;padding-top:1.021875rem;padding-right:1.018125rem;padding-bottom:1.021875rem;padding-left:1.018125rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:50.874217987061rem;left:22.792969703674rem;z-index:15012; }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #XBc8XN7k4qBzDpA3DAqogMUrUqSJuQwR { display:flex;position:relative;top:0rem;left:0rem; }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #LDvo3lfSpaBde1QSUBI1fl3zGhDhfm5r { width:auto; }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #bLTvsGbgVaDSQa4kOH5xE9VbQbcRLopm {  }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #T7k35ilaqogTW3y0aZAKelOl1RdErZXQ { display:flex;position:relative;top:0rem;left:0rem; }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #eXr2niIBdkBDQlGE9on6Fwr6qMFmpkdA {  }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #oCwBJLMkiGWmTVOcBAumv7XQKRQe3rP9 {  }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #lwQaXG0aNRyr5vv7CJtRXBTGscdcogX1 { display:flex;position:relative;top:0rem;left:0rem; }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #ZhmJHMbcQOpSHO0aCeO6VCXA4HIkZKFi {  }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #TTxomVeeGMmBp6NNcUb5CznTCmTcTkbX {  }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #R25TAVMgfuvEo7fJSvzwvz5rgLxGwRX4 { display:flex;position:relative;top:0rem;left:0rem; }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #BDEO194l52pei8ztk28LDxTfZ0DSxSdM {  }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #mWkTHPSysZdyyAymOTEPgrFRulaatqgd {  }
#uzRMEfRxiPbEgbvzhtryyo89SztpxZpC { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:gilroy;font-size:5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:42.3125rem;left:30.25rem;height:6.5rem;font-style:normal;display:block; }
#qTgC2cyceDA9UCXvOd3f5hgBQAbn32n4 { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:gilroy;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:43rem;left:39.125rem;height:2.51875rem;font-style:normal;display:block; }
#eB10XrvZ9CQMcgz6ZpZDZMQVgdkTEXny { color:#ffffff;display:block;width:5rem;position:absolute;font-family:gilroy;font-size:1.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:45.4375rem;left:39.125rem;height:2.51875rem;font-style:normal;display:block; }
#XnX5TAKuSObaS80BewsyAIToXxucoKgM { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:gilroy;font-size:5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:42.3125rem;left:48.6875rem;height:6.5rem;font-style:normal;display:block; }
#tVl9T8FmHLrLGThsXFotlul55S7WJvcV { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:gilroy;font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:43.0625rem;left:60.25rem;height:2.51875rem;font-style:normal;display:block; }
#ctfNlJAzr4LQhDqMp6DAMi0B5cGOtZCs { color:#ffffff;display:block;width:5rem;position:absolute;font-family:gilroy;font-size:1.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:45.5625rem;left:60.25rem;height:2.51875rem;font-style:normal;display:block; }
#vN8lP5k2mkEvLznVvJLAPdTDhlkxVro4 { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:42.4375rem;left:46.5rem;display:block; }
#MvmeCF97Dybn2xeLlWI6ArsTgt93lUSk { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:gilroy;font-size:5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:42.3125rem;left:9.75rem;height:6.5rem;font-style:normal;display:block; }
#WdnqhMFnKqvS9TzEoRUU0XBTxasFwQLn { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:gilroy;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:43rem;left:20.5rem;height:2.51875rem;font-style:normal;display:block; }
#NrQJ3nLOAzg7Tzpo0xVXH4KRsM3y63Uf { color:#ffffff;display:block;width:5rem;position:absolute;font-family:gilroy;font-size:1.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:45.4375rem;left:20.5rem;height:2.51875rem;font-style:normal;display:block; }
#lkeoqQnTGKNUNHl4x2q6IvP0QTsrIvcc { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:42.4375rem;left:26.875rem;display:block; }
#DD7EBFE3c2GD1oTBFUnpF0nGxqPOMlAU { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:42.4375rem;left:46.5rem;display:none; }
#zE5VTS1gBNyZW4bQFx3TcSOzJ5yiei1P { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:42.4375rem;left:46.5rem;display:none; }
#bgzNcEhq7POhBSDPQlw22GDEtThkL1Vv { position:relative;display:block; }#bgzNcEhq7POhBSDPQlw22GDEtThkL1Vv { background-color: transparent; background-image: none; }#bgzNcEhq7POhBSDPQlw22GDEtThkL1Vv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgzNcEhq7POhBSDPQlw22GDEtThkL1Vv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgzNcEhq7POhBSDPQlw22GDEtThkL1Vv > .row .container > .video-iframe-container { display: none; }#bgzNcEhq7POhBSDPQlw22GDEtThkL1Vv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgzNcEhq7POhBSDPQlw22GDEtThkL1Vv > .row > .video-iframe-container { display: none; }#bgzNcEhq7POhBSDPQlw22GDEtThkL1Vv > .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); }#bgzNcEhq7POhBSDPQlw22GDEtThkL1Vv { border-width: 0; border-radius: 0; }#bgzNcEhq7POhBSDPQlw22GDEtThkL1Vv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bgzNcEhq7POhBSDPQlw22GDEtThkL1Vv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:72.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ccH4fx07lzEdqT2BWNt8etk6KpXy7WOo { color:#040c1f;display:block;width:22.3125rem;position:absolute;font-family:gilroy;font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6859378814698rem;left:26.343750953674rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9u77GWagEZLi3bbh0NbhJRNQUyZmy1l { box-sizing:content-box;height:0.1875rem;width:8.4375rem;position:absolute;display:block;z-index:15011;background-color:#f31e42;background-image:none;top:9.375rem;left:33.281250953674rem;display:block; }
#s0cZCZXAONvxC2ObCZTVQvTR7TrG1JAF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.5rem;left:0rem; }
#uAswEUfBRUXek0KhtiP83x4Znz5rEKuf { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.5rem;left:3.75rem;height:10.20625rem;font-style:normal;display:block; }
#LLu2G5Q1A6CNiwFrXi0UPNCahZiAOy4y { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.5rem;left:26.375rem; }
#mkRMpKxvPhtap1uvZn6OhNE2pHe6iDWF { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5rem;left:30.1875rem;height:10.20625rem;font-style:normal;display:block; }
#foTTQbbtEElkF8wGyodSTMyB7zLRKLz0 { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.5rem;left:57.6875rem;height:10.20625rem;font-style:normal;display:block; }
#g5b3FTe5dRwP31dvA1E81RgcFy3t7iZB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:13.5rem;left:53.875rem; }
#hREfO7WuvabdJrOSLsdkiZZRRMp1rBQ5 { color:#040c1f;display:block;width:29.4375rem;position:absolute;font-family:gilroy;font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.125rem;left:22.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WpzToaKfSiHJk3wAAM7RqdpEWBDPhXrD { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:33.5625rem;left:23.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f9Xtv08OldWsJllaMOrsMIantus2rVIC { box-sizing:content-box;height:22.375rem;width:59.5625rem;position:absolute;display:block;z-index:15018;background-color:#efefef;background-image:none;top:37.924220085144rem;left:7.717968940735rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#yUae4du2h3T7xTcsdb2TMBITPQvxh8AT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:40.455470085144rem;left:10.592968940735rem; }
#vXhWV7sgGVhxONi4oSDwzSl3SCsvfD3S { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:40.642971038818rem;left:13.530468940735rem;height:13rem;display:block; }
#vmPdJmsIo5azWz6Qw1MXVs1G4ruuQzEB { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:40.642971038818rem;left:40.717968940735rem;height:13rem;display:block; }
#mRWQDuqh92IBLyvhT25LZDodFJuK44U0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:45.267971038818rem;left:10.592968940735rem; }
#GxchJhF7WliM9AbFvDzAdhRgWDOnnW94 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:50.142971038818rem;left:10.592968940735rem; }
#y5nLT79OskFx6d5qsDiOmticuP9f0pAv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:50.142971038818rem;left:37.780468940735rem; }
#vecHdOJ9GFWeTs6GBSnJtBEgXh9OPogE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:45.267971038818rem;left:37.780468940735rem; }
#hunXMCr8UT4kSQpPgQb0QG6Cvmihz0by { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:40.455470085144rem;left:37.780468940735rem; }
#HUk5yD3TpPSOorgMfdwDaAx1pqycWoFv { color:#040c1f;display:block;width:48.625rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:56.062501907349rem;left:13.186718940735rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TRaZ1SoMqTvyUTfAxKKCRGXdKyfrbESy { background-color:#f31e42;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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:gilroy;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:65.875rem;left:22.5rem;display:block; }
#T4VLMOpKT1KMeJNk8166h3GdFlNHuJ8S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f2ZU0fQ45LFZvG2R2gtGyTSp1mkhofds { color:#000000;display:block;width:22.875rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:63.3125rem;left:26.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aVtC9RhulNblCPQueWBwcU9VvZ09rTxC { position:relative;display:block; }#aVtC9RhulNblCPQueWBwcU9VvZ09rTxC { background-color: transparent; background-image: none; }#aVtC9RhulNblCPQueWBwcU9VvZ09rTxC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVtC9RhulNblCPQueWBwcU9VvZ09rTxC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVtC9RhulNblCPQueWBwcU9VvZ09rTxC > .row .container > .video-iframe-container { display: none; }#aVtC9RhulNblCPQueWBwcU9VvZ09rTxC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVtC9RhulNblCPQueWBwcU9VvZ09rTxC > .row > .video-iframe-container { display: none; }#aVtC9RhulNblCPQueWBwcU9VvZ09rTxC > .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); }#aVtC9RhulNblCPQueWBwcU9VvZ09rTxC { border-width: 0; border-radius: 0; }#aVtC9RhulNblCPQueWBwcU9VvZ09rTxC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aVtC9RhulNblCPQueWBwcU9VvZ09rTxC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:81.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GooB9DRtdmVvZ61fytDBPrzaTtvb21Ar { color:#040c1f;display:block;width:30.3125rem;position:absolute;font-family:gilroy;font-size:3.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:7.1875rem;left:39.3125rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UefAE12TMnk6UQD7JywFCcM02FiVLpe3 { box-sizing:content-box;height:31.1875rem;width:31.1875rem;position:absolute;display:block;z-index:15028;background-color:#040c1f;background-image:none;top:8.3125rem;left:2.125rem;display:block; }
#vsyivvUk7hqxnSgxuKTdo4dnTeJUicoR { position:absolute;display:block;z-index:15029;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:37.9375rem;width:29.5rem;top:1.6125000715256rem;left:2.125rem;overflow:hidden;display:block; }
#qAHQfR39oTk4HNPRobzfWwIfImfKHQID { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.675003051757rem;left:39.312500953674rem;height:17.875rem;display:block; }
#vOa07Iy5a0ENMXoFpDgGJLxkZfOS2nut { box-sizing:content-box;height:0.1875rem;width:8.4375rem;position:absolute;display:block;z-index:15030;background-color:#f31e42;background-image:none;top:18.125rem;left:39.3125rem;display:block; }
#LTrSEh6bT89UkLb5aKBmoi9VWnXD5EJy { box-sizing:content-box;height:23.5625rem;width:70.0625rem;position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0);background-image:none;top:45.550001144409rem;left:2.5rem;border-top:0.1875rem solid #f31e42;border-left:0.1875rem solid #f31e42;border-right:0.1875rem solid #f31e42;border-bottom:0.1875rem solid #f31e42;display:block; }
#pqQRH6mo2nTQ1qCEAm7ChEr0bhzGJ2MI { color:#040c1f;display:block;width:20.4375rem;position:absolute;font-family:gilroy;font-size:3.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:50.906253814698rem;left:6.655468940735rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fMd7OnnulGD2ZXU2PXftWVbclTwAW7Ot { color:#000000;display:block;width:34.5rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:48.543750762939rem;left:34.593750953674rem;height:17.875rem;display:block; }
#OL9u4ppu1Kp1HTr3l2eRrg6opi8XvFu7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:48.343751907349rem;left:31.487500190735rem; }
#kqMfAR3axuwxh0Saz6GNgFp1znpfLBV0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:51.468751907349rem;left:31.487500190735rem; }
#DVCddwQHmRsyWQdmiPNlSkXneJCyWTaU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:54.843751907349rem;left:31.487500190735rem; }
#pk8sPFQpuSDHTZOh2UrdytAhJB52DOJZ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:58.093751907349rem;left:31.487500190735rem; }
#eLKL0a8rVsvx6Aky6ThxBN4Taen62vFO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:61.281251907349rem;left:31.487500190735rem; }
#L7DSGNT9DSStb7Mixzmgd2HPI6l9Irsc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:64.59375rem;left:31.487500190735rem; }
#a4hsQaVG58AnEQeTauGst09r0GQ2d7GU { background-color:#f31e42;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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:gilroy;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:75.225000381469rem;left:22.500000953674rem;display:block; }
#EV2JADCv5xOptnoe8hN6CyHdXE5VMgI9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yfrK5P1zwIAgHtZXNW37NyzFGPfJNoPi { box-sizing:content-box;height:0.1875rem;width:8.4375rem;position:absolute;display:block;z-index:15040;background-color:#f31e42;background-image:none;top:61.874999284744rem;left:6.655468940735rem;display:block; }
#equ5RdsswR8vwVXnQx9iai7syTrO2rzK { color:#000000;display:block;width:34.5rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:48.543750762939rem;left:34.593750953674rem;height:17.875rem;display:none; }
#esw4QmTsqKNXbn5IDcF1eOBwtlPwll9R { color:#000000;display:block;width:22.875rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:72.586721420288rem;left:26.062500953674rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p2xro6vO3qXl9QtKS1Dsa4SLoNp8tVoR { position:relative;display:block; }#p2xro6vO3qXl9QtKS1Dsa4SLoNp8tVoR { background-color: transparent; background-image: none; }#p2xro6vO3qXl9QtKS1Dsa4SLoNp8tVoR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2xro6vO3qXl9QtKS1Dsa4SLoNp8tVoR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2xro6vO3qXl9QtKS1Dsa4SLoNp8tVoR > .row .container > .video-iframe-container { display: none; }#p2xro6vO3qXl9QtKS1Dsa4SLoNp8tVoR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2xro6vO3qXl9QtKS1Dsa4SLoNp8tVoR > .row > .video-iframe-container { display: none; }#p2xro6vO3qXl9QtKS1Dsa4SLoNp8tVoR > .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); }#p2xro6vO3qXl9QtKS1Dsa4SLoNp8tVoR { border-width: 0; border-radius: 0; }#p2xro6vO3qXl9QtKS1Dsa4SLoNp8tVoR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#p2xro6vO3qXl9QtKS1Dsa4SLoNp8tVoR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kgUrD7XODz7v2eDnCbEEQeZ3DqboDmvc { color:#040c1f;display:block;width:31.625rem;position:absolute;font-family:gilroy;font-size:3.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.5999984741211rem;left:21.686718940735rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rAE1lkehNlvEvpcGnTZLmTSdxH42usAT { box-sizing:content-box;height:0.1875rem;width:8.4375rem;position:absolute;display:block;z-index:15041;background-color:#f31e42;background-image:none;top:9.3609390258787rem;left:33.281250953674rem;display:block; }
#HVDhdNP8JlkdGJq6BGNkRTNU8eCSKivz { box-sizing:content-box;height:23.125rem;width:18.75rem;position:absolute;display:block;z-index:15019;background-color:#efefef;background-image:none;top:13.799999952316rem;left:28.125000953674rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OdD4FxMVwgt3oc6wdgmvwwaSH74qpQrW { box-sizing:content-box;height:23.125rem;width:18.75rem;position:absolute;display:block;z-index:15020;background-color:#efefef;background-image:none;top:13.799999952316rem;left:52.250000953674rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ScUW0xosIvegxD5W2mx7DXTMElyBzMzk { box-sizing:content-box;height:23.125rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:#efefef;background-image:none;top:13.799999952316rem;left:4.0492181777954rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#nGBWcXZoX3n3m1s5esJRJZehwEEuPZ7v { box-sizing:content-box;height:4.75rem;width:4.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:#f31e42;background-image:none;top:15.9375rem;left:5.375rem;display:block; }
#hi3rzFP5ZQCaqANwZ2NTqcVOLEJyG8RT { box-sizing:content-box;height:4.75rem;width:4.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15043;background-color:#f31e42;background-image:none;top:15.9375rem;left:29.3125rem;display:block; }
#Vp57Iht3cXL1Nvf09lDZWcCOaaVNpFuF { box-sizing:content-box;height:4.75rem;width:4.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:#f31e42;background-image:none;top:15.9375rem;left:53.5rem;display:block; }
#ln8hiVHzbaE5Z8gli3XGTO9XyLw5enT9 { 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:15045;opacity:1;top:16.75rem;left:6.1875rem; }
#ENgUPzNoHl5Hl05BGvznDWHMlTN5BIM1 { 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:15046;opacity:1;top:16.75rem;left:30.125rem; }
#sxQ0EOlGXFocECW3a07nwASJVZ9dBI0C { 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:15047;opacity:1;top:16.75rem;left:54.3125rem; }
#SFuzfbLQPKPTn4r1VbpixrtTUz6sWf15 { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:gilroy;font-size:1.5rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:16.311719417572rem;left:10.924218177796rem;height:4rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I58Xf3sZIqfUQ1xD8hRnWwF4361WvfDF { color:#000000;display:block;width:11.375rem;position:absolute;font-family:gilroy;font-size:1.5rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:16.311721801757rem;left:34.862500190735rem;height:4rem;text-align:left;text-align-last:left;display:block; }
#G5xVdXdSvenfCBB884VBS0rbE2k2NiBE { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:gilroy;font-size:1.5rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:16.311719417572rem;left:59.237504005432rem;height:4rem;text-align:left;text-align-last:left;display:block; }
#pc81FSi1qvIa0Dbx2JTS0TEoBaSFPrJu { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:22.507813453674rem;left:10.124218940735rem;height:13.1625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cnTZgr3vqg4MKI5zNJoZyUqDUl2Z8qhA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:22.508594512939rem;left:6.811718940735rem; }
#HTWBtrTivKDyGs8sdURTQo1qrJ03nenv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:29.571095466614rem;left:6.811718940735rem; }
#qWVnctG4mGzkDkLvldMvvqXcqU0H4Cy1 { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:22.507032394409rem;left:34.062500953674rem;height:10.2375rem;text-align:left;text-align-last:left;display:block; }
#EMzt6VZeyQLnLtr2zulSQc6b836FOeIL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:22.507032394409rem;left:30.750000953674rem; }
#Kv1NZbPy9T93GxLDc3bVuWLrG6ofhCnl { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:28.150782585144rem;left:30.750000953674rem; }
#KrgPNWHKyFsbiZCIlSzl5VS4L3UlRLsw { color:#000000;display:block;width:11.625rem;position:absolute;font-family:gilroy;font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:22.507032394409rem;left:57.437500953674rem;height:11.7rem;text-align:left;text-align-last:left;display:block; }
#LLkWt72pW7ECIyyCqCmlaT6psaFV1uaq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:22.507032394409rem;left:54.312500953674rem; }
#tLEsCC69t2r44g5KtXX93SerZXg8G3eq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:28.150782585144rem;left:54.312500953674rem; }
#Qu9ifSV82IJyAelBkNMbeGL9odK3iyAn { background-color:#f31e42;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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:gilroy;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:43.200000762939rem;left:22.500000953674rem;display:block; }
#UIPSxFCEck3yHNVeppCEv3B4psS3MgsK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h3523GRJsqsMEtPJrVz8QrhPGrMkw82r { color:#000000;display:block;width:22.875rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:40.71249961853rem;left:26.062500953674rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1AfMoAwCZflRHb7LUrQoc5qfQfNVZn1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040c1f;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; }#T1AfMoAwCZflRHb7LUrQoc5qfQfNVZn1 > .row .container { background-color: transparent; background-image: none; }#T1AfMoAwCZflRHb7LUrQoc5qfQfNVZn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1AfMoAwCZflRHb7LUrQoc5qfQfNVZn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1AfMoAwCZflRHb7LUrQoc5qfQfNVZn1 > .row .container > .video-iframe-container { display: none; }#T1AfMoAwCZflRHb7LUrQoc5qfQfNVZn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1AfMoAwCZflRHb7LUrQoc5qfQfNVZn1 > .row > .video-iframe-container { display: none; }#T1AfMoAwCZflRHb7LUrQoc5qfQfNVZn1 > .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); }#T1AfMoAwCZflRHb7LUrQoc5qfQfNVZn1 > .row .container { border-width: 0; border-radius: 0; }#T1AfMoAwCZflRHb7LUrQoc5qfQfNVZn1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1AfMoAwCZflRHb7LUrQoc5qfQfNVZn1 > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#f6zSsW2p8zUTvb409Bttf9oXKrDfgPJh { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:gilroy;font-size:3.75rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:3.4031250476837rem;left:13.155468940735rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bXHQvo4iMI3bsTyCcDFe303LGpBqcrbK { box-sizing:content-box;height:0.1875rem;width:8.4375rem;position:absolute;display:block;z-index:15042;background-color:#f31e42;background-image:none;top:14.561721801757rem;left:33.281250953674rem;display:block; }
#dWdGT4dav3kuUr4Z0OQiVzg2Wh88Z51r { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.25rem;left:55.6875rem;height:6.5rem;display:block; }
#qeMkJHqp4vkcf8GaOPsisZQdUEt1v0FD { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:19.25rem;left:4.25rem;height:6.5rem;display:block; }
#ASEuf0xX8pMai9CwbUFXCiI6KfxpcCui { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.25rem;left:29.5rem;height:6.5rem;display:block; }
#t8nnrZarTRfgC3H6KbXDnrAwnfph9l9r { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:19.125rem;left:0.875rem; }
#peNTCX23KsUBb0bQwu4HQ8N5LWG2TbQR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:22.375rem;left:0.875rem; }
#ppUgfdgzCrFp87TOSlP9VpMlknQDRLVp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:19.25rem;left:26.0625rem; }
#QhcDV4hwnP42zfBol5FbTynnio2CgCqM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:22.5rem;left:26.0625rem; }
#UuyHicdax2dXpE6hRIbQiILcLGoLP4rt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:19.25rem;left:52.3125rem; }
#k429vBtW1zcCQI4UWfuMT7U5TeQKZ16v { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:22.5rem;left:52.3125rem; }
#LUSvtP0cGr3NmMTRZs4USSz6dwNQ7JWE { background-color:#f31e42;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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:gilroy;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:38.17421913147rem;left:22.500000953674rem;display:block; }
#LKKWwPhOpsSEQhgb4zFgeam2z0PRau8v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTsspIXvAgD7EDXizvW3w4oWiPQtfTJ3 { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:29.1875rem;left:20.624218940735rem;height:2.08125rem;text-align:center;text-align-last:center;display:block; }
#Ba5EvbchHAqWXngbR3OMd3ZIVpv5qgc7 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:35.39999961853rem;left:26.062500953674rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyWiXWuX76BJSHhA7pha2ugCcmhGo0hU { position:relative;display:block; }#xyWiXWuX76BJSHhA7pha2ugCcmhGo0hU { background-color: transparent; background-image: none; }#xyWiXWuX76BJSHhA7pha2ugCcmhGo0hU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyWiXWuX76BJSHhA7pha2ugCcmhGo0hU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyWiXWuX76BJSHhA7pha2ugCcmhGo0hU > .row .container > .video-iframe-container { display: none; }#xyWiXWuX76BJSHhA7pha2ugCcmhGo0hU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyWiXWuX76BJSHhA7pha2ugCcmhGo0hU > .row > .video-iframe-container { display: none; }#xyWiXWuX76BJSHhA7pha2ugCcmhGo0hU > .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); }#xyWiXWuX76BJSHhA7pha2ugCcmhGo0hU { border-width: 0; border-radius: 0; }#xyWiXWuX76BJSHhA7pha2ugCcmhGo0hU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xyWiXWuX76BJSHhA7pha2ugCcmhGo0hU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JRxWelRoqxOpkeUQoWsXWW79r0EgG9Bn { box-sizing:content-box;height:44.375rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:#efefef;background-image:none;top:4.46875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wRmclzp9F2oV3DAMkOapsJKT63uq9mWs { color:#040c1f;display:block;width:34.875rem;position:absolute;font-family:gilroy;font-size:3.75rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:7.9742193222044rem;left:20.061718940735rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qB40eF4q8qqiaunCMVtnWDU5HzdWDEfJ { box-sizing:content-box;height:0.1875rem;width:8.4375rem;position:absolute;display:block;z-index:15043;background-color:#f31e42;background-image:none;top:13.724219322204rem;left:33.281250953674rem;display:block; }
#tU0mqTPP13t27ulXpywk5MDnZAbcTFlK { box-sizing:content-box;height:19.4375rem;width:36.9375rem;position:absolute;display:block;z-index:15021;background-color:#040c1f;background-image:none;top:16.656250476837rem;left:30.187500953674rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tXMZThg6g6sirTSSxofXTGfJLy5qL2Tt { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:20.687500476837rem;left:38.406250953674rem;height:11.375rem;display:block; }
#AkBH5q4w5xEf6yi4JyhqLRWF4AVSQIfV { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:beautique;font-size:12.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:16.718750476837rem;left:32.030468940735rem;height:16.81875rem;display:block; }
#mrIyTA4gpAWqSSbeAdU6gknCuKBs3nmF { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:beautique;font-size:12.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:24.012500286103rem;left:31.643750190735rem;height:16.81875rem;display:block; }
#bcQy8JishqTddssZWHnv0Bu0oFWdVNON { color:#040c1f;display:block;width:14.125rem;position:absolute;font-family:gilroy;font-size:5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:26.25rem;left:7.5rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lc47s0t8WT8LDx471cyaKfy50HNJI48W { color:#040c1f;display:block;width:12.3125rem;position:absolute;font-family:gilroy;font-size:5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:17.5625rem;left:8.4375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zQdy7MEtZyp8tkfhNcpi9re4VbiEMgBl { color:#000000;display:block;width:11.625rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:32rem;left:8.75rem;height:4.1625rem;text-align:center;text-align-last:center;display:block; }
#kzkQ9OoH4Ti7CpkKrNsslVP5kLAU2JJE { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:16.6875rem;left:10.75rem;height:2.08125rem;text-align:center;text-align-last:center;display:block; }
#WlIop4F2r2ORTHNCr4rd8KXGDb8wMXT0 { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:22.875rem;left:12.3125rem;height:2.08125rem;text-align:center;text-align-last:center;display:block; }
#ixW4cT0Xg7pHpLrLwIXFDvklnJKlSUqN { background-color:#f31e42;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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:gilroy;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:42.906244277954rem;left:22.500000953674rem;display:block; }
#CP0oPwotH7WIgJnGral869ganFLtc5gU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgO3SZud0MMwZ1kHH2BBStLWnEvIDmQu { color:#000000;display:block;width:22.875rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:44.52499961853rem;left:42.599999427796rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#O7kHxpvRkk6XMMeNRN3zba0nQbZLUWwZ { color:#000000;display:block;width:22.875rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:40.337501525879rem;left:26.062500953674rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qa20vHCcXZLh4mghoyd8JwwGGDuJcS3d { position:relative;display:block; }#Qa20vHCcXZLh4mghoyd8JwwGGDuJcS3d { background-color: transparent; background-image: none; }#Qa20vHCcXZLh4mghoyd8JwwGGDuJcS3d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qa20vHCcXZLh4mghoyd8JwwGGDuJcS3d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qa20vHCcXZLh4mghoyd8JwwGGDuJcS3d > .row .container > .video-iframe-container { display: none; }#Qa20vHCcXZLh4mghoyd8JwwGGDuJcS3d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qa20vHCcXZLh4mghoyd8JwwGGDuJcS3d > .row > .video-iframe-container { display: none; }#Qa20vHCcXZLh4mghoyd8JwwGGDuJcS3d > .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); }#Qa20vHCcXZLh4mghoyd8JwwGGDuJcS3d { border-width: 0; border-radius: 0; }#Qa20vHCcXZLh4mghoyd8JwwGGDuJcS3d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qa20vHCcXZLh4mghoyd8JwwGGDuJcS3d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KTRzTL01VhydxTXKxFZtbJEN5uP2dtkc { color:#040c1f;display:block;width:50.1875rem;position:absolute;font-family:gilroy;font-size:3.75rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:2.7484378814698rem;left:12.405468940735rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II .accordion-element-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II .accordion-heading-text { display:block;position:relative;width:100%;font-family:gilroy;font-weight:700;font-size:1.25rem; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:gilroy; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II .accordion-trigger.adaptive-delivery-prevent-bg, #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II .accordion-trigger.lazyload, #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II .accordion-trigger.lazyloading { background-image: none; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II { box-sizing:content-box;height:auto;width:56.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15036;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:13.149218559265rem;left:7.6304693222044rem;border-top:0.1875rem solid #f31e42;border-left:0.1875rem solid #f31e42;border-right:0.1875rem solid #f31e42;border-bottom:0.1875rem solid #f31e42;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #BBwU9QxtyzaEr7Ud8NX97JZBtWzCAJkq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #SgidCPSfmB1cuoLA18h57fWoTd1P2TL7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #InyGKhwvkQb6rVGQ32fTPg44WCEek07J { display:block;position:relative; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #sTD8lZNptG5lPwEXEdVpc8c7FAHpahs5 {  }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #lGQ13IOomVD7Fm6PuWBsp1V5cgTbulce {  }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #KPkZ8BsKXXO0GxVbnux4tQCAcxrchuvm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #Gzbd9vdGFvkRr9VQO8ZyNT0i86q8PldK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #c65zLsizUi5GSEra36vuAMuWpdmnnX1S { display:block;position:relative; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #osX22NX36H8EcMxW8r1hoC97GcC5yo9f {  }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #lZ1EevkTvPxFbPa8KDK8FnKz7XIWFVOA { display:none; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #c2KA3TNOuOvoFF0vUbKRdo10wJIcJA5W { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #qfZXcV0FyeV1poNWsmkoO6Ts08fR7xDN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #pP2VNzwkvDFVZWqPWPNCz3wFeTzABWsG { display:block;position:relative; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #m2MTW1Z04rGC76eLyUewPh2Vd3TwkJTb {  }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #d9MT6xMRSyZ7ECnIxwmNMkRBZgCN6TrJ { display:none; }
#akFKmSAHwZG2b9rFmuEHGDrXhHDAkV3N { box-sizing:content-box;height:0.1875rem;width:8.4375rem;position:absolute;display:block;z-index:15044;background-color:#f31e42;background-image:none;top:9.1492195129394rem;left:33.281250953674rem;display:block; }
#MEOJRNquHXyfH9T6drg5lIHOf62QHV0z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040c1f;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; }#MEOJRNquHXyfH9T6drg5lIHOf62QHV0z > .row .container { background-color: transparent; background-image: none; }#MEOJRNquHXyfH9T6drg5lIHOf62QHV0z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEOJRNquHXyfH9T6drg5lIHOf62QHV0z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEOJRNquHXyfH9T6drg5lIHOf62QHV0z > .row .container > .video-iframe-container { display: none; }#MEOJRNquHXyfH9T6drg5lIHOf62QHV0z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEOJRNquHXyfH9T6drg5lIHOf62QHV0z > .row > .video-iframe-container { display: none; }#MEOJRNquHXyfH9T6drg5lIHOf62QHV0z > .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); }#MEOJRNquHXyfH9T6drg5lIHOf62QHV0z > .row .container { border-width: 0; border-radius: 0; }#MEOJRNquHXyfH9T6drg5lIHOf62QHV0z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MEOJRNquHXyfH9T6drg5lIHOf62QHV0z > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#pR6TALQ7zKm6e2xusnvvKl5edzWOHbRp { color:#ffffff;display:block;width:50.1875rem;position:absolute;font-family:gilroy;font-size:3.75rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:4.1234378814697rem;left:12.405468940735rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zGlSZW7AoTh4GNJnbTAk9AbQNuuoxUXd { box-sizing:content-box;height:0.1875rem;width:8.4375rem;position:absolute;display:block;z-index:15045;background-color:#f31e42;background-image:none;top:21.086717605591rem;left:33.281250953674rem;display:block; }
#cymIa7lRlKpI46RHHnxckWIIySynaLs9 { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:23.699999570846rem;left:14.780468940735rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WbExKWtwNCO2wEyf3U6vB4wimnw30EOX { background-color:#f31e42;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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:gilroy;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:31.1875rem;left:22.5rem;display:block; }
#fTvRTFQUxawxs9NnuFps2l7kk6vdp2GT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iiE9bvpylJT1mJoPMz4ES2Aad2Rup4Q9 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:gilroy;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.375rem;left:26.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f31e42;background-image:none;color:#ffffff;padding-top:0.701875rem;padding-right:0.6125rem;padding-bottom:0.701875rem;padding-left:0.6125rem;display:block;align-items:center;width:3.675625rem;min-width:3.675625rem;height:3.773125rem;position:relative;font-family:gilroy;font-size:2.808125rem;font-weight:700;line-height:60.37px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.43875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.900625rem;height:1.491875rem;position:relative;font-family:gilroy;font-size:1.053125rem;font-weight:400;line-height:23.87px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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;box-shadow: none;display:flex;justify-content:space-between;width:23.625rem;height:7.1075rem;padding-top:0.8775rem;padding-right:0.875rem;padding-bottom:0.8775rem;padding-left:0.875rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:37.91250038147rem;left:24.812500953674rem;z-index:15013; }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #KUlkFhzUlbadczvL1wMArPZPdNdrbQ8z { display:flex;position:relative;top:0rem;left:0rem; }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #R5nBlhrRTycGFOrhyD0Xshs0eoOiR1ao { width:auto; }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #klEPRvAkpobFcMVep04yDCsG9PvZbpLd {  }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #FcZkiRLnxln1J01bNaWwoV9v9LzfZo4s { display:flex;position:relative;top:0rem;left:0rem; }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #IMGgg3TCvUnKSJw9eevgMOl9FurLWSgl {  }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #NX6CkBvOn1uLPgB4T1x10AetohLgdoK9 {  }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #GoZ1HrpIGEbiMxwfOiCzRnUBxuBWT7Pf { display:flex;position:relative;top:0rem;left:0rem; }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #hpRSFtycOTwGeggZm20u3I0QzmyVSnkb {  }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #KRanKrDVoI8kXXg3g17VqgFLSAc3PZWP {  }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #naRJayu9xisUcUhFt5wcdtTOlH2nWsiQ { display:flex;position:relative;top:0rem;left:0rem; }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #pDQsxGT6u5PwpNnpLMe34TrGnpRmfacR {  }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #FuiXGDALVAHh4cI1WtGC4M9fwPSkCpQt {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Omu2ZpqTz1iUknXzi0aPQ10JI9L9JbFE { top:10rem;left:0rem;width:25.0625rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCCbD4yf4uwGJKG8npOqGxfJGZlciWH3 { top:16.25rem;left:0rem;width:46.6875rem;height:14.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd7G14BzeosxZ2x4mE8XBaGb9cnHxeEg { top:34.25rem;left:0rem;width:32.0625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqQcbs5QCs9P4cbMfbAnK64WTZizlrfC { top:2.8125rem;left:0rem;width:10.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkrcZNgcuVCFL2nKyBLOOpdtwamgDn3I { top:15.0625rem;left:0rem;width:8.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-regular-label { width:19.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-input-text { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-input-text {padding-top: 0; padding-bottom: 0;}#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-textarea { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-input-select { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-input-select {padding-top: 0; padding-bottom: 0;}#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-input-button { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-checkbox-label { width:18.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO  { width:19.9375rem;height:auto;top:16.25rem;left:25.3125rem; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .radio-container { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO {display:block;}#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO { width:19.9375rem;height:auto;top:16.25rem;left:25.3125rem; }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #ycStcWewHd0ZMFQXbXmye0rsTmXtz6My {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #KoKrW0lT1gqSHN6o1zKCozQil4MlgqDG {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #mubJGcVJ8f8npXBCQyfkyOhIzkqC3251 {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #PEuKVpr2iGzBVt3TZLH5cRP6lKiTUguB {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #moUmT9IRQ4oDfH919C4kTsJ2JNmuTVlv {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #mio3puwskpshFuSJBT4ifITdT7DZGTFo {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #bPiqAO2V0TyRdE6Qrt1QifM5k3ByzrWM {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #N5yvWvloe0ScmbgJcPFTd0QEcCVRiUP9 {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #ZM9VKx5mE2haIrxPWAai80mMw3cM0woP {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #dpm1eFZZg9qALTpkbShlw8lnTzJbOhJ2 {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #XcycnwTLN1t0cK5qOJKMCho2M2x8AvoI {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #ryuudwqb8RVKLSw8TJp98cr61s3uL0lR {  }
 }@media only screen and (max-width: 763px) { #P3JB2OyhgwxohecaGvR2S4EgbwhBSyRD { display:block; }
 }@media only screen and (max-width: 763px) { #JaVDJedXxPcBpQUChfWqxHokbcieTrHm { display:block; }
 }@media only screen and (max-width: 763px) { #KaGN1ZFTvuJvLsBhnIJoGHXCvf9niEWO { display:block; }
 }@media only screen and (max-width: 763px) { #Tyrcgd9ssak0Hei8dcCnlnso9S1youOD { display:block; }
 }@media only screen and (max-width: 763px) { #GTaeSTS8yMdc2nA08oFFhQd3lbuhVNGo { display:block; }
 }@media only screen and (max-width: 763px) { #J4sRSCNVmuQ3CcdBb1fxmmDSOTLgFrZz { display:block; }
 }@media only screen and (max-width: 763px) { #zy1gRVgTVtxk3aTihMUzBJR1MTsaQLGH { display:block; }
 }@media only screen and (max-width: 763px) { #ceAVcfoRppuuTU3UH2w6RPLO3tTECrDw { display:block; }
 }@media only screen and (max-width: 763px) { #bt4TkNEqmOqsqUVKaf3BEIpw4qyEE5Ex { display:block; }
 }@media only screen and (max-width: 763px) { #WfoKcRbeL3P46OGMfyhFXgmlQZvHyvA4 { display:block; }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #AR73rxFzLZL4VSdeKINeiOKGF96qsg9R {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #TB1y6hllXEAT4KFIrATAJqeZyMNnve7d {  }
 }@media only screen and (max-width: 763px) { #oToT7dpWvPg2ntL2Tc3p0hVsrpdJBTwl { top:12.9375rem;left:1.5rem;width:46.25rem;height:52.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDV1c3TsIhFvNLGR51Dds2HTva6672eo { top:11rem;left:29.75rem;width:18rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp { display:flex;width:18rem;height:5.0625rem;top:40.4375rem;left:10.500000953674rem; }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #XBc8XN7k4qBzDpA3DAqogMUrUqSJuQwR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #LDvo3lfSpaBde1QSUBI1fl3zGhDhfm5r {  }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #bLTvsGbgVaDSQa4kOH5xE9VbQbcRLopm {  }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #T7k35ilaqogTW3y0aZAKelOl1RdErZXQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #eXr2niIBdkBDQlGE9on6Fwr6qMFmpkdA {  }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #oCwBJLMkiGWmTVOcBAumv7XQKRQe3rP9 {  }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #lwQaXG0aNRyr5vv7CJtRXBTGscdcogX1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #ZhmJHMbcQOpSHO0aCeO6VCXA4HIkZKFi {  }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #TTxomVeeGMmBp6NNcUb5CznTCmTcTkbX {  }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #R25TAVMgfuvEo7fJSvzwvz5rgLxGwRX4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #BDEO194l52pei8ztk28LDxTfZ0DSxSdM {  }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #mWkTHPSysZdyyAymOTEPgrFRulaatqgd {  }
 }@media only screen and (max-width: 763px) { #uzRMEfRxiPbEgbvzhtryyo89SztpxZpC { top:42.3125rem;left:16.625rem;width:10.625rem;height:6.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTgC2cyceDA9UCXvOd3f5hgBQAbn32n4 { top:43rem;left:25.5rem;width:6.25rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB10XrvZ9CQMcgz6ZpZDZMQVgdkTEXny { top:45.4375rem;left:25.5rem;width:5rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnX5TAKuSObaS80BewsyAIToXxucoKgM { top:42.3125rem;left:35.0625rem;width:10.8125rem;height:6.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVl9T8FmHLrLGThsXFotlul55S7WJvcV { top:43.0625rem;left:44.5625rem;width:3.1875rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctfNlJAzr4LQhDqMp6DAMi0B5cGOtZCs { top:45.5625rem;left:42.75rem;width:5rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN8lP5k2mkEvLznVvJLAPdTDhlkxVro4 { top:42.4375rem;left:32.875rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvmeCF97Dybn2xeLlWI6ArsTgt93lUSk { top:42.3125rem;left:0rem;width:9.8125rem;height:6.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdnqhMFnKqvS9TzEoRUU0XBTxasFwQLn { top:43rem;left:6.875rem;width:2.75rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrQJ3nLOAzg7Tzpo0xVXH4KRsM3y63Uf { top:45.4375rem;left:6.875rem;width:5rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkeoqQnTGKNUNHl4x2q6IvP0QTsrIvcc { top:42.4375rem;left:13.25rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD7EBFE3c2GD1oTBFUnpF0nGxqPOMlAU { top:42.4375rem;left:32.875rem;width:0.125rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zE5VTS1gBNyZW4bQFx3TcSOzJ5yiei1P { top:42.4375rem;left:32.875rem;width:0.125rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgzNcEhq7POhBSDPQlw22GDEtThkL1Vv { display:block; }#bgzNcEhq7POhBSDPQlw22GDEtThkL1Vv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccH4fx07lzEdqT2BWNt8etk6KpXy7WOo { top:3.625rem;left:12.718750953674rem;width:22.3125rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9u77GWagEZLi3bbh0NbhJRNQUyZmy1l { top:9.375rem;left:19.656250953674rem;width:8.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0cZCZXAONvxC2ObCZTVQvTR7TrG1JAF { top:13.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAswEUfBRUXek0KhtiP83x4Znz5rEKuf { top:13.5rem;left:0rem;width:17.6875rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLu2G5Q1A6CNiwFrXi0UPNCahZiAOy4y { top:13.5rem;left:12.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkRMpKxvPhtap1uvZn6OhNE2pHe6iDWF { top:13.5rem;left:16.5625rem;width:18.4375rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foTTQbbtEElkF8wGyodSTMyB7zLRKLz0 { top:13.5rem;left:31.125rem;width:16.625rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5b3FTe5dRwP31dvA1E81RgcFy3t7iZB { top:13.5rem;left:40.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hREfO7WuvabdJrOSLsdkiZZRRMp1rBQ5 { top:28.125rem;left:9.1875rem;width:29.4375rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpzToaKfSiHJk3wAAM7RqdpEWBDPhXrD { top:33.5625rem;left:9.75rem;width:28.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9Xtv08OldWsJllaMOrsMIantus2rVIC { top:37.875rem;left:0rem;width:47.75rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUae4du2h3T7xTcsdb2TMBITPQvxh8AT { top:40.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXhWV7sgGVhxONi4oSDwzSl3SCsvfD3S { top:40.625rem;left:0rem;width:22.9375rem;height:13rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmPdJmsIo5azWz6Qw1MXVs1G4ruuQzEB { top:40.625rem;left:24.8125rem;width:22.9375rem;height:13rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRWQDuqh92IBLyvhT25LZDodFJuK44U0 { top:45.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxchJhF7WliM9AbFvDzAdhRgWDOnnW94 { top:50.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5nLT79OskFx6d5qsDiOmticuP9f0pAv { top:50.125rem;left:24.155468940735rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vecHdOJ9GFWeTs6GBSnJtBEgXh9OPogE { top:45.25rem;left:24.155468940735rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hunXMCr8UT4kSQpPgQb0QG6Cvmihz0by { top:40.4375rem;left:24.155468940735rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUk5yD3TpPSOorgMfdwDaAx1pqycWoFv { top:56.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRaZ1SoMqTvyUTfAxKKCRGXdKyfrbESy { width:30rem;height:3.4375rem;top:65.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4VLMOpKT1KMeJNk8166h3GdFlNHuJ8S { display:block; }
 }@media only screen and (max-width: 763px) { #f2ZU0fQ45LFZvG2R2gtGyTSp1mkhofds { top:63.3125rem;left:12.437500953674rem;width:22.875rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVtC9RhulNblCPQueWBwcU9VvZ09rTxC { display:block; }#aVtC9RhulNblCPQueWBwcU9VvZ09rTxC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GooB9DRtdmVvZ61fytDBPrzaTtvb21Ar { top:7.1875rem;left:17.4375rem;width:30.3125rem;height:9.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UefAE12TMnk6UQD7JywFCcM02FiVLpe3 { top:8.3125rem;left:0rem;width:31.1875rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsyivvUk7hqxnSgxuKTdo4dnTeJUicoR { top:1.5625rem;left:0rem;width:29.5rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAHQfR39oTk4HNPRobzfWwIfImfKHQID { top:21.625rem;left:10.75rem;width:28.9375rem;height:17.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOa07Iy5a0ENMXoFpDgGJLxkZfOS2nut { top:18.125rem;left:25.6875rem;width:8.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTrSEh6bT89UkLb5aKBmoi9VWnXD5EJy { top:45.5rem;left:0rem;width:47.375rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqQRH6mo2nTQ1qCEAm7ChEr0bhzGJ2MI { top:50.875rem;left:0rem;width:20.4375rem;height:9.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMd7OnnulGD2ZXU2PXftWVbclTwAW7Ot { top:48.5rem;left:13.25rem;width:34.5rem;height:17.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL9u4ppu1Kp1HTr3l2eRrg6opi8XvFu7 { top:48.3125rem;left:17.862500190735rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqMfAR3axuwxh0Saz6GNgFp1znpfLBV0 { top:51.4375rem;left:17.862500190735rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVCddwQHmRsyWQdmiPNlSkXneJCyWTaU { top:54.8125rem;left:17.862500190735rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk8sPFQpuSDHTZOh2UrdytAhJB52DOJZ { top:58.0625rem;left:17.862500190735rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLKL0a8rVsvx6Aky6ThxBN4Taen62vFO { top:61.25rem;left:17.862500190735rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7DSGNT9DSStb7Mixzmgd2HPI6l9Irsc { top:64.5625rem;left:17.862500190735rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4hsQaVG58AnEQeTauGst09r0GQ2d7GU { width:30rem;height:3.4375rem;top:75.1875rem;left:8.8750009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV2JADCv5xOptnoe8hN6CyHdXE5VMgI9 { display:block; }
 }@media only screen and (max-width: 763px) { #yfrK5P1zwIAgHtZXNW37NyzFGPfJNoPi { top:61.8125rem;left:0rem;width:8.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #equ5RdsswR8vwVXnQx9iai7syTrO2rzK { top:59rem;left:0rem;width:13.25rem;height:21.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #esw4QmTsqKNXbn5IDcF1eOBwtlPwll9R { top:72.5625rem;left:12.437500953674rem;width:22.875rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2xro6vO3qXl9QtKS1Dsa4SLoNp8tVoR { display:block; }#p2xro6vO3qXl9QtKS1Dsa4SLoNp8tVoR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgUrD7XODz7v2eDnCbEEQeZ3DqboDmvc { top:2.5625rem;left:8.061718940735rem;width:31.625rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAE1lkehNlvEvpcGnTZLmTSdxH42usAT { top:9.3125rem;left:19.656250953674rem;width:8.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVDhdNP8JlkdGJq6BGNkRTNU8eCSKivz { top:13.75rem;left:14.500000953674rem;width:18.75rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdD4FxMVwgt3oc6wdgmvwwaSH74qpQrW { top:13.75rem;left:29rem;width:18.75rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScUW0xosIvegxD5W2mx7DXTMElyBzMzk { top:13.75rem;left:0rem;width:18.75rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGBWcXZoX3n3m1s5esJRJZehwEEuPZ7v { top:15.9375rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi3rzFP5ZQCaqANwZ2NTqcVOLEJyG8RT { top:15.9375rem;left:15.6875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp57Iht3cXL1Nvf09lDZWcCOaaVNpFuF { top:15.9375rem;left:39.875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln8hiVHzbaE5Z8gli3XGTO9XyLw5enT9 { top:16.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENgUPzNoHl5Hl05BGvznDWHMlTN5BIM1 { top:16.75rem;left:16.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxQ0EOlGXFocECW3a07nwASJVZ9dBI0C { top:16.75rem;left:40.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFuzfbLQPKPTn4r1VbpixrtTUz6sWf15 { top:16.25rem;left:0rem;width:10.8125rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I58Xf3sZIqfUQ1xD8hRnWwF4361WvfDF { top:16.25rem;left:21.237500190735rem;width:11.375rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5xVdXdSvenfCBB884VBS0rbE2k2NiBE { top:16.25rem;left:36.8125rem;width:10.9375rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc81FSi1qvIa0Dbx2JTS0TEoBaSFPrJu { top:22.5rem;left:0rem;width:9.8125rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnTZgr3vqg4MKI5zNJoZyUqDUl2Z8qhA { top:22.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWBtrTivKDyGs8sdURTQo1qrJ03nenv { top:29.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWVnctG4mGzkDkLvldMvvqXcqU0H4Cy1 { top:22.5rem;left:20.437500953674rem;width:9.0625rem;height:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMzt6VZeyQLnLtr2zulSQc6b836FOeIL { top:22.5rem;left:17.125000953674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv1NZbPy9T93GxLDc3bVuWLrG6ofhCnl { top:28.125rem;left:17.125000953674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrgPNWHKyFsbiZCIlSzl5VS4L3UlRLsw { top:22.5rem;left:36.125rem;width:11.625rem;height:11.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLkWt72pW7ECIyyCqCmlaT6psaFV1uaq { top:22.5rem;left:40.687500953674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLEsCC69t2r44g5KtXX93SerZXg8G3eq { top:28.125rem;left:40.687500953674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu9ifSV82IJyAelBkNMbeGL9odK3iyAn { width:30rem;height:3.4375rem;top:43.1875rem;left:8.8750009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIPSxFCEck3yHNVeppCEv3B4psS3MgsK { display:block; }
 }@media only screen and (max-width: 763px) { #h3523GRJsqsMEtPJrVz8QrhPGrMkw82r { top:40.6875rem;left:12.437500953674rem;width:22.875rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1AfMoAwCZflRHb7LUrQoc5qfQfNVZn1 { display:block; }#T1AfMoAwCZflRHb7LUrQoc5qfQfNVZn1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6zSsW2p8zUTvb409Bttf9oXKrDfgPJh { top:3.375rem;left:0rem;width:47.75rem;height:9.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXHQvo4iMI3bsTyCcDFe303LGpBqcrbK { top:14.5rem;left:19.656250953674rem;width:8.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWdGT4dav3kuUr4Z0OQiVzg2Wh88Z51r { top:19.25rem;left:29.3125rem;width:18.4375rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeMkJHqp4vkcf8GaOPsisZQdUEt1v0FD { top:19.25rem;left:0rem;width:16.6875rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASEuf0xX8pMai9CwbUFXCiI6KfxpcCui { top:19.25rem;left:15.875rem;width:19.5rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8nnrZarTRfgC3H6KbXDnrAwnfph9l9r { top:19.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peNTCX23KsUBb0bQwu4HQ8N5LWG2TbQR { top:22.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppUgfdgzCrFp87TOSlP9VpMlknQDRLVp { top:19.25rem;left:12.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhcDV4hwnP42zfBol5FbTynnio2CgCqM { top:22.5rem;left:12.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuyHicdax2dXpE6hRIbQiILcLGoLP4rt { top:19.25rem;left:38.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k429vBtW1zcCQI4UWfuMT7U5TeQKZ16v { top:22.5rem;left:38.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUSvtP0cGr3NmMTRZs4USSz6dwNQ7JWE { width:30rem;height:3.4375rem;top:38.125rem;left:8.8750009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKKWwPhOpsSEQhgb4zFgeam2z0PRau8v { display:block; }
 }@media only screen and (max-width: 763px) { #zTsspIXvAgD7EDXizvW3w4oWiPQtfTJ3 { top:29.1875rem;left:6.999218940735rem;width:33.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba5EvbchHAqWXngbR3OMd3ZIVpv5qgc7 { top:35.375rem;left:12.437500953674rem;width:22.875rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyWiXWuX76BJSHhA7pha2ugCcmhGo0hU { display:block; }#xyWiXWuX76BJSHhA7pha2ugCcmhGo0hU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRxWelRoqxOpkeUQoWsXWW79r0EgG9Bn { top:4.4375rem;left:0rem;width:47.75rem;height:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRmclzp9F2oV3DAMkOapsJKT63uq9mWs { top:7.9375rem;left:6.436718940735rem;width:34.875rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB40eF4q8qqiaunCMVtnWDU5HzdWDEfJ { top:13.6875rem;left:19.656250953674rem;width:8.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU0mqTPP13t27ulXpywk5MDnZAbcTFlK { top:16.625rem;left:10.8125rem;width:36.9375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXMZThg6g6sirTSSxofXTGfJLy5qL2Tt { top:20.6875rem;left:20.625rem;width:27.125rem;height:11.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkBH5q4w5xEf6yi4JyhqLRWF4AVSQIfV { top:16.6875rem;left:18.405468940735rem;width:5.75rem;height:16.8125rem;font-size:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIyTA4gpAWqSSbeAdU6gknCuKBs3nmF { top:24rem;left:18.018750190735rem;width:5.75rem;height:16.8125rem;font-size:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcQy8JishqTddssZWHnv0Bu0oFWdVNON { top:26.25rem;left:0rem;width:14.125rem;height:6.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc47s0t8WT8LDx471cyaKfy50HNJI48W { top:17.5625rem;left:0rem;width:12.3125rem;height:6.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQdy7MEtZyp8tkfhNcpi9re4VbiEMgBl { top:32rem;left:0rem;width:11.625rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzkQ9OoH4Ti7CpkKrNsslVP5kLAU2JJE { top:16.6875rem;left:0rem;width:7.6875rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlIop4F2r2ORTHNCr4rd8KXGDb8wMXT0 { top:22.875rem;left:0rem;width:4.5625rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixW4cT0Xg7pHpLrLwIXFDvklnJKlSUqN { width:30rem;height:3.4375rem;top:42.875rem;left:8.8750009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP0oPwotH7WIgJnGral869ganFLtc5gU { display:block; }
 }@media only screen and (max-width: 763px) { #TgO3SZud0MMwZ1kHH2BBStLWnEvIDmQu { top:45.125rem;left:24.875rem;width:22.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7kHxpvRkk6XMMeNRN3zba0nQbZLUWwZ { top:40.3125rem;left:12.437500953674rem;width:22.875rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa20vHCcXZLh4mghoyd8JwwGGDuJcS3d { display:block; }#Qa20vHCcXZLh4mghoyd8JwwGGDuJcS3d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTRzTL01VhydxTXKxFZtbJEN5uP2dtkc { top:2.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II { display:flex;height:auto;width:45.25rem;top:10.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #BBwU9QxtyzaEr7Ud8NX97JZBtWzCAJkq {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #SgidCPSfmB1cuoLA18h57fWoTd1P2TL7 {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #InyGKhwvkQb6rVGQ32fTPg44WCEek07J {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #sTD8lZNptG5lPwEXEdVpc8c7FAHpahs5 {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #lGQ13IOomVD7Fm6PuWBsp1V5cgTbulce {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #KPkZ8BsKXXO0GxVbnux4tQCAcxrchuvm {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #Gzbd9vdGFvkRr9VQO8ZyNT0i86q8PldK {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #c65zLsizUi5GSEra36vuAMuWpdmnnX1S {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #osX22NX36H8EcMxW8r1hoC97GcC5yo9f {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #lZ1EevkTvPxFbPa8KDK8FnKz7XIWFVOA {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #c2KA3TNOuOvoFF0vUbKRdo10wJIcJA5W {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #qfZXcV0FyeV1poNWsmkoO6Ts08fR7xDN {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #pP2VNzwkvDFVZWqPWPNCz3wFeTzABWsG {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #m2MTW1Z04rGC76eLyUewPh2Vd3TwkJTb {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #d9MT6xMRSyZ7ECnIxwmNMkRBZgCN6TrJ {  }
 }@media only screen and (max-width: 763px) { #akFKmSAHwZG2b9rFmuEHGDrXhHDAkV3N { top:9.125rem;left:19.656250953674rem;width:8.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEOJRNquHXyfH9T6drg5lIHOf62QHV0z { display:block; }#MEOJRNquHXyfH9T6drg5lIHOf62QHV0z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pR6TALQ7zKm6e2xusnvvKl5edzWOHbRp { top:4.0625rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGlSZW7AoTh4GNJnbTAk9AbQNuuoxUXd { top:21.0625rem;left:19.656250953674rem;width:8.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cymIa7lRlKpI46RHHnxckWIIySynaLs9 { top:23.6875rem;left:1.1554689407349rem;width:45.4375rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbExKWtwNCO2wEyf3U6vB4wimnw30EOX { width:30rem;height:3.4375rem;top:31.1875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTvRTFQUxawxs9NnuFps2l7kk6vdp2GT { display:block; }
 }@media only screen and (max-width: 763px) { #iiE9bvpylJT1mJoPMz4ES2Aad2Rup4Q9 { top:28.375rem;left:12.437500953674rem;width:22.875rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW { display:flex;width:18rem;height:5.0625rem;top:40.4375rem;left:10.500000953674rem; }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #KUlkFhzUlbadczvL1wMArPZPdNdrbQ8z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #R5nBlhrRTycGFOrhyD0Xshs0eoOiR1ao {  }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #klEPRvAkpobFcMVep04yDCsG9PvZbpLd {  }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #FcZkiRLnxln1J01bNaWwoV9v9LzfZo4s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #IMGgg3TCvUnKSJw9eevgMOl9FurLWSgl {  }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #NX6CkBvOn1uLPgB4T1x10AetohLgdoK9 {  }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #GoZ1HrpIGEbiMxwfOiCzRnUBxuBWT7Pf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #hpRSFtycOTwGeggZm20u3I0QzmyVSnkb {  }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #KRanKrDVoI8kXXg3g17VqgFLSAc3PZWP {  }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #naRJayu9xisUcUhFt5wcdtTOlH2nWsiQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #pDQsxGT6u5PwpNnpLMe34TrGnpRmfacR {  }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #FuiXGDALVAHh4cI1WtGC4M9fwPSkCpQt {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:77.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Omu2ZpqTz1iUknXzi0aPQ10JI9L9JbFE { width:17.375rem;height:3.25rem;top:6.0625002384186rem;left:1.3125000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WCCbD4yf4uwGJKG8npOqGxfJGZlciWH3 { width:17.5rem;height:13rem;top:11.962500452995rem;left:1.2500000596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hd7G14BzeosxZ2x4mE8XBaGb9cnHxeEg { width:17.25rem;height:4.875rem;top:26.53750038147rem;left:1.3750000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CqQcbs5QCs9P4cbMfbAnK64WTZizlrfC { width:7.5rem;height:1.5rem;top:2.3125rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkrcZNgcuVCFL2nKyBLOOpdtwamgDn3I { width:6.25rem;height:0.125rem;top:10.487500190735rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-regular-label { width:13.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-input-text { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-input-text {padding-top: 0; padding-bottom: 0;}#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-textarea { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-input-select { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-input-select {padding-top: 0; padding-bottom: 0;}#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-input-button { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .widget-checkbox-label { width:12.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO  { width:13.875rem;height:auto;top:35.187500953674rem;left:1.6875000596046rem; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO .radio-container { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO {display:block;}#m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO { width:13.875rem;height:auto;top:35.187500953674rem;left:1.6875000596046rem; }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #ycStcWewHd0ZMFQXbXmye0rsTmXtz6My {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #KoKrW0lT1gqSHN6o1zKCozQil4MlgqDG {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #mubJGcVJ8f8npXBCQyfkyOhIzkqC3251 {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #PEuKVpr2iGzBVt3TZLH5cRP6lKiTUguB {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #moUmT9IRQ4oDfH919C4kTsJ2JNmuTVlv {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #mio3puwskpshFuSJBT4ifITdT7DZGTFo {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #bPiqAO2V0TyRdE6Qrt1QifM5k3ByzrWM {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #N5yvWvloe0ScmbgJcPFTd0QEcCVRiUP9 {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #ZM9VKx5mE2haIrxPWAai80mMw3cM0woP {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #dpm1eFZZg9qALTpkbShlw8lnTzJbOhJ2 {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #XcycnwTLN1t0cK5qOJKMCho2M2x8AvoI {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #ryuudwqb8RVKLSw8TJp98cr61s3uL0lR {  }
 }@media only screen and (max-width: 763px) { #P3JB2OyhgwxohecaGvR2S4EgbwhBSyRD { display:block; }
 }@media only screen and (max-width: 763px) { #JaVDJedXxPcBpQUChfWqxHokbcieTrHm { display:block; }
 }@media only screen and (max-width: 763px) { #KaGN1ZFTvuJvLsBhnIJoGHXCvf9niEWO { display:block; }
 }@media only screen and (max-width: 763px) { #Tyrcgd9ssak0Hei8dcCnlnso9S1youOD { display:block; }
 }@media only screen and (max-width: 763px) { #GTaeSTS8yMdc2nA08oFFhQd3lbuhVNGo { display:block; }
 }@media only screen and (max-width: 763px) { #J4sRSCNVmuQ3CcdBb1fxmmDSOTLgFrZz { display:block; }
 }@media only screen and (max-width: 763px) { #zy1gRVgTVtxk3aTihMUzBJR1MTsaQLGH { display:block; }
 }@media only screen and (max-width: 763px) { #ceAVcfoRppuuTU3UH2w6RPLO3tTECrDw { display:block; }
 }@media only screen and (max-width: 763px) { #bt4TkNEqmOqsqUVKaf3BEIpw4qyEE5Ex { display:block; }
 }@media only screen and (max-width: 763px) { #WfoKcRbeL3P46OGMfyhFXgmlQZvHyvA4 { display:block; }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #AR73rxFzLZL4VSdeKINeiOKGF96qsg9R {  }
 }@media only screen and (max-width: 763px) { #m9yUtoPNg9JTZnsVnCvOWk2Tpin1bWtO #TB1y6hllXEAT4KFIrATAJqeZyMNnve7d {  }
 }@media only screen and (max-width: 763px) { #oToT7dpWvPg2ntL2Tc3p0hVsrpdJBTwl { width:20rem;height:22.5625rem;top:54.6875rem;left:7.5554690957069rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDV1c3TsIhFvNLGR51Dds2HTva6672eo { width:16.0625rem;height:1.4625rem;top:33.150001525879rem;left:1.9687500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp .widget-text.counter-number { padding-top:0.41625rem;padding-right:0.3625rem;padding-bottom:0.41625rem;padding-left:0.3625rem;width:2.17625rem;min-width:2.17625rem;height:2.235rem;font-size:1.663125rem;line-height:35.76px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.901875rem;height:0.88375rem;font-size:0.62375rem;line-height:14.14px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp { display:flex;width:15.625rem;height:4.2109375rem;top:68.387500762938rem;left:1.4609375596046rem;padding-top:0.73rem;padding-right:0.725625rem;padding-bottom:0.73rem;padding-left:0.725625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #XBc8XN7k4qBzDpA3DAqogMUrUqSJuQwR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #LDvo3lfSpaBde1QSUBI1fl3zGhDhfm5r {  }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #bLTvsGbgVaDSQa4kOH5xE9VbQbcRLopm {  }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #T7k35ilaqogTW3y0aZAKelOl1RdErZXQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #eXr2niIBdkBDQlGE9on6Fwr6qMFmpkdA {  }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #oCwBJLMkiGWmTVOcBAumv7XQKRQe3rP9 {  }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #lwQaXG0aNRyr5vv7CJtRXBTGscdcogX1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #ZhmJHMbcQOpSHO0aCeO6VCXA4HIkZKFi {  }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #TTxomVeeGMmBp6NNcUb5CznTCmTcTkbX {  }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #R25TAVMgfuvEo7fJSvzwvz5rgLxGwRX4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #BDEO194l52pei8ztk28LDxTfZ0DSxSdM {  }
 }@media only screen and (max-width: 763px) { #gJ2uVxN0g6Jt5kGmMFQ7sZJ0zfvsxPlp #mWkTHPSysZdyyAymOTEPgrFRulaatqgd {  }
 }@media only screen and (max-width: 763px) { #uzRMEfRxiPbEgbvzhtryyo89SztpxZpC { width:3.75rem;height:2.84375rem;top:62.68750190735rem;left:2.1875000596046rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qTgC2cyceDA9UCXvOd3f5hgBQAbn32n4 { width:2.5625rem;height:1.21875rem;top:62.93750190735rem;left:6.3750000596044rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eB10XrvZ9CQMcgz6ZpZDZMQVgdkTEXny { width:2.4375rem;height:1.21875rem;top:64.00000190735rem;left:6.5000000596044rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XnX5TAKuSObaS80BewsyAIToXxucoKgM { width:4.75rem;height:2.84375rem;top:62.68750190735rem;left:11.562500536442rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tVl9T8FmHLrLGThsXFotlul55S7WJvcV { width:1.6875rem;height:1.21875rem;top:63.00000190735rem;left:16.624999582768rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ctfNlJAzr4LQhDqMp6DAMi0B5cGOtZCs { width:1.625rem;height:1.21875rem;top:64.00000190735rem;left:16.624999582768rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vN8lP5k2mkEvLznVvJLAPdTDhlkxVro4 { width:0.0625rem;height:3.125rem;top:62.54687690735rem;left:9.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvmeCF97Dybn2xeLlWI6ArsTgt93lUSk { width:4.4375rem;height:2.84375rem;top:58.187501907349rem;left:6.7500000596044rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WdnqhMFnKqvS9TzEoRUU0XBTxasFwQLn { width:1.25rem;height:1.21875rem;top:58.437501907349rem;left:11.500000536442rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NrQJ3nLOAzg7Tzpo0xVXH4KRsM3y63Uf { width:2.4375rem;height:1.21875rem;top:59.500001907349rem;left:11.500000536442rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lkeoqQnTGKNUNHl4x2q6IvP0QTsrIvcc { width:0.0625rem;height:3.125rem;top:77.0375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DD7EBFE3c2GD1oTBFUnpF0nGxqPOMlAU { width:0.0625rem;height:3.125rem;top:58.0625rem;left:4.5rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zE5VTS1gBNyZW4bQFx3TcSOzJ5yiei1P { width:0.0625rem;height:3.125rem;top:58.0625rem;left:15.375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #bgzNcEhq7POhBSDPQlw22GDEtThkL1Vv { display:block; }#bgzNcEhq7POhBSDPQlw22GDEtThkL1Vv > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccH4fx07lzEdqT2BWNt8etk6KpXy7WOo { width:13.8125rem;height:2.6rem;top:1.875rem;left:3.0937500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9u77GWagEZLi3bbh0NbhJRNQUyZmy1l { width:6.25rem;height:0.1875rem;top:5.3500003814697rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0cZCZXAONvxC2ObCZTVQvTR7TrG1JAF { display:flex;width:1.25rem;height:1.25rem;top:8.1875rem;left:1.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #uAswEUfBRUXek0KhtiP83x4Znz5rEKuf { width:13.9375rem;height:5.85rem;top:8.1875rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLu2G5Q1A6CNiwFrXi0UPNCahZiAOy4y { display:flex;width:1.25rem;height:1.25rem;top:16.3125rem;left:1.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #mkRMpKxvPhtap1uvZn6OhNE2pHe6iDWF { width:14.5rem;height:5.85rem;top:16.3125rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foTTQbbtEElkF8wGyodSTMyB7zLRKLz0 { width:14.3125rem;height:7.3125rem;top:24.8125rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5b3FTe5dRwP31dvA1E81RgcFy3t7iZB { display:flex;width:1.25rem;height:1.25rem;top:24.8125rem;left:1.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #hREfO7WuvabdJrOSLsdkiZZRRMp1rBQ5 { width:16.375rem;height:2.6rem;top:33.53125rem;left:1.8125000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpzToaKfSiHJk3wAAM7RqdpEWBDPhXrD { width:12rem;height:3.25rem;top:37.38125038147rem;left:4.0000000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9Xtv08OldWsJllaMOrsMIantus2rVIC { width:17.5rem;height:31.3125rem;top:42.27499961853rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUae4du2h3T7xTcsdb2TMBITPQvxh8AT { display:flex;width:1.25rem;height:1.25rem;top:44rem;left:2.125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #vXhWV7sgGVhxONi4oSDwzSl3SCsvfD3S { width:13.75rem;height:10.96875rem;top:55.312496185302rem;left:4.0000000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmPdJmsIo5azWz6Qw1MXVs1G4ruuQzEB { width:13.875rem;height:9.75rem;top:44rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRWQDuqh92IBLyvhT25LZDodFJuK44U0 { display:flex;width:1.25rem;height:1.25rem;top:47.625rem;left:2.125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #GxchJhF7WliM9AbFvDzAdhRgWDOnnW94 { display:flex;width:1.25rem;height:1.25rem;top:51.3125rem;left:2.125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #y5nLT79OskFx6d5qsDiOmticuP9f0pAv { display:flex;width:1.25rem;height:1.25rem;top:62.5rem;left:2.125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #vecHdOJ9GFWeTs6GBSnJtBEgXh9OPogE { display:flex;width:1.25rem;height:1.25rem;top:58.9375rem;left:2.125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #hunXMCr8UT4kSQpPgQb0QG6Cvmihz0by { display:flex;width:1.25rem;height:1.25rem;top:55.25rem;left:2.125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HUk5yD3TpPSOorgMfdwDaAx1pqycWoFv { width:15rem;height:4.875rem;top:67.26953125rem;left:2.5000000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRaZ1SoMqTvyUTfAxKKCRGXdKyfrbESy { width:16.75rem;height:2.5rem;top:77.375rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4VLMOpKT1KMeJNk8166h3GdFlNHuJ8S { display:block; }
 }@media only screen and (max-width: 763px) { #f2ZU0fQ45LFZvG2R2gtGyTSp1mkhofds { width:14rem;height:1.21875rem;top:75.6875rem;left:3rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVtC9RhulNblCPQueWBwcU9VvZ09rTxC { display:block; }#aVtC9RhulNblCPQueWBwcU9VvZ09rTxC > .row .container { width:20rem;height:93.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GooB9DRtdmVvZ61fytDBPrzaTtvb21Ar { width:16.375rem;height:5.2rem;top:1.75rem;left:1.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UefAE12TMnk6UQD7JywFCcM02FiVLpe3 { width:16.1875rem;height:16.1875rem;top:12.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsyivvUk7hqxnSgxuKTdo4dnTeJUicoR { width:14.125rem;height:18.1875rem;top:10.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAHQfR39oTk4HNPRobzfWwIfImfKHQID { width:15rem;height:17.0625rem;top:31.962500572204rem;left:2.5000000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOa07Iy5a0ENMXoFpDgGJLxkZfOS2nut { width:6.25rem;height:0.1875rem;top:8.5rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTrSEh6bT89UkLb5aKBmoi9VWnXD5EJy { width:16.625rem;height:34.6875rem;top:51.293749928474rem;left:1.5867188572884rem;border-top:0.125rem solid #f31e42;border-left:0.125rem solid #f31e42;border-right:0.125rem solid #f31e42;border-bottom:0.125rem solid #f31e42;display:block; }
 }@media only screen and (max-width: 763px) { #pqQRH6mo2nTQ1qCEAm7ChEr0bhzGJ2MI { width:13.4375rem;height:5.2rem;top:53.068749904632rem;left:3.2812500596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fMd7OnnulGD2ZXU2PXftWVbclTwAW7Ot { width:13.25rem;height:0;top:64.149999976156rem;left:3.3750000596046rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OL9u4ppu1Kp1HTr3l2eRrg6opi8XvFu7 { display:flex;width:1.25rem;height:1.25rem;top:61.440625190735rem;left:2.5000000596046rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #kqMfAR3axuwxh0Saz6GNgFp1znpfLBV0 { display:flex;width:1.25rem;height:1.25rem;top:65rem;left:2.5000000596046rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #DVCddwQHmRsyWQdmiPNlSkXneJCyWTaU { display:flex;width:1.25rem;height:1.25rem;top:68.5625rem;left:2.5000000596046rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #pk8sPFQpuSDHTZOh2UrdytAhJB52DOJZ { display:flex;width:1.25rem;height:1.25rem;top:72.3125rem;left:2.5000000596046rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #eLKL0a8rVsvx6Aky6ThxBN4Taen62vFO { display:flex;width:1.25rem;height:1.25rem;top:75.8125rem;left:2.5000000596046rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #L7DSGNT9DSStb7Mixzmgd2HPI6l9Irsc { display:flex;width:1.25rem;height:1.25rem;top:79.625rem;left:2.5000000596046rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #a4hsQaVG58AnEQeTauGst09r0GQ2d7GU { width:16.75rem;height:2.5rem;top:89.425003051756rem;left:1.6250000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV2JADCv5xOptnoe8hN6CyHdXE5VMgI9 { display:block; }
 }@media only screen and (max-width: 763px) { #yfrK5P1zwIAgHtZXNW37NyzFGPfJNoPi { width:6.25rem;height:0.1875rem;top:59.60000038147rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #equ5RdsswR8vwVXnQx9iai7syTrO2rzK { width:13.25rem;height:21.9375rem;top:61.440625190735rem;left:4.2992187142372rem;font-size:0.9375rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #esw4QmTsqKNXbn5IDcF1eOBwtlPwll9R { width:14rem;height:1.21875rem;top:87.893753051756rem;left:3.0000000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2xro6vO3qXl9QtKS1Dsa4SLoNp8tVoR { display:block; }#p2xro6vO3qXl9QtKS1Dsa4SLoNp8tVoR > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgUrD7XODz7v2eDnCbEEQeZ3DqboDmvc { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAE1lkehNlvEvpcGnTZLmTSdxH42usAT { width:6.25rem;height:0.1875rem;top:5.2742195129394rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVDhdNP8JlkdGJq6BGNkRTNU8eCSKivz { width:17.875rem;height:13.9375rem;top:22.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdD4FxMVwgt3oc6wdgmvwwaSH74qpQrW { width:17.875rem;height:13.9375rem;top:38.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScUW0xosIvegxD5W2mx7DXTMElyBzMzk { width:17.875rem;height:13.9375rem;top:6.53750038147rem;left:1.0617187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGBWcXZoX3n3m1s5esJRJZehwEEuPZ7v { width:3.125rem;height:3.125rem;top:7.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi3rzFP5ZQCaqANwZ2NTqcVOLEJyG8RT { width:3.125rem;height:3.125rem;top:24.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp57Iht3cXL1Nvf09lDZWcCOaaVNpFuF { width:3.125rem;height:3.125rem;top:40.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln8hiVHzbaE5Z8gli3XGTO9XyLw5enT9 { display:flex;width:1.875rem;height:1.875rem;top:8.5625rem;left:2.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ENgUPzNoHl5Hl05BGvznDWHMlTN5BIM1 { display:flex;width:1.875rem;height:1.875rem;top:24.6875rem;left:2.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #sxQ0EOlGXFocECW3a07nwASJVZ9dBI0C { display:flex;width:1.875rem;height:1.875rem;top:41rem;left:3.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #SFuzfbLQPKPTn4r1VbpixrtTUz6sWf15 { width:10.8125rem;height:3.25rem;top:7.875rem;left:6.8750000596044rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I58Xf3sZIqfUQ1xD8hRnWwF4361WvfDF { width:11.1875rem;height:3.25rem;top:24rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5xVdXdSvenfCBB884VBS0rbE2k2NiBE { width:10.9375rem;height:3.25rem;top:40.3125rem;left:7.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc81FSi1qvIa0Dbx2JTS0TEoBaSFPrJu { width:12.8125rem;height:7.3125rem;top:11.96484375rem;left:4.8125000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnTZgr3vqg4MKI5zNJoZyUqDUl2Z8qhA { display:flex;width:1.25rem;height:1.25rem;top:11.96484375rem;left:2.6250000596046rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HTWBtrTivKDyGs8sdURTQo1qrJ03nenv { display:flex;width:1.25rem;height:1.25rem;top:15.68359375rem;left:2.6250000596046rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #qWVnctG4mGzkDkLvldMvvqXcqU0H4Cy1 { width:11.25rem;height:6.09375rem;top:28rem;left:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMzt6VZeyQLnLtr2zulSQc6b836FOeIL { display:flex;width:1.25rem;height:1.25rem;top:28rem;left:3.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Kv1NZbPy9T93GxLDc3bVuWLrG6ofhCnl { display:flex;width:1.25rem;height:1.25rem;top:31.75rem;left:3.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #KrgPNWHKyFsbiZCIlSzl5VS4L3UlRLsw { width:13.25rem;height:6.09375rem;top:44.8125rem;left:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLkWt72pW7ECIyyCqCmlaT6psaFV1uaq { display:flex;width:1.25rem;height:1.25rem;top:44.78125rem;left:3.1875000596046rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #tLEsCC69t2r44g5KtXX93SerZXg8G3eq { display:flex;width:1.25rem;height:1.25rem;top:48.4375rem;left:3.1875000596046rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Qu9ifSV82IJyAelBkNMbeGL9odK3iyAn { width:16.75rem;height:2.5rem;top:56rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIPSxFCEck3yHNVeppCEv3B4psS3MgsK { display:block; }
 }@media only screen and (max-width: 763px) { #h3523GRJsqsMEtPJrVz8QrhPGrMkw82r { width:13.75rem;height:1.21875rem;top:54.5625rem;left:3.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1AfMoAwCZflRHb7LUrQoc5qfQfNVZn1 { display:block; }#T1AfMoAwCZflRHb7LUrQoc5qfQfNVZn1 > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6zSsW2p8zUTvb409Bttf9oXKrDfgPJh { width:15.125rem;height:7.8rem;top:2.125rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXHQvo4iMI3bsTyCcDFe303LGpBqcrbK { width:6.25rem;height:0.1875rem;top:11.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWdGT4dav3kuUr4Z0OQiVzg2Wh88Z51r { width:13.875rem;height:4.875rem;top:27.1875rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeMkJHqp4vkcf8GaOPsisZQdUEt1v0FD { width:13.25rem;height:4.875rem;top:12.625rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASEuf0xX8pMai9CwbUFXCiI6KfxpcCui { width:15rem;height:4.875rem;top:19.75rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8nnrZarTRfgC3H6KbXDnrAwnfph9l9r { display:flex;width:1.25rem;height:1.25rem;top:12.625rem;left:2.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #peNTCX23KsUBb0bQwu4HQ8N5LWG2TbQR { display:flex;width:1.25rem;height:1.25rem;top:22.25rem;left:2.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ppUgfdgzCrFp87TOSlP9VpMlknQDRLVp { display:flex;width:1.25rem;height:1.25rem;top:15.0625rem;left:2.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #QhcDV4hwnP42zfBol5FbTynnio2CgCqM { display:flex;width:1.25rem;height:1.25rem;top:27.1875rem;left:2.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #UuyHicdax2dXpE6hRIbQiILcLGoLP4rt { display:flex;width:1.25rem;height:1.25rem;top:19.75rem;left:2.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #k429vBtW1zcCQI4UWfuMT7U5TeQKZ16v { display:flex;width:1.25rem;height:1.25rem;top:29.625rem;left:2.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #LUSvtP0cGr3NmMTRZs4USSz6dwNQ7JWE { width:16.75rem;height:2.5rem;top:41.987501144409rem;left:1.6250000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKKWwPhOpsSEQhgb4zFgeam2z0PRau8v { display:block; }
 }@media only screen and (max-width: 763px) { #zTsspIXvAgD7EDXizvW3w4oWiPQtfTJ3 { width:14.875rem;height:3.25rem;top:34.699999809265rem;left:2.5625000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba5EvbchHAqWXngbR3OMd3ZIVpv5qgc7 { width:13.75rem;height:1.21875rem;top:40.300001144409rem;left:3.1250000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xyWiXWuX76BJSHhA7pha2ugCcmhGo0hU { display:block; }#xyWiXWuX76BJSHhA7pha2ugCcmhGo0hU > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRxWelRoqxOpkeUQoWsXWW79r0EgG9Bn { width:17.9375rem;height:51.5rem;top:1.625rem;left:1.0304687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRmclzp9F2oV3DAMkOapsJKT63uq9mWs { width:13.5rem;height:5.2rem;top:3.1929688453674rem;left:3.2500000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB40eF4q8qqiaunCMVtnWDU5HzdWDEfJ { width:6.25rem;height:0.1875rem;top:9.7554693222044rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU0mqTPP13t27ulXpywk5MDnZAbcTFlK { width:15.0625rem;height:19.375rem;top:25.675000190735rem;left:2.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXMZThg6g6sirTSSxofXTGfJLy5qL2Tt { width:9.75rem;height:15.84375rem;top:27.46875rem;left:6.6742187142375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkBH5q4w5xEf6yi4JyhqLRWF4AVSQIfV { width:5.75rem;height:9.5875rem;top:32.981250762939rem;left:3.2500000596046rem;font-size:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrIyTA4gpAWqSSbeAdU6gknCuKBs3nmF { width:5.75rem;height:9.5875rem;top:25.675001144409rem;left:3.2500000596046rem;font-size:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcQy8JishqTddssZWHnv0Bu0oFWdVNON { width:6.875rem;height:3.65625rem;top:17.9375rem;left:6.5625000596044rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc47s0t8WT8LDx471cyaKfy50HNJI48W { width:6.3125rem;height:3.65625rem;top:12.625rem;left:6.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQdy7MEtZyp8tkfhNcpi9re4VbiEMgBl { width:7.1875rem;height:2.4375rem;top:20.875rem;left:6.4062500596044rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzkQ9OoH4Ti7CpkKrNsslVP5kLAU2JJE { width:4.8125rem;height:1.21875rem;top:12rem;left:7.5937505364419rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlIop4F2r2ORTHNCr4rd8KXGDb8wMXT0 { width:3.1875rem;height:1.21875rem;top:15.6875rem;left:8.4062505364419rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixW4cT0Xg7pHpLrLwIXFDvklnJKlSUqN { width:16.75rem;height:2.5rem;top:49.250001907349rem;left:1.6250000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP0oPwotH7WIgJnGral869ganFLtc5gU { display:block; }
 }@media only screen and (max-width: 763px) { #TgO3SZud0MMwZ1kHH2BBStLWnEvIDmQu { width:20rem;height:0;top:59.562501907349rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #O7kHxpvRkk6XMMeNRN3zba0nQbZLUWwZ { width:14.3125rem;height:1.21875rem;top:47.518751144409rem;left:2.8437500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qa20vHCcXZLh4mghoyd8JwwGGDuJcS3d { display:block; }#Qa20vHCcXZLh4mghoyd8JwwGGDuJcS3d > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTRzTL01VhydxTXKxFZtbJEN5uP2dtkc { width:16.5rem;height:5.2rem;top:2.375rem;left:1.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II .accordion-heading-text { line-height:1.3;overflow:hidden;height:auto;font-size:1.0625rem; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II .accordion-desc-text { font-size:0.9375rem;height:auto;line-height:1.4;overflow:hidden; }
#NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II { display:flex;height:auto;width:13.4375rem;top:11.0625rem;left:1.8812499642372rem; }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #BBwU9QxtyzaEr7Ud8NX97JZBtWzCAJkq {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #SgidCPSfmB1cuoLA18h57fWoTd1P2TL7 {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #InyGKhwvkQb6rVGQ32fTPg44WCEek07J {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #sTD8lZNptG5lPwEXEdVpc8c7FAHpahs5 {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #lGQ13IOomVD7Fm6PuWBsp1V5cgTbulce {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #KPkZ8BsKXXO0GxVbnux4tQCAcxrchuvm {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #Gzbd9vdGFvkRr9VQO8ZyNT0i86q8PldK {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #c65zLsizUi5GSEra36vuAMuWpdmnnX1S {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #osX22NX36H8EcMxW8r1hoC97GcC5yo9f {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #lZ1EevkTvPxFbPa8KDK8FnKz7XIWFVOA {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #c2KA3TNOuOvoFF0vUbKRdo10wJIcJA5W {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #qfZXcV0FyeV1poNWsmkoO6Ts08fR7xDN {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #pP2VNzwkvDFVZWqPWPNCz3wFeTzABWsG {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #m2MTW1Z04rGC76eLyUewPh2Vd3TwkJTb {  }
 }@media only screen and (max-width: 763px) { #NOeqpwkZwXQ9JO3sHZsBtNXTBtOit7II #d9MT6xMRSyZ7ECnIxwmNMkRBZgCN6TrJ {  }
 }@media only screen and (max-width: 763px) { #akFKmSAHwZG2b9rFmuEHGDrXhHDAkV3N { width:6.25rem;height:0.1875rem;top:8.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEOJRNquHXyfH9T6drg5lIHOf62QHV0z { display:block; }#MEOJRNquHXyfH9T6drg5lIHOf62QHV0z > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pR6TALQ7zKm6e2xusnvvKl5edzWOHbRp { width:18.625rem;height:8.125rem;top:3.1250000894069rem;left:0.68671876192094rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGlSZW7AoTh4GNJnbTAk9AbQNuuoxUXd { width:6.25rem;height:0.125rem;top:13.337500572204rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #cymIa7lRlKpI46RHHnxckWIIySynaLs9 { width:15.875rem;height:2.4375rem;top:15.217968940735rem;left:2.0625000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbExKWtwNCO2wEyf3U6vB4wimnw30EOX { width:16.75rem;height:2.5rem;top:21.75rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTvRTFQUxawxs9NnuFps2l7kk6vdp2GT { display:block; }
 }@media only screen and (max-width: 763px) { #iiE9bvpylJT1mJoPMz4ES2Aad2Rup4Q9 { width:13.8125rem;height:1.21875rem;top:20rem;left:3.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW .widget-text.counter-number { padding-top:0.420625rem;padding-right:0.366875rem;padding-bottom:0.420625rem;padding-left:0.366875rem;width:2.20125rem;min-width:2.20125rem;height:2.260625rem;font-size:1.6825rem;line-height:36.17px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:gilroy; }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.263125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.934375rem;height:0.89375rem;font-size:0.630625rem;line-height:14.3px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW { display:flex;width:15.75rem;height:4.25875rem;top:26.250001132488rem;left:1.3898437619209rem;padding-top:0.738125rem;padding-right:0.73375rem;padding-bottom:0.738125rem;padding-left:0.73375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #KUlkFhzUlbadczvL1wMArPZPdNdrbQ8z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #R5nBlhrRTycGFOrhyD0Xshs0eoOiR1ao {  }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #klEPRvAkpobFcMVep04yDCsG9PvZbpLd {  }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #FcZkiRLnxln1J01bNaWwoV9v9LzfZo4s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #IMGgg3TCvUnKSJw9eevgMOl9FurLWSgl {  }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #NX6CkBvOn1uLPgB4T1x10AetohLgdoK9 {  }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #GoZ1HrpIGEbiMxwfOiCzRnUBxuBWT7Pf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #hpRSFtycOTwGeggZm20u3I0QzmyVSnkb {  }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #KRanKrDVoI8kXXg3g17VqgFLSAc3PZWP {  }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #naRJayu9xisUcUhFt5wcdtTOlH2nWsiQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #pDQsxGT6u5PwpNnpLMe34TrGnpRmfacR {  }
 }@media only screen and (max-width: 763px) { #E4ZHPIeDQhgbH7GRpewlmxQTRFT5dBsW #FuiXGDALVAHh4cI1WtGC4M9fwPSkCpQt {  }
 }