.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;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Poppins";--paragraphs-font-family:"Inter"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;overflow:visible;position:relative;display:block; }#av3ts13Kci8CuDc3cvbQvlpE0533XT90 { background-color:#8737d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.25rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0.71875rem;left:65.625rem;display:block; }
#XgZgVaSPuSM4Xp7iwMBUz6f96yX3x7hB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hg9WG6TkVt6GXwT5y53zv3BQ9TTPNVVZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#8737d0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.75rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:0.46875rem;left:58.6875rem;display:block; }
#a2IeBIibdl6igEGP3bivA5pG72PwHSUd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTRXIGpb3n35pb1wwdL56LRaa0T8HKH0 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top: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.3125rem;width:8.6875rem;top:0.71875rem;left:2.9375rem;overflow:hidden;display:block; }
#In8aoQ6qeqPsTnmmnmJoGk7eMQiwaL0i { position:relative;display:block; }#In8aoQ6qeqPsTnmmnmJoGk7eMQiwaL0i { background-color: transparent; background-image: none; }#In8aoQ6qeqPsTnmmnmJoGk7eMQiwaL0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#In8aoQ6qeqPsTnmmnmJoGk7eMQiwaL0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#In8aoQ6qeqPsTnmmnmJoGk7eMQiwaL0i > .row .container > .video-iframe-container { display: none; }#In8aoQ6qeqPsTnmmnmJoGk7eMQiwaL0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#In8aoQ6qeqPsTnmmnmJoGk7eMQiwaL0i > .row > .video-iframe-container { display: none; }#In8aoQ6qeqPsTnmmnmJoGk7eMQiwaL0i > .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); }#In8aoQ6qeqPsTnmmnmJoGk7eMQiwaL0i { border-width: 0; border-radius: 0; }#In8aoQ6qeqPsTnmmnmJoGk7eMQiwaL0i > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#In8aoQ6qeqPsTnmmnmJoGk7eMQiwaL0i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8737d0, #33d165);background-image: -moz-linear-gradient(180deg, #8737d0, #33d165);background-image: -ms-linear-gradient(180deg, #8737d0, #33d165);background-image: -o-linear-gradient(180deg, #8737d0, #33d165);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8737d0', endColorstr='#33d165' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8737d0', endColorstr='#33d165' );";background-image: linear-gradient(180deg, #8737d0, #33d165);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 > .row .container { background-color: transparent; background-image: none; }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 > .row .container > .video-iframe-container { display: none; }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 > .row > .video-iframe-container { display: none; }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 > .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); }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 > .row .container { border-width: 0; border-radius: 0; }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:75rem;position:relative;display:block; }#xFhtU2gStVDwCBN2xQKExOZ5teCzcsbd { color:#ffffff;display:block;width:45.6875rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:5.25rem;left:3.6625003814698rem;height:5.775rem;display:block; }
#W0XVmRnQCsquyTO0CaTfJ3vTM2T3ud7i { color:#ffffff;display:block;width:44.75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.750000953674rem;left:3.6625003814698rem;height:2.03125rem;font-style:normal;display:block; }
#yfrrPNoy83CzbG35yaCT3NA9UTL0W4tf { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.625rem;left:37.000001907349rem;height:2.51875rem;display:block; }
#nQHR431KwVaJR4ZndONmFQQtlceyAw3X { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.625000476837rem;left:3.8125019073486rem;height:2.51875rem;display:block; }
#cHRnSOwlJxQfZBOQfrncUbOTRhG2cixh { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:22.0625rem;left:37.000001907349rem;height:;font-style:normal;display:block; }
#crhTLIwDkD9Awqr4CBnzrFkI0DGfJvpT { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:22.062500476837rem;left:3.8750019073486rem;height:;font-style:normal;display:block; }
#ihe2ncbTR7TeEJFJoXbaRRyaauuvHJRi { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:30.125rem;left:39.25rem;height:4.3875rem;font-style:normal;display:block; }
#CKUodT3Pfo5tcpQa86LD2JpSTFSECzqu { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:29.875000476837rem;left:5.8750019073486rem;height:1.4625rem;font-style:normal;display:block; }
#hyNqUX7dGiRTNuU4Zq32URJxGFcRSZon { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:40.187502384186rem;left:5.8125019073486rem;height:1.4625rem;font-style:normal;display:block; }
#MAwvrXyUXwfRBoQ5JEay26OT3QQxJS8V { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:36.312502384186rem;left:5.8750019073486rem;height:;font-style:normal;display:block; }
#gLQPndzurGKNHMUMxWkzNE2I7ouHarVs { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:32.312500476837rem;left:5.8750019073486rem;height:2.925rem;font-style:normal;display:block; }
#qC04TTNRlFaiVxv6QQSG2vDaH3HOthNP { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:42.0625rem;left:39.25rem;height:2.925rem;font-style:normal;display:block; }
#UeTikABCeLeKT6Ib4LnaZE2GfDBxkCiv { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:35.625rem;left:39.25rem;height:1.4625rem;font-style:normal;display:block; }
#gDR9qaf3yaKvlxZr02wQXg4DKdTqwN3l { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:38.0625rem;left:39.25rem;height:2.925rem;font-style:normal;display:block; }
#xrEtBNPuIZFB7EdR8sxPQ5ggUwaMCd38 { box-sizing:content-box;height:0.1875rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:#33d165;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.75rem;left:36.89999961853rem;display:block; }
#TtZJPf2b1vQJ5SxbDfbxFTVADW4kXxTa { box-sizing:content-box;height:0.1875rem;width:14.375rem;position:absolute;display:block;z-index:15008;background-color:#33d165;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.750000476837rem;left:3.8125019073486rem;display:block; }
#mtGfIpkZyliEs43TG39HdT1pDKwIn46d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:17.634375572204rem;left:17.16250038147rem;display:none; }
#k17VlU1F03Kqd7DtUiHagZVzQvDITHU0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.384375572204rem;left:52.487504959106rem;display:none; }
#G6PtSeDAHb6awkgyXF9mpbdPR5w75zZT { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:42.9375rem;left:5.8125rem;height:;font-style:normal;display:block; }
#bV766DcLlIw2J5Mq0RBOGntsWEOIIby9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:17.625000476837rem;left:19.250001907349rem;display:none; }
#TCg500bQsXidT5fwfO8T9w5tlRzpE0Sb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:17.5712890625rem;left:16.625rem;display:none; }
#ESIKTTEXhHTihB1IdJTp2fCSanXrNlPW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:17.625rem;left:50.3125rem; }
#J7H7KOIpTco6BErqSOsFdOOTk2uziEUX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.1875rem;left:36.9375rem; }
#JzoXJ2iutFCunnS4VflciotkGZodycpD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:35.5625rem;left:36.9375rem; }
#FOmiLWeTIsSUKQmzzGnRbul4qo7nCtQ6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:38.3125rem;left:36.9375rem; }
#ZMtDmInowhuzo8oFRp1fNsbZLQAQXL92 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:42.125rem;left:36.9375rem; }
#Tn78KmZcgyekfyrzEbh83oATbq5mx2W7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:29.937500476837rem;left:3.8125019073486rem; }
#wsHyTzsiA61NLXnGzMGVkzseTrQWCvbw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:32.500000476837rem;left:3.8125019073486rem; }
#Gosesw4ZPbh4Thpcrbv5U7XwA7HbgcIv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:36.437502384186rem;left:3.8125019073486rem; }
#Blwy8nmKaquDZrgmxT1rNAifv82E91kh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:40.187502384186rem;left:3.8125019073486rem; }
#QbAf58TUGMn42rOrJonyR4bKfggV7XK4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:43.187502384186rem;left:3.8125019073486rem; }
#MFHiW94AcuTzv9T65mpr5pw690FLsxrM { 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.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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.3125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:47.25rem;left:37.000001907349rem;display:block; }
#eUr4G72frCFlB3HshOIeLdn5EvE9fasa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLupVvlucCnfbp3QnTiPkSklSGd9Buat { 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.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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:47.25rem;left:4.0625rem;display:block; }
#JSaDcBbo43eBKuvS2h2l7bUHXzfbgN5y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTPPV4uafpp4I4g3CglR7MihG3hsizQC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:17.571875095367rem;left:19.187501907349rem; }
#w4rezSfDZ86dwQJ9B6ks6a0xlnEPyNcS { position:relative;display:block; }#w4rezSfDZ86dwQJ9B6ks6a0xlnEPyNcS { background-color: transparent; background-image: none; }#w4rezSfDZ86dwQJ9B6ks6a0xlnEPyNcS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4rezSfDZ86dwQJ9B6ks6a0xlnEPyNcS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4rezSfDZ86dwQJ9B6ks6a0xlnEPyNcS > .row .container > .video-iframe-container { display: none; }#w4rezSfDZ86dwQJ9B6ks6a0xlnEPyNcS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4rezSfDZ86dwQJ9B6ks6a0xlnEPyNcS > .row > .video-iframe-container { display: none; }#w4rezSfDZ86dwQJ9B6ks6a0xlnEPyNcS > .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); }#w4rezSfDZ86dwQJ9B6ks6a0xlnEPyNcS { border-width: 0; border-radius: 0; }#w4rezSfDZ86dwQJ9B6ks6a0xlnEPyNcS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#w4rezSfDZ86dwQJ9B6ks6a0xlnEPyNcS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:79.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uy03vB5HaLqZ8ZNITH4DtSWuTEmq8Ri2 { color:#8737d0;display:block;width:55.75rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4375rem;left:9.625rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MEW67ryfsDa9XnAQfPCDcGWNVQkeqnoA { color:#000000;display:block;width:38.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4375rem;left:19.3125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MK5uqwTQNbDPe2zGRMuiEy2L57m3l85a { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:7.875rem;width:9.5rem;top:20.706250190735rem;left:14.375rem;overflow:hidden;display:block; }
#D1GoTGlVb4qXhxkvyG8csTABdFqiAccc { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:8.8125rem;width:10.375rem;top:38.737501144409rem;left:13.9375rem;overflow:hidden;display:block; }
#TENyeVUvUttGL0nLzpbQUrw5korMdLRA { color:#33d165;display:block;width:25.3125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.375rem;left:26.25rem;height:1.95rem;font-style:normal;display:block; }
#IETgC2y2azwqfofWTzlptLWMv8xZkALC { color:#4f4f4f;display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.3125rem;left:18.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OU7SrL6JJAi6rC9AEvZTnyRgIFQL0KRo { color:#4f4f4f;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:22.75rem;left:26.25rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gtz1BbMBFs6NN4p2C4Gl2KVC4M2xpe36 { color:#33d165;display:block;width:25.3125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:38.5rem;left:26.25rem;height:1.95rem;font-style:normal;display:block; }
#GFpe6ADo7IDO8ZaXfTftyrfEyn60nT3P { color:#4f4f4f;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:42.4375rem;left:26.25rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JmGzDQnSvbLh6iT0TnSsv6dTdmzCvFol { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:8.125rem;width:9.875rem;top:59.487501144409rem;left:14.1875rem;overflow:hidden;display:block; }
#SV7otuHspC37vqgqB1ahsoxLTP8A9tyx { color:#4f4f4f;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:62.25rem;left:26.25rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I0KeMEB378pVHy81H8Pl7f9MKhRrtLoy { color:#33d165;display:block;width:25.3125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:59.6875rem;left:26.25rem;height:1.95rem;font-style:normal;display:block; }
#U5ZP9dJURc5TonlHBQyrXw6GULEBtpLf { box-sizing:content-box;height:5.3125rem;width:34.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:27.4375rem;left:26.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#IA126eR9hvKoeds1dM2qyq8Pb97GMr9Q { color:#4f4f4f;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:28.125rem;left:28rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RyW24p9MUmhbFTsI9pGexRBFZTuCFlM6 { color:#4f4f4f;display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:30.75rem;left:29.8125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3HDk00aNC3wDVB3D78AX2zKVp9nIoBl { color:#4f4f4f;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:28.1875rem;left:36.8125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xp92B6TPexcGrGcAbflqbwXZkvGpsFmQ { color:#4f4f4f;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.75rem;left:38.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W2SMB4yE2pThumLSVLEGRQAnzHBEnL3X { background-color:#8737d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.8125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:28.875rem;left:49.625rem;display:block; }
#Sq5EcAiTEWCbaobT28Fkhru0fwTBqgDS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mauieWIh9dt9gTHzXfKShsGLoh3HqzOs { box-sizing:content-box;height:5.3125rem;width:34.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:47.375rem;left:26.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#M81vJ2hxFu57QRBgbzJa3XKHezenvgsc { color:#4f4f4f;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:50.6875rem;left:38.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sr6WdC6qJQVT8TSrBNdeR2IcnNeEmszU { background-color:#8737d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.725rem;height:2.725rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:48.8125rem;left:49.625rem;display:block; }
#QmX2w2TH97exNPRTPMxwRyXCHFaaGwth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#slmce5WbmXUnONooeiNiha1qQ3R9sX4Z { color:#4f4f4f;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:50.375rem;left:29.3125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WSapeTtlSxuL6HA3XIdMh1sr4l0JLCRZ { color:#4f4f4f;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:48.125rem;left:36.8125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbcRaciEwJiMG9DQahCCNEXeTCE4GU1M { color:#4f4f4f;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:48.6875rem;left:27.6875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K4kQHW43a1i08NupOgVpcnoICLZFdtfi { color:#4f4f4f;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:33.625rem;left:27.1875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#en9DMJ88Qmhdit63C1MCKLBKErntApFJ { color:#4f4f4f;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:53.625rem;left:27.1875rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uAyrQXoxdVqicuCCbAS56yJkH97PHGTL { color:#4f4f4f;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:72.25rem;left:27.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OEbLRIGgkFHmO7JVqc8Ne00VU90O7elE { box-sizing:content-box;height:5.3125rem;width:34.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:66.0625rem;left:26.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#nCgv4oRXZIrdr78cvuwQmkvdGAQPVKOM { color:#4f4f4f;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:69.375rem;left:38.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCeeryqvWsrc8zDeIoVz1tAOytJAvaKf { background-color:#a2a2a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.725rem;height:2.725rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:67.375rem;left:49.625rem;display:block; }
#cUP7sILVrOBJAOLMe6IOHoKydBU4L46i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UeqqMMRth1E2mghiyBzNknPiFprZ4g5B { color:#4f4f4f;display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:69.375rem;left:29.8125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ibGs91Xo5k1ryQtTP4cUdrhcMvwDkRwc { color:#4f4f4f;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:66.8125rem;left:36.8125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kDpz5tsp2va5szsugSloFHMmIFpmCkn5 { color:#4f4f4f;display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:66.75rem;left:28rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VPTTJ8h5QsHAZJV3HCDxlosr2Iz7hZL6 { color:#4f4f4f;display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.6875rem;left:26.25rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uol8uiuBTbuxqKr7HDlAeprDyvn8ggmi { color:#4f4f4f;display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:40.8125rem;left:26.25rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QXSXfaPzDmKWyVoeVgcBrWGyvRnPXFsH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f3f3, #ffffff);background-image: -moz-linear-gradient(180deg, #f3f3f3, #ffffff);background-image: -ms-linear-gradient(180deg, #f3f3f3, #ffffff);background-image: -o-linear-gradient(180deg, #f3f3f3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f3f3f3, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QXSXfaPzDmKWyVoeVgcBrWGyvRnPXFsH > .row .container { background-color: transparent; background-image: none; }#QXSXfaPzDmKWyVoeVgcBrWGyvRnPXFsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXSXfaPzDmKWyVoeVgcBrWGyvRnPXFsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXSXfaPzDmKWyVoeVgcBrWGyvRnPXFsH > .row .container > .video-iframe-container { display: none; }#QXSXfaPzDmKWyVoeVgcBrWGyvRnPXFsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXSXfaPzDmKWyVoeVgcBrWGyvRnPXFsH > .row > .video-iframe-container { display: none; }#QXSXfaPzDmKWyVoeVgcBrWGyvRnPXFsH > .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); }#QXSXfaPzDmKWyVoeVgcBrWGyvRnPXFsH > .row .container { border-width: 0; border-radius: 0; }#QXSXfaPzDmKWyVoeVgcBrWGyvRnPXFsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXSXfaPzDmKWyVoeVgcBrWGyvRnPXFsH > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#RSwMKgONkCsmmn3naVghtfWDOsKRRM7d { color:#33d165;display:block;width:54.875rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.4375rem;left:10.0625rem;height:2.325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PUiXRQ3yGprBFLXiaL8G6BHhbfgu1Tfc { color:#000000;display:block;width:47.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.75rem;left:13.875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dUqPRUMqgb447ScGU4JZeaJGgqqsaAEJ { box-sizing:content-box;height:10.625rem;width:22.8125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.375rem;left:1.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#aqKfJv6nvv7vwSCMlGe3mot3lAMqlgCa { color:#8737d0;display:block;width:10.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.4375rem;left:8.25rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bQZ5g18eKB0qsBxImR3TWFF3nBhcW8B8 { color:#4f4f4f;display:block;width:15.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.1875rem;left:8.3125rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LfxwDS2AgqVTZSOTwpUEXlLi93kv5JI3 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:20.568747520447rem;left:3.125rem;overflow:hidden;display:block; }
#TAIqxxydbSiIFkVsJba4GywvZpeQ3uKA { box-sizing:content-box;height:10.625rem;width:22.8125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:26.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#fWQVReAGa7g4FITsRErXmwuRl1Hbxrk7 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:20.568747520447rem;left:27.375rem;overflow:hidden;display:block; }
#JbXSaKJr6ffVlT9HeDyd3ThbeVTTBlQr { color:#8737d0;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.125rem;left:32.5rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KLGEusOGkOeBzBR9thPPT9mFG8klbm9A { color:#4f4f4f;display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.4375rem;left:32.5rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S4QLz82dvd9q7WefoGgNZvW7zvqtd85q { box-sizing:content-box;height:10.625rem;width:22.8125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:50.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ez7sF5OGNr5Si15JxSAKQX5dOGaLVwrZ { color:#8737d0;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.8125rem;left:57.1875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b2wpJckBgh0kp4abXBygNMIzrVcoJ0dT { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:20.568747520447rem;left:51.6875rem;overflow:hidden;display:block; }
#WKRmKRKfr4kKQoDBmSdlppyGnzZLTVT5 { color:#4f4f4f;display:block;width:14.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.875rem;left:57.1875rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MTfoJckzbUW9QrR5Wx0x8M3NFRodbmTT { color:#4f4f4f;display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.985939025879rem;left:17.375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WKEgWoOygx916D41cO3HbmPlSs4e08P3 { background-color:#8737d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:2.9375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:30.5625rem;left:28.21875rem;display:block; }
#TDXAkeOIAtcTcHuFvhgm28mkc9gMnzEB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #av3ts13Kci8CuDc3cvbQvlpE0533XT90 { width:8.125rem;height:2.25rem;top:0.6875rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgZgVaSPuSM4Xp7iwMBUz6f96yX3x7hB { display:block; }
 }@media only screen and (max-width: 763px) { #Hg9WG6TkVt6GXwT5y53zv3BQ9TTPNVVZ { width:5.9375rem;height:2.75rem;top:0.4375rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2IeBIibdl6igEGP3bivA5pG72PwHSUd { display:block; }
 }@media only screen and (max-width: 763px) { #OTRXIGpb3n35pb1wwdL56LRaa0T8HKH0 { top:0.6875rem;left:0rem;width:8.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #In8aoQ6qeqPsTnmmnmJoGk7eMQiwaL0i { display:block; }#In8aoQ6qeqPsTnmmnmJoGk7eMQiwaL0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 { display:block; }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFhtU2gStVDwCBN2xQKExOZ5teCzcsbd { top:5.25rem;left:0rem;width:45.6875rem;height:5.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0XVmRnQCsquyTO0CaTfJ3vTM2T3ud7i { top:11.75rem;left:0rem;width:44.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfrrPNoy83CzbG35yaCT3NA9UTL0W4tf { top:17.625rem;left:23.375001907349rem;width:12.9375rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQHR431KwVaJR4ZndONmFQQtlceyAw3X { top:17.625rem;left:0rem;width:18.5625rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHRnSOwlJxQfZBOQfrncUbOTRhG2cixh { top:22.0625rem;left:23.375001907349rem;width:24.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crhTLIwDkD9Awqr4CBnzrFkI0DGfJvpT { top:22.0625rem;left:0rem;width:26.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihe2ncbTR7TeEJFJoXbaRRyaauuvHJRi { top:30.125rem;left:25.625rem;width:21.5625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKUodT3Pfo5tcpQa86LD2JpSTFSECzqu { top:29.875rem;left:0rem;width:22.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyNqUX7dGiRTNuU4Zq32URJxGFcRSZon { top:40.1875rem;left:0rem;width:22.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAwvrXyUXwfRBoQ5JEay26OT3QQxJS8V { top:36.3125rem;left:0rem;width:21.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLQPndzurGKNHMUMxWkzNE2I7ouHarVs { top:32.3125rem;left:0rem;width:21.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC04TTNRlFaiVxv6QQSG2vDaH3HOthNP { top:42.0625rem;left:25.5625rem;width:22.1875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeTikABCeLeKT6Ib4LnaZE2GfDBxkCiv { top:35.625rem;left:22.8125rem;width:24.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDR9qaf3yaKvlxZr02wQXg4DKdTqwN3l { top:38.0625rem;left:22.8125rem;width:24.9375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrEtBNPuIZFB7EdR8sxPQ5ggUwaMCd38 { top:20.75rem;left:23.27499961853rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZJPf2b1vQJ5SxbDfbxFTVADW4kXxTa { top:20.75rem;left:0rem;width:14.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtGfIpkZyliEs43TG39HdT1pDKwIn46d { top:17.625rem;left:3.5375003814698rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k17VlU1F03Kqd7DtUiHagZVzQvDITHU0 { top:17.375rem;left:38.862504959106rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6PtSeDAHb6awkgyXF9mpbdPR5w75zZT { top:42.9375rem;left:0rem;width:20.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV766DcLlIw2J5Mq0RBOGntsWEOIIby9 { top:17.625rem;left:5.6250019073486rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCg500bQsXidT5fwfO8T9w5tlRzpE0Sb { top:17.5625rem;left:3rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESIKTTEXhHTihB1IdJTp2fCSanXrNlPW { top:17.625rem;left:36.6875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7H7KOIpTco6BErqSOsFdOOTk2uziEUX { top:30.1875rem;left:23.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzoXJ2iutFCunnS4VflciotkGZodycpD { top:35.5625rem;left:23.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOmiLWeTIsSUKQmzzGnRbul4qo7nCtQ6 { top:38.3125rem;left:23.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMtDmInowhuzo8oFRp1fNsbZLQAQXL92 { top:42.125rem;left:23.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn78KmZcgyekfyrzEbh83oATbq5mx2W7 { top:29.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsHyTzsiA61NLXnGzMGVkzseTrQWCvbw { top:32.5rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gosesw4ZPbh4Thpcrbv5U7XwA7HbgcIv { top:36.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blwy8nmKaquDZrgmxT1rNAifv82E91kh { top:40.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbAf58TUGMn42rOrJonyR4bKfggV7XK4 { top:43.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFHiW94AcuTzv9T65mpr5pw690FLsxrM { width:23.125rem;height:3.3125rem;top:47.25rem;left:23.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUr4G72frCFlB3HshOIeLdn5EvE9fasa { display:block; }
 }@media only screen and (max-width: 763px) { #yLupVvlucCnfbp3QnTiPkSklSGd9Buat { width:22.4375rem;height:3.375rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSaDcBbo43eBKuvS2h2l7bUHXzfbgN5y { display:block; }
 }@media only screen and (max-width: 763px) { #wTPPV4uafpp4I4g3CglR7MihG3hsizQC { top:17.5625rem;left:5.5625019073486rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4rezSfDZ86dwQJ9B6ks6a0xlnEPyNcS { display:block; }#w4rezSfDZ86dwQJ9B6ks6a0xlnEPyNcS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uy03vB5HaLqZ8ZNITH4DtSWuTEmq8Ri2 { top:5.4375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEW67ryfsDa9XnAQfPCDcGWNVQkeqnoA { top:8.4375rem;left:5.6875rem;width:38.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK5uqwTQNbDPe2zGRMuiEy2L57m3l85a { top:20.6875rem;left:0.75rem;width:9.5rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1GoTGlVb4qXhxkvyG8csTABdFqiAccc { top:38.6875rem;left:0.3125rem;width:10.375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TENyeVUvUttGL0nLzpbQUrw5korMdLRA { top:18.375rem;left:12.625rem;width:25.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IETgC2y2azwqfofWTzlptLWMv8xZkALC { top:12.3125rem;left:4.5rem;width:41.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU7SrL6JJAi6rC9AEvZTnyRgIFQL0KRo { top:22.75rem;left:12.625rem;width:34.1875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtz1BbMBFs6NN4p2C4Gl2KVC4M2xpe36 { top:38.5rem;left:12.625rem;width:25.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFpe6ADo7IDO8ZaXfTftyrfEyn60nT3P { top:42.4375rem;left:12.625rem;width:34.6875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmGzDQnSvbLh6iT0TnSsv6dTdmzCvFol { top:59.4375rem;left:0.5625rem;width:9.875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV7otuHspC37vqgqB1ahsoxLTP8A9tyx { top:62.25rem;left:12.625rem;width:32.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0KeMEB378pVHy81H8Pl7f9MKhRrtLoy { top:59.6875rem;left:12.625rem;width:25.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5ZP9dJURc5TonlHBQyrXw6GULEBtpLf { top:27.4375rem;left:12.625rem;width:34.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA126eR9hvKoeds1dM2qyq8Pb97GMr9Q { top:28.125rem;left:14.375rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyW24p9MUmhbFTsI9pGexRBFZTuCFlM6 { top:30.75rem;left:16.1875rem;width:5.0625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3HDk00aNC3wDVB3D78AX2zKVp9nIoBl { top:28.1875rem;left:23.1875rem;width:11.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp92B6TPexcGrGcAbflqbwXZkvGpsFmQ { top:30.75rem;left:25.125rem;width:8rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2SMB4yE2pThumLSVLEGRQAnzHBEnL3X { width:9.5rem;height:2.6875rem;top:28.875rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq5EcAiTEWCbaobT28Fkhru0fwTBqgDS { display:block; }
 }@media only screen and (max-width: 763px) { #mauieWIh9dt9gTHzXfKShsGLoh3HqzOs { top:47.375rem;left:12.625rem;width:34.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M81vJ2hxFu57QRBgbzJa3XKHezenvgsc { top:50.6875rem;left:25.125rem;width:8rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr6WdC6qJQVT8TSrBNdeR2IcnNeEmszU { width:9.625rem;height:2.625rem;top:48.8125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmX2w2TH97exNPRTPMxwRyXCHFaaGwth { display:block; }
 }@media only screen and (max-width: 763px) { #slmce5WbmXUnONooeiNiha1qQ3R9sX4Z { top:50.375rem;left:15.6875rem;width:5.4375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSapeTtlSxuL6HA3XIdMh1sr4l0JLCRZ { top:48.125rem;left:23.1875rem;width:11.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbcRaciEwJiMG9DQahCCNEXeTCE4GU1M { top:48.6875rem;left:14.0625rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4kQHW43a1i08NupOgVpcnoICLZFdtfi { top:33.625rem;left:13.5625rem;width:33.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #en9DMJ88Qmhdit63C1MCKLBKErntApFJ { top:53.625rem;left:13.5625rem;width:33.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAyrQXoxdVqicuCCbAS56yJkH97PHGTL { top:72.25rem;left:13.625rem;width:33.375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEbLRIGgkFHmO7JVqc8Ne00VU90O7elE { top:66.0625rem;left:12.625rem;width:34.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCgv4oRXZIrdr78cvuwQmkvdGAQPVKOM { top:69.375rem;left:25.125rem;width:8rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCeeryqvWsrc8zDeIoVz1tAOytJAvaKf { width:9.625rem;height:2.625rem;top:67.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUP7sILVrOBJAOLMe6IOHoKydBU4L46i { display:block; }
 }@media only screen and (max-width: 763px) { #UeqqMMRth1E2mghiyBzNknPiFprZ4g5B { top:69.375rem;left:16.1875rem;width:5.0625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibGs91Xo5k1ryQtTP4cUdrhcMvwDkRwc { top:66.8125rem;left:23.1875rem;width:11.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDpz5tsp2va5szsugSloFHMmIFpmCkn5 { top:66.75rem;left:14.375rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPTTJ8h5QsHAZJV3HCDxlosr2Iz7hZL6 { top:20.6875rem;left:12.625rem;width:19.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uol8uiuBTbuxqKr7HDlAeprDyvn8ggmi { top:40.8125rem;left:12.625rem;width:19.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXSXfaPzDmKWyVoeVgcBrWGyvRnPXFsH { display:block; }#QXSXfaPzDmKWyVoeVgcBrWGyvRnPXFsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSwMKgONkCsmmn3naVghtfWDOsKRRM7d { top:5.4375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUiXRQ3yGprBFLXiaL8G6BHhbfgu1Tfc { top:8.75rem;left:0.25rem;width:47.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUqPRUMqgb447ScGU4JZeaJGgqqsaAEJ { top:17.375rem;left:0rem;width:22.8125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqKfJv6nvv7vwSCMlGe3mot3lAMqlgCa { top:19.4375rem;left:0rem;width:10.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQZ5g18eKB0qsBxImR3TWFF3nBhcW8B8 { top:21.1875rem;left:0rem;width:15.375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfxwDS2AgqVTZSOTwpUEXlLi93kv5JI3 { top:20.5625rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAIqxxydbSiIFkVsJba4GywvZpeQ3uKA { top:17.4375rem;left:12.5625rem;width:22.8125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWQVReAGa7g4FITsRErXmwuRl1Hbxrk7 { top:20.5625rem;left:13.75rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbXSaKJr6ffVlT9HeDyd3ThbeVTTBlQr { top:19.125rem;left:18.875rem;width:12.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLGEusOGkOeBzBR9thPPT9mFG8klbm9A { top:21.4375rem;left:18.875rem;width:16.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4QLz82dvd9q7WefoGgNZvW7zvqtd85q { top:17.4375rem;left:24.6875rem;width:22.8125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez7sF5OGNr5Si15JxSAKQX5dOGaLVwrZ { top:18.8125rem;left:35.5625rem;width:12.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2wpJckBgh0kp4abXBygNMIzrVcoJ0dT { top:20.5625rem;left:38.0625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKRmKRKfr4kKQoDBmSdlppyGnzZLTVT5 { top:20.875rem;left:33.5625rem;width:14.1875rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTfoJckzbUW9QrR5Wx0x8M3NFRodbmTT { top:10.9375rem;left:3.75rem;width:40.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKEgWoOygx916D41cO3HbmPlSs4e08P3 { width:18.5rem;height:2.9375rem;top:30.5625rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDXAkeOIAtcTcHuFvhgm28mkc9gMnzEB { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #av3ts13Kci8CuDc3cvbQvlpE0533XT90 { width:6.3125rem;height:2.25rem;top:0.53125rem;left:13.562500536442rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgZgVaSPuSM4Xp7iwMBUz6f96yX3x7hB { display:block; }
 }@media only screen and (max-width: 763px) { #Hg9WG6TkVt6GXwT5y53zv3BQ9TTPNVVZ { width:4.6875rem;height:2.125rem;top:0.5875rem;left:8.7494543725588rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2IeBIibdl6igEGP3bivA5pG72PwHSUd { display:block; }
 }@media only screen and (max-width: 763px) { #OTRXIGpb3n35pb1wwdL56LRaa0T8HKH0 { width:7.3125rem;height:1.9375rem;top:0.6875rem;left:0.48593753576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #In8aoQ6qeqPsTnmmnmJoGk7eMQiwaL0i { display:block; }#In8aoQ6qeqPsTnmmnmJoGk7eMQiwaL0i > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8737d0, #33d165);background-image: -moz-linear-gradient(180deg, #8737d0, #33d165);background-image: -ms-linear-gradient(180deg, #8737d0, #33d165);background-image: -o-linear-gradient(180deg, #8737d0, #33d165);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8737d0', endColorstr='#33d165' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8737d0', endColorstr='#33d165' );";background-image: linear-gradient(180deg, #8737d0, #33d165);background-size:auto !important;display:block; }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 > .row .container { background-color: transparent; background-image: none; }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 > .row .container > .video-iframe-container { display: none; }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 > .row > .video-iframe-container { display: none; }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 > .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); }#XxRQ4ClkiCuleJIC5zcmdRvaZKUs03q8 > .row .container { width:20rem;height:99.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFhtU2gStVDwCBN2xQKExOZ5teCzcsbd { width:17.3125rem;height:7.7rem;top:3.9375rem;left:1.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0XVmRnQCsquyTO0CaTfJ3vTM2T3ud7i { width:15.1875rem;height:3.575rem;top:12.6875rem;left:2.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yfrrPNoy83CzbG35yaCT3NA9UTL0W4tf { width:12.9375rem;height:2.275rem;top:62.8125rem;left:3.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQHR431KwVaJR4ZndONmFQQtlceyAw3X { width:12.6875rem;height:2.19375rem;top:22.6875rem;left:3.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHRnSOwlJxQfZBOQfrncUbOTRhG2cixh { width:16.5625rem;height:4.3875rem;top:67.1875rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crhTLIwDkD9Awqr4CBnzrFkI0DGfJvpT { width:19.875rem;height:4.3875rem;top:27rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihe2ncbTR7TeEJFJoXbaRRyaauuvHJRi { width:15.375rem;height:5.2rem;top:73.25rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKUodT3Pfo5tcpQa86LD2JpSTFSECzqu { width:12.8125rem;height:1.3rem;top:33.0625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyNqUX7dGiRTNuU4Zq32URJxGFcRSZon { width:12.125rem;height:2.6rem;top:44.75rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAwvrXyUXwfRBoQ5JEay26OT3QQxJS8V { width:14.875rem;height:3.9rem;top:40.25rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLQPndzurGKNHMUMxWkzNE2I7ouHarVs { width:13.9375rem;height:3.9rem;top:35.0625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC04TTNRlFaiVxv6QQSG2vDaH3HOthNP { width:14.9375rem;height:3.9rem;top:86.9375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeTikABCeLeKT6Ib4LnaZE2GfDBxkCiv { width:14.75rem;height:2.6rem;top:79.5rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDR9qaf3yaKvlxZr02wQXg4DKdTqwN3l { width:14rem;height:2.6rem;top:83.25rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrEtBNPuIZFB7EdR8sxPQ5ggUwaMCd38 { width:11.25rem;height:0.1875rem;top:65.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZJPf2b1vQJ5SxbDfbxFTVADW4kXxTa { width:12.5rem;height:0.1875rem;top:25.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtGfIpkZyliEs43TG39HdT1pDKwIn46d { display:flex;width:2.625rem;height:2.625rem;top:15.811525rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k17VlU1F03Kqd7DtUiHagZVzQvDITHU0 { display:flex;width:3.125rem;height:3.125rem;top:27.45508125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G6PtSeDAHb6awkgyXF9mpbdPR5w75zZT { width:15.8125rem;height:2.6rem;top:48.3125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV766DcLlIw2J5Mq0RBOGntsWEOIIby9 { display:flex;width:2.5rem;height:2.5rem;top:15.325rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCg500bQsXidT5fwfO8T9w5tlRzpE0Sb { display:flex;width:2.75rem;height:2.75rem;top:17.5625rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESIKTTEXhHTihB1IdJTp2fCSanXrNlPW { display:flex;width:2.8125rem;height:2.8125rem;top:59.1875rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #J7H7KOIpTco6BErqSOsFdOOTk2uziEUX { display:flex;width:1.5rem;height:1.5rem;top:35.875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #JzoXJ2iutFCunnS4VflciotkGZodycpD { display:flex;width:1.5rem;height:1.5rem;top:79.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #FOmiLWeTIsSUKQmzzGnRbul4qo7nCtQ6 { display:flex;width:1.5rem;height:1.5rem;top:83.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #ZMtDmInowhuzo8oFRp1fNsbZLQAQXL92 { display:flex;width:1.5rem;height:1.5rem;top:48.3125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #Tn78KmZcgyekfyrzEbh83oATbq5mx2W7 { display:flex;width:1.5rem;height:1.5rem;top:33.1875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #wsHyTzsiA61NLXnGzMGVkzseTrQWCvbw { display:flex;width:1.5rem;height:1.5rem;top:40.25rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #Gosesw4ZPbh4Thpcrbv5U7XwA7HbgcIv { display:flex;width:1.5rem;height:1.5rem;top:73.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Blwy8nmKaquDZrgmxT1rNAifv82E91kh { display:flex;width:1.5rem;height:1.5rem;top:86.9375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #QbAf58TUGMn42rOrJonyR4bKfggV7XK4 { display:flex;width:1.5rem;height:1.5rem;top:44.75rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #MFHiW94AcuTzv9T65mpr5pw690FLsxrM { width:16.875rem;height:3.125rem;top:92.1875rem;left:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #eUr4G72frCFlB3HshOIeLdn5EvE9fasa { display:block; }
 }@media only screen and (max-width: 763px) { #yLupVvlucCnfbp3QnTiPkSklSGd9Buat { width:16.8rem;height:3.0375rem;top:52.625rem;left:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #JSaDcBbo43eBKuvS2h2l7bUHXzfbgN5y { display:block; }
 }@media only screen and (max-width: 763px) { #wTPPV4uafpp4I4g3CglR7MihG3hsizQC { display:flex;width:2.625rem;height:2.625rem;top:19.5625rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #w4rezSfDZ86dwQJ9B6ks6a0xlnEPyNcS { display:block; }#w4rezSfDZ86dwQJ9B6ks6a0xlnEPyNcS > .row .container { width:20rem;height:126rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uy03vB5HaLqZ8ZNITH4DtSWuTEmq8Ri2 { width:15rem;height:3.85rem;top:3.5rem;left:2.5000000596046rem;font-size:1.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MEW67ryfsDa9XnAQfPCDcGWNVQkeqnoA { width:19.125rem;height:3.9rem;top:8.22500038147rem;left:0.43671876192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MK5uqwTQNbDPe2zGRMuiEy2L57m3l85a { width:8rem;height:6.625rem;top:24.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1GoTGlVb4qXhxkvyG8csTABdFqiAccc { width:8.125rem;height:6.8125rem;top:57.625rem;left:5.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TENyeVUvUttGL0nLzpbQUrw5korMdLRA { width:20rem;height:1.70625rem;top:30.9375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IETgC2y2azwqfofWTzlptLWMv8xZkALC { width:18.6875rem;height:6.49375rem;top:12.875rem;left:0.65546876192094rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OU7SrL6JJAi6rC9AEvZTnyRgIFQL0KRo { width:18.625rem;height:6.09375rem;top:35.1875rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gtz1BbMBFs6NN4p2C4Gl2KVC4M2xpe36 { width:20rem;height:1.70625rem;top:64.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GFpe6ADo7IDO8ZaXfTftyrfEyn60nT3P { width:17.3125rem;height:7.3125rem;top:68.625rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JmGzDQnSvbLh6iT0TnSsv6dTdmzCvFol { width:8rem;height:6.5625rem;top:92.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV7otuHspC37vqgqB1ahsoxLTP8A9tyx { width:16.75rem;height:4.875rem;top:101.8125rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0KeMEB378pVHy81H8Pl7f9MKhRrtLoy { width:20rem;height:1.70625rem;top:99.0625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U5ZP9dJURc5TonlHBQyrXw6GULEBtpLf { width:19.8125rem;height:32.4375rem;top:22.062500953674rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA126eR9hvKoeds1dM2qyq8Pb97GMr9Q { width:9.875rem;height:1.1375rem;top:42.75rem;left:0.3125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RyW24p9MUmhbFTsI9pGexRBFZTuCFlM6 { width:5.0625rem;height:1.4625rem;top:45.375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3HDk00aNC3wDVB3D78AX2zKVp9nIoBl { width:10rem;height:2.275rem;top:42.75rem;left:9.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp92B6TPexcGrGcAbflqbwXZkvGpsFmQ { width:8rem;height:1.4625rem;top:45.375rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2SMB4yE2pThumLSVLEGRQAnzHBEnL3X { width:12.8rem;height:2.55rem;top:48.125rem;left:3.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Sq5EcAiTEWCbaobT28Fkhru0fwTBqgDS { display:block; }
 }@media only screen and (max-width: 763px) { #mauieWIh9dt9gTHzXfKShsGLoh3HqzOs { width:19.8125rem;height:31.9375rem;top:56.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #M81vJ2hxFu57QRBgbzJa3XKHezenvgsc { width:8.875rem;height:1.4625rem;top:79.4375rem;left:9.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr6WdC6qJQVT8TSrBNdeR2IcnNeEmszU { width:12.8125rem;height:2.5625rem;top:81.9375rem;left:3.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QmX2w2TH97exNPRTPMxwRyXCHFaaGwth { display:block; }
 }@media only screen and (max-width: 763px) { #slmce5WbmXUnONooeiNiha1qQ3R9sX4Z { width:7rem;height:1.4625rem;top:79.4375rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSapeTtlSxuL6HA3XIdMh1sr4l0JLCRZ { width:10rem;height:2.275rem;top:76.9375rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbcRaciEwJiMG9DQahCCNEXeTCE4GU1M { width:9.875rem;height:1.1375rem;top:77.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4kQHW43a1i08NupOgVpcnoICLZFdtfi { width:15.75rem;height:1.95rem;top:85.3125rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #en9DMJ88Qmhdit63C1MCKLBKErntApFJ { width:17.875rem;height:1.95rem;top:51.3125rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAyrQXoxdVqicuCCbAS56yJkH97PHGTL { width:15.75rem;height:3.9rem;top:116.875rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEbLRIGgkFHmO7JVqc8Ne00VU90O7elE { width:19.8125rem;height:31.1875rem;top:91rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #nCgv4oRXZIrdr78cvuwQmkvdGAQPVKOM { width:8rem;height:1.4625rem;top:110.5625rem;left:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCeeryqvWsrc8zDeIoVz1tAOytJAvaKf { width:12.8rem;height:2.55rem;top:113rem;left:3.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a2a2a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cUP7sILVrOBJAOLMe6IOHoKydBU4L46i { display:block; }
 }@media only screen and (max-width: 763px) { #UeqqMMRth1E2mghiyBzNknPiFprZ4g5B { width:5.0625rem;height:1.4625rem;top:110.5625rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibGs91Xo5k1ryQtTP4cUdrhcMvwDkRwc { width:10rem;height:2.275rem;top:107.9375rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDpz5tsp2va5szsugSloFHMmIFpmCkn5 { width:9.875rem;height:1.1375rem;top:107.9375rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPTTJ8h5QsHAZJV3HCDxlosr2Iz7hZL6 { width:19.8125rem;height:1.05625rem;top:33.3125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uol8uiuBTbuxqKr7HDlAeprDyvn8ggmi { width:19.8125rem;height:1.05625rem;top:66.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QXSXfaPzDmKWyVoeVgcBrWGyvRnPXFsH { display:block; }#QXSXfaPzDmKWyVoeVgcBrWGyvRnPXFsH > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSwMKgONkCsmmn3naVghtfWDOsKRRM7d { width:20rem;height:5.775rem;top:3.1875004768372rem;left:0rem;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PUiXRQ3yGprBFLXiaL8G6BHhbfgu1Tfc { width:14.75rem;height:3.9rem;top:9.7242190837863rem;left:2.6242187619209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dUqPRUMqgb447ScGU4JZeaJGgqqsaAEJ { width:19.75rem;height:10.375rem;top:24rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqKfJv6nvv7vwSCMlGe3mot3lAMqlgCa { width:10.375rem;height:1.4625rem;top:25.349220275879rem;left:5.7500000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bQZ5g18eKB0qsBxImR3TWFF3nBhcW8B8 { width:12.8125rem;height:5.6875rem;top:27.274223327637rem;left:5.7500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LfxwDS2AgqVTZSOTwpUEXlLi93kv5JI3 { width:4.375rem;height:4.375rem;top:27.224220275879rem;left:0.82499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAIqxxydbSiIFkVsJba4GywvZpeQ3uKA { width:19.75rem;height:10.25rem;top:35.825004577637rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWQVReAGa7g4FITsRErXmwuRl1Hbxrk7 { width:4.4375rem;height:4.4375rem;top:38.831250190735rem;left:0.79374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbXSaKJr6ffVlT9HeDyd3ThbeVTTBlQr { width:12.1875rem;height:1.4625rem;top:37.19921875rem;left:5.7500000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KLGEusOGkOeBzBR9thPPT9mFG8klbm9A { width:12.4375rem;height:5.6875rem;top:39.16796875rem;left:5.7500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S4QLz82dvd9q7WefoGgNZvW7zvqtd85q { width:19.75rem;height:10.25rem;top:47.525009155274rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez7sF5OGNr5Si15JxSAKQX5dOGaLVwrZ { width:12.1875rem;height:1.4625rem;top:48.931252479553rem;left:5.7500000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b2wpJckBgh0kp4abXBygNMIzrVcoJ0dT { width:4.4375rem;height:4.4375rem;top:50.531250953674rem;left:0.73124998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKRmKRKfr4kKQoDBmSdlppyGnzZLTVT5 { width:13.3125rem;height:5.6875rem;top:50.937500953674rem;left:5.7500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MTfoJckzbUW9QrR5Wx0x8M3NFRodbmTT { width:17.9375rem;height:7.8rem;top:14.411719083786rem;left:1.0304687619209rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WKEgWoOygx916D41cO3HbmPlSs4e08P3 { width:18.5rem;height:2.9375rem;top:59.775005340576rem;left:0.74921876192094rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TDXAkeOIAtcTcHuFvhgm28mkc9gMnzEB { display:block; }
 }