.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #320863, #000000);background-image: -moz-linear-gradient(0deg, #320863, #000000);background-image: -ms-linear-gradient(0deg, #320863, #000000);background-image: -o-linear-gradient(0deg, #320863, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#320863', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#320863', endColorstr='#000000' );";background-image: linear-gradient(0deg, #320863, #000000);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U > .row .container { background-color: transparent; background-image: none; }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U > .row .container > .video-iframe-container { display: none; }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U > .row > .video-iframe-container { display: none; }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U > .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); }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U > .row .container { border-width: 0; border-radius: 0; }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:block; }#pToH6hnnCmVq3GrS24RBTn6huIp7cc6l { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:13.875rem;left:43.8125rem;display:none; }
#wthxaKOrq4bWGgyZdcaeFzQTTO3kioQU { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;height:1.75rem;top:14.625rem;left:47.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#sKRHfiBwFh8rFn7P9ClX1362deNR6fS0 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:17.3125rem;left:43.750000953674rem;display:none; }
#QxKU8SIav36BRvaXLTheTCkqBpev5muF { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;height:1.75rem;top:18.0625rem;left:47.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Ho7wcw6fNiqTA7viMHAfxOMoIBskmZ72 { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;height:2rem;top:19.8125rem;left:47.562500953674rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xd6qZoJW5b2kxKbzmFP9MmnoLWmKTI9r { color:#ffffff;display:block;width:20.374375rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;height:1rem;top:16.375rem;left:47.500000953674rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#UE8dkO9n4XRIsuza8BF1Kih8iJz299db { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:20.625rem;left:4.3125rem;height:4.7109375rem;font-style:normal;display:block; }
#OBTcn8won8cWedIEA2cSwVyv5JhWl4r5 { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:15.7548828125rem;left:4.3125rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wMfEIZsmsgGzSp3fBqVvUBGvAeTzNhzB { position:absolute;display:block;z-index:15057;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:16.5rem;width:21.8125rem;top:15rem;left:42.125rem;overflow:hidden;display:block; }
#aQ5NQfrxs6RHOE2q8cNTABIpC0s4L33y { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:32.125rem;left:4.3125rem;display:block; }
#TxN7iAlkZWT7DQd7TI8oBnt9oeW7zrC5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kG874gsZCSLxoXkLZerKi5hTDOtfLHPi { position:absolute;display:block;z-index:15060;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:15.3125rem;width:20.3125rem;top:2.3994140625rem;left:1.111328125rem;overflow:hidden;display:block; }
#KSe2943xh7gzKCV7aFTCG0dd708JroGB { 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:43.375rem;width:43.375rem;top:0.0625rem;left:31.375rem;overflow:hidden;display:block; }
#ccDQgW284VHT8ai8FZVOEs90KWrILMTA { position:absolute;display:block;z-index:15061;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.5rem;width:25.375rem;top:14.25rem;left:40.375rem;overflow:hidden;display:block; }
#NHZfvQ0B2mHJG88nRAukKiG0bLTc9ytH { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:26.25rem;left:4.3125rem;height:3.736325rem;font-style:normal;display:block; }
#nkqLDNE4khpTEo08LRObheH6P9ygu23M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171717;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; }#nkqLDNE4khpTEo08LRObheH6P9ygu23M > .row .container { background-color: transparent; background-image: none; }#nkqLDNE4khpTEo08LRObheH6P9ygu23M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkqLDNE4khpTEo08LRObheH6P9ygu23M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkqLDNE4khpTEo08LRObheH6P9ygu23M > .row .container > .video-iframe-container { display: none; }#nkqLDNE4khpTEo08LRObheH6P9ygu23M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkqLDNE4khpTEo08LRObheH6P9ygu23M > .row > .video-iframe-container { display: none; }#nkqLDNE4khpTEo08LRObheH6P9ygu23M > .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); }#nkqLDNE4khpTEo08LRObheH6P9ygu23M > .row .container { border-width: 0; border-radius: 0; }#nkqLDNE4khpTEo08LRObheH6P9ygu23M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkqLDNE4khpTEo08LRObheH6P9ygu23M > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#oQLaMOTQIVH6FW2VU8NCvr6OxFKng6PL { color:#e9e9eb;display:block;width:15.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:8rem;left:2.6865234375rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T3mCxg77DLxDBJzU0JifLcMkob5DZr72 { position:absolute;display:block;z-index:15005;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.6871125rem;width:2.74921875rem;top:12.4375rem;left:11.9990234375rem;overflow:hidden;display:block; }
#CGKUgnz96CDRQgcRSPF0Q2Hp15aoxe9P { color:#e9e9eb;display:block;width:16.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:5.3115234375rem;left:41.25rem;height:4.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#spfTx3sRUGGsdEVrgxIaHoVD0Qv54FKI { box-sizing:content-box;height:9.375rem;width:0.125rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:11.375rem;left:41.25rem;display:block; }
#afL7bgCy4zGeMmtTqhJsSfFc70GecvTK { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15029;background-color:#8a6df1;background-image:none;top:12.5625rem;left:40.625rem;display:block; }
#yJ5AAxyzDI3hxvVrkBmTZym7DlVEXLyK { color:#e9e9eb;display:block;width:10.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:12.0625rem;left:42.5rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y7O96LdHACKIO6WTqETGkBbDrR7KrMac { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15031;background-color:#8a6df1;background-image:none;top:15.375rem;left:40.625rem;display:block; }
#bSVyGoXtnTkV2vuCeHLlq0TxTnkgyNxR { color:#e9e9eb;display:block;width:12.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:15.4375rem;left:42.4375rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bBzrTnOD6b6ZIh42KcO2avn40HhAUIpX { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15033;background-color:#8a6df1;background-image:none;top:18.125rem;left:40.625rem;display:block; }
#iRKsODm13PWzKM3umd5CiQosCDoDCiF6 { color:#e9e9eb;display:block;width:12.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:18.125rem;left:42.4375rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tRR2xbcy3mARoZaXT9lXiDPkcrtEIJ5S { color:#e9e9eb;display:block;width:12.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:12.4375rem;left:60.5rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JEvmc39ZQTJ7CxzMFt2XxsHH1NGucldO { color:#e9e9eb;display:block;width:12.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:15.25rem;left:60.5rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F88rE50Ke9VgbMtPDKwJZTAEpGJHUTFK { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15037;background-color:#e5d5ff;background-image:none;top:12.4375rem;left:58.6875rem;display:block; }
#moUpga2wqWB4GkC2flsloXwL4TxsxnGI { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15039;background-color:#e5d5ff;background-image:none;top:15.3125rem;left:58.6875rem;display:block; }
#gfPZtZ0NCHe7MKPRtGQzCPwThgRCcmaG { box-sizing:content-box;height:9.4375rem;width:0.125rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;top:11.3125rem;left:59.25rem;display:block; }
#gK1x0qOBpGE4KVVtUdLlPQxuDag9p3Dv { box-sizing:content-box;height:2.375rem;width:13.375rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image:none;top:7.7490234375rem;left:40.5625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#iPa56xAzKXPVi8Hgzf5PetoFcZoZX7Np { color:#e9e9eb;display:block;width:15.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:5.3125rem;left:59.0625rem;height:4.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ylT8uR0xKD375GeTSAlPJDvWVSw2c4V5 { box-sizing:content-box;height:2.375rem;width:6.125rem;position:absolute;display:block;z-index:15046;background-color:transparent;background-image:none;top:7.75rem;left:58.375rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#gcsyyzT1mnqC9S1L0CtFoPLA1nqhQFJ8 { box-sizing:content-box;height:9.375rem;width:0.125rem;position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;top:11.375rem;left:19.6875rem;display:block; }
#mADvqUtc6nuQzM3CSnMkby0kwGgezGkO { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15040;background-color:#5f22a7;background-image:none;top:15.375rem;left:19.0625rem;display:block; }
#WkP4JbWCKSwbhZUXa2BPD0sz9f74dnbC { color:#e9e9eb;display:block;width:12.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:14.6875rem;left:20.875rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i0XlRnGta2Ay63MAHcIwxXcx8ZSUA7GB { box-sizing:content-box;height:1.25rem;width:1.25rem;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:#5f22a7;background-image:none;top:18.125rem;left:19.0625rem;display:block; }
#XTl1kzUvB6TiSyhH8FLLF7vPox6ZrhTU { color:#e9e9eb;display:block;width:11.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:18.125rem;left:20.875rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dIAU5bBBsk0CgLDPXFld57JSHdpSJ7qq { color:#e9e9eb;display:block;width:18.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:5.3125rem;left:19.6875rem;height:4.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kdpxfCoK0I4sKK1WyUrBfShzkKs2OsTh { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15038;background-color:#5f22a7;background-image:none;top:12.5625rem;left:19.0625rem;display:block; }
#x9zrZ1AOnqMeUJHK5hub0eL1V6crJZnz { color:#e9e9eb;display:block;width:12.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:12.5rem;left:20.9375rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TV3pQXNgO2S5KnU0HW3NF0y8876MtQST { box-sizing:content-box;height:2.375rem;width:19.1875rem;position:absolute;display:block;z-index:15053;background-color:transparent;background-image:none;top:7.7099609375rem;left:18.625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#Rq2APfhbmfO63Ku4XRH63LensO3Kkc9R { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15040;background-color:#e5d5ff;background-image:none;top:18.375rem;left:58.6875rem;display:block; }
#eLAal80KqaBXGS9Rrq0fNS4o2aauuI1i { color:#e9e9eb;display:block;width:12.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.375rem;left:60.625rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HQoIMsuLTf5aC8NW6Fo6cn1bzfHtAUEn { color:#e9e9eb;display:block;width:54.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:24.0625rem;left:19.3125rem;height:2.44921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RUnvcxcAx0RhML0MzQcTuNL1qPvc2GTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#RUnvcxcAx0RhML0MzQcTuNL1qPvc2GTB > .row .container { background-color: transparent; background-image: none; }#RUnvcxcAx0RhML0MzQcTuNL1qPvc2GTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUnvcxcAx0RhML0MzQcTuNL1qPvc2GTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUnvcxcAx0RhML0MzQcTuNL1qPvc2GTB > .row .container > .video-iframe-container { display: none; }#RUnvcxcAx0RhML0MzQcTuNL1qPvc2GTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUnvcxcAx0RhML0MzQcTuNL1qPvc2GTB > .row > .video-iframe-container { display: none; }#RUnvcxcAx0RhML0MzQcTuNL1qPvc2GTB > .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); }#RUnvcxcAx0RhML0MzQcTuNL1qPvc2GTB > .row .container { border-width: 0; border-radius: 0; }#RUnvcxcAx0RhML0MzQcTuNL1qPvc2GTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RUnvcxcAx0RhML0MzQcTuNL1qPvc2GTB > .row .container { font-size:0.875rem;font-family:arial;height:62.0625rem;width:75rem;position:relative;display:block; }#sFR0LIPWTHzBwFSkOTiAzqXMcg2WSH6C { background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.499rem;height:2.8125rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:22.6875rem;left:27.5625rem;display:block; }
#egQ2NIgMABfuhhoKxiWuZzSuMLcqkHEs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n1Tr1T2cTCnNcOKV9WurV2VTzs3COqtN { box-sizing:content-box;height:26.25rem;width:21.5rem;position:absolute;display:block;z-index:15058;background-color:#8a6df1;background-image:none;top:3.5625rem;left:25.9375rem;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#JCnZyGp8tgadkPBBZ0THdvQhpC22kpl5 { box-sizing:content-box;height:24.25rem;width:21.5rem;position:absolute;display:block;z-index:15059;background-color:#000000;background-image:none;top:5.5625rem;left:25.9375rem;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#qgfazcflV2bM0TAfscLX1tN1Dm4wEM17 { color:#212121;display:block;width:18.6875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15221;line-height:1.2;letter-spacing:0;top:26.875rem;left:27.4677734375rem;height:2.0996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#qalQnkXFz9R5vqK9qfznZp8tBU2WmSDp { color:#e9e9eb;display:block;width:13.749625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.6875rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:18.3125rem;left:30.875rem;height:3.4931625rem;text-align:center;text-align-last:center;display:block; }
#XdoMKbO6XsBMmazi8M1zLGGT2C5HGvs1 { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15182;line-height:1.3;letter-spacing:0;top:18.3125rem;left:28.375rem;height:0;display:block; }
#o3GF8Ktpy3VRk0rzlk1MU7ws1v22vCmt { color:#e9e9eb;display:block;width:4rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:19.25rem;left:27.5625rem;height:1.7871125rem;display:block; }
#zyL1Rs0GmoLfdAKyV0ecKmGsSPznhLpC { color:#212121;display:block;width:16.99925rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15219;line-height:1.2;letter-spacing:0;top:14.125rem;left:28.3125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BfmaOwceNdRvhGhmvmpOWNMkAThutxdw { color:#8a6df1;display:block;width:15.75rem;position:absolute;font-family:"plus jakarta sans";font-size:2.875rem;font-weight:700;z-index:15221;line-height:1.2;letter-spacing:0;top:10.5625rem;left:29rem;height:3.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BurFUmdEbS8qqTmyI6TEpwn9QW9Wtntf { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15175;line-height:1.3;letter-spacing:0;top:18.1875rem;left:16.625rem;height:0;display:block; }
#I5s8x4ZKgXddCHEW7dV082sf3bgzZKgO { box-sizing:content-box;height:26.25rem;width:21.5rem;position:absolute;display:block;z-index:15043;background-color:#e5d5ff;background-image:none;top:3.5625rem;left:3.3125rem;border-top:0.125rem solid #e5d5ff;border-left:0.125rem solid #e5d5ff;border-right:0.125rem solid #e5d5ff;border-bottom:0.125rem solid #e5d5ff;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#s59TrFOCVPcCxTWXvy2obmRTFtCxpcSd { box-sizing:content-box;height:24.25rem;width:21.5rem;position:absolute;display:block;z-index:15044;background-color:#000000;background-image:none;top:5.5625rem;left:3.3125rem;border-top:0.125rem solid #e5d5ff;border-left:0.125rem solid #e5d5ff;border-right:0.125rem solid #e5d5ff;border-bottom:0.125rem solid #e5d5ff;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#oqaHeTT0GdVaDhtzvKpUsR9PyLG9G5Df { color:#e9e9eb;display:block;width:13.749625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.6875rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:18.3125rem;left:8.25rem;height:3.4931625rem;text-align:center;text-align-last:center;display:block; }
#w8kuCkn32WtpVVwJvnhGEWdsNzb8vpgn { background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.49925rem;height:2.8125rem;text-decoration:none;z-index:15128;text-align:center;text-align-last:center;top:22.6875rem;left:4.9375rem;display:block; }
#hXscWsc5iCLhCtVrFsiUV5Ceqb7sys9t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LDzX6JRVK4NbsybczTrEbHe0NBuAbLXa { position:absolute;display:block;z-index:15138;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5d5ff;border-left:0.0625rem solid #e5d5ff;border-right:0.0625rem solid #e5d5ff;border-bottom:0.0625rem solid #e5d5ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:18.6875rem;top:7.4375rem;left:5rem;display:block; }
#CyAGSXVsFDwC840Sm4mwtmFh3UlR4Tly { color:#212121;display:block;width:16.99925rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15204;line-height:1.2;letter-spacing:0;top:14.125rem;left:5.6875rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iebrk0a2mwDxi7zWSpTLhTNnaPkppMTG { color:#e5d5ff;display:block;width:15.75rem;position:absolute;font-family:"plus jakarta sans";font-size:2.875rem;font-weight:700;z-index:15206;line-height:1.2;letter-spacing:0;top:10.5625rem;left:6.375rem;height:3.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#frvnDg433psUmdOzEE0D29b76ay5KOHB { color:#212121;display:block;width:16.9979375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15205;line-height:1.2;letter-spacing:0;top:16.9375rem;left:6.625rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cXGv8ARezrCECNCpTdAe0ZnFn3n8qF2E { color:#212121;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15206;line-height:1.2;letter-spacing:0;top:26.875rem;left:5.03125rem;height:2.0996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#n66NE5hnXDLxO8WsZz4NuUE3XbFAJVD3 { position:absolute;display:block;z-index:15153;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8a6df1;border-left:0.0625rem solid #8a6df1;border-right:0.0625rem solid #8a6df1;border-bottom:0.0625rem solid #8a6df1;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:18.6875rem;top:7.4375rem;left:27.625rem;display:block; }
#D0PNJ7ZUfWnBgCkeLilCN08WBLdFvRXb { color:#ffffff;display:block;width:8.93675rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:7.6875rem;left:32.5625rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#v0eRBRNMm8uS0udo4oAxbxizJePLqgpA { color:#e9e9eb;display:block;width:3.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:19.25rem;left:4.9375rem;height:1.7871125rem;display:block; }
#GNxkhPOg9rQdemBdAcnbrGI3qrJbw7wh { position:absolute;display:block;z-index:15151;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:7.5rem;left:4.9375rem;overflow:hidden;display:block; }
#AwbGyMTabWNKfa51Sq9t8z8q1pbPQ8D5 { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:18.3125rem;left:5.75rem;height:0;display:block; }
#epHHFRvb0FfOHkZFXuVTsGV99TmsEqoh { color:#ffffff;display:block;width:8.93675rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15139;line-height:1.3;letter-spacing:0;top:7.6875rem;left:9.9375rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bwQoFa0HAp947ueiak4czgTpDToZ0nQW { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:4.1875rem;left:3.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQ5O3PXca2378zOXeWAXigax4XsI7SKF { box-sizing:content-box;height:26.3125rem;width:21.5rem;position:absolute;display:block;z-index:15083;background-color:#8a6df1;background-image:none;top:32.1875rem;left:48.5rem;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#byodkF0Ebqt1J5J162qaJOXHTvr6itPz { box-sizing:content-box;height:24.375rem;width:21.5rem;position:absolute;display:block;z-index:15084;background-color:#000000;background-image:none;top:34.1875rem;left:48.5rem;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#ESOhZ3wust6UGKUEt2VaVmz16MQ7eU2E { background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.499rem;height:2.8125rem;text-decoration:none;z-index:15171;text-align:center;text-align-last:center;top:51.125rem;left:50.1240234375rem;display:block; }
#GwU4wJTkoDQgaX8izP4HHnhUQW8BEkJu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O35z621cLXDf8TrTTRkqmWU0unTbFigT { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15243;line-height:1.3;letter-spacing:0;top:46.9375rem;left:61.1875rem;height:0;display:block; }
#w5yOFfSVTdWZt3S9ogEdE3Oc7S0Jogac { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15235;line-height:1.3;letter-spacing:0;top:46.9375rem;left:51.0625rem;height:0;display:block; }
#k6nbqtUCxMZlwWqepcPCB67UC7v20GRZ { color:#8a6df1;display:block;width:15.75rem;position:absolute;font-family:"plus jakarta sans";font-size:2.875rem;font-weight:700;z-index:15250;line-height:1.2;letter-spacing:0;top:41.1875rem;left:51.4375rem;height:3.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUyW3pbSv1tbuLLtACZZIPFQo28XfdMl { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15184;line-height:1.3;letter-spacing:0;top:36.25rem;left:54.0625rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EeSNBZVeU2NAuN32kTssT00XUEQw3snu { position:absolute;display:block;z-index:15183;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8a6df1;border-left:0.0625rem solid #8a6df1;border-right:0.0625rem solid #8a6df1;border-bottom:0.0625rem solid #8a6df1;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:18.6875rem;top:36rem;left:49.9375rem;display:block; }
#QV9vIXxADWWQXQTO6c4mgldASFm7CpJn { color:#212121;display:block;width:16.9970625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15206;line-height:1.2;letter-spacing:0;top:16.98828125rem;left:29.0009765625rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QNEUigtQEDEyS46TJvhdsnExi7pyLl0f { box-sizing:content-box;height:26.25rem;width:21.5rem;position:absolute;display:block;z-index:15058;background-color:#e5d5ff;background-image:none;top:3.5625rem;left:48.5rem;border-top:0.125rem solid #e5d5ff;border-left:0.125rem solid #e5d5ff;border-right:0.125rem solid #e5d5ff;border-bottom:0.125rem solid #e5d5ff;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#PAw1iGXJkTFhC17gXfJVBViXoBBPcp6z { box-sizing:content-box;height:24.25rem;width:21.5rem;position:absolute;display:block;z-index:15059;background-color:#000000;background-image:none;top:5.625rem;left:48.5rem;border-top:0.125rem solid #e5d5ff;border-left:0.125rem solid #e5d5ff;border-right:0.125rem solid #e5d5ff;border-bottom:0.125rem solid #e5d5ff;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#uITBEaUF8LCC1lecsftqIekfUPWbCfMe { position:absolute;display:block;z-index:15153;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5d5ff;border-left:0.0625rem solid #e5d5ff;border-right:0.0625rem solid #e5d5ff;border-bottom:0.0625rem solid #e5d5ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:18.6875rem;top:7.4375rem;left:50.1875rem;display:block; }
#bDBNZEeVAOwN5uR8XfPEdnqiax4H6KD8 { color:#212121;display:block;width:16.99925rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15219;line-height:1.2;letter-spacing:0;top:14.125rem;left:50.875rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ubmFKIgiea2CooquHCB6ZTqJwa0wkuHv { color:#e5d5ff;display:block;width:15.75rem;position:absolute;font-family:"plus jakarta sans";font-size:2.875rem;font-weight:700;z-index:15221;line-height:1.2;letter-spacing:0;top:10.5625rem;left:51.5625rem;height:3.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w7K5hZehPZQ3oTicTpguEAgd8IT2kI6m { color:#ffffff;display:block;width:8.93675rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:7.6875rem;left:55.125rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GBIT7FvrmwIkLL6RngSv9iz2gI6zKx1H { color:#e9e9eb;display:block;width:13.749625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.6875rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:18.3125rem;left:53.4375rem;height:3.4931625rem;text-align:center;text-align-last:center;display:block; }
#J6zkcEEILRUUdbkJZWqpvELfh77qtIG8 { color:#212121;display:block;width:16.9979375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15220;line-height:1.2;letter-spacing:0;top:16.9375rem;left:51.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wxtlgm9bsN95WusN7kgR36diGrK7E7N2 { color:#e9e9eb;display:block;width:3.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:19.25rem;left:50.125rem;height:1.7871125rem;display:block; }
#waXb2nglV8fuZoPWdmw8PZa0vUZvHhvp { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15182;line-height:1.3;letter-spacing:0;top:18.3125rem;left:50.9375rem;height:0;display:block; }
#GuIlu6irlidT9kUBTzz5qZ57gBJMD7CC { background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.499rem;height:2.8125rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:22.6875rem;left:50.125rem;display:block; }
#c78g0ThNMykJngwXlq7nxo5xdvST6aPM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qClFqKQ3H0B365SrRUbZIH0K8ZqBSoT6 { color:#212121;display:block;width:18.875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15221;line-height:1.2;letter-spacing:0;top:26.875rem;left:49.9375rem;height:2.0996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#WnCQyKihLZxN0PuIx4TJ4g7fBZigO8Jl { box-sizing:content-box;height:26.25rem;width:21.5rem;position:absolute;display:block;z-index:15072;background-color:#8a6df1;background-image:none;top:32.125rem;left:3.3125rem;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#ZJQ4B7ADNzJCfPzpkluNdhV492dFtUpE { box-sizing:content-box;height:24.25rem;width:21.5rem;position:absolute;display:block;z-index:15073;background-color:#000000;background-image:none;top:34.125rem;left:3.3125rem;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#BQvin5mBCORlQ71odlGpDzs1WvkG8dS5 { background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.49925rem;height:2.8125rem;text-decoration:none;z-index:15157;text-align:center;text-align-last:center;top:51.125rem;left:4.9375rem;display:block; }
#iCW1i24fpf8JNn4P6RQSOhMD0J4JXAHB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQyBlneNixn26zWAkGZmDSWFHK4G8gdn { color:#212121;display:block;width:20.875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15235;line-height:1.2;letter-spacing:0;top:55.375rem;left:3.75rem;height:2.0996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#u5xwv4fH0mnZ8LI6vIM8vQc5M6ae0xFk { color:#212121;display:block;width:16.99925rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15233;line-height:1.2;letter-spacing:0;top:42.6875rem;left:5.6875rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QM6FUy69EubOHnhSGl7aZp6tLT4IsZl2 { color:#8a6df1;display:block;width:15.75rem;position:absolute;font-family:"plus jakarta sans";font-size:2.875rem;font-weight:700;z-index:15235;line-height:1.2;letter-spacing:0;top:39.125rem;left:6.375rem;height:3.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LiZJ9baRhQapLeXippPhdNBVmHn3q56q { color:#e9e9eb;display:block;width:13.749625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.6875rem;font-weight:normal;z-index:15154;line-height:1.3;letter-spacing:0;top:46.875rem;left:8.25rem;height:3.4931625rem;text-align:center;text-align-last:center;display:block; }
#IeRJsm4CanVCWMDSLv7F9AKfGVlJLMlQ { color:#212121;display:block;width:16.9979375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15234;line-height:1.2;letter-spacing:0;top:45.5rem;left:6.625rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nasq3CKOcaIKZowT3StuZf6X69QL1k1n { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15196;line-height:1.3;letter-spacing:0;top:46.875rem;left:5.75rem;height:0;display:block; }
#R053v1zl9u5CGKZuDqdFhuliSwsToLoe { color:#e9e9eb;display:block;width:3.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:47.8125rem;left:4.9375rem;height:1.7871125rem;display:block; }
#bqWIUMxF9gle1AclqmMca7p1E8QMPrIL { position:absolute;display:block;z-index:15167;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8a6df1;border-left:0.0625rem solid #8a6df1;border-right:0.0625rem solid #8a6df1;border-bottom:0.0625rem solid #8a6df1;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:18.6875rem;top:36rem;left:5rem;display:block; }
#qp6370Rcz26C3VvIb7a0vVcFgKToA0VI { color:#ffffff;display:block;width:8.93675rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15168;line-height:1.3;letter-spacing:0;top:36.25rem;left:9.9375rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#zChd0aOZHKFvrEmf1HySfdVzyFg4NnrA { box-sizing:content-box;height:26.25rem;width:21.5rem;position:absolute;display:block;z-index:15100;background-color:#e5d5ff;background-image:none;top:32.3125rem;left:26.0625rem;border-top:0.125rem solid #e5d5ff;border-left:0.125rem solid #e5d5ff;border-right:0.125rem solid #e5d5ff;border-bottom:0.125rem solid #e5d5ff;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#XkUp7JQncJkPuD3bBPXBEIN3GKxfFmrJ { box-sizing:content-box;height:24.25rem;width:21.5rem;position:absolute;display:block;z-index:15101;background-color:#000000;background-image:none;top:34.3125rem;left:26.0625rem;border-top:0.125rem solid #e5d5ff;border-left:0.125rem solid #e5d5ff;border-right:0.125rem solid #e5d5ff;border-bottom:0.125rem solid #e5d5ff;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#AG8T5JRzNbfOyRqoDB0MfQwETATQn2yz { color:#e9e9eb;display:block;width:13.749625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.6875rem;font-weight:normal;z-index:15182;line-height:1.3;letter-spacing:0;top:47.0625rem;left:31rem;height:3.4931625rem;text-align:center;text-align-last:center;display:block; }
#gnET6XKXxU9IaL2NrsHor2V9tgXEBykd { color:#212121;display:block;width:16.9979375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15262;line-height:1.2;letter-spacing:0;top:45.6875rem;left:29.375rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e5FKKAofKVEn0Fe5sI3TUtxUZ1iwWRZB { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15224;line-height:1.3;letter-spacing:0;top:47.0625rem;left:28.5rem;height:0;display:block; }
#h1HCxiH6luDvfsAkQPdhUc0omyJeF0wg { background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.499rem;height:2.8125rem;text-decoration:none;z-index:15185;text-align:center;text-align-last:center;top:51.125rem;left:28.2490234375rem;display:block; }
#XhaH1rsTyueod38NdLJSiFN0iw7gFQaB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m8i92R2a96hggwuwLt4XakBerH6afyQf { color:#212121;display:block;width:20.75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15263;line-height:1.2;letter-spacing:0;top:55.375rem;left:26.6240234375rem;height:2.0996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#h6HkmyqfR03Ru18XmsV3NQOoT6TtIT2s { position:absolute;display:block;z-index:15195;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5d5ff;border-left:0.0625rem solid #e5d5ff;border-right:0.0625rem solid #e5d5ff;border-bottom:0.0625rem solid #e5d5ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:18.6875rem;top:36.1875rem;left:27.75rem;display:block; }
#bg8Po0LlGhGDhHbizOBeHSSsDkmhoFCd { color:#e5d5ff;display:block;width:15.75rem;position:absolute;font-family:"plus jakarta sans";font-size:2.875rem;font-weight:700;z-index:15263;line-height:1.2;letter-spacing:0;top:39.3125rem;left:29.125rem;height:3.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ApE61RGUdg4R3zFQke8QItAH9cuA7Gyr { color:#ffffff;display:block;width:8.93675rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15196;line-height:1.3;letter-spacing:0;top:36.4375rem;left:32.6875rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#mU6LO1makSvy6yAIReFaehP3VZTlchnh { color:#e9e9eb;display:block;width:3.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:normal;z-index:15197;line-height:1.3;letter-spacing:0;top:48rem;left:27.6875rem;height:1.7871125rem;display:block; }
#arIp6Ord2I6TVIs19mNip0WqZ6sdf0rl { position:absolute;display:block;z-index:15264;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:7.375rem;left:27.5625rem;overflow:hidden;display:block; }
#FWnUcqnLv19Q13tcTcRrTmM4DB0uX8zL { position:absolute;display:block;z-index:15265;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:7.3125rem;left:50.0625rem;overflow:hidden;display:block; }
#lEsHkT6nTGW2ogTHP624n7rQ7xOVDrWL { position:absolute;display:block;z-index:15266;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:36.25rem;left:27.5625rem;overflow:hidden;display:block; }
#Zw2FTfG82wnO7dWwnLX8P1h21hruLZmp { position:absolute;display:block;z-index:15267;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.4375rem;width:2.4375rem;top:35.6123046875rem;left:49.5rem;overflow:hidden;display:block; }
#hrrMmeMvzKrhJMIIpZTVNPkCLeHserTd { position:absolute;display:block;z-index:15268;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:36rem;left:4.8125rem;overflow:hidden;display:block; }
#UMTLuO9M5uDLBt0gmLLcpsVG3VroNrIe { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15269;line-height:1.2;letter-spacing:0;top:4.1875rem;left:26.0927734375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5MgppXcBzF6zx17e0wNKdifV7kNG50C { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15270;line-height:1.2;letter-spacing:0;top:4.1875rem;left:48.65625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sl8hWSBdqARpQBQSZRcsxMBDdVFPLlMo { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15271;line-height:1.2;letter-spacing:0;top:32.75rem;left:3.46875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ID4oaGgoDQb1bDpDMOy0GGcqbbeEskha { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15272;line-height:1.2;letter-spacing:0;top:32.8125rem;left:26.2802734375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTZKM0Gipf7pl8EFP80rhL9ydd4SaZJa { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15273;line-height:1.2;letter-spacing:0;top:32.75rem;left:48.65625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTQ9ut76g9kLeIBdBxEBwXlwsftOU80N { box-sizing:content-box;height:24.25rem;width:21.5rem;position:absolute;display:block;z-index:15073;background-color:#000000;background-image:none;top:34.125rem;left:3.3125rem;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:none; }
#sPCvwO3UcwP4hP1CJUbAXdmkb50PtLHo { color:#212121;display:block;width:20.75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15264;line-height:1.2;letter-spacing:0;top:55.375rem;left:49rem;height:2.0996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ZFFuM4rUhRVdvtB65Kmytk60knEhclcM { color:#e9e9eb;display:block;width:13.749rem;position:absolute;font-family:"plus jakarta sans";font-size:2.6875rem;font-weight:normal;z-index:15183;line-height:1.3;letter-spacing:0;top:46.9375rem;left:52.4990234375rem;height:3.4931625rem;text-align:center;text-align-last:center;display:block; }
#Jb7FXH0PlNpJFBNihK67TeimBGy3TTKJ { color:#212121;display:block;width:16.9970625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15263;line-height:1.2;letter-spacing:0;top:45.86328125rem;left:50.8759765625rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PkA83bkRHXdfCHQRENIqZUDEh5UpDUGM { color:#e9e9eb;display:block;width:3.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:normal;z-index:15198;line-height:1.3;letter-spacing:0;top:47.7275390625rem;left:53.4375rem;height:1.7871125rem;display:block; }
#oqeAoUt5nwQSNy2xpQ7xmsoG1DJfTLwc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131313;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; }#oqeAoUt5nwQSNy2xpQ7xmsoG1DJfTLwc > .row .container { background-color: transparent; background-image: none; }#oqeAoUt5nwQSNy2xpQ7xmsoG1DJfTLwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqeAoUt5nwQSNy2xpQ7xmsoG1DJfTLwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqeAoUt5nwQSNy2xpQ7xmsoG1DJfTLwc > .row .container > .video-iframe-container { display: none; }#oqeAoUt5nwQSNy2xpQ7xmsoG1DJfTLwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqeAoUt5nwQSNy2xpQ7xmsoG1DJfTLwc > .row > .video-iframe-container { display: none; }#oqeAoUt5nwQSNy2xpQ7xmsoG1DJfTLwc > .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); }#oqeAoUt5nwQSNy2xpQ7xmsoG1DJfTLwc > .row .container { border-width: 0; border-radius: 0; }#oqeAoUt5nwQSNy2xpQ7xmsoG1DJfTLwc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oqeAoUt5nwQSNy2xpQ7xmsoG1DJfTLwc > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#FCw2Atzzw40wnRc7zuchpPN3Fm2VlDcZ { color:#e9e9eb;display:block;width:27.5rem;position:absolute;font-family:"plus jakarta sans";font-size:2.9375rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:11.75rem;left:2.9375rem;height:7.048825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IwvTZkE0XeyffMneuBt0apHh3hSBCS2t { color:#e9e9eb;display:block;width:8.875rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:17.4375rem;left:38.625rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#shXkM6tWyaZprXfwahgP4QyFNQddKh9M { box-sizing:content-box;height:2.375rem;width:9.75rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:16.8125rem;left:38.0625rem;border-top:0.125rem solid #b585fb;border-left:0.125rem solid #b585fb;border-right:0.125rem solid #b585fb;border-bottom:0.125rem solid #b585fb;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#oTkJ8K6c7R1zJ6G0K0IMAPP6T6pSpERV { color:#e9e9eb;display:block;width:10.9375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:10.5390625rem;left:37.96875rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B7GzsACCied6a6Rq2fZVtqG1MQlnEJSe { box-sizing:content-box;height:2.375rem;width:11.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:9.875rem;left:37.375rem;border-top:0.125rem solid #b585fb;border-left:0.125rem solid #b585fb;border-right:0.125rem solid #b585fb;border-bottom:0.125rem solid #b585fb;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#CgTWD6MZdfFsOnkTCReagJFsJiyo2F9U { color:#e9e9eb;display:block;width:9.8125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:10.5390625rem;left:49.28125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZnB7ALeqCQwmRllgimszzbI9LOy8Hqn5 { box-sizing:content-box;height:2.375rem;width:10.125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;top:9.875rem;left:49rem;border-top:0.125rem solid #b585fb;border-left:0.125rem solid #b585fb;border-right:0.125rem solid #b585fb;border-bottom:0.125rem solid #b585fb;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#uToLFdk37Gu0tf5Q90pOTgic5TQFTVc7 { color:#e9e9eb;display:block;width:10.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:10.5390625rem;left:59.9375rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dp2LR4BOWPNaemUyX1XkHzBIWtHSGkJi { box-sizing:content-box;height:2.375rem;width:10.75rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:9.875rem;left:59.6875rem;border-top:0.125rem solid #b585fb;border-left:0.125rem solid #b585fb;border-right:0.125rem solid #b585fb;border-bottom:0.125rem solid #b585fb;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#kkzemggdR0xZQzeoXXi6ZLGLrcx9vXaz { box-sizing:content-box;height:2.375rem;width:8.9375rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:13.375rem;left:32.5625rem;border-top:0.125rem solid #b585fb;border-left:0.125rem solid #b585fb;border-right:0.125rem solid #b585fb;border-bottom:0.125rem solid #b585fb;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#TKIQ9vQBqTnhSmmuVGx2meZSNLQ89Klh { color:#e9e9eb;display:block;width:8.625rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:14.05078125rem;left:32.84375rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L0XW3od7kgtihk5fQKFKexTD158tJTxP { box-sizing:content-box;height:2.375rem;width:7.3125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;top:9.9375rem;left:29.5rem;border-top:0.125rem solid #b585fb;border-left:0.125rem solid #b585fb;border-right:0.125rem solid #b585fb;border-bottom:0.125rem solid #b585fb;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#GVCOKJ1XazMpfTPeZKhu3IvtdUiflw6E { color:#e9e9eb;display:block;width:6.125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:10.5390625rem;left:30.21875rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aqyLKF88L15RBkifN0ySr4JMrtavqFlD { color:#e9e9eb;display:block;width:8.4375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:14.125rem;left:58.75rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kBC85w33AKSgspA8QD6zt0VHMOqrnJoM { box-sizing:content-box;height:2.375rem;width:9.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:13.4375rem;left:58.25rem;border-top:0.125rem solid #b585fb;border-left:0.125rem solid #b585fb;border-right:0.125rem solid #b585fb;border-bottom:0.125rem solid #b585fb;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#e3iJgVztbGQXgqRu5NrtShOKMXx7NCOS { box-sizing:content-box;height:2.375rem;width:15.75rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:13.375rem;left:42rem;border-top:0.125rem solid #b585fb;border-left:0.125rem solid #b585fb;border-right:0.125rem solid #b585fb;border-bottom:0.125rem solid #b585fb;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#SvpKqhyLTxTD1URGUQqnaAcSCheKMLFS { color:#e9e9eb;display:block;width:15.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:14.05078125rem;left:42.4375rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xVJorOTvv2cnn5oxb7fbexMG3TaatLQz { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:700;z-index:15185;line-height:1.2;letter-spacing:0;top:9.125rem;left:3.5rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uuN01KiC4AM5UTKkLNuXga9yimedpb97 { box-sizing:content-box;height:2.125rem;width:9.375rem;position:absolute;display:block;z-index:15183;background-color:#b585fb;background-image:none;top:9.125rem;left:2.9375rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
#mswUCskWEgV29JuGDx3v5EBk5WP28Ao6 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:3rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:15.875rem;left:2.9375rem;display:block; }
#EiRuZGnq2hc0AuhurBBRXna3pXLZVR3b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iz80wO1Ha2NI65gdJ50vTHguzNrX2nnA { color:#e9e9eb;display:block;width:7.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:17.4375rem;left:29.75rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iIRFHRTzwUMWZssoZrqPdnQlKpnH41cl { box-sizing:content-box;height:2.375rem;width:8.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:16.8125rem;left:29.1875rem;border-top:0.125rem solid #b585fb;border-left:0.125rem solid #b585fb;border-right:0.125rem solid #b585fb;border-bottom:0.125rem solid #b585fb;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#yP3HacAwvCfpuJ4F32iEDL2ehQQlbko1 { color:#e9e9eb;display:block;width:13rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:17.4375rem;left:48.9375rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VSXzA8B5LmNwlsDTs9NuX9PhKSAmoNCi { box-sizing:content-box;height:2.375rem;width:13.25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:16.8125rem;left:48.5625rem;border-top:0.125rem solid #b585fb;border-left:0.125rem solid #b585fb;border-right:0.125rem solid #b585fb;border-bottom:0.125rem solid #b585fb;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#If9UQJ0edyl6vklxJABMBW8tW3MRbPD0 { color:#e9e9eb;display:block;width:7.5rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:17.5rem;left:63.25rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fii2QAv6oUdtTRSbzhEu6c4ZwsGUCoRP { box-sizing:content-box;height:2.375rem;width:8.875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:16.875rem;left:62.5rem;border-top:0.125rem solid #b585fb;border-left:0.125rem solid #b585fb;border-right:0.125rem solid #b585fb;border-bottom:0.125rem solid #b585fb;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#OprURVUDwU4s7cb4B8oTd0WOx7oM1aDs { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:inter;font-size:1.4375rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:3.1875rem;left:2.9375rem;height:3.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LarLwTeoRn57z5lvW1VhyVHLF0K5edey { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#LarLwTeoRn57z5lvW1VhyVHLF0K5edey > .row .container { background-color: transparent; background-image: none; }#LarLwTeoRn57z5lvW1VhyVHLF0K5edey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LarLwTeoRn57z5lvW1VhyVHLF0K5edey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LarLwTeoRn57z5lvW1VhyVHLF0K5edey > .row .container > .video-iframe-container { display: none; }#LarLwTeoRn57z5lvW1VhyVHLF0K5edey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LarLwTeoRn57z5lvW1VhyVHLF0K5edey > .row > .video-iframe-container { display: none; }#LarLwTeoRn57z5lvW1VhyVHLF0K5edey > .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); }#LarLwTeoRn57z5lvW1VhyVHLF0K5edey > .row .container { border-width: 0; border-radius: 0; }#LarLwTeoRn57z5lvW1VhyVHLF0K5edey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LarLwTeoRn57z5lvW1VhyVHLF0K5edey > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#Rd3ECNla3HSkMm47b6kLfnanfiN3oB4S { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0269098281861rem;left:4.0390625rem;height:1.38164375rem;display:block; }
#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;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; }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz > .row .container { background-color: transparent; background-image: none; }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz > .row .container > .video-iframe-container { display: none; }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz > .row > .video-iframe-container { display: none; }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz > .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); }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz > .row .container { border-width: 0; border-radius: 0; }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#FHEVy1Ty3NpUxfXn2deZElaFZ01dPRn6 { color:#ffffff;display:block;width:72.5rem;position:absolute;font-family:archivo;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:1.1875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#bKVbTFuqKiDnoqsaHfMwPx8Lui6FpGwt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ec28c1fb-ee71-4469-af87-3529aa1aa8bb/Bannerlanding144.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bKVbTFuqKiDnoqsaHfMwPx8Lui6FpGwt.adaptive-delivery-prevent-bg, #bKVbTFuqKiDnoqsaHfMwPx8Lui6FpGwt.lazyload, #bKVbTFuqKiDnoqsaHfMwPx8Lui6FpGwt.lazyloading { background-image: none; }#bKVbTFuqKiDnoqsaHfMwPx8Lui6FpGwt > .row .container { border-width: 0; border-radius: 0; }#bKVbTFuqKiDnoqsaHfMwPx8Lui6FpGwt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bKVbTFuqKiDnoqsaHfMwPx8Lui6FpGwt > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:none; }#XzK3mUQTgdvfoAemTWDruRxUsZpasn8p { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:13.875rem;left:43.8125rem;display:none; }
#AcgRzk6VbbUQXleFx2nWwIAKa8xyiG2z { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;height:1.75rem;top:14.625rem;left:47.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MVigAyzpeGxCDFurkrsPF5ypWO7FJne6 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:17.3125rem;left:43.750000953674rem;display:none; }
#K5cBdsHNT2Dx3gVAkGDOtKvWOorHXU96 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;height:1.75rem;top:18.0625rem;left:47.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#h3Zr1Hkc6hSFKmzwr9BsRrVTEmMK8us0 { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;height:2rem;top:19.8125rem;left:47.562500953674rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#B62IFUgvAKK4T4G0quhHIOxxqhDSVE9n { color:#ffffff;display:block;width:20.374375rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;height:1rem;top:16.375rem;left:47.500000953674rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#gAFudFzhn0dMNq6JJxAPi7rD823csBNu { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:18.8125rem;left:4.3125rem;height:7.3125rem;font-style:normal;display:block; }
#vsSxrXtf95wracpNoNqqWaUnIo2Lqa8e { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:10.563541412354rem;left:45.250001907349rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReVG6VrFxmgSxAWrGVgTUZ8EyaVZqHlS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.6875rem;display:none; }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH .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; }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#212121;background-image:none;color:#ffffff;padding-top:0.425rem;padding-right:0.384375rem;padding-bottom:0.425rem;padding-left:0.384375rem;display:block;align-items:center;width:2.3075rem;min-width:2.3075rem;height:2.2825rem;position:relative;font-family:"open sans";font-size:1.7rem;font-weight:700;line-height:36.52px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.265625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.076875rem;height:0.901875rem;position:relative;font-family:"open sans";font-size:0.6375rem;font-weight:400;line-height:14.43px;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; }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH { 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:#4de4cf;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:16.3125rem;height:4.3rem;padding-top:0.53125rem;padding-right:0.55rem;padding-bottom:0.53125rem;padding-left:0.55rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:31.144750595092rem;left:4.312068939209rem;z-index:15053; }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #CgFSxKxRJZQeET2b4zxKnNoGJSIAMeP5 { display:flex;position:relative;top:0rem;left:0rem; }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #xirTXg7ThmNGKnT7txMbkhRW8HwfUw6O { width:auto; }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #X6D2pcymiy7ecNK0fMlZOsUQFsSlmiFp {  }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #TpriGAb75qhdQsZVc8h7ZAEwPzqTI5S5 { display:flex;position:relative;top:0rem;left:0rem; }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #tyF6kT0BBgOzN4it1FFnX424m6Ii20pR {  }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #VZ1vXy5ayL6Tft2UP1wrkSmWgiPwSvSZ {  }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #ncH2zaEqF5akAwbSvlqVVQEpkvpiUxXk { display:flex;position:relative;top:0rem;left:0rem; }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #oxQeSaosyVJSCpxUavlNGwXdoRWJI1pQ {  }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #JsDqZKW9gaNn1KFk89VLJ8wdzgyDCZ3Z {  }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #N0zV26CbiPego65RSiGGHMu5LZlEE1O0 { display:flex;position:relative;top:0rem;left:0rem; }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #yTSMwUMxy0yX9tPhRGbsXk4WTa3NBEex {  }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #m2lxp7TQ3pfQ8by7aggDDhpTs2LRDTac {  }
#KZnuMdqy34JlZZDETvh9p4EZ9EWHV6Rn { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:28.817926406861rem;left:4.312068939209rem;height:1.62539375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T6pTrEBmQQ1q36mHepTeZRyVp0ciG19B { position:absolute;display:block;z-index:15057;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:13.875rem;width:25.4375rem;top:13.59166765213rem;left:43.531251907349rem;overflow:hidden;display:block; }
#W4wTXyvV0SEnwysiM67uGTfsZ08gFpGI { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:13.02916765213rem;left:39.843751907349rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NXbKWEUwZMkFGThz1TLV9iTwyUT8JrtZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:31.736461639404rem;left:47.531251907349rem;display:block; }
#u8eWruNa925Txa6HU48iT1Hou8mXeN6k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rIsEDkufm4d0hAxVUGaEKaEyDcZp0P39 { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:300;z-index:15059;line-height:1.1;letter-spacing:0;top:26.191669464111rem;left:45.000001907349rem;height:4.399225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hlyQuuaPT1U25S8dQvuc8Lgsa3nyhK2n { position:absolute;display:block;z-index:15060;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:6.375rem;width:29rem;top:11.1796875rem;left:3.78125rem;overflow:hidden;display:block; }
#KMGlAumKzuTETSJfbgKRLokfV5NkeW6U { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:11.8125rem;top:1.875rem;left:4.3125rem;overflow:hidden;display:block; }
#nO2VL1K04OfKkChTS5g39d3gPeMUkIWi { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:36.625rem;top:1.828125rem;left:15.5625rem;overflow:hidden;display:block; }
#R1S8dfl6TrHGXCgSXiG02ChUfWITmCvw { 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:40.375rem;width:40.375rem;top:2.21875rem;left:35.812501907349rem;overflow:hidden;display:block; }
#XHRNWxS28789BO1zXFNKM8W2Xfz0eKVL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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:none; }#XHRNWxS28789BO1zXFNKM8W2Xfz0eKVL > .row .container { border-width: 0; border-radius: 0; }#XHRNWxS28789BO1zXFNKM8W2Xfz0eKVL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XHRNWxS28789BO1zXFNKM8W2Xfz0eKVL > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:none; }#udHDO3viMPSfWbxi9dXoLMmuRAbOgIaK { color:#e9e9eb;display:block;width:27.3114375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:2.7375011444092rem;left:4.0739593505859rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ilcIEv44bTzU7S0WxGg748weHb0UeyVF { box-sizing:content-box;height:26.3125rem;width:21.5rem;position:absolute;display:block;z-index:15041;background-color:#5c5cff;background-image:none;top:12.25rem;left:49.25rem;border-top:0.125rem solid #5c5cff;border-left:0.125rem solid #5c5cff;border-right:0.125rem solid #5c5cff;border-bottom:0.125rem solid #5c5cff;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#AMv8HsrOnncR7BpyUUk11vi8o61Kl0MK { box-sizing:content-box;height:24.375rem;width:21.5rem;position:absolute;display:block;z-index:15042;background-color:#000000;background-image:none;top:14.25rem;left:49.25rem;border-top:0.125rem solid #5c5cff;border-left:0.125rem solid #5c5cff;border-right:0.125rem solid #5c5cff;border-bottom:0.125rem solid #5c5cff;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#dXo3mu9IKZUF6eP8QnKCytwkA6iA9gas { background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.49925rem;height:2.8125rem;text-decoration:none;z-index:15129;text-align:center;text-align-last:center;top:31.9375rem;left:50.8125rem;display:block; }
#elL30Ri4cVkg4lfkWBMfNBZxTmOo2pK7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cdhTH9dDCPU67o3bNm5b46TUPllM6qNJ { color:#212121;display:block;width:12.3114375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15205;line-height:1.2;letter-spacing:0;top:26.375rem;left:53.9375rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#v5UquBnOb7oOgA5VlMnoLDUqqeAqIgxT { background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.49925rem;height:2.8125rem;text-decoration:none;z-index:15143;text-align:center;text-align-last:center;top:31.9375rem;left:28.3125rem;display:block; }
#cURe73mKK4VsE1TvUIyE1Ph43TcSXzuk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lw7GFqyN0GbLTiUhJ9Qny4pGTXafLowr { box-sizing:content-box;height:26.25rem;width:21.5rem;position:absolute;display:block;z-index:15058;background-color:#66e0b2;background-image:none;top:12.25rem;left:26.6875rem;border-top:0.125rem solid #66e0b2;border-left:0.125rem solid #66e0b2;border-right:0.125rem solid #66e0b2;border-bottom:0.125rem solid #66e0b2;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#yun0W68BxFUe4y5vLCy1Qa5HfZqsxXud { box-sizing:content-box;height:24.25rem;width:21.5rem;position:absolute;display:block;z-index:15059;background-color:#171717;background-image:none;top:14.25rem;left:26.6875rem;border-top:0.125rem solid #66e0b2;border-left:0.125rem solid #66e0b2;border-right:0.125rem solid #66e0b2;border-bottom:0.125rem solid #66e0b2;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#kw6Zq2k7UXt2eoNg6SMffMw7I2Z9mWWr { color:#212121;display:block;width:16.9989375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15220;line-height:1.2;letter-spacing:0;top:29.3125rem;left:29rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zo1dtTeltguTH9iTJK2Mn3WLD9tqkoUD { color:#212121;display:block;width:16.9979375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15221;line-height:1.2;letter-spacing:0;top:36.1875rem;left:29.0625rem;height:1.05rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ze54vTfH0WVvJ7h8U6W3T6cLwzfoN0fH { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15201;line-height:1.3;letter-spacing:0;top:27rem;left:61.9375rem;height:0;display:block; }
#FZd5hmNp4LToMLHzktxSEkvHSFpzFbmX { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15193;line-height:1.3;letter-spacing:0;top:27rem;left:51.8125rem;height:0;display:block; }
#zvCTIRohmicCiOikup76LpC9OFA0z7GR { color:#e9e9eb;display:block;width:13.749625rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:25rem;left:31.625rem;height:3.49375rem;text-align:center;text-align-last:center;display:block; }
#Q73n3bb8K7f8Rtbd3XLm1UQZ7w6yEKD6 { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15182;line-height:1.3;letter-spacing:0;top:27rem;left:29.125rem;height:0;display:block; }
#t9TPy8dcFQJ4NLozUwMQzL9bI0Lclsa9 { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:27rem;left:40.3125rem;height:0;display:block; }
#pAGeiIlNumFN1Vx247k25J5h7xkMtTz7 { color:#5c5cff;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15208;line-height:1.2;letter-spacing:0;top:21.25rem;left:52.1875rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b1DV0wCJSNIQFKPEmkokUz2ieAmy9FxP { color:#e9e9eb;display:block;width:2.24883125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:25.9375rem;left:28.3125rem;height:1.7875rem;display:block; }
#xGKX1HqMy42Ha6Bc0NVX4pG19hkzCyod { color:#212121;display:block;width:16.99925rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15219;line-height:1.2;letter-spacing:0;top:22.8125rem;left:29.0625rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BAvU4bAiZPEE1BQTdhTA91SUlm939Bz9 { color:#66e0b2;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15221;line-height:1.2;letter-spacing:0;top:19.25rem;left:29.75rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xBMyKWweIw0MRx9HqVCbwOyFzEo98rRE { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15175;line-height:1.3;letter-spacing:0;top:26.875rem;left:17.375rem;height:0;display:block; }
#t3uUnLCq9sBpUGwd3WqTEu9ATEDEKgyA { box-sizing:content-box;height:26.25rem;width:21.5rem;position:absolute;display:block;z-index:15043;background-color:#8a6df1;background-image:none;top:12.25rem;left:4.0625rem;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#xnlz4Bm3WGPyuK4JVgTVexXJlcm7ze3U { box-sizing:content-box;height:24.25rem;width:21.5rem;position:absolute;display:block;z-index:15044;background-color:#000000;background-image:none;top:14.25rem;left:4.0625rem;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#FXrM6DrAAvZ73Pm6Q9HrKW4VrdAaxGQG { color:#212121;display:block;width:16.99925rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15206;line-height:1.2;letter-spacing:0;top:20.125rem;left:51.8125rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JhEKvGNSJGhuoo0v8pG0OoGQQ4DH2DwH { color:#e9e9eb;display:block;width:13.749625rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:27rem;left:9rem;height:3.49375rem;text-align:center;text-align-last:center;display:block; }
#uu2GQ84OT0HIMJWBL8P8EneqqF8kwTTQ { background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.49925rem;height:2.8125rem;text-decoration:none;z-index:15128;text-align:center;text-align-last:center;top:31.9375rem;left:5.6875rem;display:block; }
#kNe1QgtvIwkxT80stoCuImhwnCmlywOv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ytWRmu5HRmx08y84VE92vURqWFwFqR5t { position:absolute;display:block;z-index:15138;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8a6df1;border-left:0.0625rem solid #8a6df1;border-right:0.0625rem solid #8a6df1;border-bottom:0.0625rem solid #8a6df1;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:18.6875rem;top:16.125rem;left:5.75rem;display:block; }
#WW2EzEwJRzgibf28y2iDqK6E3NfuPTEq { color:#212121;display:block;width:16.99925rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15204;line-height:1.2;letter-spacing:0;top:22.8125rem;left:6.4375rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTxAHB3pqtlD1Qnf410hi5nZoMaFuaf6 { color:#8a6df1;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15206;line-height:1.2;letter-spacing:0;top:19.25rem;left:7.125rem;height:3.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zETT1XgBKkV7VUFtNGDJ9DAKgQy4KUnT { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:16.3125rem;left:54.8125rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#p4R27f7VsiWGoTUcdKn6l1cXziZQFIxA { position:absolute;display:block;z-index:15141;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5c5cff;border-left:0.0625rem solid #5c5cff;border-right:0.0625rem solid #5c5cff;border-bottom:0.0625rem solid #5c5cff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:18.6875rem;top:16.0625rem;left:50.6875rem;display:block; }
#xSA3JI74p9CfbA1PnCB5JEoh2LMH62K3 { position:absolute;display:block;z-index:15177;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.625rem;top:16.125rem;left:50.6875rem;overflow:hidden;display:block; }
#i1vonRWI31hKWLBQUkS1hPTmTTVtMi8A { color:#212121;display:block;width:16.9979375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15205;line-height:1.2;letter-spacing:0;top:25.625rem;left:7.375rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIGAOz9GV1N0fbIUVecqrtpI0imrITJy { color:#212121;display:block;width:16.9979375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15206;line-height:1.2;letter-spacing:0;top:36.1875rem;left:6.4375rem;height:1.05rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ozTcT0Cpg0CzpZehP4U6yXyUvVJdbdWJ { position:absolute;display:block;z-index:15166;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:16.125rem;left:28.3125rem;overflow:hidden;display:block; }
#G9B7nTzx385Iol4rFS8DTq0vFs4VJiTt { position:absolute;display:block;z-index:15153;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #66e0b2;border-left:0.0625rem solid #66e0b2;border-right:0.0625rem solid #66e0b2;border-bottom:0.0625rem solid #66e0b2;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:18.6875rem;top:16.125rem;left:28.375rem;display:block; }
#sEVlF4uEUWQfFhJ862fdrvSNeOLDAUT8 { color:#ffffff;display:block;width:8.93675rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:16.375rem;left:33.3125rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#L3BdXqcmJX2bovuQfET16HnlZNT7ESHH { color:#e9e9eb;display:block;width:2.24883125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:27.9375rem;left:5.6875rem;height:1.7875rem;display:block; }
#kkN7yMLkTTPBGlcW7hTHAGtKmKx6U1Xg { position:absolute;display:block;z-index:15151;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:16.1875rem;left:5.6875rem;overflow:hidden;display:block; }
#DwKsGlvHG5WPJGkxAR5qFVTcdlkBHJSH { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:27rem;left:6.5rem;height:0;display:block; }
#gqEm4Vf6DQpILUP5w0Xl47ugZi8BnUMd { color:#ffffff;display:block;width:8.93675rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15139;line-height:1.3;letter-spacing:0;top:16.375rem;left:10.6875rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fMhxfqpBgrPbFA1IWbhu3fnNXX03eJu5 { color:#000000;display:block;width:18.249625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:12.6875rem;left:5.6875rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bIQ9cOt2nZ08UtWGl6tBRUdRkRQJIVVV { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:12.6875rem;left:50.5rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JzuTBM41Kfbp5PP7alwLhWft2sRhTTxZ { color:#000000;display:block;width:18.249625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:12.6875rem;left:28.3125rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eO2qCr7uMPqd7ynECnA583u91M1qRCMG { position:absolute;display:block;z-index:15169;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:13.0625rem;top:41.5625rem;left:14.6875rem;overflow:hidden;display:block; }
#D3rD20mq80UrZs6yID3Kvby2Rgn6dspK { position:absolute;display:block;z-index:15170;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:30.25rem;top:43.25rem;left:30.0625rem;overflow:hidden;display:block; }
#vs5E7NwgFkGZcasxcSBhaMpcdlyKlHsn { position:absolute;display:block;z-index:15008;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.68645625rem;width:2.74895625rem;top:7.1802082061769rem;left:19.575002670288rem;overflow:hidden;display:block; }
#Fiz2ASq5LSltsKJDo18OMH6XHfiHlRwO { color:#212121;display:block;width:16.9979375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15221;line-height:1.2;letter-spacing:0;top:36.1875rem;left:29.0625rem;height:1.05rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#FXlCmu8SQZGWnugQ6TFzJygM4INR9up5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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:none; }#FXlCmu8SQZGWnugQ6TFzJygM4INR9up5 > .row .container { border-width: 0; border-radius: 0; }#FXlCmu8SQZGWnugQ6TFzJygM4INR9up5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FXlCmu8SQZGWnugQ6TFzJygM4INR9up5 > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:none; }#yhW1UTGdJcTQQuP5ZkMRPZorREg1weot { color:#e9e9eb;display:block;width:24.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:3.9979166984558rem;left:3.5625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WcxUGSRaLp6C4TIduE2taVTLSfGmG8wt { color:#e9e9eb;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:18rem;left:28.1875rem;height:1.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RH4vUJlvPXx2AR6ZvpVWXWGFkPmzr5WJ { color:#e9e9eb;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.2;letter-spacing:0;top:20.4375rem;left:28.1875rem;height:1.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NSFUxbBAQuBa9SF3CdlTM5LH9peXqomu { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15053;background-color:#8a6df1;background-image:none;top:17.9375rem;left:26.3125rem;display:block; }
#K60QUplhCQuHTAC1veTgTTCubaaQMzhe { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15055;background-color:#8a6df1;background-image:none;top:20.4375rem;left:26.3125rem;display:block; }
#HGO8TDx1tTQvkaiCogrEaoeXv9Jq3rNG { box-sizing:content-box;height:11.5625rem;width:0.125rem;position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;top:16.8125rem;left:26.875rem;display:block; }
#naa9yeBfNTDInXBqh6Tx4mXIGttuVNtg { color:#e9e9eb;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:13.375rem;left:5.25rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hLSEss5kPmC77ZqL9wklW9210szVNFa4 { color:#e9e9eb;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:18.125rem;left:5.4375rem;height:1.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HuUyyeUuJHTHOmeS4QH04ei8eyTt6P7K { color:#e9e9eb;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:20.5rem;left:5.4375rem;height:1.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JfHzLX4b3tVRzXcFT53ILsvIUQeKwoaX { color:#e9e9eb;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:17.9375rem;left:50.437501907349rem;height:1.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E7qRbdsPqTOcwHaKqCxZhwBhVH7VBxA7 { box-sizing:content-box;height:2.375rem;width:14.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:13.25rem;left:3.5625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#a7kWMt63oTT7PG8iQohNMwdTNHBzMnvI { box-sizing:content-box;height:11.625rem;width:0.125rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;top:16.8125rem;left:4.1875rem;display:block; }
#maXO1JeMWK5TKqSvOvhgkcoB5WVJuq54 { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15045;background-color:#8a6df1;background-image:none;top:18.0625rem;left:3.5625rem;display:block; }
#LobsDb39iRA7xKnQzOVOXicMSoOJqJEv { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15047;background-color:#8a6df1;background-image:none;top:20.5rem;left:3.5625rem;display:block; }
#p19DrpE8EcpHV2aWHNdrnrQFKm0LlCkq { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15049;background-color:#8a6df1;background-image:none;top:17.9375rem;left:48.5625rem;display:block; }
#QgK42IZOTvJDBfxxBIbNVEIh8pdF3hyC { color:#e9e9eb;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15040;line-height:1.2;letter-spacing:0;top:27.5rem;left:50.312501907349rem;height:1.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pm5yrlNH0gtVyMbivSdvxZRVTTI9TO5e { color:#e9e9eb;display:block;width:19.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:25.125rem;left:50.312501907349rem;height:1.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TyVXHKV9bAN6ftzVQDT5oKDxR82rsXEf { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15060;background-color:#3333ff;background-image:none;top:25.125rem;left:48.5625rem;display:block; }
#VeoAERvqJFHfaN9TSTp8lJW0aQf3nRLz { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15062;background-color:#3333ff;background-image:none;top:27.5rem;left:48.5625rem;display:block; }
#xB9sthp3Xy0FEcJRkaGF2vJRZbedtBwV { box-sizing:content-box;height:13.5rem;width:0.125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:16.8125rem;left:49.1875rem;display:block; }
#D7CCnZpmCI7tuFm0OdOf3pBX0pOVAmeq { color:#e9e9eb;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:13.3125rem;left:27.5625rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#USq0TguFnn90TH0ekgJNWVWV5CorbVJb { box-sizing:content-box;height:2.375rem;width:19.1875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:13.25rem;left:25.8125rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#OSgr9RhO1b4GUL2snB2Oh0K2FU46vFwW { color:#e9e9eb;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:13.375rem;left:50rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I4MOCoKn0iaXJVp8o8y0d7w8MUETQTNK { box-sizing:content-box;height:2.375rem;width:23.375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:13.25rem;left:48rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#u7wo6iwWv2odDZBe9TVKZhTzBc3pI7uJ { box-sizing:content-box;height:1.24921875rem;width:1.24921875rem;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:15050;background-color:#00cc7e;background-image:none;top:23.0625rem;left:3.5625rem;display:block; }
#r5q9T6kQEeU0xylT6ZfTforU8Qg6kTXt { color:#e9e9eb;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:23.0625rem;left:5.4375rem;height:1.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LIIz97s86TOnrRJxV6XXAPEzTGPh0yfU { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15057;background-color:#8a6df1;background-image:none;top:22.9375rem;left:26.3125rem;display:block; }
#Ot2qahTE8lnwT3GeeMVh4qUpALEDH1vI { color:#e9e9eb;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.2;letter-spacing:0;top:23rem;left:28.1875rem;height:1.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vVylvgq6RxMSk0E49t4RWgsnOW8RNXlI { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15059;background-color:#8a6df1;background-image:none;top:22.8125rem;left:48.5625rem;display:block; }
#m1DQtTZCbbVTwn9Kmb13kLzwWL4cTamO { color:#e9e9eb;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1.2;letter-spacing:0;top:22.75rem;left:50.437501907349rem;height:1.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V3L64TSrMRKXKJ7P1PlGOvR4AbvSqh4L { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15061;background-color:#8a6df1;background-image:none;top:20.375rem;left:48.5625rem;display:block; }
#F6XhAxZ1sgxIPSv2adzLLXheX1ITX6oX { color:#e9e9eb;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15039;line-height:1.2;letter-spacing:0;top:20.3125rem;left:50.437501907349rem;height:1.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oZMMTIHG2hdEJWoA7pJDS4wBMgtnRFXy { color:#e9e9eb;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15042;line-height:1.2;letter-spacing:0;top:25.5rem;left:5.375rem;height:1.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XPhZmH1ZPr1EKZd9VbDEP2TlDe50Jwby { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15064;background-color:#00cc7e;background-image:none;top:25.5rem;left:3.5625rem;display:block; }
#Oqy5k5qPSLXKtTI5FTaTQ7gLQoUgIz9e { color:#e9e9eb;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15045;line-height:1.2;letter-spacing:0;top:25.5rem;left:28.1875rem;height:1.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GkhBSHIKR8qQOdE2yfEv65RthoVUovnT { box-sizing:content-box;height:1.25rem;width:1.25rem;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:15067;background-color:#00cc7e;background-image:none;top:25.4375rem;left:26.3125rem;display:block; }
#OmfMgMlqDvFc5fAMyTWUegSXIedrAz64 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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:none; }#OmfMgMlqDvFc5fAMyTWUegSXIedrAz64 > .row .container { border-width: 0; border-radius: 0; }#OmfMgMlqDvFc5fAMyTWUegSXIedrAz64 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OmfMgMlqDvFc5fAMyTWUegSXIedrAz64 > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:none; }#IcArzv0w6F1KwBDJGgD40HQ0gSEeVHtA { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:13.875rem;left:43.8125rem;display:none; }
#NDt1PBFTKNCNI0kPXGWTHzhMGtTIrpeH { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;height:1.75rem;top:14.625rem;left:47.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#AfQRvb4NN4atnczcoGU8R6KGakXpvbfA { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:17.3125rem;left:43.750000953674rem;display:none; }
#vaDeHU7yzyqN13AE1L9Tz6TdpycS6pVL { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;height:1.75rem;top:18.0625rem;left:47.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lSfXuqrTuPFOr2DOmoWIXqToZDyAnBqv { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;height:2rem;top:19.8125rem;left:47.562500953674rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qon1KqUJ1QyHc4Pg3z4vfKm6GSINlg5r { color:#ffffff;display:block;width:20.374375rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;height:1rem;top:16.375rem;left:47.500000953674rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ZTFX7q4L6iqXd2f4BBvfQ9WkKlF94nTZ { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:21.5625rem;left:4.3125rem;height:4.7109375rem;font-style:normal;display:block; }
#CGrfEcp3mn8Vz7pszF9tJ5NOIGT6kTEc { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:9.875rem;left:43.46875rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sp5asqwhLKmx8ukiCcTkpUN7CCLOipxK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.6875rem;display:none; }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn .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; }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#212121;background-image:none;color:#ffffff;padding-top:0.425rem;padding-right:0.384375rem;padding-bottom:0.425rem;padding-left:0.384375rem;display:block;align-items:center;width:2.3075rem;min-width:2.3075rem;height:2.2825rem;position:relative;font-family:"open sans";font-size:1.7rem;font-weight:700;line-height:36.52px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.265625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.076875rem;height:0.901875rem;position:relative;font-family:"open sans";font-size:0.6375rem;font-weight:400;line-height:14.43px;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; }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#9956f6;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:16.3125rem;height:4.3rem;padding-top:0.53125rem;padding-right:0.55rem;padding-bottom:0.53125rem;padding-left:0.55rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:32.9375rem;left:4.3125rem;z-index:15053; }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #XmFtJ9h78reZWBnCAnopmVgBDkcWfTp4 { display:flex;position:relative;top:0rem;left:0rem; }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #qq5qC5lyCHKVWvuiO03ovciJIbwTNuy7 { width:auto; }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #Xsw1iHV2cFrynwoSq65SCmNx67FHrPUt {  }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #l8otZm9MlHDauSJl919wk1yaEEaCsQPt { display:flex;position:relative;top:0rem;left:0rem; }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #HhFItBrBFeFENWTOL4J9yOXaWTK2TROF {  }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #UzZx4114Hko5crVVhVvKsczydczByEK7 {  }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #Qu1JXcNzLxZLk4WnTsEsKy7Xd3u7fKHO { display:flex;position:relative;top:0rem;left:0rem; }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #EfbD6ny7vKDO4pkoBo81Pl193oqWqb1S {  }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #D8CAo1KQGiKlLwsylJViNbIQHu8X7J0h {  }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #ZntkXvlnzXetQKSpaHw1MoMnAQvfLuSz { display:flex;position:relative;top:0rem;left:0rem; }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #HnKyAh8H7TIZdnroKuuGCrTb8LuCrdKE {  }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #ptMfBEi9IUZlLUdbCI7RRbo6qpqWMirH {  }
#E5LPVkzIgfQnlKpiQUtIQohFUZfCfPSf { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:30.5625rem;left:4.3125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K486OCTny4K8q9g2Uo2VIJdpcQZ3UgbZ { position:absolute;display:block;z-index:15057;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:16.5rem;width:21.8125rem;top:14.08203125rem;left:43.25rem;overflow:hidden;display:block; }
#N9Kss56bhv7uBDKnTTnuRAE83v2XPVpT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:29.9375rem;left:45.4375rem;display:block; }
#ot2EZ0DkO1VJ6sROT8yVyHUSWbg7LslS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B4GGZ0Xxc7OuHEKdnm29UlIhZQ8N0Jl5 { position:absolute;display:block;z-index:15060;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:15.3125rem;width:20.3125rem;top:4.4619140625rem;left:1.111328125rem;overflow:hidden;display:block; }
#SAlS6r1f6K3Rp0KI3W0l14FGU08JGOfH { 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:42.625rem;width:42.625rem;top:0.375rem;left:32.375rem;overflow:hidden;display:block; }
#vg96qi0G64Qu5R0g2P2AMkMlcU1tAIcP { position:absolute;display:block;z-index:15061;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.5rem;width:25.375rem;top:13.3779296875rem;left:41.46875rem;overflow:hidden;display:block; }
#tZgcuFcCnhNXpRO9RaOrAVTZcU9p8eZn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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:none; }#tZgcuFcCnhNXpRO9RaOrAVTZcU9p8eZn > .row .container { border-width: 0; border-radius: 0; }#tZgcuFcCnhNXpRO9RaOrAVTZcU9p8eZn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZgcuFcCnhNXpRO9RaOrAVTZcU9p8eZn > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:none; }#xuIWQsT05koC6y5eskseAq2PxQyyRwND { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:13.875rem;left:43.8125rem;display:none; }
#vFXvpRJBhag9UOXKCgBHvDNznaTHI7tl { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;height:1.75rem;top:14.625rem;left:47.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#w5dmhTSsIcwLh5wyNH6pL4MyASorJywS { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:17.3125rem;left:43.750000953674rem;display:none; }
#APgTRzS3p9FkeKyqS2vqx8uHKQzCOPWH { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;height:1.75rem;top:18.0625rem;left:47.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bfpDTyVkxoAf2RVZGfJ05afUxTqeTqsb { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;height:2rem;top:19.8125rem;left:47.562500953674rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#K5kV9OktCHcmJiD9HeOcPbPHr3fOZBV9 { color:#ffffff;display:block;width:20.374375rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;height:1rem;top:16.375rem;left:47.500000953674rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QmsnnTgqeixHULmkWhmB3tAtsfESGXq9 { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:20.1875rem;left:4.3125rem;height:2.35546875rem;font-style:normal;display:block; }
#eK4R0vie4z7nNZ2zfoLs68C3RtwfKsNx { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:9.875rem;left:43.46875rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkvMd34ggctITko0pbacUTuIIyxZtTHI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.6875rem;display:none; }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx .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; }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#212121;background-image:none;color:#ffffff;padding-top:0.425rem;padding-right:0.384375rem;padding-bottom:0.425rem;padding-left:0.384375rem;display:block;align-items:center;width:2.3075rem;min-width:2.3075rem;height:2.2825rem;position:relative;font-family:"open sans";font-size:1.7rem;font-weight:700;line-height:36.52px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.265625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.076875rem;height:0.901875rem;position:relative;font-family:"open sans";font-size:0.6375rem;font-weight:400;line-height:14.43px;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; }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#9956f6;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:16.3125rem;height:4.3rem;padding-top:0.53125rem;padding-right:0.55rem;padding-bottom:0.53125rem;padding-left:0.55rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:32.9375rem;left:4.3125rem;z-index:15053; }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #Fon0bdK7pazrJlxurepX2fSLqOTRzLsm { display:flex;position:relative;top:0rem;left:0rem; }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #Z6MJRerPonqVh19IAaRGs0XhzVs0XH8k { width:auto; }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #C8WJhhECCPxVOFbool7427a4wKTpDDl4 {  }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #omKeE6HWDqX08vsSSAHlc7gQEgKWPTiv { display:flex;position:relative;top:0rem;left:0rem; }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #J8li25GlBTqvS9Hz4qVVae7LLRW6HM8S {  }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #nLyx9SVWRLVVMFUd2ekzlh62ocP3o3i5 {  }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #vxrcIyRJAzeoPXF0dXNEWPDp9iKdb2eS { display:flex;position:relative;top:0rem;left:0rem; }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #tbXdTCHwMlrtOBdfok32J8425NTAtiU7 {  }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #PfTp1qOnTU6gBkIJPRrAFSU8t9DubiES {  }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #DXEZA4FTlBEU9RLJVvXnysl0tCWHfQSv { display:flex;position:relative;top:0rem;left:0rem; }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #avCmmlPG9tf5vlbrCJPMH8lBU92qSs80 {  }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #tUVXTPW70icHfIL4HmA9RGa5b0zzzmM8 {  }
#dADtnkGXKZnHwVsGQf5O9rb7AF4Qd1DT { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:30.5625rem;left:4.3125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gkechoKl97zxd5Q3kU4xvHCcB87pfmGy { position:absolute;display:block;z-index:15057;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:16.5rem;width:21.8125rem;top:14.08203125rem;left:43.25rem;overflow:hidden;display:block; }
#oQThERgKlzDtlIV2QVZXxgqPr6sTI9G5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:29.9375rem;left:45.4375rem;display:block; }
#oFgXHeoeFWRguXCdh5QgxKo2wrTvuAMy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fyBoOwOkkLBP8cEFGLif4ZAHyv6IXe3c { position:absolute;display:block;z-index:15060;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:15.3125rem;width:20.3125rem;top:4.4619140625rem;left:1.111328125rem;overflow:hidden;display:block; }
#dP5wIyhxL76GxTmACwLb6T8e86LWsCZ2 { 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:42.625rem;width:42.625rem;top:0.375rem;left:32.375rem;overflow:hidden;display:block; }
#vy2dAQk7lBwocLeh5VqnbuQz4IXPKOoA { position:absolute;display:block;z-index:15061;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.5rem;width:25.375rem;top:13.3779296875rem;left:41.46875rem;overflow:hidden;display:block; }
#oHPF89tkhTkrNoedo4Jkp01N9PDqxkRg { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.8125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:2.1689453125rem;left:43rem;height:2.35546875rem;font-style:normal;display:block; }
#uUsLk62xVB29a72UO8H4GIHmLxIexeKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/8dda6435-58e7-43e0-8730-8e68d0807886/Bannerlanding15.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uUsLk62xVB29a72UO8H4GIHmLxIexeKJ.adaptive-delivery-prevent-bg, #uUsLk62xVB29a72UO8H4GIHmLxIexeKJ.lazyload, #uUsLk62xVB29a72UO8H4GIHmLxIexeKJ.lazyloading { background-image: none; }#uUsLk62xVB29a72UO8H4GIHmLxIexeKJ > .row .container { border-width: 0; border-radius: 0; }#uUsLk62xVB29a72UO8H4GIHmLxIexeKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUsLk62xVB29a72UO8H4GIHmLxIexeKJ > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:none; }#gPTmmCHdZ25zGHnRCDaQZVGw1aBqAizT { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:13.875rem;left:43.8125rem;display:none; }
#pRQFwT2WZSLPUgTu1ezzIWKSRFAc0G7A { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;height:1.75rem;top:14.625rem;left:47.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KwkASAS0WV14qtO34cbVZZATETvVQ9EW { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:17.3125rem;left:43.750000953674rem;display:none; }
#TED1ml4xwGFmsabzgSO17t7ub2zrhfNP { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;height:1.75rem;top:18.0625rem;left:47.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ITaTXdL0rVBBlqCWJUQMVHKLa18bLmQB { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;height:2rem;top:19.8125rem;left:47.562500953674rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#eI2e6qSTCv5UgElyMcmu0p1eCAQAktWm { color:#ffffff;display:block;width:20.374375rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;height:1rem;top:16.375rem;left:47.500000953674rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FpMeNMvQJFl46sbAxZoV6gLmRQ2CVxvU { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:18.124607086182rem;left:4.3125rem;height:6.8232375rem;font-style:normal;display:block; }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H .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; }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#212121;background-image:none;color:#ffffff;padding-top:0.425rem;padding-right:0.384375rem;padding-bottom:0.425rem;padding-left:0.384375rem;display:block;align-items:center;width:2.3075rem;min-width:2.3075rem;height:2.2825rem;position:relative;font-family:"open sans";font-size:1.7rem;font-weight:700;line-height:36.52px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.265625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.076875rem;height:0.901875rem;position:relative;font-family:"open sans";font-size:0.6375rem;font-weight:400;line-height:14.43px;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; }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H { 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:#66e0b2;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:16.3125rem;height:4.3rem;padding-top:0.53125rem;padding-right:0.55rem;padding-bottom:0.53125rem;padding-left:0.55rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:31.144750595092rem;left:4.312068939209rem;z-index:15053; }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #hb7F3FKMSrSEuB5oVelz1ODySVXBQiSS { display:flex;position:relative;top:0rem;left:0rem; }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #b27y9p9DthA08ZgVPgfIlkOyCdw5scMv { width:auto; }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #dP4Ww16WFiECEeNEgB0PGrw0yEHmmr56 {  }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #tALuAe3b6S295cgxeIHGs3D6bTfuAshG { display:flex;position:relative;top:0rem;left:0rem; }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #loflpQGywPr88vUV1qx3D28PP5xv2tU4 {  }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #qRkoWeV6x3syFe0NpxFu9WJBGHEkADCk {  }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #ITC5quQTBUG9vE5vQT7GyBrU62G0oKzC { display:flex;position:relative;top:0rem;left:0rem; }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #chlDbW4TS9td55HR1zBXCNUSmlraKnsT {  }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #x6wnCki8m2uSOC6w0E8W6ooVg33hIoc9 {  }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #o7uEfNexzr11yHoykhvyTG03PlAOBK9c { display:flex;position:relative;top:0rem;left:0rem; }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #mWVk0LwKvf4WIrNxshNLFPR2BGG8xUCD {  }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #SeIoBqOOsTA6tfIyB2UQHfwCFGBvqm8B {  }
#eToAC5UWhpSCAk6BMhZR6tHDS3OPTTp5 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:28.817926406861rem;left:4.312068939209rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FiStABEFuJgd6ZwpDX1IaP2C5CwuogJ9 { position:absolute;display:block;z-index:15057;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:13.875rem;width:25.125rem;top:14.02734375rem;left:43.5302734375rem;overflow:hidden;display:block; }
#wVQIEBpKVq4uP8tf0abtLpVT0rEFf6hq { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:13.71484375rem;left:39.84375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwTy7Xs5v9OAIyiwpJRdGdGUJN4coeiS { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:27.625rem;left:47.75rem;display:block; }
#sTybCDwqnxEWQSuD8hxyHib8BQur3yQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CDoTkugDUM1RD0zghGQp4OKCy4MQS5xi { 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:40.375rem;width:40.375rem;top:2.21875rem;left:35.812501907349rem;overflow:hidden;display:block; }
#kbQC5zyShyfMa77AFQetU4CwUuFHLZKI { position:absolute;display:block;z-index:15063;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:5.5625rem;width:29.125rem;top:9.7166442871094rem;left:4.154167175293rem;overflow:hidden;display:block; }
#MTvRgFLVwJ6E6T1lfLBsVnoNbCdTX6fL { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.06171875rem;width:13.749625rem;top:5.1410169601441rem;left:4.3125rem;overflow:hidden;display:block; }
#kUgrpsWsJscuuuLVoW4OhesmLDVJEmKw { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:31.1875rem;left:47.75rem;display:block; }
#z6bHSUz4fkoCtcWtl56QUMoGkAMnxTJZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmArUEw1yS5x8HyyGZyiiXe2XnFINs46 { color:#b9a7f7;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:9.3324651718137rem;left:49.3125rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xgxk1Wk5sUGqq2eZttQ8z8B8OT38vs4H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/8dda6435-58e7-43e0-8730-8e68d0807886/Bannerlanding15.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Xgxk1Wk5sUGqq2eZttQ8z8B8OT38vs4H.adaptive-delivery-prevent-bg, #Xgxk1Wk5sUGqq2eZttQ8z8B8OT38vs4H.lazyload, #Xgxk1Wk5sUGqq2eZttQ8z8B8OT38vs4H.lazyloading { background-image: none; }#Xgxk1Wk5sUGqq2eZttQ8z8B8OT38vs4H > .row .container { border-width: 0; border-radius: 0; }#Xgxk1Wk5sUGqq2eZttQ8z8B8OT38vs4H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xgxk1Wk5sUGqq2eZttQ8z8B8OT38vs4H > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:none; }#rduuBnaU0Jp8PIFz7b6t6ctKeznh60bk { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:13.875rem;left:43.8125rem;display:none; }
#GHteAIgmbAiOJTSwIoTSbT3pgVoK8mpo { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;height:1.75rem;top:14.625rem;left:47.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XsxNMJ9Jx8khrKy21nETBAsRADFNAKQZ { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:17.3125rem;left:43.750000953674rem;display:none; }
#pyL7NAWQsVFL0l3xOy9T9A64oE0u06qc { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:gilroy;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;height:1.75rem;top:18.0625rem;left:47.5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#PXABh1Wp7TLEaxBmrL3tb4mmTZ4LFVnz { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;height:2rem;top:19.8125rem;left:47.562500953674rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#LRU9ZwBPbXesT9F2xqG1B2LQyWqDJXza { color:#ffffff;display:block;width:20.374375rem;position:absolute;font-family:gilroy;font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;height:1rem;top:16.375rem;left:47.500000953674rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SVhTM3agsLUyM4TGS2tZNspiVLZZnUJo { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:16.311637878418rem;left:4.3125rem;height:6.8232375rem;font-style:normal;display:block; }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq .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; }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#212121;background-image:none;color:#ffffff;padding-top:0.425rem;padding-right:0.384375rem;padding-bottom:0.425rem;padding-left:0.384375rem;display:block;align-items:center;width:2.3075rem;min-width:2.3075rem;height:2.2825rem;position:relative;font-family:"open sans";font-size:1.7rem;font-weight:700;line-height:36.52px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.265625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.076875rem;height:0.901875rem;position:relative;font-family:"open sans";font-size:0.6375rem;font-weight:400;line-height:14.43px;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; }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq { 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:#66e0b2;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:16.3125rem;height:4.3rem;padding-top:0.53125rem;padding-right:0.55rem;padding-bottom:0.53125rem;padding-left:0.55rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:28.081604003906rem;left:4.3116321563721rem;z-index:15053; }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #d2TBMnCT3MOolWSVvRMThhlEFEsJPiu0 { display:flex;position:relative;top:0rem;left:0rem; }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #T8GEqukCNJaiOJDwElTkUs1dNsiTSyGZ { width:auto; }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #HarRBhqybuA8yJNx5Qk2pJ2Jbthcs82p {  }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #clzv4MnCf2sqRgVAFhqWoODuxX6UniWV { display:flex;position:relative;top:0rem;left:0rem; }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #gKWbN1QgVxNnfop5zDuvpfxcCUpV2c1v {  }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #Dt3MOHTDWXV9EcV7TfeaSCN8JM2mio6r {  }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #aSz81iGioOoblyJHi2GesWsNMEFMlVi7 { display:flex;position:relative;top:0rem;left:0rem; }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #A9bOfZTcpzkxxz30vTGlGU6scgfzy1ZL {  }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #ZFBqiIZ3Sr3fMEMceAbeZyv6wRW2w5iT {  }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #MR29KIyeZRBatTd0KLQTXpTLGxbVRlum { display:flex;position:relative;top:0rem;left:0rem; }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #JlLGQGhh4NAbw3ze0TVZT1N3ESPrw681 {  }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #iKi2oIKKrMv1HVQTDXCtI0TRuMVwkaPi {  }
#AAfTQrxube8gOxC5V4N88qZ87i4CqI1I { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:25.755218505859rem;left:4.3116321563721rem;height:1.62539375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N3tISoe44sT5QqfJQnJyHfL1W6CUTaqr { 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:40.375rem;width:40.375rem;top:0rem;left:35.8125rem;overflow:hidden;display:block; }
#b0xbIOy0kCQ43GCfBvMPIpxraT98ENhe { position:absolute;display:block;z-index:15063;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:5.5625rem;width:29.125rem;top:7.9036560058594rem;left:4.1536464691162rem;overflow:hidden;display:block; }
#VvTAcksiDv2OVOUpvsb69Rn3gKJVyqId { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.06171875rem;width:13.749625rem;top:3.3281326293945rem;left:4.3125rem;overflow:hidden;display:block; }
#KFXdCaIof3Cv6TG0uEnP6VCJodvMtW6n { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:10.625rem;left:39.875rem;height:5.6882875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SfStkseRuxWFATUCyNiHBoVmhTofR7G6 { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:17.3125rem;left:44rem;height:10.23633125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vz6btiJIQSwoqLfdemOo8D61CeMcAXBe { background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8123125rem;height:2.68663125rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:28.792319297791rem;left:51.343319892883rem;display:block; }
#feTHOxKE2ERhXpPEAaNkMsEnfpBkANX1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ByJPSnAJJIbat7sGFgTRslnmAIZxraxW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e163f;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:none; }#ByJPSnAJJIbat7sGFgTRslnmAIZxraxW > .row .container { border-width: 0; border-radius: 0; }#ByJPSnAJJIbat7sGFgTRslnmAIZxraxW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ByJPSnAJJIbat7sGFgTRslnmAIZxraxW > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:none; }#TREKZN9TGf7NzAS7KcKKKKGMe4v8wU8n { color:#ffffff;display:block;width:36.8125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.125rem;left:18.6875rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WwTe5sqqJRi4X2KUaSxGmVSS8rdb9Biw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:0.875rem;left:53.625rem;overflow:hidden;display:block; }
#FEOz6K0v1WVSTRefmJX4URGbUCGMuNTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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:none; }#FEOz6K0v1WVSTRefmJX4URGbUCGMuNTS > .row .container { border-width: 0; border-radius: 0; }#FEOz6K0v1WVSTRefmJX4URGbUCGMuNTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FEOz6K0v1WVSTRefmJX4URGbUCGMuNTS > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:75rem;position:relative;display:none; }#WKuV3bwtsRAfNIn48meUh7DBcOmlDc2Z { color:#e9e9eb;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.4375rem;left:19.4375rem;height:1.7875rem;display:block; }
#Zv3VSfGRuaanUMGia2tk2fsrGoV0cQUN { color:#e9e9eb;display:block;width:13.749625rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:26.5rem;left:21.125rem;height:3.49375rem;text-align:center;text-align-last:center;display:block; }
#SNOUvePk72JSDBTqdEAchBTCp8yhblUp { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:17.6865234375rem;left:16.9990234375rem;overflow:hidden;display:block; }
#UM6VkqRwMNKDoZtn4MXMFLn0zsH41eFa { background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.49925rem;height:2.8125rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:33.44921875rem;left:16.998046875rem;display:block; }
#a8yI1ugchzTt9cup0COC03KyoCEFDuUw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTEeJeA7SU45Ek02xRkdw4HuBWU6TgT9 { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:28.5rem;left:17.8125rem;height:0;display:block; }
#Npx9oVmTCC4QTHBDU1KGDMaBAbtmAlys { position:absolute;display:block;z-index:15096;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8a6df1;border-left:0.0625rem solid #8a6df1;border-right:0.0625rem solid #8a6df1;border-bottom:0.0625rem solid #8a6df1;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:18.6875rem;top:17.624219894409rem;left:17.0625rem;display:block; }
#hnbBovOM09Ba7yi8RWXDy3Hi6tQLp4NK { color:#ffffff;display:block;width:8.93675rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:17.8740234375rem;left:21.9990234375rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#L5iTHezcpoIO5mXwAT5Um9WuEOKMem7C { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:28.5rem;left:27.9375rem;height:0;display:block; }
#XgEmD7vbXbxKEIRZb7vdoJTdzmO1e215 { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15159;line-height:1.3;letter-spacing:0;top:28.5rem;left:50.875rem;height:0;display:block; }
#OG2GzQAPLkOvRERhQtWvEoIM9ZSMgQSg { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15151;line-height:1.3;letter-spacing:0;top:28.5rem;left:40.75rem;height:0;display:block; }
#JEv9JiLWatb4pNAHfE39iq9KQT1kuHX2 { color:#212121;display:block;width:16.99925rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15162;line-height:1.2;letter-spacing:0;top:24.306250095367rem;left:17.748046875rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ae3ATdKDI6I1M2WUbCnL7XVx9TlwRtx1 { box-sizing:content-box;height:26.3125rem;width:21.5rem;position:absolute;display:block;z-index:14999;background-color:#66e0b2;background-image:none;top:13.749609947204rem;left:38.186721801757rem;border-top:0.125rem solid #66e0b2;border-left:0.125rem solid #66e0b2;border-right:0.125rem solid #66e0b2;border-bottom:0.125rem solid #66e0b2;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#ZTp37eXS5RcrgFq5cgDQ4pT4zZLes4Ty { box-sizing:content-box;height:24.5rem;width:21.5rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;top:15.749755859375rem;left:38.185765266419rem;border-top:0.125rem solid #66e0b2;border-left:0.125rem solid #66e0b2;border-right:0.125rem solid #66e0b2;border-bottom:0.125rem solid #66e0b2;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#hGL0ZQuOEX2FX1wgZ1OVzhdTdxrvy7P2 { color:#e9e9eb;display:block;width:53.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:4.0729141235351rem;left:4.060417175293rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WW6wZZHWaciodTJiapAkoKErZ9zVkLm1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6871125rem;width:2.74921875rem;top:8.2718734741213rem;left:40.217710494995rem;overflow:hidden;display:block; }
#XL57A7ncVJMUT818smEBIhCxPUieUeiC { box-sizing:content-box;height:26.25rem;width:21.5rem;position:absolute;display:block;z-index:15001;background-color:#8a6df1;background-image:none;top:13.749609947204rem;left:15.375rem;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#G46xefmNZ9F0mpuzt5ITapmG3tnFnvCi { box-sizing:content-box;height:24.1875rem;width:21.5rem;position:absolute;display:block;z-index:15002;background-color:#131313;background-image:none;top:15.749755859375rem;left:15.374348640442rem;border-top:0.125rem solid #8a6df1;border-left:0.125rem solid #8a6df1;border-right:0.125rem solid #8a6df1;border-bottom:0.125rem solid #8a6df1;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#X7LRcHXqvKqGTTVbJ4evAmeBt0K6TUr0 { color:#8a6df1;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15164;line-height:1.2;letter-spacing:0;top:20.750000476837rem;left:18.435157775879rem;height:3.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qObp4nd8OyBkyDD94QLyUO6rHqBeDnZF { color:#000000;display:block;width:18.249625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:14.18593788147rem;left:16.998046875rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GRaF4BiWtNTX2ZIFlDkVcmigfDZMgVg1 { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:14.123962402344rem;left:38.882295608521rem;height:1.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZBUcPxtfuhLdHJEllvn91tyIPEEu7TAd { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:17.8125rem;left:43.75rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bEcClXmZ8xrx2otQ5IchDp2VSw8USTCe { position:absolute;display:block;z-index:15099;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #66e0b2;border-left:0.0625rem solid #66e0b2;border-right:0.0625rem solid #66e0b2;border-bottom:0.0625rem solid #66e0b2;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.5625rem;width:18.6875rem;top:17.5625rem;left:39.625rem;display:block; }
#lDfi46g2TTZp6nf9nIw0wIcT5Dm25ZwN { position:absolute;display:block;z-index:15135;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:17.591796875rem;left:39.623046875rem;overflow:hidden;display:block; }
#Ee5dJtZLouARvHnPbOPWOTp3np6TzbTC { color:#89ffd3;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15166;line-height:1.2;letter-spacing:0;top:22.75rem;left:41.125rem;height:3.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WsbWzfIoT4pkfHWFN7l3vxulcdpqS6Jb { color:#ffffff;display:block;width:16.99925rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15164;line-height:1.2;letter-spacing:0;top:21.625rem;left:40.75rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mIiTZKcGbp2KdAryssQT8CoU3LdcqCnc { background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#212121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4989375rem;height:2.8125rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:33.447920322418rem;left:39.753129959106rem;display:block; }
#BHSyLILKlZMBENm549ANzZoi5ZF4xTqC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DuFkc8o5LqNUJgaAX4GUncl5LXurSLIg { position:absolute;display:block;z-index:15167;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:13.0625rem;top:48.5625rem;left:14.6875rem;overflow:hidden;display:block; }
#I8EWbusEHmahLGwrxPBzmRXLnIBHyvdv { position:absolute;display:block;z-index:15168;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:30.25rem;top:50.187503814698rem;left:29.750001907349rem;overflow:hidden;display:block; }
#yk5eXwcpc2v5Oocn9xWzTnkxkh1q1VS9 { color:#212121;display:block;width:12.3104375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15163;line-height:1.2;letter-spacing:0;top:27.848959445953rem;left:42.846879959106rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#kQkCw5NMskioTphslz2JOSAwbwWa53BB { color:#212121;display:block;width:12.3114375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15163;line-height:1.2;letter-spacing:0;top:27.854167938233rem;left:42.846879959106rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#J5RtMhlDDCB5TMAKFM5Oz52JZvkITfRQ { color:#212121;display:block;width:12.3114375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15163;line-height:1.2;letter-spacing:0;top:27.854167938233rem;left:42.846879959106rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#dwAFStcXQEP1LTwAKLPr6v6dIoT6fG1i { color:#212121;display:block;width:12.3114375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15163;line-height:1.2;letter-spacing:0;top:27.854167938233rem;left:42.846879959106rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#pvFwXTETV4Nz94DtFiS2FT1zeaHN1yiO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:47rem;left:3.75rem;display:none; }
#ksg7pk18D1iKunsoPU9Desz6NKOJ8GNy { color:#212121;display:block;width:16.9989375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15163;line-height:1.2;letter-spacing:0;top:30.805210828781rem;left:17.684377670288rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U { display:block; }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pToH6hnnCmVq3GrS24RBTn6huIp7cc6l { top:13.875rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wthxaKOrq4bWGgyZdcaeFzQTTO3kioQU { top:14.625rem;left:27.0625rem;width:15.625rem;height:1.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKRHfiBwFh8rFn7P9ClX1362deNR6fS0 { top:17.3125rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxKU8SIav36BRvaXLTheTCkqBpev5muF { top:18.0625rem;left:27.0625rem;width:15.625rem;height:1.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ho7wcw6fNiqTA7viMHAfxOMoIBskmZ72 { top:19.8125rem;left:27.125rem;width:20.375rem;height:2rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xd6qZoJW5b2kxKbzmFP9MmnoLWmKTI9r { top:16.375rem;left:27.0625rem;width:20.3125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UE8dkO9n4XRIsuza8BF1Kih8iJz299db { top:20.625rem;left:0rem;width:33.25rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBTcn8won8cWedIEA2cSwVyv5JhWl4r5 { top:15.75rem;left:0rem;width:21.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMfEIZsmsgGzSp3fBqVvUBGvAeTzNhzB { top:15rem;left:23.875rem;width:21.8125rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ5NQfrxs6RHOE2q8cNTABIpC0s4L33y { width:19.5rem;height:3.625rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxN7iAlkZWT7DQd7TI8oBnt9oeW7zrC5 { display:block; }
 }@media only screen and (max-width: 763px) { #kG874gsZCSLxoXkLZerKi5hTDOtfLHPi { top:2.375rem;left:0rem;width:20.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSe2943xh7gzKCV7aFTCG0dd708JroGB { top:0.0625rem;left:0rem;width:43.375rem;height:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccDQgW284VHT8ai8FZVOEs90KWrILMTA { top:14.25rem;left:22.375rem;width:25.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHZfvQ0B2mHJG88nRAukKiG0bLTc9ytH { top:26.25rem;left:0rem;width:33.25rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkqLDNE4khpTEo08LRObheH6P9ygu23M { display:block; }#nkqLDNE4khpTEo08LRObheH6P9ygu23M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQLaMOTQIVH6FW2VU8NCvr6OxFKng6PL { top:8rem;left:0rem;width:15.4375rem;height:6.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3mCxg77DLxDBJzU0JifLcMkob5DZr72 { top:12.4375rem;left:0rem;width:2.6875rem;height:2.6263987913897rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGKUgnz96CDRQgcRSPF0Q2Hp15aoxe9P { top:5.25rem;left:27.25rem;width:16.625rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spfTx3sRUGGsdEVrgxIaHoVD0Qv54FKI { top:11.375rem;left:27.625rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afL7bgCy4zGeMmtTqhJsSfFc70GecvTK { top:12.5625rem;left:27rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ5AAxyzDI3hxvVrkBmTZym7DlVEXLyK { top:12.0625rem;left:28.875rem;width:10.375rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7O96LdHACKIO6WTqETGkBbDrR7KrMac { top:15.375rem;left:27rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSVyGoXtnTkV2vuCeHLlq0TxTnkgyNxR { top:15.4375rem;left:28.8125rem;width:12.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBzrTnOD6b6ZIh42KcO2avn40HhAUIpX { top:18.125rem;left:27rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRKsODm13PWzKM3umd5CiQosCDoDCiF6 { top:18.125rem;left:28.8125rem;width:12.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRR2xbcy3mARoZaXT9lXiDPkcrtEIJ5S { top:12.4375rem;left:35rem;width:12.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEvmc39ZQTJ7CxzMFt2XxsHH1NGucldO { top:15.25rem;left:35rem;width:12.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F88rE50Ke9VgbMtPDKwJZTAEpGJHUTFK { top:12.4375rem;left:45.0625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moUpga2wqWB4GkC2flsloXwL4TxsxnGI { top:15.3125rem;left:45.0625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfPZtZ0NCHe7MKPRtGQzCPwThgRCcmaG { top:11.3125rem;left:45.625rem;width:0.125rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK1x0qOBpGE4KVVtUdLlPQxuDag9p3Dv { top:7.6875rem;left:26.9375rem;width:13.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPa56xAzKXPVi8Hgzf5PetoFcZoZX7Np { top:5.3125rem;left:31.8125rem;width:15.9375rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylT8uR0xKD375GeTSAlPJDvWVSw2c4V5 { top:7.75rem;left:41.375rem;width:6.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcsyyzT1mnqC9S1L0CtFoPLA1nqhQFJ8 { top:11.375rem;left:6.0625rem;width:0.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mADvqUtc6nuQzM3CSnMkby0kwGgezGkO { top:15.375rem;left:5.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkP4JbWCKSwbhZUXa2BPD0sz9f74dnbC { top:14.6875rem;left:7.25rem;width:12.75rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0XlRnGta2Ay63MAHcIwxXcx8ZSUA7GB { top:18.125rem;left:5.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTl1kzUvB6TiSyhH8FLLF7vPox6ZrhTU { top:18.125rem;left:7.25rem;width:11.3125rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIAU5bBBsk0CgLDPXFld57JSHdpSJ7qq { top:5.3125rem;left:6.0625rem;width:18.1875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdpxfCoK0I4sKK1WyUrBfShzkKs2OsTh { top:12.5625rem;left:5.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9zrZ1AOnqMeUJHK5hub0eL1V6crJZnz { top:12.5rem;left:7.3125rem;width:12.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV3pQXNgO2S5KnU0HW3NF0y8876MtQST { top:7.6875rem;left:5rem;width:19.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq2APfhbmfO63Ku4XRH63LensO3Kkc9R { top:18.375rem;left:45.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLAal80KqaBXGS9Rrq0fNS4o2aauuI1i { top:18.375rem;left:35rem;width:12.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQoIMsuLTf5aC8NW6Fo6cn1bzfHtAUEn { top:24.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUnvcxcAx0RhML0MzQcTuNL1qPvc2GTB { display:block; }#RUnvcxcAx0RhML0MzQcTuNL1qPvc2GTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFR0LIPWTHzBwFSkOTiAzqXMcg2WSH6C { width:18.4375rem;height:2.8125rem;top:22.6875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egQ2NIgMABfuhhoKxiWuZzSuMLcqkHEs { display:block; }
 }@media only screen and (max-width: 763px) { #n1Tr1T2cTCnNcOKV9WurV2VTzs3COqtN { top:3.5625rem;left:12.3125rem;width:21.5rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCnZyGp8tgadkPBBZ0THdvQhpC22kpl5 { top:5.5625rem;left:12.3125rem;width:21.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgfazcflV2bM0TAfscLX1tN1Dm4wEM17 { top:26.875rem;left:13.8427734375rem;width:18.6875rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qalQnkXFz9R5vqK9qfznZp8tBU2WmSDp { top:18.3125rem;left:17.25rem;width:13.6875rem;height:3.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdoMKbO6XsBMmazi8M1zLGGT2C5HGvs1 { top:18.3125rem;left:14.75rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3GF8Ktpy3VRk0rzlk1MU7ws1v22vCmt { top:19.25rem;left:13.9375rem;width:4rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyL1Rs0GmoLfdAKyV0ecKmGsSPznhLpC { top:14.125rem;left:14.6875rem;width:16.9375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfmaOwceNdRvhGhmvmpOWNMkAThutxdw { top:10.5625rem;left:15.375rem;width:15.75rem;height:3.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BurFUmdEbS8qqTmyI6TEpwn9QW9Wtntf { top:18.1875rem;left:3rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5s8x4ZKgXddCHEW7dV082sf3bgzZKgO { top:3.5625rem;left:0rem;width:21.5rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s59TrFOCVPcCxTWXvy2obmRTFtCxpcSd { top:5.5625rem;left:0rem;width:21.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqaHeTT0GdVaDhtzvKpUsR9PyLG9G5Df { top:18.3125rem;left:0rem;width:13.6875rem;height:3.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8kuCkn32WtpVVwJvnhGEWdsNzb8vpgn { width:18.4375rem;height:2.8125rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXscWsc5iCLhCtVrFsiUV5Ceqb7sys9t { display:block; }
 }@media only screen and (max-width: 763px) { #LDzX6JRVK4NbsybczTrEbHe0NBuAbLXa { top:7.4375rem;left:0rem;width:18.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyAGSXVsFDwC840Sm4mwtmFh3UlR4Tly { top:14.125rem;left:0rem;width:16.9375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iebrk0a2mwDxi7zWSpTLhTNnaPkppMTG { top:10.5625rem;left:0rem;width:15.75rem;height:3.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frvnDg433psUmdOzEE0D29b76ay5KOHB { top:16.9375rem;left:0rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXGv8ARezrCECNCpTdAe0ZnFn3n8qF2E { top:26.875rem;left:0rem;width:18.3125rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n66NE5hnXDLxO8WsZz4NuUE3XbFAJVD3 { top:7.4375rem;left:14rem;width:18.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0PNJ7ZUfWnBgCkeLilCN08WBLdFvRXb { top:7.6875rem;left:18.9375rem;width:8.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0eRBRNMm8uS0udo4oAxbxizJePLqgpA { top:19.25rem;left:0rem;width:3.6875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNxkhPOg9rQdemBdAcnbrGI3qrJbw7wh { top:7.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwbGyMTabWNKfa51Sq9t8z8q1pbPQ8D5 { top:18.3125rem;left:0rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #epHHFRvb0FfOHkZFXuVTsGV99TmsEqoh { top:7.6875rem;left:0rem;width:8.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwQoFa0HAp947ueiak4czgTpDToZ0nQW { top:4.1875rem;left:0rem;width:21.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ5O3PXca2378zOXeWAXigax4XsI7SKF { top:32.1875rem;left:26rem;width:21.5rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byodkF0Ebqt1J5J162qaJOXHTvr6itPz { top:34.1875rem;left:26rem;width:21.5rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESOhZ3wust6UGKUEt2VaVmz16MQ7eU2E { width:18.4375rem;height:2.8125rem;top:51.125rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwU4wJTkoDQgaX8izP4HHnhUQW8BEkJu { display:block; }
 }@media only screen and (max-width: 763px) { #O35z621cLXDf8TrTTRkqmWU0unTbFigT { top:46.9375rem;left:37.1875rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5yOFfSVTdWZt3S9ogEdE3Oc7S0Jogac { top:46.9375rem;left:37.1875rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6nbqtUCxMZlwWqepcPCB67UC7v20GRZ { top:41.1875rem;left:32rem;width:15.75rem;height:3.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUyW3pbSv1tbuLLtACZZIPFQo28XfdMl { top:36.25rem;left:36.6875rem;width:11.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeSNBZVeU2NAuN32kTssT00XUEQw3snu { top:36rem;left:28.9375rem;width:18.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV9vIXxADWWQXQTO6c4mgldASFm7CpJn { top:16.9375rem;left:15.3759765625rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNEUigtQEDEyS46TJvhdsnExi7pyLl0f { top:3.5625rem;left:26rem;width:21.5rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAw1iGXJkTFhC17gXfJVBViXoBBPcp6z { top:5.625rem;left:26rem;width:21.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uITBEaUF8LCC1lecsftqIekfUPWbCfMe { top:7.4375rem;left:28.9375rem;width:18.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDBNZEeVAOwN5uR8XfPEdnqiax4H6KD8 { top:14.125rem;left:30.8125rem;width:16.9375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubmFKIgiea2CooquHCB6ZTqJwa0wkuHv { top:10.5625rem;left:32rem;width:15.75rem;height:3.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7K5hZehPZQ3oTicTpguEAgd8IT2kI6m { top:7.6875rem;left:38.875rem;width:8.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBIT7FvrmwIkLL6RngSv9iz2gI6zKx1H { top:18.3125rem;left:34.0625rem;width:13.6875rem;height:3.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6zkcEEILRUUdbkJZWqpvELfh77qtIG8 { top:16.9375rem;left:30.8125rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxtlgm9bsN95WusN7kgR36diGrK7E7N2 { top:19.25rem;left:36.5rem;width:3.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXb2nglV8fuZoPWdmw8PZa0vUZvHhvp { top:18.3125rem;left:37.1875rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuIlu6irlidT9kUBTzz5qZ57gBJMD7CC { width:18.4375rem;height:2.8125rem;top:22.6875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c78g0ThNMykJngwXlq7nxo5xdvST6aPM { display:block; }
 }@media only screen and (max-width: 763px) { #qClFqKQ3H0B365SrRUbZIH0K8ZqBSoT6 { top:26.875rem;left:28.875rem;width:18.875rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnCQyKihLZxN0PuIx4TJ4g7fBZigO8Jl { top:32.125rem;left:0rem;width:21.5rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJQ4B7ADNzJCfPzpkluNdhV492dFtUpE { top:34.125rem;left:0rem;width:21.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQvin5mBCORlQ71odlGpDzs1WvkG8dS5 { width:18.4375rem;height:2.8125rem;top:51.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCW1i24fpf8JNn4P6RQSOhMD0J4JXAHB { display:block; }
 }@media only screen and (max-width: 763px) { #IQyBlneNixn26zWAkGZmDSWFHK4G8gdn { top:55.375rem;left:0rem;width:20.875rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5xwv4fH0mnZ8LI6vIM8vQc5M6ae0xFk { top:42.6875rem;left:0rem;width:16.9375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM6FUy69EubOHnhSGl7aZp6tLT4IsZl2 { top:39.125rem;left:0rem;width:15.75rem;height:3.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiZJ9baRhQapLeXippPhdNBVmHn3q56q { top:46.875rem;left:0rem;width:13.6875rem;height:3.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeRJsm4CanVCWMDSLv7F9AKfGVlJLMlQ { top:45.5rem;left:0rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nasq3CKOcaIKZowT3StuZf6X69QL1k1n { top:46.875rem;left:0rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R053v1zl9u5CGKZuDqdFhuliSwsToLoe { top:47.8125rem;left:0rem;width:3.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqWIUMxF9gle1AclqmMca7p1E8QMPrIL { top:36rem;left:0rem;width:18.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp6370Rcz26C3VvIb7a0vVcFgKToA0VI { top:36.25rem;left:0rem;width:8.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zChd0aOZHKFvrEmf1HySfdVzyFg4NnrA { top:32.3125rem;left:12.4375rem;width:21.5rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkUp7JQncJkPuD3bBPXBEIN3GKxfFmrJ { top:34.3125rem;left:12.4375rem;width:21.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG8T5JRzNbfOyRqoDB0MfQwETATQn2yz { top:47.0625rem;left:17.375rem;width:13.6875rem;height:3.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnET6XKXxU9IaL2NrsHor2V9tgXEBykd { top:45.6875rem;left:15.75rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5FKKAofKVEn0Fe5sI3TUtxUZ1iwWRZB { top:47.0625rem;left:14.875rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1HCxiH6luDvfsAkQPdhUc0omyJeF0wg { width:18.4375rem;height:2.8125rem;top:51.125rem;left:14.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhaH1rsTyueod38NdLJSiFN0iw7gFQaB { display:block; }
 }@media only screen and (max-width: 763px) { #m8i92R2a96hggwuwLt4XakBerH6afyQf { top:55.375rem;left:12.9990234375rem;width:20.75rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6HkmyqfR03Ru18XmsV3NQOoT6TtIT2s { top:36.1875rem;left:14.125rem;width:18.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg8Po0LlGhGDhHbizOBeHSSsDkmhoFCd { top:39.3125rem;left:15.5rem;width:15.75rem;height:3.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApE61RGUdg4R3zFQke8QItAH9cuA7Gyr { top:36.4375rem;left:19.0625rem;width:8.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU6LO1makSvy6yAIReFaehP3VZTlchnh { top:48rem;left:14.0625rem;width:3.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arIp6Ord2I6TVIs19mNip0WqZ6sdf0rl { top:7.375rem;left:13.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWnUcqnLv19Q13tcTcRrTmM4DB0uX8zL { top:7.3125rem;left:36.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEsHkT6nTGW2ogTHP624n7rQ7xOVDrWL { top:36.25rem;left:13.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw2FTfG82wnO7dWwnLX8P1h21hruLZmp { top:35.5625rem;left:35.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrrMmeMvzKrhJMIIpZTVNPkCLeHserTd { top:36rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTLuO9M5uDLBt0gmLLcpsVG3VroNrIe { top:4.1875rem;left:12.4677734375rem;width:21.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5MgppXcBzF6zx17e0wNKdifV7kNG50C { top:4.1875rem;left:26.3125rem;width:21.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl8hWSBdqARpQBQSZRcsxMBDdVFPLlMo { top:32.75rem;left:0rem;width:21.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID4oaGgoDQb1bDpDMOy0GGcqbbeEskha { top:32.8125rem;left:12.6552734375rem;width:21.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTZKM0Gipf7pl8EFP80rhL9ydd4SaZJa { top:32.75rem;left:26.3125rem;width:21.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTQ9ut76g9kLeIBdBxEBwXlwsftOU80N { top:34.125rem;left:0rem;width:21.5rem;height:24.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPCvwO3UcwP4hP1CJUbAXdmkb50PtLHo { top:55.375rem;left:27rem;width:20.75rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFFuM4rUhRVdvtB65Kmytk60knEhclcM { top:46.9375rem;left:34.0625rem;width:13.6875rem;height:3.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb7FXH0PlNpJFBNihK67TeimBGy3TTKJ { top:45.8125rem;left:30.8125rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkA83bkRHXdfCHQRENIqZUDEh5UpDUGM { top:47.6875rem;left:39.8125rem;width:3.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqeAoUt5nwQSNy2xpQ7xmsoG1DJfTLwc { display:block; }#oqeAoUt5nwQSNy2xpQ7xmsoG1DJfTLwc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCw2Atzzw40wnRc7zuchpPN3Fm2VlDcZ { top:11.75rem;left:0rem;width:27.5rem;height:7rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwvTZkE0XeyffMneuBt0apHh3hSBCS2t { top:17.4375rem;left:25rem;width:8.875rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shXkM6tWyaZprXfwahgP4QyFNQddKh9M { top:16.8125rem;left:24.4375rem;width:9.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTkJ8K6c7R1zJ6G0K0IMAPP6T6pSpERV { top:10.5rem;left:24.34375rem;width:10.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7GzsACCied6a6Rq2fZVtqG1MQlnEJSe { top:9.875rem;left:23.75rem;width:11.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgTWD6MZdfFsOnkTCReagJFsJiyo2F9U { top:10.5rem;left:35.65625rem;width:9.8125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnB7ALeqCQwmRllgimszzbI9LOy8Hqn5 { top:9.875rem;left:35.375rem;width:10.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uToLFdk37Gu0tf5Q90pOTgic5TQFTVc7 { top:10.5rem;left:37.25rem;width:10.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp2LR4BOWPNaemUyX1XkHzBIWtHSGkJi { top:9.875rem;left:36.75rem;width:10.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkzemggdR0xZQzeoXXi6ZLGLrcx9vXaz { top:13.375rem;left:18.9375rem;width:8.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKIQ9vQBqTnhSmmuVGx2meZSNLQ89Klh { top:14rem;left:19.21875rem;width:8.625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0XW3od7kgtihk5fQKFKexTD158tJTxP { top:9.9375rem;left:15.875rem;width:7.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVCOKJ1XazMpfTPeZKhu3IvtdUiflw6E { top:10.5rem;left:16.59375rem;width:6.125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqyLKF88L15RBkifN0ySr4JMrtavqFlD { top:14.125rem;left:39.3125rem;width:8.4375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBC85w33AKSgspA8QD6zt0VHMOqrnJoM { top:13.4375rem;left:38.375rem;width:9.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3iJgVztbGQXgqRu5NrtShOKMXx7NCOS { top:13.375rem;left:28.375rem;width:15.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvpKqhyLTxTD1URGUQqnaAcSCheKMLFS { top:14rem;left:28.8125rem;width:15.25rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJorOTvv2cnn5oxb7fbexMG3TaatLQz { top:9.125rem;left:0rem;width:12.3125rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuN01KiC4AM5UTKkLNuXga9yimedpb97 { top:9.125rem;left:0rem;width:9.375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mswUCskWEgV29JuGDx3v5EBk5WP28Ao6 { width:22rem;height:3rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiRuZGnq2hc0AuhurBBRXna3pXLZVR3b { display:block; }
 }@media only screen and (max-width: 763px) { #iz80wO1Ha2NI65gdJ50vTHguzNrX2nnA { top:17.4375rem;left:16.125rem;width:7.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIRFHRTzwUMWZssoZrqPdnQlKpnH41cl { top:16.8125rem;left:15.5625rem;width:8.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP3HacAwvCfpuJ4F32iEDL2ehQQlbko1 { top:17.4375rem;left:34.75rem;width:13rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSXzA8B5LmNwlsDTs9NuX9PhKSAmoNCi { top:16.8125rem;left:34.25rem;width:13.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #If9UQJ0edyl6vklxJABMBW8tW3MRbPD0 { top:17.5rem;left:40.25rem;width:7.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fii2QAv6oUdtTRSbzhEu6c4ZwsGUCoRP { top:16.875rem;left:38.625rem;width:8.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OprURVUDwU4s7cb4B8oTd0WOx7oM1aDs { top:3.1875rem;left:0rem;width:19.625rem;height:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LarLwTeoRn57z5lvW1VhyVHLF0K5edey { display:block; }#LarLwTeoRn57z5lvW1VhyVHLF0K5edey > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rd3ECNla3HSkMm47b6kLfnanfiN3oB4S { top:2rem;left:0rem;width:12.5rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz { display:block; }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHEVy1Ty3NpUxfXn2deZElaFZ01dPRn6 { top:2.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKVbTFuqKiDnoqsaHfMwPx8Lui6FpGwt { display:block; }#bKVbTFuqKiDnoqsaHfMwPx8Lui6FpGwt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzK3mUQTgdvfoAemTWDruRxUsZpasn8p { top:13.875rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcgRzk6VbbUQXleFx2nWwIAKa8xyiG2z { top:14.625rem;left:27.0625rem;width:15.625rem;height:1.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVigAyzpeGxCDFurkrsPF5ypWO7FJne6 { top:17.3125rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5cBdsHNT2Dx3gVAkGDOtKvWOorHXU96 { top:18.0625rem;left:27.0625rem;width:15.625rem;height:1.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3Zr1Hkc6hSFKmzwr9BsRrVTEmMK8us0 { top:19.8125rem;left:27.125rem;width:20.375rem;height:2rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B62IFUgvAKK4T4G0quhHIOxxqhDSVE9n { top:16.375rem;left:27.0625rem;width:20.3125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAFudFzhn0dMNq6JJxAPi7rD823csBNu { top:18.8125rem;left:0rem;width:33.25rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsSxrXtf95wracpNoNqqWaUnIo2Lqa8e { top:10.5625rem;left:24.812501907349rem;width:21.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReVG6VrFxmgSxAWrGVgTUZ8EyaVZqHlS { width:18.6875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH .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; }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH .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; }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH { display:flex;width:18rem;height:5.0625rem;top:31.125rem;left:11.5rem; }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #CgFSxKxRJZQeET2b4zxKnNoGJSIAMeP5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #xirTXg7ThmNGKnT7txMbkhRW8HwfUw6O {  }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #X6D2pcymiy7ecNK0fMlZOsUQFsSlmiFp {  }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #TpriGAb75qhdQsZVc8h7ZAEwPzqTI5S5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #tyF6kT0BBgOzN4it1FFnX424m6Ii20pR {  }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #VZ1vXy5ayL6Tft2UP1wrkSmWgiPwSvSZ {  }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #ncH2zaEqF5akAwbSvlqVVQEpkvpiUxXk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #oxQeSaosyVJSCpxUavlNGwXdoRWJI1pQ {  }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #JsDqZKW9gaNn1KFk89VLJ8wdzgyDCZ3Z {  }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #N0zV26CbiPego65RSiGGHMu5LZlEE1O0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #yTSMwUMxy0yX9tPhRGbsXk4WTa3NBEex {  }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #m2lxp7TQ3pfQ8by7aggDDhpTs2LRDTac {  }
 }@media only screen and (max-width: 763px) { #KZnuMdqy34JlZZDETvh9p4EZ9EWHV6Rn { top:28.8125rem;left:0rem;width:19.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6pTrEBmQQ1q36mHepTeZRyVp0ciG19B { top:13.5625rem;left:22.3125rem;width:25.4375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4wTXyvV0SEnwysiM67uGTfsZ08gFpGI { top:13rem;left:14.9375rem;width:32.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXbKWEUwZMkFGThz1TLV9iTwyUT8JrtZ { width:17.0625rem;height:3rem;top:31.6875rem;left:27.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8eWruNa925Txa6HU48iT1Hou8mXeN6k { display:block; }
 }@media only screen and (max-width: 763px) { #rIsEDkufm4d0hAxVUGaEKaEyDcZp0P39 { top:26.1875rem;left:24.562501907349rem;width:22.125rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlyQuuaPT1U25S8dQvuc8Lgsa3nyhK2n { top:11.125rem;left:0rem;width:29rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMGlAumKzuTETSJfbgKRLokfV5NkeW6U { top:1.875rem;left:0rem;width:11.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO2VL1K04OfKkChTS5g39d3gPeMUkIWi { top:1.8125rem;left:0rem;width:36.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1S8dfl6TrHGXCgSXiG02ChUfWITmCvw { top:2.1875rem;left:0rem;width:40.375rem;height:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHRNWxS28789BO1zXFNKM8W2Xfz0eKVL { display:block; }#XHRNWxS28789BO1zXFNKM8W2Xfz0eKVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udHDO3viMPSfWbxi9dXoLMmuRAbOgIaK { top:2.6875rem;left:0rem;width:27.25rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilcIEv44bTzU7S0WxGg748weHb0UeyVF { top:12.25rem;left:26rem;width:21.5rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMv8HsrOnncR7BpyUUk11vi8o61Kl0MK { top:14.25rem;left:26rem;width:21.5rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXo3mu9IKZUF6eP8QnKCytwkA6iA9gas { width:18.4375rem;height:2.8125rem;top:31.9375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elL30Ri4cVkg4lfkWBMfNBZxTmOo2pK7 { display:block; }
 }@media only screen and (max-width: 763px) { #cdhTH9dDCPU67o3bNm5b46TUPllM6qNJ { top:26.375rem;left:35.5rem;width:12.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5UquBnOb7oOgA5VlMnoLDUqqeAqIgxT { width:18.4375rem;height:2.8125rem;top:31.9375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cURe73mKK4VsE1TvUIyE1Ph43TcSXzuk { display:block; }
 }@media only screen and (max-width: 763px) { #lw7GFqyN0GbLTiUhJ9Qny4pGTXafLowr { top:12.25rem;left:13.0625rem;width:21.5rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yun0W68BxFUe4y5vLCy1Qa5HfZqsxXud { top:14.25rem;left:13.0625rem;width:21.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw6Zq2k7UXt2eoNg6SMffMw7I2Z9mWWr { top:29.3125rem;left:15.375rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo1dtTeltguTH9iTJK2Mn3WLD9tqkoUD { top:36.1875rem;left:15.4375rem;width:16.9375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze54vTfH0WVvJ7h8U6W3T6cLwzfoN0fH { top:27rem;left:37.1875rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZd5hmNp4LToMLHzktxSEkvHSFpzFbmX { top:27rem;left:37.1875rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvCTIRohmicCiOikup76LpC9OFA0z7GR { top:25rem;left:18rem;width:13.6875rem;height:3.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q73n3bb8K7f8Rtbd3XLm1UQZ7w6yEKD6 { top:27rem;left:15.5rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9TPy8dcFQJ4NLozUwMQzL9bI0Lclsa9 { top:27rem;left:26.6875rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAGeiIlNumFN1Vx247k25J5h7xkMtTz7 { top:21.25rem;left:32rem;width:15.75rem;height:3.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1DV0wCJSNIQFKPEmkokUz2ieAmy9FxP { top:25.9375rem;left:14.6875rem;width:2.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGKX1HqMy42Ha6Bc0NVX4pG19hkzCyod { top:22.8125rem;left:15.4375rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAvU4bAiZPEE1BQTdhTA91SUlm939Bz9 { top:19.25rem;left:16.125rem;width:15.75rem;height:3.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBMyKWweIw0MRx9HqVCbwOyFzEo98rRE { top:26.875rem;left:3.75rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3uUnLCq9sBpUGwd3WqTEu9ATEDEKgyA { top:12.25rem;left:0rem;width:21.5rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnlz4Bm3WGPyuK4JVgTVexXJlcm7ze3U { top:14.25rem;left:0rem;width:21.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXrM6DrAAvZ73Pm6Q9HrKW4VrdAaxGQG { top:20.125rem;left:30.8125rem;width:16.9375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhEKvGNSJGhuoo0v8pG0OoGQQ4DH2DwH { top:27rem;left:0rem;width:13.6875rem;height:3.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu2GQ84OT0HIMJWBL8P8EneqqF8kwTTQ { width:18.4375rem;height:2.8125rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNe1QgtvIwkxT80stoCuImhwnCmlywOv { display:block; }
 }@media only screen and (max-width: 763px) { #ytWRmu5HRmx08y84VE92vURqWFwFqR5t { top:16.125rem;left:0rem;width:18.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW2EzEwJRzgibf28y2iDqK6E3NfuPTEq { top:22.8125rem;left:0rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTxAHB3pqtlD1Qnf410hi5nZoMaFuaf6 { top:19.25rem;left:0rem;width:15.75rem;height:3.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zETT1XgBKkV7VUFtNGDJ9DAKgQy4KUnT { top:16.3125rem;left:36.6875rem;width:11.0625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4R27f7VsiWGoTUcdKn6l1cXziZQFIxA { top:16.0625rem;left:28.9375rem;width:18.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSA3JI74p9CfbA1PnCB5JEoh2LMH62K3 { top:16.125rem;left:37.0625rem;width:1.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1vonRWI31hKWLBQUkS1hPTmTTVtMi8A { top:25.625rem;left:0rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIGAOz9GV1N0fbIUVecqrtpI0imrITJy { top:36.1875rem;left:0rem;width:16.9375rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozTcT0Cpg0CzpZehP4U6yXyUvVJdbdWJ { top:16.125rem;left:14.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9B7nTzx385Iol4rFS8DTq0vFs4VJiTt { top:16.125rem;left:14.75rem;width:18.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEVlF4uEUWQfFhJ862fdrvSNeOLDAUT8 { top:16.375rem;left:19.6875rem;width:8.875rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3BdXqcmJX2bovuQfET16HnlZNT7ESHH { top:27.9375rem;left:0rem;width:2.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkN7yMLkTTPBGlcW7hTHAGtKmKx6U1Xg { top:16.1875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwKsGlvHG5WPJGkxAR5qFVTcdlkBHJSH { top:27rem;left:0rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqEm4Vf6DQpILUP5w0Xl47ugZi8BnUMd { top:16.375rem;left:0rem;width:8.875rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMhxfqpBgrPbFA1IWbhu3fnNXX03eJu5 { top:12.6875rem;left:0rem;width:18.1875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIQ9cOt2nZ08UtWGl6tBRUdRkRQJIVVV { top:12.6875rem;left:28.5625rem;width:19.1875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzuTBM41Kfbp5PP7alwLhWft2sRhTTxZ { top:12.6875rem;left:14.6875rem;width:18.1875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO2qCr7uMPqd7ynECnA583u91M1qRCMG { top:41.5625rem;left:1.0625rem;width:13.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3rD20mq80UrZs6yID3Kvby2Rgn6dspK { top:43.25rem;left:16.4375rem;width:30.25rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs5E7NwgFkGZcasxcSBhaMpcdlyKlHsn { top:7.125rem;left:5.9500026702881rem;width:2.6875rem;height:2.6263972632795rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fiz2ASq5LSltsKJDo18OMH6XHfiHlRwO { top:71.1875rem;left:0rem;width:16.9375rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXlCmu8SQZGWnugQ6TFzJygM4INR9up5 { display:block; }#FXlCmu8SQZGWnugQ6TFzJygM4INR9up5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhW1UTGdJcTQQuP5ZkMRPZorREg1weot { top:3.9375rem;left:0rem;width:24.0625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcxUGSRaLp6C4TIduE2taVTLSfGmG8wt { top:18rem;left:14.5625rem;width:15.4375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH4vUJlvPXx2AR6ZvpVWXWGFkPmzr5WJ { top:20.4375rem;left:14.5625rem;width:17.5625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSFUxbBAQuBa9SF3CdlTM5LH9peXqomu { top:17.9375rem;left:12.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K60QUplhCQuHTAC1veTgTTCubaaQMzhe { top:20.4375rem;left:12.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGO8TDx1tTQvkaiCogrEaoeXv9Jq3rNG { top:16.8125rem;left:13.25rem;width:0.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naa9yeBfNTDInXBqh6Tx4mXIGttuVNtg { top:13.375rem;left:0rem;width:12.5rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLSEss5kPmC77ZqL9wklW9210szVNFa4 { top:18.125rem;left:0rem;width:13.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuUyyeUuJHTHOmeS4QH04ei8eyTt6P7K { top:20.5rem;left:0rem;width:18.1875rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfHzLX4b3tVRzXcFT53ILsvIUQeKwoaX { top:17.9375rem;left:35rem;width:12.75rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7qRbdsPqTOcwHaKqCxZhwBhVH7VBxA7 { top:13.25rem;left:0rem;width:14.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7kWMt63oTT7PG8iQohNMwdTNHBzMnvI { top:16.8125rem;left:0rem;width:0.125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #maXO1JeMWK5TKqSvOvhgkcoB5WVJuq54 { top:18.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LobsDb39iRA7xKnQzOVOXicMSoOJqJEv { top:20.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p19DrpE8EcpHV2aWHNdrnrQFKm0LlCkq { top:17.9375rem;left:34.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgK42IZOTvJDBfxxBIbNVEIh8pdF3hyC { top:27.5rem;left:35rem;width:12.75rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm5yrlNH0gtVyMbivSdvxZRVTTI9TO5e { top:25.125rem;left:28.5625rem;width:19.1875rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyVXHKV9bAN6ftzVQDT5oKDxR82rsXEf { top:25.125rem;left:34.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeoAERvqJFHfaN9TSTp8lJW0aQf3nRLz { top:27.5rem;left:34.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB9sthp3Xy0FEcJRkaGF2vJRZbedtBwV { top:16.8125rem;left:35.5625rem;width:0.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7CCnZpmCI7tuFm0OdOf3pBX0pOVAmeq { top:13.3125rem;left:13.9375rem;width:17.125rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USq0TguFnn90TH0ekgJNWVWV5CorbVJb { top:13.25rem;left:12.1875rem;width:19.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSgr9RhO1b4GUL2snB2Oh0K2FU46vFwW { top:13.375rem;left:26.375rem;width:21.375rem;height:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4MOCoKn0iaXJVp8o8y0d7w8MUETQTNK { top:13.25rem;left:24.25rem;width:23.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7wo6iwWv2odDZBe9TVKZhTzBc3pI7uJ { top:23.0625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5q9T6kQEeU0xylT6ZfTforU8Qg6kTXt { top:23.0625rem;left:0rem;width:12.75rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIIz97s86TOnrRJxV6XXAPEzTGPh0yfU { top:22.9375rem;left:12.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot2qahTE8lnwT3GeeMVh4qUpALEDH1vI { top:23rem;left:14.5625rem;width:17.5625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVylvgq6RxMSk0E49t4RWgsnOW8RNXlI { top:22.8125rem;left:34.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1DQtTZCbbVTwn9Kmb13kLzwWL4cTamO { top:22.75rem;left:30.1875rem;width:17.5625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3L64TSrMRKXKJ7P1PlGOvR4AbvSqh4L { top:20.375rem;left:34.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6XhAxZ1sgxIPSv2adzLLXheX1ITX6oX { top:20.3125rem;left:30.1875rem;width:17.5625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZMMTIHG2hdEJWoA7pJDS4wBMgtnRFXy { top:25.5rem;left:0rem;width:19.6875rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPhZmH1ZPr1EKZd9VbDEP2TlDe50Jwby { top:25.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqy5k5qPSLXKtTI5FTaTQ7gLQoUgIz9e { top:25.5rem;left:14.5625rem;width:17.5625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkhBSHIKR8qQOdE2yfEv65RthoVUovnT { top:25.4375rem;left:12.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmfMgMlqDvFc5fAMyTWUegSXIedrAz64 { display:block; }#OmfMgMlqDvFc5fAMyTWUegSXIedrAz64 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcArzv0w6F1KwBDJGgD40HQ0gSEeVHtA { top:13.875rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDt1PBFTKNCNI0kPXGWTHzhMGtTIrpeH { top:14.625rem;left:27.0625rem;width:15.625rem;height:1.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfQRvb4NN4atnczcoGU8R6KGakXpvbfA { top:17.3125rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaDeHU7yzyqN13AE1L9Tz6TdpycS6pVL { top:18.0625rem;left:27.0625rem;width:15.625rem;height:1.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lSfXuqrTuPFOr2DOmoWIXqToZDyAnBqv { top:19.8125rem;left:27.125rem;width:20.375rem;height:2rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qon1KqUJ1QyHc4Pg3z4vfKm6GSINlg5r { top:16.375rem;left:27.0625rem;width:20.3125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTFX7q4L6iqXd2f4BBvfQ9WkKlF94nTZ { top:21.5625rem;left:0rem;width:26.5625rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGrfEcp3mn8Vz7pszF9tJ5NOIGT6kTEc { top:9.875rem;left:23.875rem;width:21.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp5asqwhLKmx8ukiCcTkpUN7CCLOipxK { width:18.6875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn .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; }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn .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; }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn { display:flex;width:18rem;height:5.0625rem;top:31.125rem;left:11.5rem; }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #XmFtJ9h78reZWBnCAnopmVgBDkcWfTp4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #qq5qC5lyCHKVWvuiO03ovciJIbwTNuy7 {  }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #Xsw1iHV2cFrynwoSq65SCmNx67FHrPUt {  }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #l8otZm9MlHDauSJl919wk1yaEEaCsQPt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #HhFItBrBFeFENWTOL4J9yOXaWTK2TROF {  }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #UzZx4114Hko5crVVhVvKsczydczByEK7 {  }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #Qu1JXcNzLxZLk4WnTsEsKy7Xd3u7fKHO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #EfbD6ny7vKDO4pkoBo81Pl193oqWqb1S {  }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #D8CAo1KQGiKlLwsylJViNbIQHu8X7J0h {  }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #ZntkXvlnzXetQKSpaHw1MoMnAQvfLuSz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #HnKyAh8H7TIZdnroKuuGCrTb8LuCrdKE {  }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #ptMfBEi9IUZlLUdbCI7RRbo6qpqWMirH {  }
 }@media only screen and (max-width: 763px) { #E5LPVkzIgfQnlKpiQUtIQohFUZfCfPSf { top:30.5625rem;left:0rem;width:19.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K486OCTny4K8q9g2Uo2VIJdpcQZ3UgbZ { top:14.0625rem;left:23.875rem;width:21.8125rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Kss56bhv7uBDKnTTnuRAE83v2XPVpT { width:17.0625rem;height:3rem;top:29.9375rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot2EZ0DkO1VJ6sROT8yVyHUSWbg7LslS { display:block; }
 }@media only screen and (max-width: 763px) { #B4GGZ0Xxc7OuHEKdnm29UlIhZQ8N0Jl5 { top:4.4375rem;left:0rem;width:20.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAlS6r1f6K3Rp0KI3W0l14FGU08JGOfH { top:0.375rem;left:0rem;width:42.625rem;height:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg96qi0G64Qu5R0g2P2AMkMlcU1tAIcP { top:13.375rem;left:22.375rem;width:25.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZgcuFcCnhNXpRO9RaOrAVTZcU9p8eZn { display:block; }#tZgcuFcCnhNXpRO9RaOrAVTZcU9p8eZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuIWQsT05koC6y5eskseAq2PxQyyRwND { top:13.875rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFXvpRJBhag9UOXKCgBHvDNznaTHI7tl { top:14.625rem;left:27.0625rem;width:15.625rem;height:1.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5dmhTSsIcwLh5wyNH6pL4MyASorJywS { top:17.3125rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APgTRzS3p9FkeKyqS2vqx8uHKQzCOPWH { top:18.0625rem;left:27.0625rem;width:15.625rem;height:1.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfpDTyVkxoAf2RVZGfJ05afUxTqeTqsb { top:19.8125rem;left:27.125rem;width:20.375rem;height:2rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5kV9OktCHcmJiD9HeOcPbPHr3fOZBV9 { top:16.375rem;left:27.0625rem;width:20.3125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmsnnTgqeixHULmkWhmB3tAtsfESGXq9 { top:20.1875rem;left:0rem;width:26.5rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK4R0vie4z7nNZ2zfoLs68C3RtwfKsNx { top:9.875rem;left:23.875rem;width:21.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkvMd34ggctITko0pbacUTuIIyxZtTHI { width:18.6875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx .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; }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx .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; }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx { display:flex;width:18rem;height:5.0625rem;top:31.125rem;left:11.5rem; }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #Fon0bdK7pazrJlxurepX2fSLqOTRzLsm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #Z6MJRerPonqVh19IAaRGs0XhzVs0XH8k {  }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #C8WJhhECCPxVOFbool7427a4wKTpDDl4 {  }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #omKeE6HWDqX08vsSSAHlc7gQEgKWPTiv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #J8li25GlBTqvS9Hz4qVVae7LLRW6HM8S {  }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #nLyx9SVWRLVVMFUd2ekzlh62ocP3o3i5 {  }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #vxrcIyRJAzeoPXF0dXNEWPDp9iKdb2eS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #tbXdTCHwMlrtOBdfok32J8425NTAtiU7 {  }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #PfTp1qOnTU6gBkIJPRrAFSU8t9DubiES {  }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #DXEZA4FTlBEU9RLJVvXnysl0tCWHfQSv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #avCmmlPG9tf5vlbrCJPMH8lBU92qSs80 {  }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #tUVXTPW70icHfIL4HmA9RGa5b0zzzmM8 {  }
 }@media only screen and (max-width: 763px) { #dADtnkGXKZnHwVsGQf5O9rb7AF4Qd1DT { top:30.5625rem;left:0rem;width:19.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkechoKl97zxd5Q3kU4xvHCcB87pfmGy { top:14.0625rem;left:23.875rem;width:21.8125rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQThERgKlzDtlIV2QVZXxgqPr6sTI9G5 { width:17.0625rem;height:3rem;top:29.9375rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFgXHeoeFWRguXCdh5QgxKo2wrTvuAMy { display:block; }
 }@media only screen and (max-width: 763px) { #fyBoOwOkkLBP8cEFGLif4ZAHyv6IXe3c { top:4.4375rem;left:0rem;width:20.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP5wIyhxL76GxTmACwLb6T8e86LWsCZ2 { top:0.375rem;left:0rem;width:42.625rem;height:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy2dAQk7lBwocLeh5VqnbuQz4IXPKOoA { top:13.375rem;left:22.375rem;width:25.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHPF89tkhTkrNoedo4Jkp01N9PDqxkRg { top:2.125rem;left:21.25rem;width:26.5rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUsLk62xVB29a72UO8H4GIHmLxIexeKJ { display:block; }#uUsLk62xVB29a72UO8H4GIHmLxIexeKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPTmmCHdZ25zGHnRCDaQZVGw1aBqAizT { top:13.875rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRQFwT2WZSLPUgTu1ezzIWKSRFAc0G7A { top:14.625rem;left:27.0625rem;width:15.625rem;height:1.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwkASAS0WV14qtO34cbVZZATETvVQ9EW { top:17.3125rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TED1ml4xwGFmsabzgSO17t7ub2zrhfNP { top:18.0625rem;left:27.0625rem;width:15.625rem;height:1.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITaTXdL0rVBBlqCWJUQMVHKLa18bLmQB { top:19.8125rem;left:27.125rem;width:20.375rem;height:2rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eI2e6qSTCv5UgElyMcmu0p1eCAQAktWm { top:16.375rem;left:27.0625rem;width:20.3125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpMeNMvQJFl46sbAxZoV6gLmRQ2CVxvU { top:18.0625rem;left:0rem;width:33.25rem;height:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H .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; }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H .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; }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H { display:flex;width:18rem;height:5.0625rem;top:31.125rem;left:11.5rem; }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #hb7F3FKMSrSEuB5oVelz1ODySVXBQiSS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #b27y9p9DthA08ZgVPgfIlkOyCdw5scMv {  }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #dP4Ww16WFiECEeNEgB0PGrw0yEHmmr56 {  }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #tALuAe3b6S295cgxeIHGs3D6bTfuAshG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #loflpQGywPr88vUV1qx3D28PP5xv2tU4 {  }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #qRkoWeV6x3syFe0NpxFu9WJBGHEkADCk {  }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #ITC5quQTBUG9vE5vQT7GyBrU62G0oKzC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #chlDbW4TS9td55HR1zBXCNUSmlraKnsT {  }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #x6wnCki8m2uSOC6w0E8W6ooVg33hIoc9 {  }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #o7uEfNexzr11yHoykhvyTG03PlAOBK9c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #mWVk0LwKvf4WIrNxshNLFPR2BGG8xUCD {  }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #SeIoBqOOsTA6tfIyB2UQHfwCFGBvqm8B {  }
 }@media only screen and (max-width: 763px) { #eToAC5UWhpSCAk6BMhZR6tHDS3OPTTp5 { top:28.8125rem;left:0rem;width:19.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiStABEFuJgd6ZwpDX1IaP2C5CwuogJ9 { top:14rem;left:22.625rem;width:25.125rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVQIEBpKVq4uP8tf0abtLpVT0rEFf6hq { top:13.6875rem;left:14.9375rem;width:32.8125rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwTy7Xs5v9OAIyiwpJRdGdGUJN4coeiS { width:17.0625rem;height:3rem;top:27.625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTybCDwqnxEWQSuD8hxyHib8BQur3yQG { display:block; }
 }@media only screen and (max-width: 763px) { #CDoTkugDUM1RD0zghGQp4OKCy4MQS5xi { top:2.1875rem;left:0rem;width:40.375rem;height:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbQC5zyShyfMa77AFQetU4CwUuFHLZKI { top:9.6875rem;left:0rem;width:29.125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTvRgFLVwJ6E6T1lfLBsVnoNbCdTX6fL { top:5.125rem;left:0rem;width:13.6875rem;height:1.0569215808158rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUgrpsWsJscuuuLVoW4OhesmLDVJEmKw { width:17.0625rem;height:3rem;top:31.1875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6bHSUz4fkoCtcWtl56QUMoGkAMnxTJZ { display:block; }
 }@media only screen and (max-width: 763px) { #TmArUEw1yS5x8HyyGZyiiXe2XnFINs46 { top:9.3125rem;left:28.875rem;width:13.875rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgxk1Wk5sUGqq2eZttQ8z8B8OT38vs4H { display:block; }#Xgxk1Wk5sUGqq2eZttQ8z8B8OT38vs4H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rduuBnaU0Jp8PIFz7b6t6ctKeznh60bk { top:13.875rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHteAIgmbAiOJTSwIoTSbT3pgVoK8mpo { top:14.625rem;left:27.0625rem;width:15.625rem;height:1.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsxNMJ9Jx8khrKy21nETBAsRADFNAKQZ { top:17.3125rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyL7NAWQsVFL0l3xOy9T9A64oE0u06qc { top:18.0625rem;left:27.0625rem;width:15.625rem;height:1.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXABh1Wp7TLEaxBmrL3tb4mmTZ4LFVnz { top:19.8125rem;left:27.125rem;width:20.375rem;height:2rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRU9ZwBPbXesT9F2xqG1B2LQyWqDJXza { top:16.375rem;left:27.0625rem;width:20.3125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVhTM3agsLUyM4TGS2tZNspiVLZZnUJo { top:16.25rem;left:0rem;width:33.25rem;height:6.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq .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; }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq .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; }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq { display:flex;width:18rem;height:5.0625rem;top:31.125rem;left:11.5rem; }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #d2TBMnCT3MOolWSVvRMThhlEFEsJPiu0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #T8GEqukCNJaiOJDwElTkUs1dNsiTSyGZ {  }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #HarRBhqybuA8yJNx5Qk2pJ2Jbthcs82p {  }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #clzv4MnCf2sqRgVAFhqWoODuxX6UniWV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #gKWbN1QgVxNnfop5zDuvpfxcCUpV2c1v {  }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #Dt3MOHTDWXV9EcV7TfeaSCN8JM2mio6r {  }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #aSz81iGioOoblyJHi2GesWsNMEFMlVi7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #A9bOfZTcpzkxxz30vTGlGU6scgfzy1ZL {  }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #ZFBqiIZ3Sr3fMEMceAbeZyv6wRW2w5iT {  }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #MR29KIyeZRBatTd0KLQTXpTLGxbVRlum { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #JlLGQGhh4NAbw3ze0TVZT1N3ESPrw681 {  }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #iKi2oIKKrMv1HVQTDXCtI0TRuMVwkaPi {  }
 }@media only screen and (max-width: 763px) { #AAfTQrxube8gOxC5V4N88qZ87i4CqI1I { top:25.75rem;left:0rem;width:19.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3tISoe44sT5QqfJQnJyHfL1W6CUTaqr { top:0rem;left:0rem;width:40.375rem;height:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0xbIOy0kCQ43GCfBvMPIpxraT98ENhe { top:7.875rem;left:0rem;width:29.125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTAcksiDv2OVOUpvsb69Rn3gKJVyqId { top:3.3125rem;left:0rem;width:13.6875rem;height:1.0568729089578rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFXdCaIof3Cv6TG0uEnP6VCJodvMtW6n { top:10.625rem;left:14.9375rem;width:32.8125rem;height:5.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfStkseRuxWFATUCyNiHBoVmhTofR7G6 { top:17.3125rem;left:22.875rem;width:24.875rem;height:10.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz6btiJIQSwoqLfdemOo8D61CeMcAXBe { width:9.75rem;height:2.625rem;top:28.75rem;left:30.905819892883rem;display:block; }
 }@media only screen and (max-width: 763px) { #feTHOxKE2ERhXpPEAaNkMsEnfpBkANX1 { display:block; }
 }@media only screen and (max-width: 763px) { #ByJPSnAJJIbat7sGFgTRslnmAIZxraxW { display:block; }#ByJPSnAJJIbat7sGFgTRslnmAIZxraxW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TREKZN9TGf7NzAS7KcKKKKGMe4v8wU8n { top:1.125rem;left:5.0625rem;width:36.8125rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwTe5sqqJRi4X2KUaSxGmVSS8rdb9Biw { top:0.875rem;left:40rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEOz6K0v1WVSTRefmJX4URGbUCGMuNTS { display:block; }#FEOz6K0v1WVSTRefmJX4URGbUCGMuNTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKuV3bwtsRAfNIn48meUh7DBcOmlDc2Z { top:27.4375rem;left:5.8125rem;width:3.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv3VSfGRuaanUMGia2tk2fsrGoV0cQUN { top:26.5rem;left:7.5rem;width:13.6875rem;height:3.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNOUvePk72JSDBTqdEAchBTCp8yhblUp { top:17.625rem;left:3.3740234375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM6VkqRwMNKDoZtn4MXMFLn0zsH41eFa { width:18.4375rem;height:2.8125rem;top:33.4375rem;left:3.373046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8yI1ugchzTt9cup0COC03KyoCEFDuUw { display:block; }
 }@media only screen and (max-width: 763px) { #kTEeJeA7SU45Ek02xRkdw4HuBWU6TgT9 { top:28.5rem;left:4.1875rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npx9oVmTCC4QTHBDU1KGDMaBAbtmAlys { top:17.5625rem;left:3.4375rem;width:18.625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnbBovOM09Ba7yi8RWXDy3Hi6tQLp4NK { top:17.8125rem;left:8.3740234375rem;width:8.875rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5iTHezcpoIO5mXwAT5Um9WuEOKMem7C { top:28.5rem;left:14.3125rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgEmD7vbXbxKEIRZb7vdoJTdzmO1e215 { top:28.5rem;left:37.1875rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG2GzQAPLkOvRERhQtWvEoIM9ZSMgQSg { top:28.5rem;left:27.125rem;width:10.5625rem;height:0;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEv9JiLWatb4pNAHfE39iq9KQT1kuHX2 { top:24.25rem;left:4.1223945617676rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae3ATdKDI6I1M2WUbCnL7XVx9TlwRtx1 { top:13.6875rem;left:24.561721801757rem;width:21.5rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTp37eXS5RcrgFq5cgDQ4pT4zZLes4Ty { top:15.6875rem;left:24.560765266419rem;width:21.5rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGL0ZQuOEX2FX1wgZ1OVzhdTdxrvy7P2 { top:4.0625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW6wZZHWaciodTJiapAkoKErZ9zVkLm1 { top:8.25rem;left:26.592710494995rem;width:2.6875rem;height:2.6263972632795rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL57A7ncVJMUT818smEBIhCxPUieUeiC { top:13.6875rem;left:1.75rem;width:21.5rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G46xefmNZ9F0mpuzt5ITapmG3tnFnvCi { top:15.6875rem;left:1.7493486404419rem;width:21.5rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7LRcHXqvKqGTTVbJ4evAmeBt0K6TUr0 { top:20.75rem;left:4.8093776702881rem;width:15.75rem;height:3.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qObp4nd8OyBkyDD94QLyUO6rHqBeDnZF { top:14.125rem;left:3.3729190826416rem;width:18.1875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRaF4BiWtNTX2ZIFlDkVcmigfDZMgVg1 { top:14.0625rem;left:25.257295608521rem;width:20.3125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBUcPxtfuhLdHJEllvn91tyIPEEu7TAd { top:17.8125rem;left:30.125rem;width:11.0625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEcClXmZ8xrx2otQ5IchDp2VSw8USTCe { top:17.5625rem;left:26rem;width:18.625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDfi46g2TTZp6nf9nIw0wIcT5Dm25ZwN { top:17.5625rem;left:25.998046875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee5dJtZLouARvHnPbOPWOTp3np6TzbTC { top:22.75rem;left:27.5rem;width:15.75rem;height:3.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsbWzfIoT4pkfHWFN7l3vxulcdpqS6Jb { top:21.625rem;left:27.125rem;width:16.9375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIiTZKcGbp2KdAryssQT8CoU3LdcqCnc { width:18.4375rem;height:2.8125rem;top:33.4375rem;left:26.128129959106rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHSyLILKlZMBENm549ANzZoi5ZF4xTqC { display:block; }
 }@media only screen and (max-width: 763px) { #DuFkc8o5LqNUJgaAX4GUncl5LXurSLIg { top:48.5625rem;left:1.0625rem;width:13.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8EWbusEHmahLGwrxPBzmRXLnIBHyvdv { top:50.1875rem;left:16.125001907349rem;width:30.25rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk5eXwcpc2v5Oocn9xWzTnkxkh1q1VS9 { top:27.8125rem;left:29.221879959106rem;width:12.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQkCw5NMskioTphslz2JOSAwbwWa53BB { top:27.8125rem;left:29.221879959106rem;width:12.25rem;height:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5RtMhlDDCB5TMAKFM5Oz52JZvkITfRQ { top:27.8125rem;left:29.221879959106rem;width:12.25rem;height:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dwAFStcXQEP1LTwAKLPr6v6dIoT6fG1i { top:27.8125rem;left:29.221879959106rem;width:12.25rem;height:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvFwXTETV4Nz94DtFiS2FT1zeaHN1yiO { top:47rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ksg7pk18D1iKunsoPU9Desz6NKOJ8GNy { top:30.75rem;left:4.0593776702881rem;width:16.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #320863, #000000);background-image: -moz-linear-gradient(180deg, #320863, #000000);background-image: -ms-linear-gradient(180deg, #320863, #000000);background-image: -o-linear-gradient(180deg, #320863, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#320863', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#320863', endColorstr='#000000' );";background-image: linear-gradient(180deg, #320863, #000000);background-size:cover !important;position:relative;z-index:auto;display:block; }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U > .row .container { background-color: transparent; background-image: none; }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U > .row .container > .video-iframe-container { display: none; }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U > .row > .video-iframe-container { display: none; }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U > .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); }#eSqAUZWVz00mJ5VVWaAEALEgdFVM0x2U > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pToH6hnnCmVq3GrS24RBTn6huIp7cc6l { width:1.875rem;height:1.875rem;top:22.5rem;left:4.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wthxaKOrq4bWGgyZdcaeFzQTTO3kioQU { top:22.875rem;left:6.6875rem;width:6.3748125rem;height:1rem;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:700;font-style:normal;line-height:1;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sKRHfiBwFh8rFn7P9ClX1362deNR6fS0 { width:1.875rem;height:1.875rem;top:26.875rem;left:4.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxKU8SIav36BRvaXLTheTCkqBpev5muF { top:27.5rem;left:6.75rem;width:6.749125rem;height:1rem;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:700;font-style:normal;line-height:1;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ho7wcw6fNiqTA7viMHAfxOMoIBskmZ72 { top:28.5rem;left:6.75rem;width:11.0625rem;height:2.4375rem;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:300;font-style:normal;line-height:1;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xd6qZoJW5b2kxKbzmFP9MmnoLWmKTI9r { top:23.875rem;left:6.6875rem;width:10.125rem;height:2.4375rem;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:300;font-style:normal;line-height:1;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UE8dkO9n4XRIsuza8BF1Kih8iJz299db { width:19.5625rem;height:3.574225rem;top:33rem;left:0.25rem;font-size:1.375rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OBTcn8won8cWedIEA2cSwVyv5JhWl4r5 { width:16.625rem;height:1.625rem;top:1.875rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMfEIZsmsgGzSp3fBqVvUBGvAeTzNhzB { width:12.1875rem;height:9.1875rem;top:18.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ5NQfrxs6RHOE2q8cNTABIpC0s4L33y { width:17.8125rem;height:3.3125rem;top:42.7958984375rem;left:1.09375rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxN7iAlkZWT7DQd7TI8oBnt9oeW7zrC5 { display:block; }
 }@media only screen and (max-width: 763px) { #kG874gsZCSLxoXkLZerKi5hTDOtfLHPi { width:11.5625rem;height:8.5625rem;top:3.25rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSe2943xh7gzKCV7aFTCG0dd708JroGB { width:20rem;height:20rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccDQgW284VHT8ai8FZVOEs90KWrILMTA { width:20rem;height:1.6875rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHZfvQ0B2mHJG88nRAukKiG0bLTc9ytH { width:20rem;height:3.25rem;top:37.5rem;left:0rem;font-size:1.25rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nkqLDNE4khpTEo08LRObheH6P9ygu23M { display:block; }#nkqLDNE4khpTEo08LRObheH6P9ygu23M > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQLaMOTQIVH6FW2VU8NCvr6OxFKng6PL { width:9.5625rem;height:4.9482375rem;top:2.5625rem;left:5.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T3mCxg77DLxDBJzU0JifLcMkob5DZr72 { width:2.6875rem;height:2.6263987913897rem;top:12.4375rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGKUgnz96CDRQgcRSPF0Q2Hp15aoxe9P { width:9.9375rem;height:3.1484375rem;top:27.5625rem;left:5.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #spfTx3sRUGGsdEVrgxIaHoVD0Qv54FKI { width:0.125rem;height:9.375rem;top:15.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afL7bgCy4zGeMmtTqhJsSfFc70GecvTK { width:1.1875rem;height:1.1875rem;top:33.6875rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ5AAxyzDI3hxvVrkBmTZym7DlVEXLyK { width:10.4375rem;height:2.3984375rem;top:33.0390625rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #y7O96LdHACKIO6WTqETGkBbDrR7KrMac { width:1.1875rem;height:1.1875rem;top:36.40625rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSVyGoXtnTkV2vuCeHLlq0TxTnkgyNxR { width:12.75rem;height:1.19921875rem;top:36.462890625rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #bBzrTnOD6b6ZIh42KcO2avn40HhAUIpX { width:1.1875rem;height:1.1875rem;top:39.5rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRKsODm13PWzKM3umd5CiQosCDoDCiF6 { width:12.75rem;height:1.19921875rem;top:39.494140625rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #tRR2xbcy3mARoZaXT9lXiDPkcrtEIJ5S { width:12.75rem;height:1.19921875rem;top:50.931640625rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #JEvmc39ZQTJ7CxzMFt2XxsHH1NGucldO { width:12.75rem;height:1.19921875rem;top:53.869140625rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #F88rE50Ke9VgbMtPDKwJZTAEpGJHUTFK { width:1.1875rem;height:1.1875rem;top:56.6875rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moUpga2wqWB4GkC2flsloXwL4TxsxnGI { width:1.1875rem;height:1.1875rem;top:50.9375rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfPZtZ0NCHe7MKPRtGQzCPwThgRCcmaG { width:0.125rem;height:9.3125rem;top:49.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK1x0qOBpGE4KVVtUdLlPQxuDag9p3Dv { width:14.1875rem;height:3.6875rem;top:27.1875rem;left:2.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #iPa56xAzKXPVi8Hgzf5PetoFcZoZX7Np { width:10rem;height:3.1484375rem;top:44.5625rem;left:5.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ylT8uR0xKD375GeTSAlPJDvWVSw2c4V5 { width:14.25rem;height:4rem;top:44rem;left:2.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #gcsyyzT1mnqC9S1L0CtFoPLA1nqhQFJ8 { width:0.125rem;height:9.375rem;top:32.5625rem;left:3.9375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #mADvqUtc6nuQzM3CSnMkby0kwGgezGkO { width:1.25rem;height:1.25rem;top:19.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkP4JbWCKSwbhZUXa2BPD0sz9f74dnbC { width:12.75rem;height:2.3984375rem;top:18.67578125rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #i0XlRnGta2Ay63MAHcIwxXcx8ZSUA7GB { width:1.25rem;height:1.25rem;top:22.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTl1kzUvB6TiSyhH8FLLF7vPox6ZrhTU { width:10.125rem;height:2.3984375rem;top:21.9140625rem;left:5.34375rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #dIAU5bBBsk0CgLDPXFld57JSHdpSJ7qq { width:11.3125rem;height:3.1484375rem;top:10.125rem;left:4.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kdpxfCoK0I4sKK1WyUrBfShzkKs2OsTh { width:1.25rem;height:1.25rem;top:16.287109375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9zrZ1AOnqMeUJHK5hub0eL1V6crJZnz { width:12.75rem;height:1.19921875rem;top:16.3125rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #TV3pQXNgO2S5KnU0HW3NF0y8876MtQST { width:14rem;height:4.125rem;top:9.625rem;left:3rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Rq2APfhbmfO63Ku4XRH63LensO3Kkc9R { width:1.25rem;height:1.25rem;top:53.78125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLAal80KqaBXGS9Rrq0fNS4o2aauuI1i { width:12.75rem;height:1.19921875rem;top:56.681640625rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #HQoIMsuLTf5aC8NW6Fo6cn1bzfHtAUEn { width:16.5625rem;height:5.51074375rem;top:61.5625rem;left:2.40625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RUnvcxcAx0RhML0MzQcTuNL1qPvc2GTB { display:block; }#RUnvcxcAx0RhML0MzQcTuNL1qPvc2GTB > .row .container { width:20rem;height:157rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFR0LIPWTHzBwFSkOTiAzqXMcg2WSH6C { width:18.4375rem;height:2.8125rem;top:44.3125rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egQ2NIgMABfuhhoKxiWuZzSuMLcqkHEs { display:block; }
 }@media only screen and (max-width: 763px) { #n1Tr1T2cTCnNcOKV9WurV2VTzs3COqtN { width:19.75rem;height:19.625rem;top:27.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCnZyGp8tgadkPBBZ0THdvQhpC22kpl5 { width:19.75rem;height:21.375rem;top:30rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgfazcflV2bM0TAfscLX1tN1Dm4wEM17 { width:18.6875rem;height:2.0996125rem;top:48.4375rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #qalQnkXFz9R5vqK9qfznZp8tBU2WmSDp { width:4.5rem;height:3.16796875rem;top:40.875rem;left:8.9375rem;font-size:2.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XdoMKbO6XsBMmazi8M1zLGGT2C5HGvs1 { width:8.0625rem;height:0;top:155.1875rem;left:5.4375rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o3GF8Ktpy3VRk0rzlk1MU7ws1v22vCmt { width:3.3125rem;height:1.625rem;top:41.75rem;left:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyL1Rs0GmoLfdAKyV0ecKmGsSPznhLpC { width:16.9375rem;height:1.3496125rem;top:37.0126953125rem;left:1.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #BfmaOwceNdRvhGhmvmpOWNMkAThutxdw { width:17.625rem;height:3.5244125rem;top:33.25rem;left:1.3125rem;font-size:2.9375rem;text-align:center;text-align-last:center;color:#8a6df1;display:block; }
 }@media only screen and (max-width: 763px) { #BurFUmdEbS8qqTmyI6TEpwn9QW9Wtntf { width:10.5625rem;height:0;top:16.875rem;left:9.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5s8x4ZKgXddCHEW7dV082sf3bgzZKgO { width:19.875rem;height:20.9375rem;top:2.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s59TrFOCVPcCxTWXvy2obmRTFtCxpcSd { width:19.875rem;height:21.625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqaHeTT0GdVaDhtzvKpUsR9PyLG9G5Df { width:9.6875rem;height:3.16796875rem;top:14.8125rem;left:7.625rem;font-size:2.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w8kuCkn32WtpVVwJvnhGEWdsNzb8vpgn { width:18.4375rem;height:2.8125rem;top:18.5rem;left:0.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXscWsc5iCLhCtVrFsiUV5Ceqb7sys9t { display:block; }
 }@media only screen and (max-width: 763px) { #LDzX6JRVK4NbsybczTrEbHe0NBuAbLXa { width:18.6875rem;height:1.5625rem;top:10.875rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyAGSXVsFDwC840Sm4mwtmFh3UlR4Tly { width:16.9375rem;height:1.3496125rem;top:11.26953125rem;left:1.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #Iebrk0a2mwDxi7zWSpTLhTNnaPkppMTG { width:15.75rem;height:3.5244125rem;top:7.5rem;left:2.1875rem;font-size:2.9375rem;text-align:center;text-align-last:center;color:#e5d5ff;display:block; }
 }@media only screen and (max-width: 763px) { #frvnDg433psUmdOzEE0D29b76ay5KOHB { width:8.9375rem;height:1.2744125rem;top:13.6875rem;left:8.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #cXGv8ARezrCECNCpTdAe0ZnFn3n8qF2E { width:19.125rem;height:2.0996125rem;top:22.875rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #n66NE5hnXDLxO8WsZz4NuUE3XbFAJVD3 { width:18.6875rem;height:1.5625rem;top:64.1416675rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0PNJ7ZUfWnBgCkeLilCN08WBLdFvRXb { width:6.4375rem;height:1.13671875rem;top:31.3125rem;left:9.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v0eRBRNMm8uS0udo4oAxbxizJePLqgpA { width:3.0625rem;height:1.625rem;top:15.75rem;left:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNxkhPOg9rQdemBdAcnbrGI3qrJbw7wh { width:1.625rem;height:1.625rem;top:5.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwbGyMTabWNKfa51Sq9t8z8q1pbPQ8D5 { width:10.5625rem;height:0;top:17rem;left:2.5625rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #epHHFRvb0FfOHkZFXuVTsGV99TmsEqoh { width:5.75rem;height:1.13671875rem;top:5.5625rem;left:8.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bwQoFa0HAp947ueiak4czgTpDToZ0nQW { width:19.625rem;height:1.04980625rem;top:2.8125rem;left:0.25rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qQ5O3PXca2378zOXeWAXigax4XsI7SKF { width:19.75rem;height:23.8125rem;top:130rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #byodkF0Ebqt1J5J162qaJOXHTvr6itPz { width:19.75rem;height:21.375rem;top:106.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESOhZ3wust6UGKUEt2VaVmz16MQ7eU2E { width:18.4375rem;height:2.8125rem;top:145.21875rem;left:0.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwU4wJTkoDQgaX8izP4HHnhUQW8BEkJu { display:block; }
 }@media only screen and (max-width: 763px) { #O35z621cLXDf8TrTTRkqmWU0unTbFigT { width:10.5625rem;height:0;top:145rem;left:9.4375rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w5yOFfSVTdWZt3S9ogEdE3Oc7S0Jogac { width:10.5625rem;height:0;top:145rem;left:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6nbqtUCxMZlwWqepcPCB67UC7v20GRZ { width:15.75rem;height:3.5996125rem;top:136.125rem;left:2.125rem;font-size:3rem;text-align:center;text-align-last:center;color:#8a6df1;display:block; }
 }@media only screen and (max-width: 763px) { #hUyW3pbSv1tbuLLtACZZIPFQo28XfdMl { width:8.875rem;height:1.13671875rem;top:133.6875rem;left:7.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EeSNBZVeU2NAuN32kTssT00XUEQw3snu { width:18.6875rem;height:1.5625rem;top:250.39166259766rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QV9vIXxADWWQXQTO6c4mgldASFm7CpJn { width:6.4375rem;height:1.2744125rem;top:39.625rem;left:8rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #QNEUigtQEDEyS46TJvhdsnExi7pyLl0f { width:19.75rem;height:23.3125rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAw1iGXJkTFhC17gXfJVBViXoBBPcp6z { width:19.75rem;height:21.3125rem;top:55.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uITBEaUF8LCC1lecsftqIekfUPWbCfMe { width:18.6875rem;height:1.5625rem;top:89.954162597656rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDBNZEeVAOwN5uR8XfPEdnqiax4H6KD8 { width:16.9375rem;height:1.3496125rem;top:62.3359375rem;left:1.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #ubmFKIgiea2CooquHCB6ZTqJwa0wkuHv { width:15.75rem;height:3.5244125rem;top:58.625rem;left:2.125rem;font-size:2.9375rem;text-align:center;text-align-last:center;color:#e5d5ff;display:block; }
 }@media only screen and (max-width: 763px) { #w7K5hZehPZQ3oTicTpguEAgd8IT2kI6m { width:3.375rem;height:1.13671875rem;top:56.75rem;left:9.5rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GBIT7FvrmwIkLL6RngSv9iz2gI6zKx1H { width:6.25rem;height:3.16796875rem;top:66.0625rem;left:9.125rem;font-size:2.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J6zkcEEILRUUdbkJZWqpvELfh77qtIG8 { width:7.125rem;height:1.2744125rem;top:64.875rem;left:8.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #wxtlgm9bsN95WusN7kgR36diGrK7E7N2 { width:4.1875rem;height:1.625rem;top:66.875rem;left:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXb2nglV8fuZoPWdmw8PZa0vUZvHhvp { width:10.5625rem;height:0;top:68.125rem;left:2.4375rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GuIlu6irlidT9kUBTzz5qZ57gBJMD7CC { width:18.4375rem;height:2.8125rem;top:69.625rem;left:0.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c78g0ThNMykJngwXlq7nxo5xdvST6aPM { display:block; }
 }@media only screen and (max-width: 763px) { #qClFqKQ3H0B365SrRUbZIH0K8ZqBSoT6 { width:19.1875rem;height:2.0996125rem;top:74rem;left:0.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #WnCQyKihLZxN0PuIx4TJ4g7fBZigO8Jl { width:19.75rem;height:23.6875rem;top:78.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJQ4B7ADNzJCfPzpkluNdhV492dFtUpE { width:19.75rem;height:21.4375rem;top:81.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQvin5mBCORlQ71odlGpDzs1WvkG8dS5 { width:18.4375rem;height:2.8125rem;top:95.3125rem;left:0.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCW1i24fpf8JNn4P6RQSOhMD0J4JXAHB { display:block; }
 }@media only screen and (max-width: 763px) { #IQyBlneNixn26zWAkGZmDSWFHK4G8gdn { width:20rem;height:2.0996125rem;top:99.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #u5xwv4fH0mnZ8LI6vIM8vQc5M6ae0xFk { width:16.9375rem;height:1.3496125rem;top:88.099609375rem;left:1.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #QM6FUy69EubOHnhSGl7aZp6tLT4IsZl2 { width:15.75rem;height:3.5996125rem;top:84.375rem;left:2.125rem;font-size:3rem;text-align:center;text-align-last:center;color:#8a6df1;display:block; }
 }@media only screen and (max-width: 763px) { #LiZJ9baRhQapLeXippPhdNBVmHn3q56q { width:9.9375rem;height:3.16796875rem;top:91.8125rem;left:7.375rem;font-size:2.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IeRJsm4CanVCWMDSLv7F9AKfGVlJLMlQ { width:8.8125rem;height:1.2744125rem;top:90.625rem;left:7.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #Nasq3CKOcaIKZowT3StuZf6X69QL1k1n { width:10.5625rem;height:0;top:93.875rem;left:2.4375rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R053v1zl9u5CGKZuDqdFhuliSwsToLoe { width:3.5625rem;height:1.625rem;top:92.625rem;left:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqWIUMxF9gle1AclqmMca7p1E8QMPrIL { width:18.6875rem;height:1.5625rem;top:143.45416259766rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qp6370Rcz26C3VvIb7a0vVcFgKToA0VI { width:4.375rem;height:1.13671875rem;top:82.375rem;left:9.875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zChd0aOZHKFvrEmf1HySfdVzyFg4NnrA { width:19.75rem;height:23.75rem;top:104.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkUp7JQncJkPuD3bBPXBEIN3GKxfFmrJ { width:19.75rem;height:21.4375rem;top:106.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG8T5JRzNbfOyRqoDB0MfQwETATQn2yz { width:10.25rem;height:3.16796875rem;top:115.875rem;left:6.5625rem;font-size:2.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gnET6XKXxU9IaL2NrsHor2V9tgXEBykd { width:8.8125rem;height:1.2744125rem;top:114.625rem;left:7.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #e5FKKAofKVEn0Fe5sI3TUtxUZ1iwWRZB { width:10.5625rem;height:0;top:119.375rem;left:2.4375rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h1HCxiH6luDvfsAkQPdhUc0omyJeF0wg { width:18.4375rem;height:2.8125rem;top:119.3125rem;left:0.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhaH1rsTyueod38NdLJSiFN0iw7gFQaB { display:block; }
 }@media only screen and (max-width: 763px) { #m8i92R2a96hggwuwLt4XakBerH6afyQf { width:20rem;height:2.0996125rem;top:124.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #h6HkmyqfR03Ru18XmsV3NQOoT6TtIT2s { width:18.6875rem;height:1.5625rem;top:196.95416259766rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bg8Po0LlGhGDhHbizOBeHSSsDkmhoFCd { width:15.75rem;height:3.5996125rem;top:110.25rem;left:2.125rem;font-size:3rem;text-align:center;text-align-last:center;color:#e5d5ff;display:block; }
 }@media only screen and (max-width: 763px) { #ApE61RGUdg4R3zFQke8QItAH9cuA7Gyr { width:6.4375rem;height:1.13671875rem;top:108.125rem;left:8.625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mU6LO1makSvy6yAIReFaehP3VZTlchnh { width:3.5625rem;height:1.625rem;top:116.75rem;left:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arIp6Ord2I6TVIs19mNip0WqZ6sdf0rl { width:1.6875rem;height:1.6875rem;top:31.0625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWnUcqnLv19Q13tcTcRrTmM4DB0uX8zL { width:1.875rem;height:1.875rem;top:56.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEsHkT6nTGW2ogTHP624n7rQ7xOVDrWL { width:1.625rem;height:1.625rem;top:107.875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw2FTfG82wnO7dWwnLX8P1h21hruLZmp { width:2.4375rem;height:2.4375rem;top:133.037109375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrrMmeMvzKrhJMIIpZTVNPkCLeHserTd { width:1.8125rem;height:1.8125rem;top:82.0625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMTLuO9M5uDLBt0gmLLcpsVG3VroNrIe { width:20rem;height:1.04980625rem;top:28.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #T5MgppXcBzF6zx17e0wNKdifV7kNG50C { width:20rem;height:1.04980625rem;top:54rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Sl8hWSBdqARpQBQSZRcsxMBDdVFPLlMo { width:20rem;height:1.04980625rem;top:79.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ID4oaGgoDQb1bDpDMOy0GGcqbbeEskha { width:20rem;height:1.04980625rem;top:105.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mTZKM0Gipf7pl8EFP80rhL9ydd4SaZJa { width:20rem;height:1.04980625rem;top:130.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rTQ9ut76g9kLeIBdBxEBwXlwsftOU80N { width:19.75rem;height:21.4375rem;top:132.4375rem;left:0rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #sPCvwO3UcwP4hP1CJUbAXdmkb50PtLHo { width:20rem;height:2.0996125rem;top:150.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #ZFFuM4rUhRVdvtB65Kmytk60knEhclcM { width:5.9375rem;height:3.16796875rem;top:141.75rem;left:9.5625rem;font-size:2.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jb7FXH0PlNpJFBNihK67TeimBGy3TTKJ { width:7.75rem;height:1.2744125rem;top:140.474609375rem;left:7.15625rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #PkA83bkRHXdfCHQRENIqZUDEh5UpDUGM { width:4.0625rem;height:1.625rem;top:142.5625rem;left:6.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqeAoUt5nwQSNy2xpQ7xmsoG1DJfTLwc { display:block; }#oqeAoUt5nwQSNy2xpQ7xmsoG1DJfTLwc > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCw2Atzzw40wnRc7zuchpPN3Fm2VlDcZ { width:15.375rem;height:4.5rem;top:7.8125rem;left:3rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IwvTZkE0XeyffMneuBt0apHh3hSBCS2t { width:9.1875rem;height:1.19921875rem;top:40.3125rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #shXkM6tWyaZprXfwahgP4QyFNQddKh9M { width:9.875rem;height:2.375rem;top:39.625rem;left:5.0625rem;border-top:0.0625rem solid #b585fb;border-left:0.0625rem solid #b585fb;border-right:0.0625rem solid #b585fb;border-bottom:0.0625rem solid #b585fb;display:block; }
 }@media only screen and (max-width: 763px) { #oTkJ8K6c7R1zJ6G0K0IMAPP6T6pSpERV { width:10.875rem;height:1.19921875rem;top:17.75rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #B7GzsACCied6a6Rq2fZVtqG1MQlnEJSe { width:11.875rem;height:2.375rem;top:17rem;left:4.0625rem;border-top:0.0625rem solid #b585fb;border-left:0.0625rem solid #b585fb;border-right:0.0625rem solid #b585fb;border-bottom:0.0625rem solid #b585fb;display:block; }
 }@media only screen and (max-width: 763px) { #CgTWD6MZdfFsOnkTCReagJFsJiyo2F9U { width:9.75rem;height:1.19921875rem;top:20.875rem;left:5.25rem;font-size:1rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #ZnB7ALeqCQwmRllgimszzbI9LOy8Hqn5 { width:10.9375rem;height:2.375rem;top:20.1875rem;left:4.5625rem;border-top:0.0625rem solid #b585fb;border-left:0.0625rem solid #b585fb;border-right:0.0625rem solid #b585fb;border-bottom:0.0625rem solid #b585fb;display:block; }
 }@media only screen and (max-width: 763px) { #uToLFdk37Gu0tf5Q90pOTgic5TQFTVc7 { width:10.5rem;height:1.19921875rem;top:24rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #Dp2LR4BOWPNaemUyX1XkHzBIWtHSGkJi { width:11.1875rem;height:2.375rem;top:23.375rem;left:4.375rem;border-top:0.0625rem solid #b585fb;border-left:0.0625rem solid #b585fb;border-right:0.0625rem solid #b585fb;border-bottom:0.0625rem solid #b585fb;display:block; }
 }@media only screen and (max-width: 763px) { #kkzemggdR0xZQzeoXXi6ZLGLrcx9vXaz { width:9.3125rem;height:2.375rem;top:26.5625rem;left:5.3125rem;border-top:0.0625rem solid #b585fb;border-left:0.0625rem solid #b585fb;border-right:0.0625rem solid #b585fb;border-bottom:0.0625rem solid #b585fb;display:block; }
 }@media only screen and (max-width: 763px) { #TKIQ9vQBqTnhSmmuVGx2meZSNLQ89Klh { width:8.625rem;height:1.19921875rem;top:27.25rem;left:5.875rem;font-size:1rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #L0XW3od7kgtihk5fQKFKexTD158tJTxP { width:7.625rem;height:2.375rem;top:13.875rem;left:6.1875rem;border-top:0.0625rem solid #b585fb;border-left:0.0625rem solid #b585fb;border-right:0.0625rem solid #b585fb;border-bottom:0.0625rem solid #b585fb;display:block; }
 }@media only screen and (max-width: 763px) { #GVCOKJ1XazMpfTPeZKhu3IvtdUiflw6E { width:6.9375rem;height:1.19921875rem;top:14.625rem;left:6.6875rem;font-size:1rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #aqyLKF88L15RBkifN0ySr4JMrtavqFlD { width:9rem;height:1.19921875rem;top:33.75rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #kBC85w33AKSgspA8QD6zt0VHMOqrnJoM { width:9.3125rem;height:2.375rem;top:33.0625rem;left:5.375rem;border-top:0.0625rem solid #b585fb;border-left:0.0625rem solid #b585fb;border-right:0.0625rem solid #b585fb;border-bottom:0.0625rem solid #b585fb;display:block; }
 }@media only screen and (max-width: 763px) { #e3iJgVztbGQXgqRu5NrtShOKMXx7NCOS { width:15.625rem;height:2.375rem;top:29.8125rem;left:2.1875rem;border-top:0.0625rem solid #b585fb;border-left:0.0625rem solid #b585fb;border-right:0.0625rem solid #b585fb;border-bottom:0.0625rem solid #b585fb;display:block; }
 }@media only screen and (max-width: 763px) { #SvpKqhyLTxTD1URGUQqnaAcSCheKMLFS { width:14.75rem;height:1.19921875rem;top:30.5rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #xVJorOTvv2cnn5oxb7fbexMG3TaatLQz { width:5.8125rem;height:1.3496125rem;top:10.375rem;left:11.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#212121;display:block; }
 }@media only screen and (max-width: 763px) { #uuN01KiC4AM5UTKkLNuXga9yimedpb97 { width:6.125rem;height:1.375rem;top:10.375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mswUCskWEgV29JuGDx3v5EBk5WP28Ao6 { width:18.375rem;height:3rem;top:50.3125rem;left:0.8125rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiRuZGnq2hc0AuhurBBRXna3pXLZVR3b { display:block; }
 }@media only screen and (max-width: 763px) { #iz80wO1Ha2NI65gdJ50vTHguzNrX2nnA { width:7.5rem;height:1.2744125rem;top:36.9375rem;left:6.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #iIRFHRTzwUMWZssoZrqPdnQlKpnH41cl { width:9.0625rem;height:2.375rem;top:36.3125rem;left:5.5rem;border-top:0.0625rem solid #b585fb;border-left:0.0625rem solid #b585fb;border-right:0.0625rem solid #b585fb;border-bottom:0.0625rem solid #b585fb;display:block; }
 }@media only screen and (max-width: 763px) { #yP3HacAwvCfpuJ4F32iEDL2ehQQlbko1 { width:13.0625rem;height:1.2744125rem;top:43.4375rem;left:3.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #VSXzA8B5LmNwlsDTs9NuX9PhKSAmoNCi { width:13.3125rem;height:2.375rem;top:42.8125rem;left:3.375rem;border-top:0.0625rem solid #b585fb;border-left:0.0625rem solid #b585fb;border-right:0.0625rem solid #b585fb;border-bottom:0.0625rem solid #b585fb;display:block; }
 }@media only screen and (max-width: 763px) { #If9UQJ0edyl6vklxJABMBW8tW3MRbPD0 { width:7.5rem;height:1.2744125rem;top:46.6875rem;left:6.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #fii2QAv6oUdtTRSbzhEu6c4ZwsGUCoRP { width:9.125rem;height:2.375rem;top:46.0625rem;left:5.375rem;border-top:0.0625rem solid #b585fb;border-left:0.0625rem solid #b585fb;border-right:0.0625rem solid #b585fb;border-bottom:0.0625rem solid #b585fb;display:block; }
 }@media only screen and (max-width: 763px) { #OprURVUDwU4s7cb4B8oTd0WOx7oM1aDs { width:17.125rem;height:3.4121125rem;top:2.0625rem;left:1.4375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LarLwTeoRn57z5lvW1VhyVHLF0K5edey { display:block; }#LarLwTeoRn57z5lvW1VhyVHLF0K5edey > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rd3ECNla3HSkMm47b6kLfnanfiN3oB4S { width:6.25rem;height:0.975rem;top:1.7300481796264rem;left:6.8749998211863rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz { background-color:#131313;background-image:none;display:block; }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz > .row .container { background-color: transparent; background-image: none; }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz > .row .container > .video-iframe-container { display: none; }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz > .row > .video-iframe-container { display: none; }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz > .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); }#VvhTqq7iop9K7IkgcfCTITMiFrQPpXbz > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHEVy1Ty3NpUxfXn2deZElaFZ01dPRn6 { width:18.4375rem;height:5.844725rem;top:2.234375rem;left:0.78125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKVbTFuqKiDnoqsaHfMwPx8Lui6FpGwt { background-color:#212121;background-image:url("https://images.assets-landingi.com/uc/a281726b-c674-4889-a601-70b76c31f392/Backgroundmobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:none; }#bKVbTFuqKiDnoqsaHfMwPx8Lui6FpGwt.adaptive-delivery-prevent-bg, #bKVbTFuqKiDnoqsaHfMwPx8Lui6FpGwt.lazyload, #bKVbTFuqKiDnoqsaHfMwPx8Lui6FpGwt.lazyloading { background-image: none; }#bKVbTFuqKiDnoqsaHfMwPx8Lui6FpGwt > .row .container { width:20rem;height:102.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XzK3mUQTgdvfoAemTWDruRxUsZpasn8p { width:1.875rem;height:1.875rem;top:22.5rem;left:4.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcgRzk6VbbUQXleFx2nWwIAKa8xyiG2z { top:22.875rem;left:6.6875rem;width:6.3748125rem;height:1rem;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:700;font-style:normal;line-height:1;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVigAyzpeGxCDFurkrsPF5ypWO7FJne6 { width:1.875rem;height:1.875rem;top:26.875rem;left:4.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5cBdsHNT2Dx3gVAkGDOtKvWOorHXU96 { top:27.5rem;left:6.75rem;width:6.749125rem;height:1rem;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:700;font-style:normal;line-height:1;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3Zr1Hkc6hSFKmzwr9BsRrVTEmMK8us0 { top:28.5rem;left:6.75rem;width:11.0625rem;height:2.4375rem;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:300;font-style:normal;line-height:1;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B62IFUgvAKK4T4G0quhHIOxxqhDSVE9n { top:23.875rem;left:6.6875rem;width:10.125rem;height:2.4375rem;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:300;font-style:normal;line-height:1;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAFudFzhn0dMNq6JJxAPi7rD823csBNu { width:20rem;height:11.372075rem;top:15.45573425293rem;left:0rem;font-size:1.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #vsSxrXtf95wracpNoNqqWaUnIo2Lqa8e { width:11.372625rem;height:3.25rem;top:23.036026000976rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReVG6VrFxmgSxAWrGVgTUZ8EyaVZqHlS { top:34rem;left:0.43749994039536rem;width:18.6875rem;height:0.0625rem;z-index:15053;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH .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; }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH .widget-text.counter-number { padding-top:0.41375rem;padding-right:0.403125rem;padding-bottom:0.41375rem;padding-left:0.403125rem;width:2.415rem;min-width:2.415rem;height:2.22rem;font-size:1.65375rem;line-height:35.52px;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; }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.258125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.22125rem;height:0.875625rem;font-size:0.62rem;line-height:14.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qJ528iFqoTbXTdA4TTB9dNpZATvHzunH { display:flex;width:16.875rem;height:4.18125rem;top:44.559463500976rem;left:0rem;padding-top:0.284375rem;padding-right:0.32rem;padding-bottom:0.284375rem;padding-left:0.32rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #CgFSxKxRJZQeET2b4zxKnNoGJSIAMeP5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #xirTXg7ThmNGKnT7txMbkhRW8HwfUw6O {  }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #X6D2pcymiy7ecNK0fMlZOsUQFsSlmiFp {  }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #TpriGAb75qhdQsZVc8h7ZAEwPzqTI5S5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #tyF6kT0BBgOzN4it1FFnX424m6Ii20pR {  }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #VZ1vXy5ayL6Tft2UP1wrkSmWgiPwSvSZ {  }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #ncH2zaEqF5akAwbSvlqVVQEpkvpiUxXk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #oxQeSaosyVJSCpxUavlNGwXdoRWJI1pQ {  }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #JsDqZKW9gaNn1KFk89VLJ8wdzgyDCZ3Z {  }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #N0zV26CbiPego65RSiGGHMu5LZlEE1O0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #yTSMwUMxy0yX9tPhRGbsXk4WTa3NBEex {  }
 }@media only screen and (max-width: 763px) { #qJ528iFqoTbXTdA4TTB9dNpZATvHzunH #m2lxp7TQ3pfQ8by7aggDDhpTs2LRDTac {  }
 }@media only screen and (max-width: 763px) { #KZnuMdqy34JlZZDETvh9p4EZ9EWHV6Rn { width:16.0623125rem;height:1.462675rem;top:42rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T6pTrEBmQQ1q36mHepTeZRyVp0ciG19B { width:20rem;height:10.909412562533rem;top:68.52699575195rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4wTXyvV0SEnwysiM67uGTfsZ08gFpGI { width:20rem;height:2.5996125rem;top:67.96449575195rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXbKWEUwZMkFGThz1TLV9iTwyUT8JrtZ { width:17.0625rem;height:3rem;top:86.671137902831rem;left:2.9375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8eWruNa925Txa6HU48iT1Hou8mXeN6k { display:block; }
 }@media only screen and (max-width: 763px) { #rIsEDkufm4d0hAxVUGaEKaEyDcZp0P39 { width:20rem;height:4.3984375rem;top:81.126994226075rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlyQuuaPT1U25S8dQvuc8Lgsa3nyhK2n { width:20rem;height:4.3966654310025rem;top:51.508117626953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMGlAumKzuTETSJfbgKRLokfV5NkeW6U { width:11.8125rem;height:3.375rem;top:44.712286376953rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO2VL1K04OfKkChTS5g39d3gPeMUkIWi { width:20rem;height:0.92151114175231rem;top:49.337286376953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1S8dfl6TrHGXCgSXiG02ChUfWITmCvw { width:20rem;height:20rem;top:57.153948876953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHRNWxS28789BO1zXFNKM8W2Xfz0eKVL { display:none; }#XHRNWxS28789BO1zXFNKM8W2Xfz0eKVL > .row .container { width:20rem;height:95.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #udHDO3viMPSfWbxi9dXoLMmuRAbOgIaK { width:16.6875rem;height:4.5rem;top:2.5625rem;left:2.6875001192093rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ilcIEv44bTzU7S0WxGg748weHb0UeyVF { width:19.875rem;height:20.6875rem;top:60.119775772095rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMv8HsrOnncR7BpyUUk11vi8o61Kl0MK { width:19.875rem;height:21rem;top:62.499982833862rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXo3mu9IKZUF6eP8QnKCytwkA6iA9gas { width:18.4375rem;height:2.8125rem;top:78.5625038147rem;left:0.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elL30Ri4cVkg4lfkWBMfNBZxTmOo2pK7 { display:block; }
 }@media only screen and (max-width: 763px) { #cdhTH9dDCPU67o3bNm5b46TUPllM6qNJ { width:12.25rem;height:0;top:127.658335rem;left:4.75rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e9e9eb;display:none; }
 }@media only screen and (max-width: 763px) { #v5UquBnOb7oOgA5VlMnoLDUqqeAqIgxT { width:18.4375rem;height:2.8125rem;top:52.371877670288rem;left:0.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cURe73mKK4VsE1TvUIyE1Ph43TcSXzuk { display:block; }
 }@media only screen and (max-width: 763px) { #lw7GFqyN0GbLTiUhJ9Qny4pGTXafLowr { width:19.75rem;height:19.625rem;top:34.562500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yun0W68BxFUe4y5vLCy1Qa5HfZqsxXud { width:19.875rem;height:21.375rem;top:36.760417938233rem;left:-0.13125002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw6Zq2k7UXt2eoNg6SMffMw7I2Z9mWWr { width:16.9375rem;height:1.275rem;top:50.293750762939rem;left:1.5312501192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #zo1dtTeltguTH9iTJK2Mn3WLD9tqkoUD { width:16.9375rem;height:1.05rem;top:56.140626907349rem;left:1.5312501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #ze54vTfH0WVvJ7h8U6W3T6cLwzfoN0fH { width:10.5625rem;height:0;top:76.43750190735rem;left:9.437500834465rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FZd5hmNp4LToMLHzktxSEkvHSFpzFbmX { width:10.5625rem;height:0;top:76.43750190735rem;left:2.6250001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvCTIRohmicCiOikup76LpC9OFA0z7GR { width:13.6875rem;height:3.16875rem;top:46.937501907349rem;left:4.0625003576279rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q73n3bb8K7f8Rtbd3XLm1UQZ7w6yEKD6 { width:10.5625rem;height:0;top:77.0166683197rem;left:2.5000001192093rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t9TPy8dcFQJ4NLozUwMQzL9bI0Lclsa9 { width:10.5625rem;height:0;top:77.0166683197rem;left:9.437500834465rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAGeiIlNumFN1Vx247k25J5h7xkMtTz7 { width:15.75rem;height:3.525rem;top:68.5rem;left:2.125rem;font-size:2.9375rem;text-align:center;text-align-last:center;color:#5c5cff;display:block; }
 }@media only screen and (max-width: 763px) { #b1DV0wCJSNIQFKPEmkokUz2ieAmy9FxP { width:2.1875rem;height:1.625rem;top:47.750001907349rem;left:1.5625001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGKX1HqMy42Ha6Bc0NVX4pG19hkzCyod { width:16.9375rem;height:1.2744125rem;top:44.853126525879rem;left:1.4041666984558rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #BAvU4bAiZPEE1BQTdhTA91SUlm939Bz9 { width:17.625rem;height:3.5244125rem;top:41.328126907349rem;left:1.1875rem;font-size:2.9375rem;text-align:center;text-align-last:center;color:#66e0b2;display:block; }
 }@media only screen and (max-width: 763px) { #xBMyKWweIw0MRx9HqVCbwOyFzEo98rRE { width:10.5625rem;height:0;top:23.625000238419rem;left:9.437500834465rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3uUnLCq9sBpUGwd3WqTEu9ATEDEKgyA { width:19.875rem;height:20.9375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnlz4Bm3WGPyuK4JVgTVexXJlcm7ze3U { width:19.875rem;height:21.625rem;top:11.066666603088rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXrM6DrAAvZ73Pm6Q9HrKW4VrdAaxGQG { width:16.9375rem;height:1.35rem;top:67.25rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #JhEKvGNSJGhuoo0v8pG0OoGQQ4DH2DwH { width:13.6875rem;height:3.16875rem;top:23.125000238419rem;left:5.0000003576279rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uu2GQ84OT0HIMJWBL8P8EneqqF8kwTTQ { width:18.4375rem;height:2.8125rem;top:26.937500476837rem;left:0.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNe1QgtvIwkxT80stoCuImhwnCmlywOv { display:block; }
 }@media only screen and (max-width: 763px) { #ytWRmu5HRmx08y84VE92vURqWFwFqR5t { width:18.6875rem;height:1.5625rem;top:10.875rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WW2EzEwJRzgibf28y2iDqK6E3NfuPTEq { width:16.9375rem;height:1.275rem;top:18.690625190735rem;left:1.5312501192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #RTxAHB3pqtlD1Qnf410hi5nZoMaFuaf6 { width:15.75rem;height:3.525rem;top:15.16562461853rem;left:2.1250001192093rem;font-size:2.9375rem;text-align:center;text-align-last:center;color:#8a6df1;display:block; }
 }@media only screen and (max-width: 763px) { #zETT1XgBKkV7VUFtNGDJ9DAKgQy4KUnT { width:11.0625rem;height:1.4625rem;top:64.1875rem;left:5.25rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p4R27f7VsiWGoTUcdKn6l1cXziZQFIxA { width:18.6875rem;height:1.5625rem;top:117.345835rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSA3JI74p9CfbA1PnCB5JEoh2LMH62K3 { width:1.625rem;height:1.5625rem;top:64rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1vonRWI31hKWLBQUkS1hPTmTTVtMi8A { width:15.625rem;height:1.275rem;top:21.812500238419rem;left:4.0625003576279rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #xIGAOz9GV1N0fbIUVecqrtpI0imrITJy { width:16.9375rem;height:1.05rem;top:30.750000476837rem;left:1.5312501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #ozTcT0Cpg0CzpZehP4U6yXyUvVJdbdWJ { width:1.625rem;height:1.625rem;top:38.437500953674rem;left:4.9375003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9B7nTzx385Iol4rFS8DTq0vFs4VJiTt { width:18.6875rem;height:1.5625rem;top:64.1416675rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEVlF4uEUWQfFhJ862fdrvSNeOLDAUT8 { width:8.875rem;height:1.4625rem;top:38.500000953674rem;left:6.2500003576281rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L3BdXqcmJX2bovuQfET16HnlZNT7ESHH { width:2.1875rem;height:1.625rem;top:24.062500357628rem;left:1.6875001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkN7yMLkTTPBGlcW7hTHAGtKmKx6U1Xg { width:1.625rem;height:1.625rem;top:12.5625rem;left:5.5000003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwKsGlvHG5WPJGkxAR5qFVTcdlkBHJSH { width:10.5625rem;height:0;top:23.750000357628rem;left:2.5000001192093rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gqEm4Vf6DQpILUP5w0Xl47ugZi8BnUMd { width:8.6875rem;height:1.4619125rem;top:12.75rem;left:7.687500834465rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fMhxfqpBgrPbFA1IWbhu3fnNXX03eJu5 { width:18.1875rem;height:1.35rem;top:9.4072914123538rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bIQ9cOt2nZ08UtWGl6tBRUdRkRQJIVVV { width:19.1875rem;height:1.35rem;top:60.687505722046rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JzuTBM41Kfbp5PP7alwLhWft2sRhTTxZ { width:18.1875rem;height:1.35rem;top:35.000000953674rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eO2qCr7uMPqd7ynECnA583u91M1qRCMG { width:13.0625rem;height:3.1875rem;top:85.4375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3rD20mq80UrZs6yID3Kvby2Rgn6dspK { width:20rem;height:1.0743801652892rem;top:89.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vs5E7NwgFkGZcasxcSBhaMpcdlyKlHsn { width:2.6875rem;height:2.6263972632795rem;top:7.125rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fiz2ASq5LSltsKJDo18OMH6XHfiHlRwO { width:16.9375rem;height:2.699225rem;top:73.362503051756rem;left:1.5312501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#e9e9eb;z-index:15222;display:block; }
 }@media only screen and (max-width: 763px) { #FXlCmu8SQZGWnugQ6TFzJygM4INR9up5 { display:none; }#FXlCmu8SQZGWnugQ6TFzJygM4INR9up5 > .row .container { width:20rem;height:59.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yhW1UTGdJcTQQuP5ZkMRPZorREg1weot { width:16.25rem;height:3rem;top:1.8750009536743rem;left:2.4687501192093rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WcxUGSRaLp6C4TIduE2taVTLSfGmG8wt { width:15.375rem;height:1.2000875rem;top:27.125rem;left:2.9687501192093rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #RH4vUJlvPXx2AR6ZvpVWXWGFkPmzr5WJ { width:13.6875rem;height:1.2000875rem;top:29.25rem;left:2.9687501192093rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #NSFUxbBAQuBa9SF3CdlTM5LH9peXqomu { width:1.1875rem;height:1.1875rem;top:13.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K60QUplhCQuHTAC1veTgTTCubaaQMzhe { width:1.1875rem;height:1.1875rem;top:27.081237792969rem;left:1.2229167222977rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGO8TDx1tTQvkaiCogrEaoeXv9Jq3rNG { width:0.125rem;height:10.25rem;top:25.836456298828rem;left:1.7854167222977rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #naa9yeBfNTDInXBqh6Tx4mXIGttuVNtg { width:10.75rem;height:3.1484375rem;top:7.2260437011719rem;left:4.6250003576279rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLSEss5kPmC77ZqL9wklW9210szVNFa4 { width:13.75rem;height:1.2000875rem;top:11.543762207031rem;left:3.1250001192093rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #HuUyyeUuJHTHOmeS4QH04ei8eyTt6P7K { width:17rem;height:1.2000875rem;top:13.668762207031rem;left:3.0625001192093rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #JfHzLX4b3tVRzXcFT53ILsvIUQeKwoaX { width:12.75rem;height:1.19921875rem;top:43.8125rem;left:3.1250001192093rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #E7qRbdsPqTOcwHaKqCxZhwBhVH7VBxA7 { width:10.6875rem;height:2.3125rem;top:6.8125rem;left:4.6875003576279rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a7kWMt63oTT7PG8iQohNMwdTNHBzMnvI { width:0.125rem;height:10rem;top:10.4375rem;left:1.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #maXO1JeMWK5TKqSvOvhgkcoB5WVJuq54 { width:1.1875rem;height:1.1875rem;top:11.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LobsDb39iRA7xKnQzOVOXicMSoOJqJEv { width:1.1875rem;height:1.1875rem;top:43.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p19DrpE8EcpHV2aWHNdrnrQFKm0LlCkq { width:1.1875rem;height:1.1875rem;top:29.206237792969rem;left:1.2229167222977rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgK42IZOTvJDBfxxBIbNVEIh8pdF3hyC { width:12.75rem;height:1.2000875rem;top:52.0625rem;left:3.2500001192093rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #pm5yrlNH0gtVyMbivSdvxZRVTTI9TO5e { width:15.75rem;height:1.2000875rem;top:49.9375rem;left:3.2500001192093rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #TyVXHKV9bAN6ftzVQDT5oKDxR82rsXEf { width:1.1875rem;height:1.1875rem;top:49.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeoAERvqJFHfaN9TSTp8lJW0aQf3nRLz { width:1.1875rem;height:1.1875rem;top:52rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB9sthp3Xy0FEcJRkaGF2vJRZbedtBwV { width:0.125rem;height:12.3125rem;top:42.416656494141rem;left:1.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7CCnZpmCI7tuFm0OdOf3pBX0pOVAmeq { width:14.125rem;height:3.1484375rem;top:22.940612792969rem;left:2.9375001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USq0TguFnn90TH0ekgJNWVWV5CorbVJb { width:14.25rem;height:2.3125rem;top:22.5625rem;left:2.8750001192093rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OSgr9RhO1b4GUL2snB2Oh0K2FU46vFwW { width:16.4375rem;height:3.1484375rem;top:39.145843505859rem;left:1.7812501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4MOCoKn0iaXJVp8o8y0d7w8MUETQTNK { width:16.9375rem;height:2.3125rem;top:38.75rem;left:1.5625001192093rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u7wo6iwWv2odDZBe9TVKZhTzBc3pI7uJ { width:1.1875rem;height:1.1875rem;top:15.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5q9T6kQEeU0xylT6ZfTforU8Qg6kTXt { width:12.75rem;height:1.2000875rem;top:15.731262207031rem;left:3.1250001192093rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #LIIz97s86TOnrRJxV6XXAPEzTGPh0yfU { width:1.1875rem;height:1.1875rem;top:31.268737792969rem;left:1.2229167222977rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot2qahTE8lnwT3GeeMVh4qUpALEDH1vI { width:12.9375rem;height:1.2000875rem;top:31.3125rem;left:2.9687501192093rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #vVylvgq6RxMSk0E49t4RWgsnOW8RNXlI { width:1.1875rem;height:1.1875rem;top:45.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1DQtTZCbbVTwn9Kmb13kLzwWL4cTamO { width:12.0625rem;height:1.2000875rem;top:45.875rem;left:3.0000001192093rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #V3L64TSrMRKXKJ7P1PlGOvR4AbvSqh4L { width:1.1875rem;height:1.1875rem;top:47.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6XhAxZ1sgxIPSv2adzLLXheX1ITX6oX { width:10.1875rem;height:1.2000875rem;top:47.9375rem;left:3.0000001192093rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #oZMMTIHG2hdEJWoA7pJDS4wBMgtnRFXy { width:13.75rem;height:2.39930625rem;top:17.875rem;left:3.1250001192093rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #XPhZmH1ZPr1EKZd9VbDEP2TlDe50Jwby { width:1.1875rem;height:1.1875rem;top:17.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqy5k5qPSLXKtTI5FTaTQ7gLQoUgIz9e { width:14.1875rem;height:1.2000875rem;top:33.417724609375rem;left:3.0312501192093rem;font-size:1rem;text-align:left;text-align-last:left;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #GkhBSHIKR8qQOdE2yfEv65RthoVUovnT { width:1.1875rem;height:1.1875rem;top:33.373962402344rem;left:1.2229167222977rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmfMgMlqDvFc5fAMyTWUegSXIedrAz64 { background-color:#212121;background-image:url("https://images.assets-landingi.com/uc/a281726b-c674-4889-a601-70b76c31f392/Backgroundmobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:none; }#OmfMgMlqDvFc5fAMyTWUegSXIedrAz64.adaptive-delivery-prevent-bg, #OmfMgMlqDvFc5fAMyTWUegSXIedrAz64.lazyload, #OmfMgMlqDvFc5fAMyTWUegSXIedrAz64.lazyloading { background-image: none; }#OmfMgMlqDvFc5fAMyTWUegSXIedrAz64 > .row .container { width:20rem;height:102.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IcArzv0w6F1KwBDJGgD40HQ0gSEeVHtA { width:1.875rem;height:1.875rem;top:22.5rem;left:4.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDt1PBFTKNCNI0kPXGWTHzhMGtTIrpeH { top:22.875rem;left:6.6875rem;width:6.3748125rem;height:1rem;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:700;font-style:normal;line-height:1;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfQRvb4NN4atnczcoGU8R6KGakXpvbfA { width:1.875rem;height:1.875rem;top:26.875rem;left:4.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaDeHU7yzyqN13AE1L9Tz6TdpycS6pVL { top:27.5rem;left:6.75rem;width:6.749125rem;height:1rem;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:700;font-style:normal;line-height:1;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lSfXuqrTuPFOr2DOmoWIXqToZDyAnBqv { top:28.5rem;left:6.75rem;width:11.0625rem;height:2.4375rem;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:300;font-style:normal;line-height:1;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qon1KqUJ1QyHc4Pg3z4vfKm6GSINlg5r { top:23.875rem;left:6.6875rem;width:10.125rem;height:2.4375rem;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:300;font-style:normal;line-height:1;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTFX7q4L6iqXd2f4BBvfQ9WkKlF94nTZ { width:20rem;height:4.5486125rem;top:15.45573425293rem;left:0rem;font-size:1.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #CGrfEcp3mn8Vz7pszF9tJ5NOIGT6kTEc { width:11.372625rem;height:1.62435rem;top:23.036026000976rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp5asqwhLKmx8ukiCcTkpUN7CCLOipxK { top:34rem;left:0.43749994039536rem;width:18.6875rem;height:0.0625rem;z-index:15053;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn .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; }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn .widget-text.counter-number { padding-top:0.41375rem;padding-right:0.403125rem;padding-bottom:0.41375rem;padding-left:0.403125rem;width:2.415rem;min-width:2.415rem;height:2.22rem;font-size:1.65375rem;line-height:35.52px;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; }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.258125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.22125rem;height:0.875625rem;font-size:0.62rem;line-height:14.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn { display:flex;width:16.875rem;height:4.18125rem;top:44.559463500976rem;left:0rem;padding-top:0.284375rem;padding-right:0.32rem;padding-bottom:0.284375rem;padding-left:0.32rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #XmFtJ9h78reZWBnCAnopmVgBDkcWfTp4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #qq5qC5lyCHKVWvuiO03ovciJIbwTNuy7 {  }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #Xsw1iHV2cFrynwoSq65SCmNx67FHrPUt {  }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #l8otZm9MlHDauSJl919wk1yaEEaCsQPt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #HhFItBrBFeFENWTOL4J9yOXaWTK2TROF {  }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #UzZx4114Hko5crVVhVvKsczydczByEK7 {  }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #Qu1JXcNzLxZLk4WnTsEsKy7Xd3u7fKHO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #EfbD6ny7vKDO4pkoBo81Pl193oqWqb1S {  }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #D8CAo1KQGiKlLwsylJViNbIQHu8X7J0h {  }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #ZntkXvlnzXetQKSpaHw1MoMnAQvfLuSz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #HnKyAh8H7TIZdnroKuuGCrTb8LuCrdKE {  }
 }@media only screen and (max-width: 763px) { #bGWMnc41FnvsfG8TZZPMISI0Pu1k3qrn #ptMfBEi9IUZlLUdbCI7RRbo6qpqWMirH {  }
 }@media only screen and (max-width: 763px) { #E5LPVkzIgfQnlKpiQUtIQohFUZfCfPSf { width:16.0623125rem;height:1.462675rem;top:42rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K486OCTny4K8q9g2Uo2VIJdpcQZ3UgbZ { width:14.375rem;height:10.875rem;top:68.52699575195rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Kss56bhv7uBDKnTTnuRAE83v2XPVpT { width:17.0625rem;height:3rem;top:86.671137902831rem;left:2.9375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot2EZ0DkO1VJ6sROT8yVyHUSWbg7LslS { display:block; }
 }@media only screen and (max-width: 763px) { #B4GGZ0Xxc7OuHEKdnm29UlIhZQ8N0Jl5 { width:5.75rem;height:4.3125rem;top:51.508117626953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAlS6r1f6K3Rp0KI3W0l14FGU08JGOfH { width:20rem;height:20rem;top:57.153948876953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg96qi0G64Qu5R0g2P2AMkMlcU1tAIcP { width:20rem;height:1.9704433497537rem;top:90.921137902831rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZgcuFcCnhNXpRO9RaOrAVTZcU9p8eZn { background-color:#212121;background-image:url("https://images.assets-landingi.com/uc/a281726b-c674-4889-a601-70b76c31f392/Backgroundmobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:none; }#tZgcuFcCnhNXpRO9RaOrAVTZcU9p8eZn.adaptive-delivery-prevent-bg, #tZgcuFcCnhNXpRO9RaOrAVTZcU9p8eZn.lazyload, #tZgcuFcCnhNXpRO9RaOrAVTZcU9p8eZn.lazyloading { background-image: none; }#tZgcuFcCnhNXpRO9RaOrAVTZcU9p8eZn > .row .container { width:20rem;height:102.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xuIWQsT05koC6y5eskseAq2PxQyyRwND { width:1.875rem;height:1.875rem;top:22.5rem;left:4.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vFXvpRJBhag9UOXKCgBHvDNznaTHI7tl { top:22.875rem;left:6.6875rem;width:6.3748125rem;height:1rem;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:700;font-style:normal;line-height:1;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5dmhTSsIcwLh5wyNH6pL4MyASorJywS { width:1.875rem;height:1.875rem;top:26.875rem;left:4.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #APgTRzS3p9FkeKyqS2vqx8uHKQzCOPWH { top:27.5rem;left:6.75rem;width:6.749125rem;height:1rem;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:700;font-style:normal;line-height:1;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfpDTyVkxoAf2RVZGfJ05afUxTqeTqsb { top:28.5rem;left:6.75rem;width:11.0625rem;height:2.4375rem;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:300;font-style:normal;line-height:1;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5kV9OktCHcmJiD9HeOcPbPHr3fOZBV9 { top:23.875rem;left:6.6875rem;width:10.125rem;height:2.4375rem;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:300;font-style:normal;line-height:1;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmsnnTgqeixHULmkWhmB3tAtsfESGXq9 { width:20rem;height:4.5486125rem;top:15.45573425293rem;left:0rem;font-size:1.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #eK4R0vie4z7nNZ2zfoLs68C3RtwfKsNx { width:11.372625rem;height:1.62435rem;top:23.036026000976rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkvMd34ggctITko0pbacUTuIIyxZtTHI { top:34rem;left:0.43749994039536rem;width:18.6875rem;height:0.0625rem;z-index:15053;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx .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; }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx .widget-text.counter-number { padding-top:0.41375rem;padding-right:0.403125rem;padding-bottom:0.41375rem;padding-left:0.403125rem;width:2.415rem;min-width:2.415rem;height:2.22rem;font-size:1.65375rem;line-height:35.52px;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; }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.258125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.22125rem;height:0.875625rem;font-size:0.62rem;line-height:14.01px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Vr4GgJTMghLur83bBXso0H7u5r8NIfgx { display:flex;width:16.875rem;height:4.18125rem;top:44.559463500976rem;left:0rem;padding-top:0.284375rem;padding-right:0.32rem;padding-bottom:0.284375rem;padding-left:0.32rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #Fon0bdK7pazrJlxurepX2fSLqOTRzLsm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #Z6MJRerPonqVh19IAaRGs0XhzVs0XH8k {  }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #C8WJhhECCPxVOFbool7427a4wKTpDDl4 {  }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #omKeE6HWDqX08vsSSAHlc7gQEgKWPTiv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #J8li25GlBTqvS9Hz4qVVae7LLRW6HM8S {  }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #nLyx9SVWRLVVMFUd2ekzlh62ocP3o3i5 {  }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #vxrcIyRJAzeoPXF0dXNEWPDp9iKdb2eS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #tbXdTCHwMlrtOBdfok32J8425NTAtiU7 {  }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #PfTp1qOnTU6gBkIJPRrAFSU8t9DubiES {  }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #DXEZA4FTlBEU9RLJVvXnysl0tCWHfQSv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #avCmmlPG9tf5vlbrCJPMH8lBU92qSs80 {  }
 }@media only screen and (max-width: 763px) { #Vr4GgJTMghLur83bBXso0H7u5r8NIfgx #tUVXTPW70icHfIL4HmA9RGa5b0zzzmM8 {  }
 }@media only screen and (max-width: 763px) { #dADtnkGXKZnHwVsGQf5O9rb7AF4Qd1DT { width:16.0623125rem;height:1.462675rem;top:42rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gkechoKl97zxd5Q3kU4xvHCcB87pfmGy { width:14.375rem;height:10.875rem;top:68.52699575195rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQThERgKlzDtlIV2QVZXxgqPr6sTI9G5 { width:17.0625rem;height:3rem;top:86.671137902831rem;left:2.9375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFgXHeoeFWRguXCdh5QgxKo2wrTvuAMy { display:block; }
 }@media only screen and (max-width: 763px) { #fyBoOwOkkLBP8cEFGLif4ZAHyv6IXe3c { width:5.75rem;height:4.3125rem;top:51.508117626953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP5wIyhxL76GxTmACwLb6T8e86LWsCZ2 { width:20rem;height:20rem;top:57.153948876953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy2dAQk7lBwocLeh5VqnbuQz4IXPKOoA { width:20rem;height:1.9704433497537rem;top:94.483637902831rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHPF89tkhTkrNoedo4Jkp01N9PDqxkRg { width:20rem;height:0;top:90.921137902831rem;left:0rem;font-size:1.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #uUsLk62xVB29a72UO8H4GIHmLxIexeKJ { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/54b1da21-a38b-4de2-8e13-ffcafb4754a0/Backgroundmobile3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:none; }#uUsLk62xVB29a72UO8H4GIHmLxIexeKJ.adaptive-delivery-prevent-bg, #uUsLk62xVB29a72UO8H4GIHmLxIexeKJ.lazyload, #uUsLk62xVB29a72UO8H4GIHmLxIexeKJ.lazyloading { background-image: none; }#uUsLk62xVB29a72UO8H4GIHmLxIexeKJ > .row .container { width:20rem;height:63.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gPTmmCHdZ25zGHnRCDaQZVGw1aBqAizT { width:1.875rem;height:1.875rem;top:23.125rem;left:4.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRQFwT2WZSLPUgTu1ezzIWKSRFAc0G7A { top:23.5rem;left:6.6875rem;width:6.3748125rem;height:0;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:700;font-style:normal;line-height:1;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwkASAS0WV14qtO34cbVZZATETvVQ9EW { width:1.875rem;height:1.875rem;top:27.5rem;left:4.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TED1ml4xwGFmsabzgSO17t7ub2zrhfNP { top:28.125rem;left:6.75rem;width:6.749125rem;height:0;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:700;font-style:normal;line-height:1;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITaTXdL0rVBBlqCWJUQMVHKLa18bLmQB { top:29.125rem;left:6.75rem;width:11.0625rem;height:0;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:300;font-style:normal;line-height:1;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eI2e6qSTCv5UgElyMcmu0p1eCAQAktWm { top:24.5rem;left:6.6875rem;width:10.125rem;height:0;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:300;font-style:normal;line-height:1;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpMeNMvQJFl46sbAxZoV6gLmRQ2CVxvU { width:19.6875rem;height:4.6302rem;top:15.25rem;left:0.3125rem;font-size:1.1875rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H .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; }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H .widget-text.counter-number { padding-top:0.453125rem;padding-right:0.456875rem;padding-bottom:0.453125rem;padding-left:0.456875rem;width:2.7375rem;min-width:2.7375rem;height:2.42875rem;font-size:1.81rem;line-height:38.86px;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; }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.283125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.653125rem;height:0.95625rem;font-size:0.67875rem;line-height:15.3px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H { display:flex;width:18.625rem;height:4.574375rem;top:52.75rem;left:0rem;padding-top:0.31125rem;padding-right:0.363125rem;padding-bottom:0.31125rem;padding-left:0.363125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #hb7F3FKMSrSEuB5oVelz1ODySVXBQiSS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #b27y9p9DthA08ZgVPgfIlkOyCdw5scMv {  }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #dP4Ww16WFiECEeNEgB0PGrw0yEHmmr56 {  }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #tALuAe3b6S295cgxeIHGs3D6bTfuAshG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #loflpQGywPr88vUV1qx3D28PP5xv2tU4 {  }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #qRkoWeV6x3syFe0NpxFu9WJBGHEkADCk {  }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #ITC5quQTBUG9vE5vQT7GyBrU62G0oKzC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #chlDbW4TS9td55HR1zBXCNUSmlraKnsT {  }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #x6wnCki8m2uSOC6w0E8W6ooVg33hIoc9 {  }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #o7uEfNexzr11yHoykhvyTG03PlAOBK9c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #mWVk0LwKvf4WIrNxshNLFPR2BGG8xUCD {  }
 }@media only screen and (max-width: 763px) { #IQp9r6oCyEC82dzJKPJyhn4xi9IQJl3H #SeIoBqOOsTA6tfIyB2UQHfwCFGBvqm8B {  }
 }@media only screen and (max-width: 763px) { #eToAC5UWhpSCAk6BMhZR6tHDS3OPTTp5 { width:16.0623125rem;height:1.46180625rem;top:51.125rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FiStABEFuJgd6ZwpDX1IaP2C5CwuogJ9 { width:14.125rem;height:7.625rem;top:26.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVQIEBpKVq4uP8tf0abtLpVT0rEFf6hq { width:20rem;height:1.787325rem;top:25.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwTy7Xs5v9OAIyiwpJRdGdGUJN4coeiS { width:17.0625rem;height:3rem;top:41.0625rem;left:1.4375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTybCDwqnxEWQSuD8hxyHib8BQur3yQG { display:block; }
 }@media only screen and (max-width: 763px) { #CDoTkugDUM1RD0zghGQp4OKCy4MQS5xi { width:20rem;height:20rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbQC5zyShyfMa77AFQetU4CwUuFHLZKI { width:20rem;height:3.8125rem;top:6.6833341121675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTvRgFLVwJ6E6T1lfLBsVnoNbCdTX6fL { width:12.875rem;height:0.75rem;top:3.4333336353302rem;left:3.3427084684372rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUgrpsWsJscuuuLVoW4OhesmLDVJEmKw { width:17.0625rem;height:3rem;top:45.0625rem;left:1.4375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6bHSUz4fkoCtcWtl56QUMoGkAMnxTJZ { display:block; }
 }@media only screen and (max-width: 763px) { #TmArUEw1yS5x8HyyGZyiiXe2XnFINs46 { width:15.75rem;height:2.4375rem;top:11.868055552244rem;left:2.1250000596046rem;font-size:0.9375rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xgxk1Wk5sUGqq2eZttQ8z8B8OT38vs4H { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/54b1da21-a38b-4de2-8e13-ffcafb4754a0/Backgroundmobile3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:none; }#Xgxk1Wk5sUGqq2eZttQ8z8B8OT38vs4H.adaptive-delivery-prevent-bg, #Xgxk1Wk5sUGqq2eZttQ8z8B8OT38vs4H.lazyload, #Xgxk1Wk5sUGqq2eZttQ8z8B8OT38vs4H.lazyloading { background-image: none; }#Xgxk1Wk5sUGqq2eZttQ8z8B8OT38vs4H > .row .container { width:20rem;height:47.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rduuBnaU0Jp8PIFz7b6t6ctKeznh60bk { width:1.875rem;height:1.875rem;top:23.125rem;left:4.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHteAIgmbAiOJTSwIoTSbT3pgVoK8mpo { top:23.5rem;left:6.6875rem;width:6.3748125rem;height:0;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:700;font-style:normal;line-height:1;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsxNMJ9Jx8khrKy21nETBAsRADFNAKQZ { width:1.875rem;height:1.875rem;top:27.5rem;left:4.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pyL7NAWQsVFL0l3xOy9T9A64oE0u06qc { top:28.125rem;left:6.75rem;width:6.749125rem;height:0;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:700;font-style:normal;line-height:1;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXABh1Wp7TLEaxBmrL3tb4mmTZ4LFVnz { top:29.125rem;left:6.75rem;width:11.0625rem;height:0;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:300;font-style:normal;line-height:1;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRU9ZwBPbXesT9F2xqG1B2LQyWqDJXza { top:24.5rem;left:6.6875rem;width:10.125rem;height:0;z-index:15011;text-align:left;text-align-last:left;font-family:gilroy;font-weight:300;font-style:normal;line-height:1;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SVhTM3agsLUyM4TGS2tZNspiVLZZnUJo { width:19.6875rem;height:4.62890625rem;top:10.682287216186rem;left:0.25rem;font-size:1.1875rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq .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; }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq .widget-text.counter-number { padding-top:0.380625rem;padding-right:0.38125rem;padding-bottom:0.380625rem;padding-left:0.38125rem;width:2.283125rem;min-width:2.283125rem;height:2.038125rem;font-size:1.519375rem;line-height:32.61px;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; }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.046875rem;height:0.8025rem;font-size:0.57rem;line-height:12.84px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq { display:flex;width:15.5rem;height:3.75rem;top:44.9375rem;left:1.9468749761581rem;padding-top:0.26125rem;padding-right:0.303125rem;padding-bottom:0.26125rem;padding-left:0.303125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #d2TBMnCT3MOolWSVvRMThhlEFEsJPiu0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #T8GEqukCNJaiOJDwElTkUs1dNsiTSyGZ {  }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #HarRBhqybuA8yJNx5Qk2pJ2Jbthcs82p {  }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #clzv4MnCf2sqRgVAFhqWoODuxX6UniWV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #gKWbN1QgVxNnfop5zDuvpfxcCUpV2c1v {  }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #Dt3MOHTDWXV9EcV7TfeaSCN8JM2mio6r {  }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #aSz81iGioOoblyJHi2GesWsNMEFMlVi7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #A9bOfZTcpzkxxz30vTGlGU6scgfzy1ZL {  }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #ZFBqiIZ3Sr3fMEMceAbeZyv6wRW2w5iT {  }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #MR29KIyeZRBatTd0KLQTXpTLGxbVRlum { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #JlLGQGhh4NAbw3ze0TVZT1N3ESPrw681 {  }
 }@media only screen and (max-width: 763px) { #pTqke1qD3uuk8Mi1HkpXTC7Nlv8R7HAq #iKi2oIKKrMv1HVQTDXCtI0TRuMVwkaPi {  }
 }@media only screen and (max-width: 763px) { #AAfTQrxube8gOxC5V4N88qZ87i4CqI1I { width:16.0609375rem;height:0;top:42.89999961853rem;left:1.9695311784744rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #N3tISoe44sT5QqfJQnJyHfL1W6CUTaqr { width:20rem;height:20rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0xbIOy0kCQ43GCfBvMPIpxraT98ENhe { width:20rem;height:3.8125rem;top:6.6833341121675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTAcksiDv2OVOUpvsb69Rn3gKJVyqId { width:12.875rem;height:0.75rem;top:3.4333336353302rem;left:3.3427084684372rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFXdCaIof3Cv6TG0uEnP6VCJodvMtW6n { width:20rem;height:3.574225rem;top:23.979181289673rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfStkseRuxWFATUCyNiHBoVmhTofR7G6 { width:13.0620625rem;height:7.39040625rem;top:28.303385734558rem;left:3.4678822159767rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz6btiJIQSwoqLfdemOo8D61CeMcAXBe { width:9.75rem;height:1.9375rem;top:41.506091117859rem;left:5.1247830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #feTHOxKE2ERhXpPEAaNkMsEnfpBkANX1 { display:block; }
 }@media only screen and (max-width: 763px) { #ByJPSnAJJIbat7sGFgTRslnmAIZxraxW { display:none; }#ByJPSnAJJIbat7sGFgTRslnmAIZxraxW > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TREKZN9TGf7NzAS7KcKKKKGMe4v8wU8n { width:17.0625rem;height:3.25rem;top:1.6875rem;left:2.8125001192093rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WwTe5sqqJRi4X2KUaSxGmVSS8rdb9Biw { width:1.6875rem;height:1.6875rem;top:3.25rem;left:14.812500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEOz6K0v1WVSTRefmJX4URGbUCGMuNTS { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FEOz6K0v1WVSTRefmJX4URGbUCGMuNTS > .row .container { border-width: 0; border-radius: 0; }#FEOz6K0v1WVSTRefmJX4URGbUCGMuNTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FEOz6K0v1WVSTRefmJX4URGbUCGMuNTS > .row .container { width:20rem;height:79.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WKuV3bwtsRAfNIn48meUh7DBcOmlDc2Z { width:2.1875rem;height:1.625rem;top:25.500000476837rem;left:2.6875001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv3VSfGRuaanUMGia2tk2fsrGoV0cQUN { width:12rem;height:3.81875rem;top:24.125000476837rem;left:5.3125003576279rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SNOUvePk72JSDBTqdEAchBTCp8yhblUp { width:1.5625rem;height:1.5625rem;top:16.3125rem;left:5.5000003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM6VkqRwMNKDoZtn4MXMFLn0zsH41eFa { width:17.3125rem;height:2.625rem;top:30.811459064484rem;left:1.34375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8yI1ugchzTt9cup0COC03KyoCEFDuUw { display:block; }
 }@media only screen and (max-width: 763px) { #kTEeJeA7SU45Ek02xRkdw4HuBWU6TgT9 { width:10.5625rem;height:0;top:50.25rem;left:5.2500003576279rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Npx9oVmTCC4QTHBDU1KGDMaBAbtmAlys { width:7.6875rem;height:1.25rem;top:31.625rem;left:1.912109375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnbBovOM09Ba7yi8RWXDy3Hi6tQLp4NK { width:7.25rem;height:1.46180625rem;top:16.5rem;left:7.3125003576281rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L5iTHezcpoIO5mXwAT5Um9WuEOKMem7C { width:10.5625rem;height:0;top:28.062500476837rem;left:7.750000834465rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgEmD7vbXbxKEIRZb7vdoJTdzmO1e215 { width:10.5625rem;height:0;top:46.1875rem;left:9.187500834465rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OG2GzQAPLkOvRERhQtWvEoIM9ZSMgQSg { width:10.5625rem;height:0;top:46.1875rem;left:2.0625001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEv9JiLWatb4pNAHfE39iq9KQT1kuHX2 { width:16.1875rem;height:1.27430625rem;top:22.093750357628rem;left:1.9062501192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #Ae3ATdKDI6I1M2WUbCnL7XVx9TlwRtx1 { width:19.875rem;height:22.8125rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTp37eXS5RcrgFq5cgDQ4pT4zZLes4Ty { width:19.875rem;height:20.9375rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGL0ZQuOEX2FX1wgZ1OVzhdTdxrvy7P2 { width:18rem;height:7.5rem;top:2.6052093505859rem;left:1.4687501192093rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WW6wZZHWaciodTJiapAkoKErZ9zVkLm1 { width:2.6875rem;height:2.6263972632795rem;top:8.25rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XL57A7ncVJMUT818smEBIhCxPUieUeiC { width:19.75rem;height:22.0625rem;top:12.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G46xefmNZ9F0mpuzt5ITapmG3tnFnvCi { width:19.875rem;height:25.625rem;top:14.954193115234rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7LRcHXqvKqGTTVbJ4evAmeBt0K6TUr0 { width:15.75rem;height:3.525rem;top:18.630208492279rem;left:2.1250001192093rem;font-size:2.9375rem;text-align:center;text-align-last:center;color:#8a6df1;display:block; }
 }@media only screen and (max-width: 763px) { #qObp4nd8OyBkyDD94QLyUO6rHqBeDnZF { width:16.5625rem;height:1.35rem;top:13.229166984558rem;left:1.7187501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GRaF4BiWtNTX2ZIFlDkVcmigfDZMgVg1 { width:20rem;height:1.35rem;top:43.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZBUcPxtfuhLdHJEllvn91tyIPEEu7TAd { width:11.375rem;height:1.46180625rem;top:46.75rem;left:5.1250003576279rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bEcClXmZ8xrx2otQ5IchDp2VSw8USTCe { width:18.625rem;height:1.5rem;top:17.5625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDfi46g2TTZp6nf9nIw0wIcT5Dm25ZwN { width:1.6875rem;height:1.6875rem;top:46.5625rem;left:3.5625003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee5dJtZLouARvHnPbOPWOTp3np6TzbTC { width:15.75rem;height:3.525rem;top:50.5625rem;left:2.1250001192093rem;font-size:2.9375rem;text-align:center;text-align-last:center;color:#66e0b2;display:block; }
 }@media only screen and (max-width: 763px) { #WsbWzfIoT4pkfHWFN7l3vxulcdpqS6Jb { width:16.9375rem;height:1.35rem;top:49.6875rem;left:1.5000001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }@media only screen and (max-width: 763px) { #mIiTZKcGbp2KdAryssQT8CoU3LdcqCnc { width:17.4375rem;height:2.8125rem;top:60.625rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHSyLILKlZMBENm549ANzZoi5ZF4xTqC { display:block; }
 }@media only screen and (max-width: 763px) { #DuFkc8o5LqNUJgaAX4GUncl5LXurSLIg { width:11.375rem;height:2.6875rem;top:68.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8EWbusEHmahLGwrxPBzmRXLnIBHyvdv { width:20rem;height:0.9375rem;top:73.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yk5eXwcpc2v5Oocn9xWzTnkxkh1q1VS9 { width:12.25rem;height:auto;top:27.8125rem;left:3.875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e9e9eb;display:none; }
 }@media only screen and (max-width: 763px) { #kQkCw5NMskioTphslz2JOSAwbwWa53BB { width:12.25rem;height:0;top:60.991577148438rem;left:4.8708332777023rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e9e9eb;z-index:15164;display:none; }
 }@media only screen and (max-width: 763px) { #J5RtMhlDDCB5TMAKFM5Oz52JZvkITfRQ { width:12.25rem;height:0;top:59.429166793823rem;left:8.8708332777025rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e9e9eb;z-index:15166;display:none; }
 }@media only screen and (max-width: 763px) { #dwAFStcXQEP1LTwAKLPr6v6dIoT6fG1i { width:8.625rem;height:0.125rem;top:46.304166793823rem;left:9.4958332777025rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#e9e9eb;z-index:15167;display:none; }
 }@media only screen and (max-width: 763px) { #pvFwXTETV4Nz94DtFiS2FT1zeaHN1yiO { top:55.5rem;left:4.5625003576279rem;width:13.625rem;height:3.0868rem;z-index:15169;color:#ffffff;font-family:montserrat;font-weight:300;font-style:italic;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksg7pk18D1iKunsoPU9Desz6NKOJ8GNy { width:16.9375rem;height:1.27430625rem;top:28.000001907349rem;left:1.5312501192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#e9e9eb;display:block; }
 }