.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:255,204,77;--color-primary-1:236,44,44;--color-primary-2:246,75,19;--color-primary-3:190,35,35;--color-primary-4:160,36,36;--color-secondary-0:0,60,255;--color-secondary-1:28,153,135;--color-secondary-2:0,111,171;--color-secondary-3:21,111,135;--color-secondary-4:11,33,49;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"Kanit"; }@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:#01051f;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG { position:relative;display:block; }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG { background-color: transparent; background-image: none; }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG > .row .container > .video-iframe-container { display: none; }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG > .row > .video-iframe-container { display: none; }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG > .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); }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG { border-width: 0; border-radius: 0; }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Vp3g1f99I4MvwE9KgXgidQnuTEdgfOcZ { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#E2RlQyN0oqvJPyDzZLS0tLStbTcIAR0p { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UJNOG9ioSvybwtUFg4VR9peS2HqdZwqs { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:27.342529296875rem;left:40.624389648438rem;height:13.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UJNOG9ioSvybwtUFg4VR9peS2HqdZwqs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UJNOG9ioSvybwtUFg4VR9peS2HqdZwqs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
#E6igR3Zciib3T8MbttfSt8bBNdLwfWlB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #04203a ;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:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.234rem;height:4.35913125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:49.437255859375rem;left:24.624633789062rem;display:block; }
#TH2MoAiCn7ELyXV1AIh13AWI9tFJ02Rd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8s6vzqDOwqfc6wbgi9q5ePJzfeamf3I { background-color:transparent;background-image: -webkit-linear-gradient(108deg, #ffae62, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(108deg, #ffae62, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(108deg, #ffae62, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(108deg, #ffae62, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae62', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae62', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(108deg, #ffae62, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color: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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.859rem;height:2.60925rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:42.623901367188rem;left:44.210205078125rem;display:block; }
#PI269MziD51yA1XyiMqJ916Q4TsnrlTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zmm8M3b2d7irmhiKNQ5FrMdkTCwDCVpS { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:53.3125rem;left:15.5rem;height:2.03125rem;font-style:italic;text-align:right;text-align-last:right;display:none; }
#tZfs4iGowXTO3fHtm4Tc5Upmqn3eFccZ { color:rgba(var(--color-tertiary-0),1);display:block;width:45.499875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.561645507812rem;left:14.155883789062rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#irpfqDaWTeaiHcNsxrg4LG6OZ90REnk3 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:53.4375rem;left:30.75rem;height:2.03125rem;font-style:italic;text-align:right;text-align-last:right;display:none; }
#geSpfPeTT26mdkcOOI81ieDXUAhC8T7T { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:53.4375rem;left:46.6875rem;height:2.03125rem;font-style:italic;text-align:right;text-align-last:right;display:none; }
#sFH9hPyJiZAhXTr62223e3GJ6khVpSDS { color:#c0fffb;display:block;width:48.81225rem;position:absolute;font-family:poppins;font-size:5.5rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(211,255,236,0.73);top:8.6871337890625rem;left:13.092651367188rem;height:7.149875rem;font-style:normal;display:block; }
#a15gTO25Be1qOguRm5XD2TvMat2N2Rr0 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:18.0625rem;top:1.6875rem;left:28.46875rem;overflow:hidden;display:block; }
#RpgQhteIAqfP0mSRxvOnWPoPkokTUnm8 { color:#a9e5ff;display:block;width:23.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15004;line-height:.8;letter-spacing:0;top:24.592895507812rem;left:40.624389648438rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nkEFh3FNKQgasCnVrwQOHLvTxiGqvZM3 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:35.5rem;top:21.58447265625rem;left:3.1243896484375rem;overflow:hidden;display:block; }
#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container { background-color: transparent; background-image: none; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container > .video-iframe-container { display: none; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row > .video-iframe-container { display: none; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .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); }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container { border-width: 0; border-radius: 0; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;position:relative;display:block; }#MU3g6sbuTOyuof1A17armeVIsZSchaOL { color:#2f279d;display:block;width:11rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.1875rem;left:9.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qCOJpcXogQhBWUMCsGEakuXoGTpVr3PI { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.9375rem;left:12.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#veXcatIvnMwLNqrNLs47k8MJfTs2D0mT { color:#15cffa;display:block;width:59.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:2.25rem;left:8.125rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#fGWreJyak1rMEBu8ElVzg4TuSA4WC4e2 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -moz-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -ms-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -o-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );";background-image: linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.1875rem;width:20.5625rem;top:10.75rem;left:4.75rem;display:block; }
#ISHX9BQ5AfJEOrBebLCbqv5ynMXoafcL { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#95bdff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#95bdff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:13.6875rem;top:9.625rem;left:8.125rem;display:block; }
#d92lL4JaKxCZbQqKod3qMoT6FyZHcbwd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.375rem;left:12.25rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZQo3oTCZrAeMRpHlpAXxRa2ifKWARaWV { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -moz-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -ms-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -o-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );";background-image: linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.1875rem;width:20.5625rem;top:10.75rem;left:27.4375rem;display:block; }
#RgmTZdWQVwVSn7sWGhZdvg92uZt74HL4 { color:#2f279d;display:block;width:11rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.1875rem;left:32.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CfDVt0Ae4if75Ob5XKK8AmO5XX9vFeRT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.375rem;left:34.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uc6B6OgRX33FxklvbDFDT1VoGu6dhK2g { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.9375rem;left:34.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kZkB5Weulk0m2UqAqHnf0vW33Nib7I0a { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -moz-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -ms-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -o-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );";background-image: linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.1875rem;width:20.5625rem;top:10.6875rem;left:50.0625rem;display:block; }
#JUbFUKcoPBR7IBenQtUOJ5SUaN7pc8DR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.3125rem;left:57.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i8FHGrTAihWPmtnCqMaKxw5NuoydwsJx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.875rem;left:57.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QluVW1irB1lg1bbCTnoyFnJGCGGgGOBf { color:#2f279d;display:block;width:11.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:10.1875rem;left:54.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T424myeQep4xct6TIt7pcbxB4Uv0Pd4u { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#95bdff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#95bdff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:13.6875rem;top:9.625rem;left:30.875rem;display:block; }
#AwDXh8lwguAQEXA8PW6Ar26TLs7HLEi0 { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#95bdff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#95bdff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:13.6875rem;top:9.625rem;left:53.5rem;display:block; }
#kDzAzxzcNXb1tH1bQ6AxDk85rFRg6QW8 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -moz-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -ms-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -o-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );";background-image: linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.1875rem;width:20.5625rem;top:28.1875rem;left:4.6875rem;display:block; }
#G1XDb7zElqeKJWfK9PKCpNDEtcsmIuZL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:32.375rem;left:12.1875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dyw2cTm4o1RKM8EntDJnsL1SXEoBrqgP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:33.8125rem;left:12.1875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l9sXWWUnliMtw3kdOFaSoVhrPiPK8gv3 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#95bdff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#95bdff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:13.6875rem;top:27.0625rem;left:8rem;display:block; }
#L06ER8r4IeCCNklcKznQkXxRTrrciuOs { color:#2f279d;display:block;width:11rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.625rem;left:9.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tyk9V0vlLuURT9vvtRTKzgAmobnMeqQQ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -moz-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -ms-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -o-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );";background-image: linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.1875rem;width:20.5625rem;top:28.25rem;left:27.4375rem;display:block; }
#nI8Sag2vynMJahZCVKnSCTvJ7vSJGgzs { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:33.875rem;left:34.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ABM5cu6135exMDudqVcUR8UWaP5NqCzF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.4375rem;left:34.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UsQ6kiHHePwuisGty1dOd99Exi46ZXkq { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#95bdff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#95bdff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:13.6875rem;top:27.125rem;left:30.875rem;display:block; }
#kV8zysnnqJRX9IP1SWL0NTRc1XivKftU { color:#2f279d;display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.6875rem;left:30.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GwSMagvWZWIBVumq0J9iFyA6xhU8Kdos { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -moz-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -ms-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -o-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );";background-image: linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.1875rem;width:20.5625rem;top:28.25rem;left:50.125rem;display:block; }
#EOSdF78nafs4AmH1syFokdK78mlc5Kpr { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:33.875rem;left:57.5625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VO0r3dDiawHkrSXDoqs34xQQR7JXR1uE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.123046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:32.4375rem;left:57.6875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UwTPwxczdLoFlcKn1dndB5SLp4Mtlxx4 { color:#2f279d;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:27.75rem;left:53.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ahf0CQbVUP9qTWPMsXkMpFwwT3Zp6t2t { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#95bdff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#95bdff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:13.6875rem;top:27.1875rem;left:53.5625rem;display:block; }
#xeCcsJ8aNPzrML0m9h3tTXV2W7Fg6cJl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #04203a ;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:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.3125rem;height:4.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:43.6875rem;left:23rem;display:block; }
#urP6e78SyQKFaTWoF1EEWx2c9rZbQLHE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0IgFuTWe5BKswBbDRPl8OgE6Q5SUsF6 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:12.3125rem;left:4.625rem;overflow:hidden;display:block; }
#QB61ebNdtegdOE1TAUG7Mb0L3vswVqf1 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:12.3125rem;left:27.4375rem;overflow:hidden;display:block; }
#NTyyTb7Nlgi54HZZSn57XH0otUV6Suzg { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:12.3125rem;left:50.0625rem;overflow:hidden;display:block; }
#OQFq1iUuJmq3CfkdGlr5biTbNsDZSxWl { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:29.75rem;left:4.3125rem;overflow:hidden;display:block; }
#EfRkU648BE4BTvdpcM3aEHmThluTmVd1 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:30.125rem;left:27.5625rem;overflow:hidden;display:block; }
#OI7hVqHnM7EKvaH5D32UbsRDLfbQvvDm { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:29.875rem;left:50.0625rem;overflow:hidden;display:block; }
#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { background-color: transparent; background-image: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container > .video-iframe-container { display: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row > .video-iframe-container { display: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .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); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { border-width: 0; border-radius: 0; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { font-size:0.875rem;font-family:arial;height:190.625rem;width:75rem;position:relative;display:block; }#srTH1yHVT4m8tqlI8upC3boa8ITClqTA { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:17.6875rem;width:55.625rem;top:55.125rem;left:9.625rem;display:block; }
#OXiIiF8fcElywRZ4n5EupAPEBMNuT61i { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:14.625rem;top:53.5rem;left:12.125rem;display:block; }
#H4TWv0dFy5STggMPfWLhcVN42TtaHgx2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4990234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:75.125rem;left:13.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:82.8125rem;left:13.125rem;height:4.5244125rem;text-align:left;text-align-last:left;display:block; }#Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK li:before{  }
#JWuTFbiV4EuIhig4unxZTtdJoZDAmURc { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:13.5rem;top:74.4375rem;left:12.125rem;display:block; }
#zT5iJH4xmXwMTefvxhlak7k2eisRJ9CA { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:16.3125rem;width:55.6875rem;top:76.0625rem;left:9.625rem;display:block; }
#G6knSssMfn0MkSnZcW2TVTG6EwkBlRbn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.7490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:54.1875rem;left:13.25rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:61.5625rem;left:13.125rem;height:5.82421875rem;text-align:left;text-align-last:left;display:block; }#cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz li:before{  }
#hB5mZgyWJDZkz5L7oPAzhsZOrJAs15MC { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.249625rem;width:10.249625rem;top:56.436767578125rem;left:53.4765625rem;overflow:hidden;display:block; }
#XdZAtWafsvT1cRPRuT2JPPZ5lS0VgFF6 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:13.875rem;top:93.875rem;left:12.0625rem;display:block; }
#wLIEG2DuqheIznAyaBUX8GW25g2GrRRC { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:21.8125rem;width:55.8125rem;top:95.5rem;left:9.5625rem;display:block; }
#BsMdOMD8qsW1zS442MnBzM4EdfLHxTXF { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:94.5625rem;left:13.1875rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#uf0IsCRFvgghOiZFPTbXwwZpuXhx5fF1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:104.875rem;left:12.75rem;height:8.4238125rem;text-align:left;text-align-last:left;display:block; }#uf0IsCRFvgghOiZFPTbXwwZpuXhx5fF1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uf0IsCRFvgghOiZFPTbXwwZpuXhx5fF1 li:before{  }
#aH0hNo28HIB9xHaPIxugdS9ETMsqfW95 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:13rem;width:0.125rem;top:101.9375rem;left:37.4375rem;display:block; }
#TQRZaHNQUTtdustTFTvpTzvu4LxV7CRr { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:5.625rem;top:98.125rem;left:30.75rem;overflow:hidden;display:block; }
#rVuocsProoyaaXSXfBlW3sDcsuEJczRf { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:5.5rem;top:98.0625rem;left:58.1875rem;overflow:hidden;display:block; }
#Fwh8cuKvF7XaZiETbHiWTHAOGayu418v { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:104.875rem;left:39.6875rem;height:5.51171875rem;text-align:left;text-align-last:left;display:block; }#Fwh8cuKvF7XaZiETbHiWTHAOGayu418v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fwh8cuKvF7XaZiETbHiWTHAOGayu418v li:before{  }
#t2aO2zN1A9z71FDnptF29nD0Om6IPAAJ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:9.25rem;top:118.8125rem;left:12.25rem;display:block; }
#Gl6iV2sBgz4xer3MCxeqG5xESGSLKCMD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:119.5rem;left:13.1875rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#vgrMDMbooKNOIDoVlZWxqZo3FVL3oBJS { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:16.5625rem;width:55.6875rem;top:120.4375rem;left:9.75rem;display:block; }
#csDund3sT0B3I1k2PylZPZUJOQ6SEmie { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:127rem;left:12.875rem;height:6.13671875rem;text-align:left;text-align-last:left;display:block; }#csDund3sT0B3I1k2PylZPZUJOQ6SEmie li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#csDund3sT0B3I1k2PylZPZUJOQ6SEmie li:before{  }
#Vwf5frIIPpD8IECvm1cel1mWPTi4awWI { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3735375rem;width:8.999rem;top:124.49951171875rem;left:54.765014648438rem;overflow:hidden;display:block; }
#CZbM2Xpgt6gyPrlpyTZ5R3oKgl8ab088 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:11.1875rem;top:138.25rem;left:12.0625rem;display:block; }
#D7KeubzKoC6TRTvosTO2i09LzGVPigXc { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:16.125rem;width:55.6875rem;top:139.875rem;left:9.5625rem;display:block; }
#lGG6HA9nuypNrBVsIfSRWVaVpDZ9wXHy { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:147.1875rem;left:13rem;height:;text-align:left;text-align-last:left;display:block; }#lGG6HA9nuypNrBVsIfSRWVaVpDZ9wXHy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lGG6HA9nuypNrBVsIfSRWVaVpDZ9wXHy li:before{  }
#B4gDsxnKfXwZrsUTmPZCH8rqTbX3LEHC { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:4.93713125rem;top:141.1865234375rem;left:56.156005859375rem;overflow:hidden;display:block; }
#JdSQWvdoLUbfaPH5iUzwL0rRWUQIfIv1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:138.90563964844rem;left:14.0380859375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#zQgvofLpcTbPJsWLUAGuey8IQSq65hMO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-0),0.7) ;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:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.48523625rem;height:2.17361125rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:69.375rem;left:13.0625rem;display:block; }
#VbGt8wdG4TUO3gWK31kDcR4prwvRp0dL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKUiPDx7gyKT4CuECBFWUxesyzbGD6S1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-0),0.7) ;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:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.47111125rem;height:2.159505rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:89rem;left:13.0625rem;display:block; }
#cDPZCbNKv3c0SLqgACWLTpixxmkD0GWh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sCUodSbXRpioqVTuVtETH6nN3PFhedi6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-0),0.7) ;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:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.45704875rem;height:2.14539875rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:114.0625rem;left:13.6875rem;display:block; }
#GI5AJFTIIy2SkXeaRKuTwMa2P1NCpMzq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TecTffhzdMJsCnJc41ushD4FsDV6b9WU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-0),0.7) ;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:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.44292375rem;height:2.1312925rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:114.0625rem;left:42.8125rem;display:block; }
#QvJuiJtbFnogBFCqn4aovgT1q3lXxAdv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fs2DEZiKVvy6mBGTiZbuvAvT3vesZC60 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-0),0.7) ;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:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.44292375rem;height:2.1312925rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:133.9375rem;left:13rem;display:block; }
#QKiuWeupeIvWg5mWAAG5PMcbR1oVzlbW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gzG8aICMNTvyGDnRNpgPbaOgVW9bvLmT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-0),0.7) ;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:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.42879875rem;height:2.11718625rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:153.0625rem;left:13.625rem;display:block; }
#dFJlPBdyuzd1TpuofktCoK5K5CpqMvm8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s0M0B56luVc0ceNKenedpqx1ti36Qtof { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:37.25rem;left:9.1875rem;height:2.51855625rem;font-style:normal;display:block; }
#sTOA3tXiy3haXIlmTlhr8Kbs3hcZBqEt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:4rem;top:37.4375rem;left:3.75rem;overflow:hidden;display:block; }
#yOp6XHI1GshvZV7KoUkclGVe19s6zx9D { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:39.5625rem;left:9.1875rem;height:2.03125rem;font-style:normal;display:block; }
#D8nhcILxoMdqSWmaAA3gyNT9kRDDMTxp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:43.873901367188rem;left:24.498291015625rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVUVLDsBeO8kvfwLRiHn116fGvGmlrgU { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.9375rem;left:12.625rem;height:3.25rem;display:block; }
#fN0adxqH9dlkw5BqLwQeC6s2TMcqRE1f { color:#c0fffb;display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.875rem;left:2.25rem;height:10.5625rem;text-align:right;text-align-last:right;display:block; }
#eolWgx0rC6UfW5a5nuCqMTMJag4PGMIZ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:15.75rem;left:2.5rem;height:3.8994125rem;font-style:normal;display:block; }
#Q1MacLcKBakPwXPQTbL03nXkJs5U1A1F { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -moz-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -ms-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -o-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );";background-image: linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.0625rem;width:20.5625rem;top:23.75rem;left:2.375rem;display:block; }
#Dkz6nHOThnb8JahfT4ptIIrtWB7XzLau { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:25.1875rem;left:9.1875rem;height:2.51855625rem;font-style:normal;display:block; }
#Pflks46g4p3BsNSi24idLkUC8A6NHTcT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:24.5rem;left:3.875rem;overflow:hidden;display:block; }
#DcycgfV6s4sAEWbfxXzoy39WdpLq67GB { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:16.125rem;width:16.125rem;top:10.1875rem;left:38.25rem;display:block; }
#ArcraN9rQgmTB8WJpJcsl8lzl9R1bk1T { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -moz-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -ms-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -o-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );";background-image: linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.0625rem;width:20.5625rem;top:30.1875rem;left:2.375rem;display:block; }
#AHS3pXSVL8rz5lFM3CbnaOVhOXmDu3y1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:4rem;top:30.75rem;left:3.6875rem;overflow:hidden;display:block; }
#WLxr5vnTwTn1RBTdPBLmTVwqpGrHqr5M { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:31.5rem;left:9.1875rem;height:2.51855625rem;font-style:normal;display:block; }
#iCekDpaEOkuUT95bSa9X2H3Vw8MPUR10 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -moz-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -ms-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -o-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );";background-image: linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.0625rem;width:20.5625rem;top:36.9375rem;left:2.4375rem;display:block; }
#TxBcGo5s0HvEzd03IGhTyIuuezPeHgkh { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -moz-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -ms-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-image: -o-linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#15b5fa' );";background-image: linear-gradient(355deg, rgba(var(--color-tertiary-2),0), #15b5fa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.1875rem;width:20.5625rem;top:26.312255859375rem;left:50.687255859375rem;display:block; }
#yfSnd6vn4rUCUaJABLlTRXMVPiytGtaR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:27.0625rem;left:53rem;height:5.0371125rem;font-style:normal;display:block; }
#zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:30.25rem;left:53.5rem;height:;font-style:normal;display:block; }#zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx li:before{  }
#OAredVTs43A48er8wgQE0gT1EVTMf5J0 { position:absolute;display:block;z-index:15080;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(77,77,77,0.5) ;height:11.9995rem;width:11.9995rem;top:37.249755859375rem;left:23.936767578125rem;display:block; }
#ZgtzZEoGEZbTNTiIDnTKpnAhiQmzdkbl { color:rgba(var(--color-tertiary-0),1);display:block;width:10.874625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:40.624389648438rem;left:24.497680664062rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nplxXpmGvebVeEcQ2wyZdeTPMi4e0iK3 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:5.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.59375rem;left:40.875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qd1yBRlAcOglSDZ09IJHgE6qpnlNPWZq { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.40625rem;left:40.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qNy824X6Kgat4HlzTQrRz7Z0m84xM2tn { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:57.6875rem;left:13.1875rem;height:3.25rem;font-style:normal;display:block; }
#O1lDueoP4oVkvPH25faTBlfSLGx6QK7g { color:rgba(var(--color-primary-2),1);display:block;width:18.6875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:78.625rem;left:13.1875rem;height:3.25rem;font-style:normal;display:block; }
#yfQnIpLkzTyuuLOzna0cGTnpkeFTGua3 { color:rgba(var(--color-primary-2),1);display:block;width:10.1875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:98.0625rem;left:13.1875rem;height:3.25rem;font-style:normal;display:block; }
#Z6KKLtFNosaBwI5F6BsAsBKfBUMFAhlT { color:rgba(var(--color-primary-2),1);display:block;width:17.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:123rem;left:13.125rem;height:3.25rem;font-style:normal;display:block; }
#xXvaGmhWf9wNfxwKDCTcdMOTMsLWdl1g { color:rgba(var(--color-primary-2),1);display:block;width:27.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:142.43713378906rem;left:13.125rem;height:3.25rem;font-style:normal;display:block; }
#O2Bz0NUwldnDQTim6lHDcAxTd3qMJano { color:rgba(var(--color-primary-2),1);display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:97.875rem;left:39.6875rem;height:3.25rem;font-style:normal;display:block; }
#oSrNldcgSiaaLxh9uc09fIStSqVNiRsf { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:77.375rem;left:57.1875rem;overflow:hidden;display:block; }
#cEneQlJyfGb5dZHFsNmV7ncMHiHEUlJI { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.1245rem;width:32.8125rem;top:12.593383789062rem;left:18.975219726562rem;overflow:hidden;display:block; }
#Gr3STPBUWgsDBkaCT4lfKbyNoU4G8EGb { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-4),0);background-image:none;border-top:0.125rem solid #e4d7f8;border-left:0.125rem solid #e4d7f8;border-right:0.125rem solid #e4d7f8;border-bottom:0.125rem solid #e4d7f8;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:14.75rem;width:14.75rem;top:10.75rem;left:38.8125rem;display:block; }
#sSUQ5UdrUcfJCO3PfDdM6z1xlM7OoxTh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #04203a ;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:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.151rem;height:4.2755125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:180.74951171875rem;left:22.978515625rem;display:block; }
#lvAcmeqsVU3Pu5xRK8luJxcbf6nx9DSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CxtnHWvuzl3X4pEk19rovVK32kZmHxgW { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:16.125rem;width:55.6875rem;top:161rem;left:9.6875rem;display:block; }
#chWTzPDKTpzHrmgI98hiJ9ETzUTmlCxr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-0),0.7) ;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:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.42879875rem;height:2.11718625rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:174.1875rem;left:13.75rem;display:block; }
#yyMNCCsRBefVBXQRss8paFDNSiTiCSb7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KasdTDikCpxB1JOQ9rJVfoZxFwl2o81R { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:168.3125rem;left:13.125rem;height:4.5244125rem;text-align:left;text-align-last:left;display:block; }#KasdTDikCpxB1JOQ9rJVfoZxFwl2o81R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KasdTDikCpxB1JOQ9rJVfoZxFwl2o81R li:before{  }
#hGWx9paN5k8aqkFXkHw6wvaTDFUkgitx { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.62475rem;width:8.999625rem;top:163.56201171875rem;left:54.099731445312rem;overflow:hidden;display:block; }
#t6nRv2KgXCQ3wN70awNtiMeNQu97v047 { color:rgba(var(--color-primary-2),1);display:block;width:23.0625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:163.5625rem;left:13.25rem;height:3.25rem;font-style:normal;display:block; }
#Z94EgLykwsi05b7C9zTtLriRnb84iA6V { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:11.1875rem;top:159.375rem;left:12.1875rem;display:block; }
#UZbEUcWkFDk2IIGpTVA25MpzGK5bktys { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:160.0625rem;left:13.25rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#h8pyLIVzJ4SrdOJCgzvwDfsWhtxqTUGr { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8745125rem;width:3.4375rem;top:149.22668457031rem;left:53.702392578125rem;overflow:hidden;display:block; }
#Ix4bBaFRTt1zwqK8xaJxmlDoe3kV5CmC { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.37463125rem;width:2.687375rem;top:149.72717285156rem;left:59.593505859375rem;overflow:hidden;display:block; }
#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp { position:relative;display:block; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp { background-color: transparent; background-image: none; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container > .video-iframe-container { display: none; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row > .video-iframe-container { display: none; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .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); }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp { border-width: 0; border-radius: 0; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .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; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:59.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#niGdazO2cPVsAbDhl8zA7f94SoAZwCN1 { color:#c0fffb;display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4375rem;left:44.1875rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PkwTJLXmIDf8W9zzFsyJRHfqVXPmG57T { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6bacff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #6bacff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #6bacff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #6bacff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bacff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bacff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #6bacff, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:41.25rem;width:37.0625rem;top:5.4375rem;left:3.875rem;display:block; }
#m1VUX4P0ePq6sdNO5rkuzAERlsOLTRNt { color:#fbedce;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.1875rem;left:10.40625rem;height:2.03125rem;font-style:normal;display:block; }
#HKe9T7U7fXcmZ9yv04RcTBHHraGQrTF8 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:8.75rem;left:10.40625rem;height:3.65625rem;font-style:normal;display:block; }
#dEIZQ5TU0dslORKXvV4urJfcTrKqmcS5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:6.9375rem;left:5.625rem;overflow:hidden;display:block; }
#iJiNF41GeUoG4IV7P0P01kMAQ8oXeqyq { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:15.125rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#lo7hoAAd9qq3pmwkL5ka96kw6uEdRp3G { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:12.5625rem;left:5.625rem;overflow:hidden;display:block; }
#CSNLlEtiDebOF2u6t9cQ33hDG4qoFzTh { color:#fbedce;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.5625rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#newymbT1Q5JiDTVutWNuG1dUq5eN6J5J { color:#fbedce;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:17.9375rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#NWzZIvpnPGfmW3vTTICfAPaWtcuywkWf { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:18.25rem;left:5.6875rem;overflow:hidden;display:block; }
#OMx9tJXn115n9Burx0kFzspasEPbvIDX { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:23.9375rem;left:5.6875rem;overflow:hidden;display:block; }
#Z6tAgnFZUuvoIRR5reNJ1cnihG8foLDQ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:26.25rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#QpKwwfLVaMrkfxl23qL1upcEhpOdgmiz { color:#fbedce;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:23.6875rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#ftA8O4dN8rk7rZwn8LiJLypEWwwuG8in { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:30rem;left:5.6875rem;overflow:hidden;display:block; }
#oF0wTVP7P7Lpb0e4Pat1CovnEIUaXw8Z { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:31.8125rem;left:10.5rem;height:2.4375rem;font-style:normal;display:block; }
#h8Ae8fTw6T8FwQmnUMJ6gLTudLaXmbZz { color:#fbedce;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:29.25rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#xRt687QIUTllvMuRFQqph6f3ogAERInT { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:36.0625rem;left:5.6875rem;overflow:hidden;display:block; }
#D6hkFBS2R26AInWUXnA1rMkes5JAaXlG { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:38.375rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#XxmUQEWeKnvUWNzJ9P5tiTUAA5yw3DXJ { color:#fbedce;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:35.8125rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#iIi6kPo75XtpLi0mKEPl1Z6mIHPerEXE { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:41.9375rem;left:5.6875rem;overflow:hidden;display:block; }
#UzoCIxixp58ceMf8Xl3L3SPiBUeSKZ0J { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:44.1875rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#vIgdQ1J816QSwxCrbRgHn8TVKe2Oohtf { color:#fbedce;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:41.625rem;left:10.5rem;height:2.03125rem;font-style:normal;display:block; }
#TIbNZIqz8izIhUy3FTaTaLQacicENU0g { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:20.8125rem;left:10.5rem;height:1.21875rem;font-style:normal;display:block; }
#vkxC7mGep2ugoI5HL5tEp5HEOndJLgdH { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.51)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.51)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:11.75rem;left:5.625rem;display:block; }
#PJCTcvdqTNGiOCcZ5ui1kA86PzzDKxD6 { position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.51)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.51)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:17.125rem;left:5.625rem;display:block; }
#THUR0s4BvgekJaXeRqogu0DAmO7Ks8RX { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.51)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.51)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:22.875rem;left:5.625rem;display:block; }
#X4R6v26mzzpiVS5Q4g2AhPUGK8BwNBhr { position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.51)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.51)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:28.5rem;left:5.625rem;display:block; }
#RZ2Wge3anlaEfIdUT3av7Qzwk5ILQVJk { position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.51)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.51)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:35rem;left:5.625rem;display:block; }
#zkPBSpvwblquSV35BDdmkUn2arscrval { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.51)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.51)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),0.51), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:40.6875rem;left:5.625rem;display:block; }
#DnDTchX4aWPT7DiLPVNkiCpsbRKvKfrl { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.46875rem;left:44.1875rem;height:4.06274375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nOboVkuFaI2iXDbyZVLoUZNICBkJqv8K { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:26.875rem;top:18.24951171875rem;left:41.592407226562rem;overflow:hidden;display:block; }
#Z2Vp3LBwvHeP0pS5zVTdBh99SnV1IX1L { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #04203a ;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:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.3125rem;height:4.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:50.875rem;left:22.84375rem;display:block; }
#rAp2r6BT0DMsKQtn0Ep7Wd3PN2PwThGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JiZl5AvAAqDfLeg0Jilo2B2rKdiO1sBk { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #053e2c, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #053e2c, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #053e2c, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #053e2c, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#053e2c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#053e2c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #053e2c, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:41.25rem;width:37.0625rem;top:5.4375rem;left:3.875rem;display:none; }
#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT { position:relative;display:block; }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT { background-color: transparent; background-image: none; }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .row .container > .video-iframe-container { display: none; }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .row > .video-iframe-container { display: none; }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .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); }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT { border-width: 0; border-radius: 0; }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .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; }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:53.3125rem;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; }#KkORdMZ9X3BP5dGrkHuMunG70IbE334R { color:#c0fffb;display:block;width:74.0625rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0.46875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sV5cdApJSdNTg9StHhd4HOBdLrwbFgQn { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:26.8125rem;width:16.375rem;top:14.25rem;left:10.0625rem;display:block; }
#RSlM2ivyG7Hom51y7GgCFCIoSvPct22D { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:26.8125rem;width:16.375rem;top:14.25rem;left:29.3125rem;display:block; }
#g70VCJ3QEDBN09cM33CPh6J1EmpKg63x { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:26.8125rem;width:16.375rem;top:14.25rem;left:48.625rem;display:block; }
#kuIM99QosBMyDwgsC3UH7ueQDFNN7wnd { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1e1581, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, #1e1581, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, #1e1581, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, #1e1581, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1581', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1581', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, #1e1581, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.4375rem solid #02150d;border-left:0.4375rem solid #02150d;border-right:0.4375rem solid #02150d;border-bottom:0.4375rem solid #02150d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.875rem;width:8.875rem;top:9.375rem;left:13.375rem;display:block; }
#whBSxkWFmB4GRMIgTVSe28XFwD0ggISv { color:#bff3dd;display:block;width:11.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:30.4375rem;left:12.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D0A7nc5FxsHnnPZnmXa4clslUiudBsGA { color:#bff3dd;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:32.875rem;left:12.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oruIJn2ivzhZi9MTuF2aJCMasLgRTLtN { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:35.875rem;left:12.375rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krXlzW0AvW7tRaDxL5zDl1U7hoS45gtK { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.125rem;top:22.25rem;left:16.875rem;overflow:hidden;display:block; }
#VXRF8tVg2sIhulWhpXrVPtUkPkEHP0f8 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.125rem;top:22.25rem;left:15.875rem;overflow:hidden;display:block; }
#d7TBeSJRp9VwAQSrIobsRLHt8rptNa8K { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.125rem;top:22.25rem;left:14.8125rem;overflow:hidden;display:block; }
#IJVprbmDaXPMTnLe48vsh9umADFi0RAT { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.125rem;top:22.25rem;left:13.8125rem;overflow:hidden;display:block; }
#iqS8zrvrsTUExaDEqavc3q8HkyxGTSll { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.125rem;top:22.25rem;left:12.6875rem;overflow:hidden;display:block; }
#Nvl2QoEm0fUAOmRyfFRPXFCeGhsdOJoJ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.125rem;top:22.25rem;left:11.625rem;overflow:hidden;display:block; }
#z7ldfQNgP3liOCiPTiQTdNNybnZ7Xddm { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1e1581, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, #1e1581, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, #1e1581, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, #1e1581, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1581', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1581', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, #1e1581, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0.4375rem solid #02150d;border-left:0.4375rem solid #02150d;border-right:0.4375rem solid #02150d;border-bottom:0.4375rem solid #02150d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.9375rem;width:8.9375rem;top:9.375rem;left:32.59375rem;display:block; }
#RgGRtM2wwi4wBz6aTbmQpLADOguEZ8Ti { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.4375rem solid #02150d;border-left:0.4375rem solid #02150d;border-right:0.4375rem solid #02150d;border-bottom:0.4375rem solid #02150d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.9375rem;width:8.9375rem;top:9.375rem;left:52.15625rem;display:block; }
#U31o0WuhO3L77TBvVkPveHt5cgG72uK1 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:12.75rem;left:34.53125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KQNXs9EDwhxKT9gnJ8QPvPz59niuw4Kh { color:#ffee3f;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:11.375rem;left:53.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y1DwxPvINfsQeClm86Zyio78HnRVrbcQ { color:#ffee3f;display:block;width:5.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.40625rem;left:53.6875rem;height:4.06274375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9gt9cmvEz1zdWQrWHOX25l0OMuZqGLi { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:31.1875rem;left:28.5625rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JrHI4KHvQwKau6rzROObXJS2fNTvzQaX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:32.875rem;left:28.5625rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2d6IsImJMtkX1m83mFzd1f1EafCpauu { color:#bff3dd;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:35.3125rem;left:28.5625rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTE6QqPfv34tx8MUP4hbR7cCRVJXyium { color:#ffee3f;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:34.1875rem;left:47.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STlKnKAe3S6x5ZfKlLxfEPgRNWD7WRyy { color:#ffee3f;display:block;width:2.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),0.5);top:14.5625rem;left:58.84375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQPP30VWsLPcp7CTMp36bq33z2XrpKzy { color:rgba(var(--color-tertiary-0),1);display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.75rem;left:15.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Icr7XHoBF8UgpxBTtmPTwEJU9bmE5uA1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:31.1875rem;left:47.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gdH9hDlCDk8IDa2KScS9La9fBEioTRHz { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:38rem;left:47.875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpHiShGCVzHPrhqqpIs3xukpToMc2ITZ { position:absolute;display:block;z-index:15034;border-top:0.0625rem solid #bff3dd;border-left:0.0625rem solid #bff3dd;border-right:0.0625rem solid #bff3dd;border-bottom:0.0625rem solid #bff3dd;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.75rem;width:15rem;top:21.1875rem;left:49.25rem;overflow:hidden;display:block; }
#bIyHffealmcn7d23Rb1NV81l9hXluN1G { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:12.5rem;top:19.6875rem;left:31.25rem;overflow:hidden;display:block; }
#BaAB9MiKkxvu811ndIFK8del2mOmVJga { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem #04203a ;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:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.3125rem;height:4.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:43.5625rem;left:22.84375rem;display:block; }
#hnhW8LktE5tSneFHr7q11haoNkeDVb8G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container { background-color: transparent; background-image: none; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container > .video-iframe-container { display: none; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row > .video-iframe-container { display: none; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .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); }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container { border-width: 0; border-radius: 0; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#VO9IRWHnwDtzdNmGcFpQG5uue9lZXWtN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:25.875rem;left:11.375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rlLSpirVfGgRUEzxdRT4wwSJZW0ImKEZ { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1e1581, #060413);background-image: -moz-linear-gradient(180deg, #1e1581, #060413);background-image: -ms-linear-gradient(180deg, #1e1581, #060413);background-image: -o-linear-gradient(180deg, #1e1581, #060413);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1581', endColorstr='#060413' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1581', endColorstr='#060413' );";background-image: linear-gradient(180deg, #1e1581, #060413);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:24.5625rem;width:24.5625rem;top:13.687255859375rem;left:43.812255859375rem;display:block; }
#W7JnUnJwWsy1bwcSLZNo2Fy8xJ5g0Pdy { color:#c0fffb;display:block;width:10.06225rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:1.937255859375rem;left:9.2266845703125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XwOlTi596THddrX1w3GsWtlTAfhRHhzU { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PZwnd34FVnhGSRbkfWpsZJ2ebG8TJfPw { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8125rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:4.6191425323486rem;left:9rem;height:6.5800875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eMQTF4sImVQNimSi0TfGDaZseb7RO6m4 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15055;line-height:1.2;letter-spacing:0;top:34.5625rem;left:19.25rem;height:1.275025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QxB0Er55ytPGAzctE7v92vOaiLEAZlTb { color:#c0fffb;display:block;width:30.8075rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:11.737670898438rem;left:9.2266845703125rem;height:1.54345625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BTsRzCeSzdksBJzOG3gIKWWX2pDu27uK { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:15.25rem;left:11.1875rem;height:6.798825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MX8DTnn6FQgNeP6XQRqKBMcebPQGMCWr { color:#c0fffb;display:block;width:27.999875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:6.1871337890625rem;left:9.2266845703125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qe6hNe5yUIJQu8h0rhL8bQx7PAyaw2bd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:15.375rem;left:9.25rem; }
#rAzoUh1tHNIOLZIvLl3yWUreX4p5ttt8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:17.0625rem;left:9.25rem; }
#DBX5okHkiObkJJo3NAZwQfPoSsFTn2Sw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:18.75rem;left:9.25rem; }
#RX3oAf6vixbpSwD8dz32lF7X3MSTw7Sz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:20.4375rem;left:9.25rem; }
#CRSPkwax52BPEEmlmtRcFTMNfg12EARM { color:#facc6c;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:5.625rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:27.874145507812rem;left:11.37451171875rem;height:7.3125rem;font-style:normal;display:block; }
#oPAiMTXfZeTiEfp5eD4NObKaytg5zqcB { color:#facc6c;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:30.5rem;left:27rem;height:4.0625rem;font-style:normal;display:block; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-form-header {  }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.375rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-text {padding-top: 0; padding-bottom: 0;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-select {padding-top: 0; padding-bottom: 0;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-4),1), #fa2626);background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-4),1), #fa2626);background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-4),1), #fa2626);background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-4),1), #fa2626);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#fa2626' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#fa2626' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-4),1), #fa2626);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:20.375rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:#facc6c;vertical-align:top;width:19.3125rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-container:first-of-type{padding-top:0;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-container:last-of-type{padding-bottom:0;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.6875rem;top:13.5rem;z-index:15021;position:absolute; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.375rem;display:block;vertical-align:top; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk {display:block;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.6875rem;top:13.5rem;z-index:15021;position:absolute; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #QWiiOAfDaDdnV9W33eqiVcTbAM4aKCxm { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #kaX1dtxslFsVRBEtkzaUx3lZAmr1N7Dd { position:relative;display:block; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #gJE8D9STb7kdG8ITQTF7EqWTF4qiNQvV { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #T3QyfEINOUggutTHcsHH83NrpIR6kumV { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #AxP6ayTGfFx6w1vogbzzwdPFNac2Kd84 { position:relative;display:block; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #uoPOo5p6XsKNM4rtIztKPOrWEhfo4kFO { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #datgI6ZUIyT3G9RA20moMwtadCsFeu27 { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #sqDOTgCC5UFzNhmrDwA4FrKMqktOQzQs { position:relative;display:block; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #aa7nqhuQys21d8b1NTIwp5TsVKEtnMZV { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #ZfuL0cysTccm0Slv4QCSLi6DT0BPWLTU { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #AIPoleluZSacJrtnED6ddUrbXOSz3nh8 { position:relative;z-index:2; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #H3kT5FZ9mMZMT83pJNZHLUArPhC3hOAo { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #p4Gyup4gMre88yCIFB6PDDCSrlwc7DiB { position:relative;display:block;z-index:15000; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #SnRiAzZ5VOlTHh88QNC4GP4RwJSlodG9 { position:relative;display:block;z-index:15000; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #ppqbBqhmXe4Xi9L7IuHhxDSKbH6nx5GG { position:relative; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #pgingh2BNupTOO25UR7czekA80T7EMsZ { position:relative; }
#JUQ0RGCcG4Uc3V9OTJoEHn83wUAvXZuK { position:relative;display:block; }
#ERyoyWsPQAdKsTPTvcJG9WCG3pTAdxKw { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SdgZ45ix3P0gcB8JZ33xh5QQeanfxhLy { position:relative; }
#R89umpWWkM3AxTQ5okSUhKAb70xWFqJh { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oVWr7OhRelpSWRJsqL6b6G9SdM3F07Xc { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mHr3dOUVCCbew2wrBkDKDWOppsJSWwnI { position:relative; }
#HCiEgGRA3NlhFWbgtTi9tsAleaTN7K4O { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AT1t3yDHamFCzptgg0zV5rIwVh6dSJXm { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aO8hioFZGydcmZIokgeJ0CJTJzF5NzBc { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gUixZzcM8TJbXAEwPSNiKh48kA9Xa4uI { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Vh7n9smUVyIqMzsmaEHPxEEMWet6ZsoQ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #amKOcmCS1cHUTSrSEQk7M3iNX243V4lE { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zO27WRTI8tU7qstwumfgyeUJp80t67b2 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fa7r1MlJMzFbMF4ZpFvh7u82JhgmJOUg { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hVLVv2Ug81fJVSZ8KQJF89LgrGzCgXkz { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bAFOaI0TIOWLrN1dLpAcnyg6lgfSLRtM { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zTtZd66aro6ntFurv3Xt3nbJOkaBLnPV { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pvgR0WSpT9MJscOgz1hJ59uLuyiW3I51 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EHT8KgxbZ9pozAFFUJr0iTqSA3Q6DkVq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iee5Sg4Ct94DlWgvdBSkF43H91foSask { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UOadmgQx30pruIFLPoIzFJpCATEbGd8M { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SHbe7qOXR9XpE1pOFw15FAwMs7XWLvxx { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pmERaU5NTaOy0FslFwTEPtOuTB3wbZRr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #w8SXeo7DPR0aV4NGbIN3mKlsUKIcqfQ8 { position:relative; }
#cLHT4BwbTfG3NSvQgP0zKBwTg7lXECGg { position:relative;display:block; }
#L5HpG5vuRQq2UBDniQpf2ncTgtHJiM5O { position:relative;display:block; }
#s3JQAQkV8XTWzgQBaHTExvWdtT7USsFn { position:relative;display:block; }
#vq0RzDJJkJG4JVE60UdgsWhXrru0Dtu6 { position:relative;display:block; }
#RQI0T9JWXaBwGrpMnDi09KpCHpkDMhvC { position:relative;display:block; }
#mmdihzpNlT9isPkrfLhT0at9tl4zBeef { position:relative;display:block; }
#w36xSTx0WF26LtvGGy9H0v6geg8NTTV4 { position:relative;display:block; }
#ib5l64L0o5Ex5d6PDUhgeJrN1mnW3JVO { position:relative;display:block; }
#WFT2yzW3aNwwI0qz8ER5UdT88TNTIJNO { position:relative;display:block; }
#SASW9c7AcahfAwE4xaOkQGm7fIrPMJw9 { position:relative;display:block; }
#L73VduLVkTc1gT4FOCuA95tyFQAinUtd { color:#ffd44d;display:block;width:17.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:1.937255859375rem;left:46.25rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#b79O1sB2R6sdiOJsoziuVFGzz1KyeIit { color:#fff300;display:block;width:17.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:5.186767578125rem;left:47.154541015625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wN6QAe3pBWntiT66WxXtGNirr2LAn5C3 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:9.5625rem;left:46.25rem;height:2.17480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { background-color: transparent; background-image: none; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container > .video-iframe-container { display: none; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row > .video-iframe-container { display: none; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .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); }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { border-width: 0; border-radius: 0; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;overflow:visible;position:relative;display:block; }#T9Ji8dDSEvCQFXP0WnaFys090kKCTQUZ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #15b5fa, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #15b5fa, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #15b5fa, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #15b5fa, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #15b5fa, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.375rem;width:41.25rem;top:3.0625rem;left:16.875rem;display:block; }
#ghP87pTDwpgMqLCcg8ayESw08UERm5I2 { color:#2f279d;display:block;width:28.185546875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:2.8125rem;left:27.6875rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dh7WGdWJcIKm6X6iNwo5J3FGWFhXJlqa { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:8.1875rem;left:30rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zyyDHtApyxwRr0n2Ou5RRLCmmN8KRAiO { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:11.25rem;left:34rem;height:8.449225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FRnJMDTV2hU3IxVQUr92ETmvPARPfZlZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.125rem;left:33.0625rem;height:2.92480625rem;font-style:normal;display:block; }
#qRi0qnCz3QaItbA8OqKLvIDOLv7Bh2BU { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:19.6875rem;top:7.0625rem;left:11.625rem;overflow:hidden;display:block; }
#Co77Z1wLHnZVv58oBAzfacMpTF2NHqEC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:11.8125rem;left:31.9375rem; }
#W6FiBwucIgPTXVUyoI9NBtKUxpg4OSKZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:13.75rem;left:31.9375rem; }
#Ovwtgk5mhEpIbSeqaMvNSf8BfaCHAxsk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:15.9375rem;left:31.9375rem; }
#KgzTNQixKQnrXddmsgtGWHJTe1oHNs2T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:18rem;left:31.9375rem; }
#fQNTL8TO92pRhspPU9INxxZibbbNXdDQ { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#95bdff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#95bdff' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #95bdff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.8125rem;width:29.9375rem;top:2.3125rem;left:26.8125rem;display:block; }
#zrkVCx3JdfhC77nlNmbTbGNMVQfqNuVm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.5rem;width:63.5rem;display:none; }
#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { background-color: transparent; background-image: none; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container > .video-iframe-container { display: none; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row > .video-iframe-container { display: none; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .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); }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { border-width: 0; border-radius: 0; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#HwPyceQbAyvEaLCZprRoFLaik3bQgitQ { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:3.75rem;height:2.5996125rem;display:block; }
#fi3saGdtOwFJhoch5Uiit2l2pzKR4oMW { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.75rem;left:3.75rem;height:2.92383125rem;display:block; }
#TT88PhtW127SiL8HfG7pmXAfSTd8iJOT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.6875rem;left:50.375rem;height:0.97473125rem;text-align:right;text-align-last:right;display:block; }
#JpIEZ30TKpowBQuvy9TtQLegLSslq0R6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.21875rem;left:56.3125rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#p5O7ybE1MHDqPqbMMR7HxqLLOJv1FyDF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:1.0625rem;left:65.5625rem;overflow:hidden;display:block; }
#alsqkxfUrdDMyat7L8SE3h5p5P1eiB8t { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8rem;top:2.4375rem;left:3.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG { display:block; }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vp3g1f99I4MvwE9KgXgidQnuTEdgfOcZ { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2RlQyN0oqvJPyDzZLS0tLStbTcIAR0p { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJNOG9ioSvybwtUFg4VR9peS2HqdZwqs { top:27.3125rem;left:16.4375rem;width:29.8125rem;height:13.25rem;font-size:1.25rem;display:block; }#UJNOG9ioSvybwtUFg4VR9peS2HqdZwqs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #E6igR3Zciib3T8MbttfSt8bBNdLwfWlB { width:29.1875rem;height:4.3125rem;top:49.375rem;left:10.999633789062rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH2MoAiCn7ELyXV1AIh13AWI9tFJ02Rd { display:block; }
 }@media only screen and (max-width: 763px) { #T8s6vzqDOwqfc6wbgi9q5ePJzfeamf3I { width:14.8125rem;height:2.5625rem;top:42.5625rem;left:30.585205078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI269MziD51yA1XyiMqJ916Q4TsnrlTl { display:block; }
 }@media only screen and (max-width: 763px) { #zmm8M3b2d7irmhiKNQ5FrMdkTCwDCVpS { top:53.3125rem;left:1.875rem;width:13.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZfs4iGowXTO3fHtm4Tc5Upmqn3eFccZ { top:17.5rem;left:0.5308837890625rem;width:45.4375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #irpfqDaWTeaiHcNsxrg4LG6OZ90REnk3 { top:53.4375rem;left:17.125rem;width:13.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geSpfPeTT26mdkcOOI81ieDXUAhC8T7T { top:53.4375rem;left:33.0625rem;width:13.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFH9hPyJiZAhXTr62223e3GJ6khVpSDS { top:8.625rem;left:0rem;width:47.75rem;height:7.125rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a15gTO25Be1qOguRm5XD2TvMat2N2Rr0 { top:1.6875rem;left:14.84375rem;width:18.0625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpgQhteIAqfP0mSRxvOnWPoPkokTUnm8 { top:24.5625rem;left:24.625rem;width:23.125rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkEFh3FNKQgasCnVrwQOHLvTxiGqvZM3 { top:21.5625rem;left:0rem;width:35.5rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr { display:block; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MU3g6sbuTOyuof1A17armeVIsZSchaOL { top:10.1875rem;left:0rem;width:10.9375rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCOJpcXogQhBWUMCsGEakuXoGTpVr3PI { top:14.9375rem;left:0rem;width:12.0625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veXcatIvnMwLNqrNLs47k8MJfTs2D0mT { top:2.25rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGWreJyak1rMEBu8ElVzg4TuSA4WC4e2 { top:10.75rem;left:0rem;width:20.5rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISHX9BQ5AfJEOrBebLCbqv5ynMXoafcL { top:9.625rem;left:0rem;width:13.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d92lL4JaKxCZbQqKod3qMoT6FyZHcbwd { top:16.375rem;left:0rem;width:12.0625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQo3oTCZrAeMRpHlpAXxRa2ifKWARaWV { top:10.75rem;left:13.8125rem;width:20.5rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgmTZdWQVwVSn7sWGhZdvg92uZt74HL4 { top:10.1875rem;left:18.6875rem;width:10.9375rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfDVt0Ae4if75Ob5XKK8AmO5XX9vFeRT { top:16.375rem;left:21.1875rem;width:12.0625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc6B6OgRX33FxklvbDFDT1VoGu6dhK2g { top:14.9375rem;left:21.3125rem;width:12.0625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZkB5Weulk0m2UqAqHnf0vW33Nib7I0a { top:10.6875rem;left:27.1875rem;width:20.5rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUbFUKcoPBR7IBenQtUOJ5SUaN7pc8DR { top:16.3125rem;left:35.6875rem;width:12.0625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8FHGrTAihWPmtnCqMaKxw5NuoydwsJx { top:14.875rem;left:35.6875rem;width:12.0625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QluVW1irB1lg1bbCTnoyFnJGCGGgGOBf { top:10.1875rem;left:36rem;width:11.6875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T424myeQep4xct6TIt7pcbxB4Uv0Pd4u { top:9.625rem;left:17.25rem;width:13.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwDXh8lwguAQEXA8PW6Ar26TLs7HLEi0 { top:9.625rem;left:34.0625rem;width:13.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDzAzxzcNXb1tH1bQ6AxDk85rFRg6QW8 { top:28.1875rem;left:0rem;width:20.5rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1XDb7zElqeKJWfK9PKCpNDEtcsmIuZL { top:32.375rem;left:0rem;width:12.0625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyw2cTm4o1RKM8EntDJnsL1SXEoBrqgP { top:33.8125rem;left:0rem;width:12.0625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9sXWWUnliMtw3kdOFaSoVhrPiPK8gv3 { top:27.0625rem;left:0rem;width:13.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L06ER8r4IeCCNklcKznQkXxRTrrciuOs { top:27.625rem;left:0rem;width:10.9375rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyk9V0vlLuURT9vvtRTKzgAmobnMeqQQ { top:28.25rem;left:13.8125rem;width:20.5rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI8Sag2vynMJahZCVKnSCTvJ7vSJGgzs { top:33.875rem;left:21.1875rem;width:12.0625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABM5cu6135exMDudqVcUR8UWaP5NqCzF { top:32.4375rem;left:21.3125rem;width:12.0625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsQ6kiHHePwuisGty1dOd99Exi46ZXkq { top:27.125rem;left:17.25rem;width:13.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV8zysnnqJRX9IP1SWL0NTRc1XivKftU { top:27.6875rem;left:17.3125rem;width:13.625rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwSMagvWZWIBVumq0J9iFyA6xhU8Kdos { top:28.25rem;left:27.1875rem;width:20.5rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOSdF78nafs4AmH1syFokdK78mlc5Kpr { top:33.875rem;left:35.6875rem;width:12.0625rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO0r3dDiawHkrSXDoqs34xQQR7JXR1uE { top:32.4375rem;left:35.6875rem;width:12.0625rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwTPwxczdLoFlcKn1dndB5SLp4Mtlxx4 { top:27.75rem;left:34.125rem;width:13.5625rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahf0CQbVUP9qTWPMsXkMpFwwT3Zp6t2t { top:27.1875rem;left:34.0625rem;width:13.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeCcsJ8aNPzrML0m9h3tTXV2W7Fg6cJl { width:29.1875rem;height:4.3125rem;top:43.6875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urP6e78SyQKFaTWoF1EEWx2c9rZbQLHE { display:block; }
 }@media only screen and (max-width: 763px) { #o0IgFuTWe5BKswBbDRPl8OgE6Q5SUsF6 { top:12.3125rem;left:0rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB61ebNdtegdOE1TAUG7Mb0L3vswVqf1 { top:12.3125rem;left:13.8125rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTyyTb7Nlgi54HZZSn57XH0otUV6Suzg { top:12.3125rem;left:36.4375rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQFq1iUuJmq3CfkdGlr5biTbNsDZSxWl { top:29.75rem;left:0rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfRkU648BE4BTvdpcM3aEHmThluTmVd1 { top:30.125rem;left:13.9375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI7hVqHnM7EKvaH5D32UbsRDLfbQvvDm { top:29.875rem;left:36.4375rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk { display:block; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srTH1yHVT4m8tqlI8upC3boa8ITClqTA { top:55.125rem;left:0rem;width:47.375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXiIiF8fcElywRZ4n5EupAPEBMNuT61i { top:53.5rem;left:0rem;width:14.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4TWv0dFy5STggMPfWLhcVN42TtaHgx2 { top:75.125rem;left:0rem;width:12.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK { top:82.8125rem;left:0rem;width:36.25rem;height:4.375rem;font-size:0.8125rem;display:block; }#Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK li:before{  }
 }@media only screen and (max-width: 763px) { #JWuTFbiV4EuIhig4unxZTtdJoZDAmURc { top:74.4375rem;left:0rem;width:13.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT5iJH4xmXwMTefvxhlak7k2eisRJ9CA { top:76.0625rem;left:0rem;width:47.375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6knSssMfn0MkSnZcW2TVTG6EwkBlRbn { top:54.1875rem;left:0rem;width:14.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz { top:61.5625rem;left:0rem;width:37.3125rem;height:5.625rem;font-size:0.8125rem;display:block; }#cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz li:before{  }
 }@media only screen and (max-width: 763px) { #hB5mZgyWJDZkz5L7oPAzhsZOrJAs15MC { top:56.375rem;left:37.5rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdZAtWafsvT1cRPRuT2JPPZ5lS0VgFF6 { top:93.875rem;left:0rem;width:13.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLIEG2DuqheIznAyaBUX8GW25g2GrRRC { top:95.5rem;left:0rem;width:47.375rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsMdOMD8qsW1zS442MnBzM4EdfLHxTXF { top:94.5625rem;left:0rem;width:14.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf0IsCRFvgghOiZFPTbXwwZpuXhx5fF1 { top:104.875rem;left:0rem;width:22rem;height:8.125rem;font-size:0.8125rem;display:block; }#uf0IsCRFvgghOiZFPTbXwwZpuXhx5fF1 li:before{  }
 }@media only screen and (max-width: 763px) { #aH0hNo28HIB9xHaPIxugdS9ETMsqfW95 { top:101.9375rem;left:23.8125rem;width:0.125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQRZaHNQUTtdustTFTvpTzvu4LxV7CRr { top:98.125rem;left:17.125rem;width:5.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVuocsProoyaaXSXfBlW3sDcsuEJczRf { top:98.0625rem;left:42.25rem;width:5.5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwh8cuKvF7XaZiETbHiWTHAOGayu418v { top:104.875rem;left:26.0625rem;width:20.3125rem;height:5.3125rem;font-size:0.8125rem;display:block; }#Fwh8cuKvF7XaZiETbHiWTHAOGayu418v li:before{  }
 }@media only screen and (max-width: 763px) { #t2aO2zN1A9z71FDnptF29nD0Om6IPAAJ { top:118.8125rem;left:0rem;width:9.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl6iV2sBgz4xer3MCxeqG5xESGSLKCMD { top:119.5rem;left:0rem;width:8.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgrMDMbooKNOIDoVlZWxqZo3FVL3oBJS { top:120.4375rem;left:0rem;width:47.375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csDund3sT0B3I1k2PylZPZUJOQ6SEmie { top:127rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:0.8125rem;display:block; }#csDund3sT0B3I1k2PylZPZUJOQ6SEmie li:before{  }
 }@media only screen and (max-width: 763px) { #Vwf5frIIPpD8IECvm1cel1mWPTi4awWI { top:124.4375rem;left:38.8125rem;width:8.9375rem;height:5.3368142467219rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZbM2Xpgt6gyPrlpyTZ5R3oKgl8ab088 { top:138.25rem;left:0rem;width:11.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7KeubzKoC6TRTvosTO2i09LzGVPigXc { top:139.875rem;left:0rem;width:47.375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGG6HA9nuypNrBVsIfSRWVaVpDZ9wXHy { top:147.1875rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }#lGG6HA9nuypNrBVsIfSRWVaVpDZ9wXHy li:before{  }
 }@media only screen and (max-width: 763px) { #B4gDsxnKfXwZrsUTmPZCH8rqTbX3LEHC { top:141.125rem;left:42.531005859375rem;width:4.875rem;height:6.788481671416rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdSQWvdoLUbfaPH5iUzwL0rRWUQIfIv1 { top:138.875rem;left:0.4130859375rem;width:7.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQgvofLpcTbPJsWLUAGuey8IQSq65hMO { width:20.4375rem;height:2.125rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbGt8wdG4TUO3gWK31kDcR4prwvRp0dL { display:block; }
 }@media only screen and (max-width: 763px) { #kKUiPDx7gyKT4CuECBFWUxesyzbGD6S1 { width:20.4375rem;height:2.125rem;top:89rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDPZCbNKv3c0SLqgACWLTpixxmkD0GWh { display:block; }
 }@media only screen and (max-width: 763px) { #sCUodSbXRpioqVTuVtETH6nN3PFhedi6 { width:20.4375rem;height:2.125rem;top:114.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI5AJFTIIy2SkXeaRKuTwMa2P1NCpMzq { display:block; }
 }@media only screen and (max-width: 763px) { #TecTffhzdMJsCnJc41ushD4FsDV6b9WU { width:20.4375rem;height:2.125rem;top:114.0625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvJuiJtbFnogBFCqn4aovgT1q3lXxAdv { display:block; }
 }@media only screen and (max-width: 763px) { #Fs2DEZiKVvy6mBGTiZbuvAvT3vesZC60 { width:20.4375rem;height:2.125rem;top:133.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKiuWeupeIvWg5mWAAG5PMcbR1oVzlbW { display:block; }
 }@media only screen and (max-width: 763px) { #gzG8aICMNTvyGDnRNpgPbaOgVW9bvLmT { width:20.375rem;height:2.0625rem;top:153.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFJlPBdyuzd1TpuofktCoK5K5CpqMvm8 { display:block; }
 }@media only screen and (max-width: 763px) { #s0M0B56luVc0ceNKenedpqx1ti36Qtof { top:37.1875rem;left:0rem;width:13.125rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTOA3tXiy3haXIlmTlhr8Kbs3hcZBqEt { top:37.4375rem;left:0rem;width:4rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOp6XHI1GshvZV7KoUkclGVe19s6zx9D { top:39.5625rem;left:0rem;width:13.1875rem;height:2rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8nhcILxoMdqSWmaAA3gyNT9kRDDMTxp { top:43.8125rem;left:10.873291015625rem;width:10.8125rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVUVLDsBeO8kvfwLRiHn116fGvGmlrgU { top:6.9375rem;left:0rem;width:10.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN0adxqH9dlkw5BqLwQeC6s2TMcqRE1f { top:9.875rem;left:0rem;width:21.0625rem;height:5.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eolWgx0rC6UfW5a5nuCqMTMJag4PGMIZ { top:15.75rem;left:0rem;width:20.8125rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1MacLcKBakPwXPQTbL03nXkJs5U1A1F { top:23.75rem;left:0rem;width:20.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkz6nHOThnb8JahfT4ptIIrtWB7XzLau { top:25.125rem;left:0rem;width:10.8125rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pflks46g4p3BsNSi24idLkUC8A6NHTcT { top:24.5rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcycgfV6s4sAEWbfxXzoy39WdpLq67GB { top:10.1875rem;left:24.625rem;width:16.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArcraN9rQgmTB8WJpJcsl8lzl9R1bk1T { top:30.1875rem;left:0rem;width:20.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHS3pXSVL8rz5lFM3CbnaOVhOXmDu3y1 { top:30.75rem;left:0rem;width:4rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLxr5vnTwTn1RBTdPBLmTVwqpGrHqr5M { top:31.4375rem;left:0rem;width:12.5rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCekDpaEOkuUT95bSa9X2H3Vw8MPUR10 { top:36.9375rem;left:0rem;width:20.5625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxBcGo5s0HvEzd03IGhTyIuuezPeHgkh { top:26.25rem;left:27.1875rem;width:20.5625rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfSnd6vn4rUCUaJABLlTRXMVPiytGtaR { top:27.0625rem;left:31.8125rem;width:15.9375rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx { top:30.1875rem;left:32.5625rem;width:15.1875rem;height:;font-size:0.75rem;display:block; }#zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx li:before{  }
 }@media only screen and (max-width: 763px) { #OAredVTs43A48er8wgQE0gT1EVTMf5J0 { top:37.1875rem;left:10.311767578125rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgtzZEoGEZbTNTiIDnTKpnAhiQmzdkbl { top:40.5625rem;left:10.872680664062rem;width:10.8125rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nplxXpmGvebVeEcQ2wyZdeTPMi4e0iK3 { top:12.5625rem;left:27.249633789062rem;width:10.8125rem;height:7.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd1yBRlAcOglSDZ09IJHgE6qpnlNPWZq { top:19.375rem;left:27.25rem;width:10.875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNy824X6Kgat4HlzTQrRz7Z0m84xM2tn { top:57.6875rem;left:0rem;width:12.5rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1lDueoP4oVkvPH25faTBlfSLGx6QK7g { top:78.625rem;left:0rem;width:18.6875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfQnIpLkzTyuuLOzna0cGTnpkeFTGua3 { top:98.0625rem;left:0rem;width:10.1875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6KKLtFNosaBwI5F6BsAsBKfBUMFAhlT { top:123rem;left:0rem;width:17.9375rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXvaGmhWf9wNfxwKDCTcdMOTMsLWdl1g { top:142.375rem;left:0rem;width:27.5625rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Bz0NUwldnDQTim6lHDcAxTd3qMJano { top:97.875rem;left:26.0625rem;width:16.3125rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSrNldcgSiaaLxh9uc09fIStSqVNiRsf { top:77.375rem;left:41.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEneQlJyfGb5dZHFsNmV7ncMHiHEUlJI { top:12.5625rem;left:5.3502197265625rem;width:32.8125rem;height:45.1245rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr3STPBUWgsDBkaCT4lfKbyNoU4G8EGb { top:10.75rem;left:25.1875rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSUQ5UdrUcfJCO3PfDdM6z1xlM7OoxTh { width:29.125rem;height:4.25rem;top:180.6875rem;left:9.353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvAcmeqsVU3Pu5xRK8luJxcbf6nx9DSK { display:block; }
 }@media only screen and (max-width: 763px) { #CxtnHWvuzl3X4pEk19rovVK32kZmHxgW { top:161rem;left:0rem;width:47.375rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chWTzPDKTpzHrmgI98hiJ9ETzUTmlCxr { width:20.3125rem;height:2rem;top:174.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyMNCCsRBefVBXQRss8paFDNSiTiCSb7 { display:block; }
 }@media only screen and (max-width: 763px) { #KasdTDikCpxB1JOQ9rJVfoZxFwl2o81R { top:168.3125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.8125rem;display:block; }#KasdTDikCpxB1JOQ9rJVfoZxFwl2o81R li:before{  }
 }@media only screen and (max-width: 763px) { #hGWx9paN5k8aqkFXkHw6wvaTDFUkgitx { top:163.5rem;left:38.8125rem;width:8.9375rem;height:6.5790189174549rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6nRv2KgXCQ3wN70awNtiMeNQu97v047 { top:163.5625rem;left:0rem;width:23rem;height:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z94EgLykwsi05b7C9zTtLriRnb84iA6V { top:159.375rem;left:0rem;width:11.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZbEUcWkFDk2IIGpTVA25MpzGK5bktys { top:160rem;left:0rem;width:10.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8pyLIVzJ4SrdOJCgzvwDfsWhtxqTUGr { top:149.1875rem;left:40.077392578125rem;width:3.4375rem;height:3.8745125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix4bBaFRTt1zwqK8xaJxmlDoe3kV5CmC { top:149.6875rem;left:45.125rem;width:2.625rem;height:3.2963047699893rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp { display:block; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niGdazO2cPVsAbDhl8zA7f94SoAZwCN1 { top:5.4375rem;left:26.0625rem;width:21.6875rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkwTJLXmIDf8W9zzFsyJRHfqVXPmG57T { top:5.4375rem;left:0rem;width:37.0625rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1VUX4P0ePq6sdNO5rkuzAERlsOLTRNt { top:6.1875rem;left:0rem;width:16.125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKe9T7U7fXcmZ9yv04RcTBHHraGQrTF8 { top:8.75rem;left:0rem;width:29.75rem;height:2.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEIZQ5TU0dslORKXvV4urJfcTrKqmcS5 { top:6.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJiNF41GeUoG4IV7P0P01kMAQ8oXeqyq { top:15.125rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo7hoAAd9qq3pmwkL5ka96kw6uEdRp3G { top:12.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSNLlEtiDebOF2u6t9cQ33hDG4qoFzTh { top:12.5625rem;left:0rem;width:16.125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #newymbT1Q5JiDTVutWNuG1dUq5eN6J5J { top:17.9375rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWzZIvpnPGfmW3vTTICfAPaWtcuywkWf { top:18.25rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMx9tJXn115n9Burx0kFzspasEPbvIDX { top:23.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6tAgnFZUuvoIRR5reNJ1cnihG8foLDQ { top:26.25rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpKwwfLVaMrkfxl23qL1upcEhpOdgmiz { top:23.6875rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftA8O4dN8rk7rZwn8LiJLypEWwwuG8in { top:30rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0wTVP7P7Lpb0e4Pat1CovnEIUaXw8Z { top:31.8125rem;left:0rem;width:27.625rem;height:2.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Ae8fTw6T8FwQmnUMJ6gLTudLaXmbZz { top:29.25rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRt687QIUTllvMuRFQqph6f3ogAERInT { top:36.0625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6hkFBS2R26AInWUXnA1rMkes5JAaXlG { top:38.375rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxmUQEWeKnvUWNzJ9P5tiTUAA5yw3DXJ { top:35.8125rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIi6kPo75XtpLi0mKEPl1Z6mIHPerEXE { top:41.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzoCIxixp58ceMf8Xl3L3SPiBUeSKZ0J { top:44.1875rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIgdQ1J816QSwxCrbRgHn8TVKe2Oohtf { top:41.625rem;left:0rem;width:22.625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIbNZIqz8izIhUy3FTaTaLQacicENU0g { top:20.8125rem;left:0rem;width:29.75rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkxC7mGep2ugoI5HL5tEp5HEOndJLgdH { top:11.75rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJCTcvdqTNGiOCcZ5ui1kA86PzzDKxD6 { top:17.125rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THUR0s4BvgekJaXeRqogu0DAmO7Ks8RX { top:22.875rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4R6v26mzzpiVS5Q4g2AhPUGK8BwNBhr { top:28.5rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ2Wge3anlaEfIdUT3av7Qzwk5ILQVJk { top:35rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkPBSpvwblquSV35BDdmkUn2arscrval { top:40.6875rem;left:0rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnDTchX4aWPT7DiLPVNkiCpsbRKvKfrl { top:12.4375rem;left:20.5625rem;width:27.1875rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOboVkuFaI2iXDbyZVLoUZNICBkJqv8K { top:18.1875rem;left:20.875rem;width:26.875rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Vp3LBwvHeP0pS5zVTdBh99SnV1IX1L { width:29.3125rem;height:4.4375rem;top:50.875rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAp2r6BT0DMsKQtn0Ep7Wd3PN2PwThGm { display:block; }
 }@media only screen and (max-width: 763px) { #JiZl5AvAAqDfLeg0Jilo2B2rKdiO1sBk { top:5.4375rem;left:0rem;width:37.0625rem;height:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT { display:block; }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkORdMZ9X3BP5dGrkHuMunG70IbE334R { top:2.1875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV5cdApJSdNTg9StHhd4HOBdLrwbFgQn { top:14.25rem;left:0rem;width:16.375rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSlM2ivyG7Hom51y7GgCFCIoSvPct22D { top:14.25rem;left:15.6875rem;width:16.375rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g70VCJ3QEDBN09cM33CPh6J1EmpKg63x { top:14.25rem;left:31.375rem;width:16.375rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuIM99QosBMyDwgsC3UH7ueQDFNN7wnd { top:9.375rem;left:0rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whBSxkWFmB4GRMIgTVSe28XFwD0ggISv { top:30.4375rem;left:0rem;width:11.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0A7nc5FxsHnnPZnmXa4clslUiudBsGA { top:32.875rem;left:0rem;width:11.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oruIJn2ivzhZi9MTuF2aJCMasLgRTLtN { top:35.875rem;left:0rem;width:11.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krXlzW0AvW7tRaDxL5zDl1U7hoS45gtK { top:22.25rem;left:3.25rem;width:8.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXRF8tVg2sIhulWhpXrVPtUkPkEHP0f8 { top:22.25rem;left:2.25rem;width:8.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7TBeSJRp9VwAQSrIobsRLHt8rptNa8K { top:22.25rem;left:1.1875rem;width:8.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJVprbmDaXPMTnLe48vsh9umADFi0RAT { top:22.25rem;left:0.1875rem;width:8.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqS8zrvrsTUExaDEqavc3q8HkyxGTSll { top:22.25rem;left:0rem;width:8.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvl2QoEm0fUAOmRyfFRPXFCeGhsdOJoJ { top:22.25rem;left:0rem;width:8.125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ldfQNgP3liOCiPTiQTdNNybnZ7Xddm { top:9.375rem;left:18.96875rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgGRtM2wwi4wBz6aTbmQpLADOguEZ8Ti { top:9.375rem;left:37.9375rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U31o0WuhO3L77TBvVkPveHt5cgG72uK1 { top:12.75rem;left:20.90625rem;width:5.9375rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQNXs9EDwhxKT9gnJ8QPvPz59niuw4Kh { top:11.375rem;left:39.4375rem;width:7.5rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1DwxPvINfsQeClm86Zyio78HnRVrbcQ { top:13.375rem;left:40.0625rem;width:5.5rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9gt9cmvEz1zdWQrWHOX25l0OMuZqGLi { top:31.1875rem;left:14.9375rem;width:17.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrHI4KHvQwKau6rzROObXJS2fNTvzQaX { top:32.875rem;left:14.9375rem;width:17.875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2d6IsImJMtkX1m83mFzd1f1EafCpauu { top:35.3125rem;left:14.9375rem;width:17.875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTE6QqPfv34tx8MUP4hbR7cCRVJXyium { top:34.1875rem;left:29.875rem;width:17.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STlKnKAe3S6x5ZfKlLxfEPgRNWD7WRyy { top:14.5625rem;left:45.0625rem;width:2.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQPP30VWsLPcp7CTMp36bq33z2XrpKzy { top:12.75rem;left:1.65625rem;width:5.9375rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icr7XHoBF8UgpxBTtmPTwEJU9bmE5uA1 { top:31.1875rem;left:29.875rem;width:17.875rem;height:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdH9hDlCDk8IDa2KScS9La9fBEioTRHz { top:38rem;left:29.875rem;width:17.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpHiShGCVzHPrhqqpIs3xukpToMc2ITZ { top:21.1875rem;left:32.625rem;width:15rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIyHffealmcn7d23Rb1NV81l9hXluN1G { top:19.6875rem;left:17.625rem;width:12.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaAB9MiKkxvu811ndIFK8del2mOmVJga { width:29.3125rem;height:4.4375rem;top:43.5625rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnhW8LktE5tSneFHr7q11haoNkeDVb8G { display:block; }
 }@media only screen and (max-width: 763px) { #H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns { display:block; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VO9IRWHnwDtzdNmGcFpQG5uue9lZXWtN { top:25.875rem;left:0rem;width:14.25rem;height:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlLSpirVfGgRUEzxdRT4wwSJZW0ImKEZ { top:13.625rem;left:23.1875rem;width:24.5625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7JnUnJwWsy1bwcSLZNo2Fy8xJ5g0Pdy { top:1.875rem;left:0rem;width:10rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwOlTi596THddrX1w3GsWtlTAfhRHhzU { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZwnd34FVnhGSRbkfWpsZJ2ebG8TJfPw { top:4.5625rem;left:0rem;width:30.8125rem;height:4.375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMQTF4sImVQNimSi0TfGDaZseb7RO6m4 { top:34.5625rem;left:5.625rem;width:9.375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxB0Er55ytPGAzctE7v92vOaiLEAZlTb { top:11.6875rem;left:0rem;width:30.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTsRzCeSzdksBJzOG3gIKWWX2pDu27uK { top:15.25rem;left:0rem;width:25.125rem;height:6.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX8DTnn6FQgNeP6XQRqKBMcebPQGMCWr { top:6.125rem;left:0rem;width:27.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe6hNe5yUIJQu8h0rhL8bQx7PAyaw2bd { top:15.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAzoUh1tHNIOLZIvLl3yWUreX4p5ttt8 { top:17.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBX5okHkiObkJJo3NAZwQfPoSsFTn2Sw { top:18.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX3oAf6vixbpSwD8dz32lF7X3MSTw7Sz { top:20.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRSPkwax52BPEEmlmtRcFTMNfg12EARM { top:27.8125rem;left:0rem;width:16.875rem;height:7.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPAiMTXfZeTiEfp5eD4NObKaytg5zqcB { top:30.5rem;left:13.375rem;width:16.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-regular-label { width:20.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-text { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-text {padding-top: 0; padding-bottom: 0;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-textarea { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-select { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-select {padding-top: 0; padding-bottom: 0;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-button { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-checkbox-label { width:19.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk  { width:20.3125rem;height:21.8125rem;top:13.5rem;left:24.875rem; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .radio-container { width:20.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk {display:block;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk { width:20.3125rem;height:21.8125rem;top:13.5rem;left:24.875rem; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #QWiiOAfDaDdnV9W33eqiVcTbAM4aKCxm {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #kaX1dtxslFsVRBEtkzaUx3lZAmr1N7Dd { display:block; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #gJE8D9STb7kdG8ITQTF7EqWTF4qiNQvV {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #T3QyfEINOUggutTHcsHH83NrpIR6kumV {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #AxP6ayTGfFx6w1vogbzzwdPFNac2Kd84 { display:block; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #uoPOo5p6XsKNM4rtIztKPOrWEhfo4kFO {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #datgI6ZUIyT3G9RA20moMwtadCsFeu27 {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #sqDOTgCC5UFzNhmrDwA4FrKMqktOQzQs { display:block; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #aa7nqhuQys21d8b1NTIwp5TsVKEtnMZV {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #ZfuL0cysTccm0Slv4QCSLi6DT0BPWLTU {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #AIPoleluZSacJrtnED6ddUrbXOSz3nh8 {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #H3kT5FZ9mMZMT83pJNZHLUArPhC3hOAo {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #p4Gyup4gMre88yCIFB6PDDCSrlwc7DiB {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #SnRiAzZ5VOlTHh88QNC4GP4RwJSlodG9 {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #ppqbBqhmXe4Xi9L7IuHhxDSKbH6nx5GG {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #pgingh2BNupTOO25UR7czekA80T7EMsZ {  }
 }@media only screen and (max-width: 763px) { #JUQ0RGCcG4Uc3V9OTJoEHn83wUAvXZuK { display:block; }
 }@media only screen and (max-width: 763px) { #ERyoyWsPQAdKsTPTvcJG9WCG3pTAdxKw { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SdgZ45ix3P0gcB8JZ33xh5QQeanfxhLy {  }
 }@media only screen and (max-width: 763px) { #R89umpWWkM3AxTQ5okSUhKAb70xWFqJh { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oVWr7OhRelpSWRJsqL6b6G9SdM3F07Xc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mHr3dOUVCCbew2wrBkDKDWOppsJSWwnI {  }
 }@media only screen and (max-width: 763px) { #HCiEgGRA3NlhFWbgtTi9tsAleaTN7K4O { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AT1t3yDHamFCzptgg0zV5rIwVh6dSJXm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aO8hioFZGydcmZIokgeJ0CJTJzF5NzBc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gUixZzcM8TJbXAEwPSNiKh48kA9Xa4uI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Vh7n9smUVyIqMzsmaEHPxEEMWet6ZsoQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #amKOcmCS1cHUTSrSEQk7M3iNX243V4lE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zO27WRTI8tU7qstwumfgyeUJp80t67b2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fa7r1MlJMzFbMF4ZpFvh7u82JhgmJOUg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hVLVv2Ug81fJVSZ8KQJF89LgrGzCgXkz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bAFOaI0TIOWLrN1dLpAcnyg6lgfSLRtM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zTtZd66aro6ntFurv3Xt3nbJOkaBLnPV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pvgR0WSpT9MJscOgz1hJ59uLuyiW3I51 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EHT8KgxbZ9pozAFFUJr0iTqSA3Q6DkVq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iee5Sg4Ct94DlWgvdBSkF43H91foSask {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UOadmgQx30pruIFLPoIzFJpCATEbGd8M {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SHbe7qOXR9XpE1pOFw15FAwMs7XWLvxx {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pmERaU5NTaOy0FslFwTEPtOuTB3wbZRr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #w8SXeo7DPR0aV4NGbIN3mKlsUKIcqfQ8 {  }
 }@media only screen and (max-width: 763px) { #cLHT4BwbTfG3NSvQgP0zKBwTg7lXECGg { display:block; }
 }@media only screen and (max-width: 763px) { #L5HpG5vuRQq2UBDniQpf2ncTgtHJiM5O { display:block; }
 }@media only screen and (max-width: 763px) { #s3JQAQkV8XTWzgQBaHTExvWdtT7USsFn { display:block; }
 }@media only screen and (max-width: 763px) { #vq0RzDJJkJG4JVE60UdgsWhXrru0Dtu6 { display:block; }
 }@media only screen and (max-width: 763px) { #RQI0T9JWXaBwGrpMnDi09KpCHpkDMhvC { display:block; }
 }@media only screen and (max-width: 763px) { #mmdihzpNlT9isPkrfLhT0at9tl4zBeef { display:block; }
 }@media only screen and (max-width: 763px) { #w36xSTx0WF26LtvGGy9H0v6geg8NTTV4 { display:block; }
 }@media only screen and (max-width: 763px) { #ib5l64L0o5Ex5d6PDUhgeJrN1mnW3JVO { display:block; }
 }@media only screen and (max-width: 763px) { #WFT2yzW3aNwwI0qz8ER5UdT88TNTIJNO { display:block; }
 }@media only screen and (max-width: 763px) { #SASW9c7AcahfAwE4xaOkQGm7fIrPMJw9 { display:block; }
 }@media only screen and (max-width: 763px) { #L73VduLVkTc1gT4FOCuA95tyFQAinUtd { width:17.8125rem;height:2.375rem;top:1.875rem;left:29.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b79O1sB2R6sdiOJsoziuVFGzz1KyeIit { width:17.8125rem;height:;top:5.125rem;left:29.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN6QAe3pBWntiT66WxXtGNirr2LAn5C3 { width:19.125rem;height:2.125rem;top:9.5625rem;left:28.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi { display:block; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9Ji8dDSEvCQFXP0WnaFys090kKCTQUZ { width:41.25rem;height:21.375rem;top:3.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghP87pTDwpgMqLCcg8ayESw08UERm5I2 { top:2.8125rem;left:14.0625rem;width:28.125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh7WGdWJcIKm6X6iNwo5J3FGWFhXJlqa { top:8.1875rem;left:16.375rem;width:23.5625rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyyDHtApyxwRr0n2Ou5RRLCmmN8KRAiO { top:11.25rem;left:20.375rem;width:20.3125rem;height:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRnJMDTV2hU3IxVQUr92ETmvPARPfZlZ { top:21.125rem;left:19.4375rem;width:18.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRi0qnCz3QaItbA8OqKLvIDOLv7Bh2BU { top:7.0625rem;left:0rem;width:19.6875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co77Z1wLHnZVv58oBAzfacMpTF2NHqEC { top:11.8125rem;left:18.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6FiBwucIgPTXVUyoI9NBtKUxpg4OSKZ { top:13.75rem;left:18.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovwtgk5mhEpIbSeqaMvNSf8BfaCHAxsk { top:15.9375rem;left:18.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgzTNQixKQnrXddmsgtGWHJTe1oHNs2T { top:18rem;left:18.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQNTL8TO92pRhspPU9INxxZibbbNXdDQ { width:29.9375rem;height:4.8125rem;top:2.3125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrkVCx3JdfhC77nlNmbTbGNMVQfqNuVm { width:47.75rem;height:40.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD { display:block; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwPyceQbAyvEaLCZprRoFLaik3bQgitQ { top:4.75rem;left:0rem;width:29rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi3saGdtOwFJhoch5Uiit2l2pzKR4oMW { top:8.6875rem;left:0rem;width:30rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT88PhtW127SiL8HfG7pmXAfSTd8iJOT { top:10.6875rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpIEZ30TKpowBQuvy9TtQLegLSslq0R6 { top:7.1875rem;left:32.8125rem;width:14.9375rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5O7ybE1MHDqPqbMMR7HxqLLOJv1FyDF { top:1rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alsqkxfUrdDMyat7L8SE3h5p5P1eiB8t { top:2.4375rem;left:0rem;width:8rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#01051f;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG { background-color:#01051f;background-image:none;display:block; }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG > .row .container { background-color: transparent; background-image: none; }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG > .row .container > .video-iframe-container { display: none; }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG > .row > .video-iframe-container { display: none; }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG > .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); }#Ia72dIQf4rWCmCKwQc08MsZKwaZyf9dG > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vp3g1f99I4MvwE9KgXgidQnuTEdgfOcZ { width:20rem;height:0;top:4.5625rem;left:0rem;font-size:1.6875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #E2RlQyN0oqvJPyDzZLS0tLStbTcIAR0p { width:9.5rem;height:0;top:4.5625rem;left:5.25rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #UJNOG9ioSvybwtUFg4VR9peS2HqdZwqs { width:16.5625rem;height:8.129875rem;top:19.49951171875rem;left:1.71875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }#UJNOG9ioSvybwtUFg4VR9peS2HqdZwqs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #E6igR3Zciib3T8MbttfSt8bBNdLwfWlB { width:11.5625rem;height:2.1875rem;top:31.3125rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH2MoAiCn7ELyXV1AIh13AWI9tFJ02Rd { display:block; }
 }@media only screen and (max-width: 763px) { #T8s6vzqDOwqfc6wbgi9q5ePJzfeamf3I { width:7.8125rem;height:1.5rem;top:29.1875rem;left:6.125rem;font-size:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffae62, #f64b13);background-image: -moz-linear-gradient(180deg, #ffae62, #f64b13);background-image: -ms-linear-gradient(180deg, #ffae62, #f64b13);background-image: -o-linear-gradient(180deg, #ffae62, #f64b13);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae62', endColorstr='#f64b13' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae62', endColorstr='#f64b13' );";background-image: linear-gradient(180deg, #ffae62, #f64b13);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PI269MziD51yA1XyiMqJ916Q4TsnrlTl { display:block; }
 }@media only screen and (max-width: 763px) { #zmm8M3b2d7irmhiKNQ5FrMdkTCwDCVpS { width:20rem;height:0;top:7.3150634765625rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tZfs4iGowXTO3fHtm4Tc5Upmqn3eFccZ { width:15.499875rem;height:0.89355625rem;top:7.374267578125rem;left:2.24853515625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #irpfqDaWTeaiHcNsxrg4LG6OZ90REnk3 { width:13.625rem;height:0;top:58.6875rem;left:3.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #geSpfPeTT26mdkcOOI81ieDXUAhC8T7T { width:13.625rem;height:0;top:43.625rem;left:3.25rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sFH9hPyJiZAhXTr62223e3GJ6khVpSDS { width:18.062125rem;height:2.5996125rem;top:3.936767578125rem;left:0.9674072265625rem;font-size:2rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(211,255,236,0.73);display:block; }
 }@media only screen and (max-width: 763px) { #a15gTO25Be1qOguRm5XD2TvMat2N2Rr0 { width:10rem;height:3.3125rem;top:0.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpgQhteIAqfP0mSRxvOnWPoPkokTUnm8 { width:11.687rem;height:0.599975625rem;top:18.123779296875rem;left:1.71875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nkEFh3FNKQgasCnVrwQOHLvTxiGqvZM3 { width:11.9375rem;height:7.9375rem;top:9.061279296875rem;left:4.27978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr { background-color:transparent;background-image:none;display:none; }#m6lq3Eb2uxJfhTE1cg7Kw9M7iqeCILPr > .row .container { width:20rem;height:70.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MU3g6sbuTOyuof1A17armeVIsZSchaOL { width:6.375rem;height:1.0559875rem;top:5.75rem;left:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCOJpcXogQhBWUMCsGEakuXoGTpVr3PI { width:9.125rem;height:0.8125rem;top:9.1875rem;left:7.9365234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veXcatIvnMwLNqrNLs47k8MJfTs2D0mT { width:12.25rem;height:2.76171875rem;top:1.625rem;left:3.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGWreJyak1rMEBu8ElVzg4TuSA4WC4e2 { width:14.375rem;height:7.8125rem;top:6.25rem;left:2.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISHX9BQ5AfJEOrBebLCbqv5ynMXoafcL { width:8.75rem;height:1.875rem;top:5.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d92lL4JaKxCZbQqKod3qMoT6FyZHcbwd { width:6.75rem;height:1.3808625rem;top:10.0625rem;left:9.1240234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQo3oTCZrAeMRpHlpAXxRa2ifKWARaWV { width:14.375rem;height:7.8125rem;top:16.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgmTZdWQVwVSn7sWGhZdvg92uZt74HL4 { width:8.0625rem;height:1.0559875rem;top:15.8125rem;left:5.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfDVt0Ae4if75Ob5XKK8AmO5XX9vFeRT { width:9.6875rem;height:1.3808625rem;top:19.9375rem;left:7.6552734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc6B6OgRX33FxklvbDFDT1VoGu6dhK2g { width:6.75rem;height:0.8125rem;top:19.125rem;left:9.1240234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZkB5Weulk0m2UqAqHnf0vW33Nib7I0a { width:14.375rem;height:7.8125rem;top:26.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUbFUKcoPBR7IBenQtUOJ5SUaN7pc8DR { width:12.0625rem;height:1.3808625rem;top:29.90625rem;left:6.4677734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8FHGrTAihWPmtnCqMaKxw5NuoydwsJx { width:6.8125rem;height:0.8125rem;top:29.0625rem;left:9.0927734375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QluVW1irB1lg1bbCTnoyFnJGCGGgGOBf { width:8.4375rem;height:1.0559875rem;top:25.875rem;left:5.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T424myeQep4xct6TIt7pcbxB4Uv0Pd4u { width:8.75rem;height:1.875rem;top:15.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwDXh8lwguAQEXA8PW6Ar26TLs7HLEi0 { width:8.75rem;height:1.875rem;top:25.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDzAzxzcNXb1tH1bQ6AxDk85rFRg6QW8 { width:14.375rem;height:7.8125rem;top:36.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1XDb7zElqeKJWfK9PKCpNDEtcsmIuZL { width:6.875rem;height:0.8125rem;top:39.1875rem;left:9.0615234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyw2cTm4o1RKM8EntDJnsL1SXEoBrqgP { width:7.5625rem;height:1.3808625rem;top:40rem;left:8.7177734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9sXWWUnliMtw3kdOFaSoVhrPiPK8gv3 { width:8.75rem;height:1.875rem;top:35.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L06ER8r4IeCCNklcKznQkXxRTrrciuOs { width:11rem;height:1.0559875rem;top:35.875rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyk9V0vlLuURT9vvtRTKzgAmobnMeqQQ { width:14.375rem;height:7.8125rem;top:46.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI8Sag2vynMJahZCVKnSCTvJ7vSJGgzs { width:6.375rem;height:1.3808625rem;top:49.78125rem;left:9.3115234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABM5cu6135exMDudqVcUR8UWaP5NqCzF { width:7rem;height:0.8125rem;top:49.125rem;left:8.9990234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsQ6kiHHePwuisGty1dOd99Exi46ZXkq { width:8.75rem;height:1.875rem;top:45.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV8zysnnqJRX9IP1SWL0NTRc1XivKftU { width:13.6875rem;height:0.89323125rem;top:46.1875rem;left:3.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwSMagvWZWIBVumq0J9iFyA6xhU8Kdos { width:14.375rem;height:7.8125rem;top:56.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOSdF78nafs4AmH1syFokdK78mlc5Kpr { width:12.0625rem;height:1.3808625rem;top:60.5625rem;left:6.4677734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO0r3dDiawHkrSXDoqs34xQQR7JXR1uE { width:12.0625rem;height:0.8125rem;top:59.75rem;left:6.4677734375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwTPwxczdLoFlcKn1dndB5SLp4Mtlxx4 { width:13.625rem;height:0.89323125rem;top:56.375rem;left:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahf0CQbVUP9qTWPMsXkMpFwwT3Zp6t2t { width:8.75rem;height:1.875rem;top:55.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeCcsJ8aNPzrML0m9h3tTXV2W7Fg6cJl { width:11.5625rem;height:2.1875rem;top:66.71875rem;left:4.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urP6e78SyQKFaTWoF1EEWx2c9rZbQLHE { display:block; }
 }@media only screen and (max-width: 763px) { #o0IgFuTWe5BKswBbDRPl8OgE6Q5SUsF6 { width:6.875rem;height:6.8125rem;top:7.25rem;left:2.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB61ebNdtegdOE1TAUG7Mb0L3vswVqf1 { width:6.8125rem;height:6.8125rem;top:17.3125rem;left:2.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTyyTb7Nlgi54HZZSn57XH0otUV6Suzg { width:6.8125rem;height:6.8125rem;top:27.375rem;left:2.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQFq1iUuJmq3CfkdGlr5biTbNsDZSxWl { width:6.75rem;height:6.75rem;top:37.4375rem;left:2.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfRkU648BE4BTvdpcM3aEHmThluTmVd1 { width:6.875rem;height:6.8125rem;top:47.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI7hVqHnM7EKvaH5D32UbsRDLfbQvvDm { width:6.6875rem;height:6.6875rem;top:58rem;left:2.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk { background-color:#01051f;background-image:none;display:block; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { background-color: transparent; background-image: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container > .video-iframe-container { display: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row > .video-iframe-container { display: none; }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .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); }#n6c44iyFmIEf8wCf78mvqhBSfgmiwoCk > .row .container { width:20rem;height:161.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srTH1yHVT4m8tqlI8upC3boa8ITClqTA { width:18.25rem;height:15.25rem;top:31.875rem;left:0.6875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #OXiIiF8fcElywRZ4n5EupAPEBMNuT61i { width:10.874625rem;height:1.875rem;top:31.625rem;left:4.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #H4TWv0dFy5STggMPfWLhcVN42TtaHgx2 { width:12.5rem;height:1.29980625rem;top:31.875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK { width:16.9375rem;height:6.9619375rem;top:37.1240234375rem;left:1.53125rem;font-size:0.8125rem;display:block; }#Fr7vneb0GrHlGwvQzoGfshq2aTK9MJXK li:before{  }
 }@media only screen and (max-width: 763px) { #JWuTFbiV4EuIhig4unxZTtdJoZDAmURc { width:12rem;height:2rem;top:50.4375rem;left:4.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zT5iJH4xmXwMTefvxhlak7k2eisRJ9CA { width:18.625rem;height:15.0625rem;top:50.6875rem;left:0.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #G6knSssMfn0MkSnZcW2TVTG6EwkBlRbn { width:14.749125rem;height:1.29980625rem;top:50.6875rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz { width:17.0615234375rem;height:5.9057625rem;top:56.375rem;left:1.5rem;font-size:0.8125rem;display:block; }#cMVBCIffU3ZhlgpmkBKmEuUGl7QDa8yz li:before{  }
 }@media only screen and (max-width: 763px) { #hB5mZgyWJDZkz5L7oPAzhsZOrJAs15MC { width:5.1865234375rem;height:5.1865234375rem;top:32.5625rem;left:13.3447265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdZAtWafsvT1cRPRuT2JPPZ5lS0VgFF6 { width:11.062rem;height:2.062375rem;top:67.625rem;left:4.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #wLIEG2DuqheIznAyaBUX8GW25g2GrRRC { width:18.9375rem;height:28.8125rem;top:68.5rem;left:0.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #BsMdOMD8qsW1zS442MnBzM4EdfLHxTXF { width:14.6875rem;height:1.29980625rem;top:68rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uf0IsCRFvgghOiZFPTbXwwZpuXhx5fF1 { width:17.4375rem;height:6.9619375rem;top:74.375rem;left:1.3125rem;font-size:0.8125rem;display:block; }#uf0IsCRFvgghOiZFPTbXwwZpuXhx5fF1 li:before{  }
 }@media only screen and (max-width: 763px) { #aH0hNo28HIB9xHaPIxugdS9ETMsqfW95 { width:0.124511875rem;height:12.999875rem;top:75.158940039063rem;left:19.875488125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #TQRZaHNQUTtdustTFTvpTzvu4LxV7CRr { width:3.9375rem;height:3.375rem;top:70rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVuocsProoyaaXSXfBlW3sDcsuEJczRf { width:3.75rem;height:3.375rem;top:85.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwh8cuKvF7XaZiETbHiWTHAOGayu418v { width:16.6240234375rem;height:4.5371125rem;top:89.5625rem;left:1.6875rem;font-size:0.8125rem;display:block; }#Fwh8cuKvF7XaZiETbHiWTHAOGayu418v li:before{  }
 }@media only screen and (max-width: 763px) { #t2aO2zN1A9z71FDnptF29nD0Om6IPAAJ { width:8.0615234375rem;height:1.9365234375rem;top:99.4365234375rem;left:5.96875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Gl6iV2sBgz4xer3MCxeqG5xESGSLKCMD { width:6.5rem;height:1.29980625rem;top:99.7802734375rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgrMDMbooKNOIDoVlZWxqZo3FVL3oBJS { width:18.5625rem;height:16.25rem;top:100.4375rem;left:0.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #csDund3sT0B3I1k2PylZPZUJOQ6SEmie { width:16.9990234375rem;height:8.3305625rem;top:105rem;left:1.625rem;font-size:0.8125rem;display:block; }#csDund3sT0B3I1k2PylZPZUJOQ6SEmie li:before{  }
 }@media only screen and (max-width: 763px) { #Vwf5frIIPpD8IECvm1cel1mWPTi4awWI { width:3.9987rem;height:2.3737rem;top:102.01561737061rem;left:13.938151359558rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZbM2Xpgt6gyPrlpyTZ5R3oKgl8ab088 { width:10.8125rem;height:2.25rem;top:118.75rem;left:4.59375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #D7KeubzKoC6TRTvosTO2i09LzGVPigXc { width:19.625rem;height:15.625rem;top:119.93713378906rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #lGG6HA9nuypNrBVsIfSRWVaVpDZ9wXHy { width:16.125rem;height:6.9619375rem;top:124.56237792969rem;left:1.5625rem;font-size:0.8125rem;display:block; }#lGG6HA9nuypNrBVsIfSRWVaVpDZ9wXHy li:before{  }
 }@media only screen and (max-width: 763px) { #B4gDsxnKfXwZrsUTmPZCH8rqTbX3LEHC { width:2.12463125rem;height:2.999875rem;top:120.99975585938rem;left:15.435791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdSQWvdoLUbfaPH5iUzwL0rRWUQIfIv1 { width:9.249875rem;height:1.29980625rem;top:119.25rem;left:5.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQgvofLpcTbPJsWLUAGuey8IQSq65hMO { width:14.375rem;height:1.9375rem;top:44.875rem;left:2.8125rem;font-size:0.8125rem;background-color:#2a4d4d;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) { #VbGt8wdG4TUO3gWK31kDcR4prwvRp0dL { display:block; }
 }@media only screen and (max-width: 763px) { #kKUiPDx7gyKT4CuECBFWUxesyzbGD6S1 { width:14.375rem;height:1.875rem;top:63.3125rem;left:2.8125rem;font-size:0.8125rem;background-color:#2a4d4d;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) { #cDPZCbNKv3c0SLqgACWLTpixxmkD0GWh { display:block; }
 }@media only screen and (max-width: 763px) { #sCUodSbXRpioqVTuVtETH6nN3PFhedi6 { width:14.375rem;height:1.875rem;top:82.3125rem;left:2.8125rem;font-size:0.8125rem;background-color:#2a4d4d;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) { #GI5AJFTIIy2SkXeaRKuTwMa2P1NCpMzq { display:block; }
 }@media only screen and (max-width: 763px) { #TecTffhzdMJsCnJc41ushD4FsDV6b9WU { width:14.375rem;height:1.875rem;top:94.8125rem;left:2.8125rem;font-size:0.8125rem;background-color:#2a4d4d;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) { #QvJuiJtbFnogBFCqn4aovgT1q3lXxAdv { display:block; }
 }@media only screen and (max-width: 763px) { #Fs2DEZiKVvy6mBGTiZbuvAvT3vesZC60 { width:14.375rem;height:1.875rem;top:114.25rem;left:2.8125rem;font-size:0.8125rem;background-color:#2a4d4d;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) { #QKiuWeupeIvWg5mWAAG5PMcbR1oVzlbW { display:block; }
 }@media only screen and (max-width: 763px) { #gzG8aICMNTvyGDnRNpgPbaOgVW9bvLmT { width:14.296875rem;height:1.796875rem;top:132.87475585938rem;left:2.8125rem;font-size:0.8125rem;background-color:#2a4d4d;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) { #dFJlPBdyuzd1TpuofktCoK5K5CpqMvm8 { display:block; }
 }@media only screen and (max-width: 763px) { #s0M0B56luVc0ceNKenedpqx1ti36Qtof { width:3.8125rem;height:1.21875rem;top:15.3125rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTOA3tXiy3haXIlmTlhr8Kbs3hcZBqEt { width:1.6875rem;height:1.6875rem;top:15.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOp6XHI1GshvZV7KoUkclGVe19s6zx9D { width:4.6875rem;height:0.8125rem;top:16.4375rem;left:2.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8nhcILxoMdqSWmaAA3gyNT9kRDDMTxp { width:2.9375rem;height:0.8125rem;top:15.125rem;left:9.7490234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVUVLDsBeO8kvfwLRiHn116fGvGmlrgU { width:5.5rem;height:1.62524375rem;top:1.625rem;left:3.0625rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fN0adxqH9dlkw5BqLwQeC6s2TMcqRE1f { width:9.25rem;height:2.19360625rem;top:3.125rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eolWgx0rC6UfW5a5nuCqMTMJag4PGMIZ { width:8.75rem;height:1.625rem;top:5.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1MacLcKBakPwXPQTbL03nXkJs5U1A1F { width:8.75rem;height:2.5rem;top:8.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkz6nHOThnb8JahfT4ptIIrtWB7XzLau { width:4.625rem;height:1.21875rem;top:8.875rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pflks46g4p3BsNSi24idLkUC8A6NHTcT { width:1.6875rem;height:1.6875rem;top:8.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcycgfV6s4sAEWbfxXzoy39WdpLq67GB { width:6.375rem;height:6.375rem;top:2.8125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArcraN9rQgmTB8WJpJcsl8lzl9R1bk1T { width:8.6875rem;height:2.5rem;top:11.6875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHS3pXSVL8rz5lFM3CbnaOVhOXmDu3y1 { width:1.5625rem;height:1.5625rem;top:12.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLxr5vnTwTn1RBTdPBLmTVwqpGrHqr5M { width:5.75rem;height:1.21875rem;top:12.375rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCekDpaEOkuUT95bSa9X2H3Vw8MPUR10 { width:8.75rem;height:2.5rem;top:15.1875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxBcGo5s0HvEzd03IGhTyIuuezPeHgkh { width:15.8125rem;height:11rem;top:19.811401367188rem;left:2.093505859375rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #yfSnd6vn4rUCUaJABLlTRXMVPiytGtaR { width:15.9375rem;height:1.625rem;top:19.811401367188rem;left:2.03125rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx { width:11.93725rem;height:8.69725rem;top:21.937255859375rem;left:4.0301513671875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15089;display:block; }#zg3xphu4ATzRgvKEZK4EIu43y8nf0eSx li:before{  }
 }@media only screen and (max-width: 763px) { #OAredVTs43A48er8wgQE0gT1EVTMf5J0 { width:5rem;height:5rem;top:12.3125rem;left:8.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgtzZEoGEZbTNTiIDnTKpnAhiQmzdkbl { width:4.375rem;height:1.21875rem;top:13.9375rem;left:9.1865234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nplxXpmGvebVeEcQ2wyZdeTPMi4e0iK3 { width:4.3125rem;height:2.03125rem;top:4.076171875rem;left:14.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd1yBRlAcOglSDZ09IJHgE6qpnlNPWZq { width:3.5rem;height:1.21875rem;top:6.013671875rem;left:14.9365234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNy824X6Kgat4HlzTQrRz7Z0m84xM2tn { width:12.5rem;height:2.03125rem;top:34.1552734375rem;left:1.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1lDueoP4oVkvPH25faTBlfSLGx6QK7g { width:11.6875rem;height:2.03125rem;top:53.4375rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfQnIpLkzTyuuLOzna0cGTnpkeFTGua3 { width:6.8125rem;height:2.03125rem;top:70.6875rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6KKLtFNosaBwI5F6BsAsBKfBUMFAhlT { width:17.9375rem;height:2.03125rem;top:102.1875rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXvaGmhWf9wNfxwKDCTcdMOTMsLWdl1g { width:14.25rem;height:1.7871125rem;top:122rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2Bz0NUwldnDQTim6lHDcAxTd3qMJano { width:10.375rem;height:2.03125rem;top:86.0625rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSrNldcgSiaaLxh9uc09fIStSqVNiRsf { width:3.5rem;height:3.5rem;top:52.6875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEneQlJyfGb5dZHFsNmV7ncMHiHEUlJI { width:12.5rem;height:17.1875rem;top:2.6641845703125rem;left:4.5623779296875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Gr3STPBUWgsDBkaCT4lfKbyNoU4G8EGb { width:5.6875rem;height:5.6875rem;top:3rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSUQ5UdrUcfJCO3PfDdM6z1xlM7OoxTh { width:11.40075rem;height:2.02575625rem;top:157.97668457031rem;left:4.29931640625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvAcmeqsVU3Pu5xRK8luJxcbf6nx9DSK { display:block; }
 }@media only screen and (max-width: 763px) { #CxtnHWvuzl3X4pEk19rovVK32kZmHxgW { width:19.625rem;height:15.25rem;top:140.22827148438rem;left:0.062255859375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #chWTzPDKTpzHrmgI98hiJ9ETzUTmlCxr { width:18.796375rem;height:1.9213875rem;top:152.47802734375rem;left:0.5615234375rem;font-size:0.8125rem;background-color:#2a4d4d;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) { #yyMNCCsRBefVBXQRss8paFDNSiTiCSb7 { display:block; }
 }@media only screen and (max-width: 763px) { #KasdTDikCpxB1JOQ9rJVfoZxFwl2o81R { width:16.93725rem;height:5.9057625rem;top:145.46264648438rem;left:1.5301513671875rem;font-size:0.8125rem;display:block; }#KasdTDikCpxB1JOQ9rJVfoZxFwl2o81R li:before{  }
 }@media only screen and (max-width: 763px) { #hGWx9paN5k8aqkFXkHw6wvaTDFUkgitx { width:3.125rem;height:2.3120125rem;top:141.47827148438rem;left:15.435791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6nRv2KgXCQ3wN70awNtiMeNQu97v047 { width:12.6245rem;height:1.7871125rem;top:142.04223632812rem;left:1.53076171875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z94EgLykwsi05b7C9zTtLriRnb84iA6V { width:11.125rem;height:2.875rem;top:138.60351503906rem;left:2.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #UZbEUcWkFDk2IIGpTVA25MpzGK5bktys { width:10.7495rem;height:1.29980625rem;top:139.29077089844rem;left:3.62451171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h8pyLIVzJ4SrdOJCgzvwDfsWhtxqTUGr { width:1.6870125rem;height:1.875rem;top:122.72644042969rem;left:18.31298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix4bBaFRTt1zwqK8xaJxmlDoe3kV5CmC { width:1.749875rem;height:2.1875rem;top:125.12390136719rem;left:17.537841796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp { display:block; }#PK5mTWBnUKgKF4TQumgxz43eM2fLbFEp > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niGdazO2cPVsAbDhl8zA7f94SoAZwCN1 { width:6.5625rem;height:2.4375rem;top:2.8740234375rem;left:0.8125rem;font-size:1.875rem;text-align:left;text-align-last:left;color:#9bf4ce;display:block; }
 }@media only screen and (max-width: 763px) { #PkwTJLXmIDf8W9zzFsyJRHfqVXPmG57T { width:19.3125rem;height:23.3125rem;top:11.05534362793rem;left:0.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1VUX4P0ePq6sdNO5rkuzAERlsOLTRNt { width:16.125rem;height:1.21875rem;top:11.0556640625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKe9T7U7fXcmZ9yv04RcTBHHraGQrTF8 { width:15.6875rem;height:2.4375rem;top:12.4306640625rem;left:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEIZQ5TU0dslORKXvV4urJfcTrKqmcS5 { width:1.875rem;height:1.875rem;top:10.7119140625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJiNF41GeUoG4IV7P0P01kMAQ8oXeqyq { width:15.812375rem;height:0.8125rem;top:17.742919921875rem;left:3.24951171875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo7hoAAd9qq3pmwkL5ka96kw6uEdRp3G { width:1.875rem;height:1.875rem;top:15.8681640625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSNLlEtiDebOF2u6t9cQ33hDG4qoFzTh { width:16.125rem;height:1.21875rem;top:16.0556640625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #newymbT1Q5JiDTVutWNuG1dUq5eN6J5J { width:13.0625rem;height:1.21875rem;top:19.8994140625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWzZIvpnPGfmW3vTTICfAPaWtcuywkWf { width:1.875rem;height:1.875rem;top:19.6806640625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMx9tJXn115n9Burx0kFzspasEPbvIDX { width:1.875rem;height:1.875rem;top:23.6181640625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6tAgnFZUuvoIRR5reNJ1cnihG8foLDQ { width:7.125rem;height:0.8125rem;top:25.4931640625rem;left:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpKwwfLVaMrkfxl23qL1upcEhpOdgmiz { width:12.5rem;height:1.21875rem;top:23.8369140625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftA8O4dN8rk7rZwn8LiJLypEWwwuG8in { width:1.875rem;height:1.875rem;top:27.5869140625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0wTVP7P7Lpb0e4Pat1CovnEIUaXw8Z { width:15.5rem;height:1.625rem;top:29.4619140625rem;left:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Ae8fTw6T8FwQmnUMJ6gLTudLaXmbZz { width:9.125rem;height:1.21875rem;top:27.9306640625rem;left:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRt687QIUTllvMuRFQqph6f3ogAERInT { width:1.875rem;height:1.875rem;top:32.1806640625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6hkFBS2R26AInWUXnA1rMkes5JAaXlG { width:15.8125rem;height:0;top:34.0556640625rem;left:3.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxmUQEWeKnvUWNzJ9P5tiTUAA5yw3DXJ { width:8.25rem;height:0;top:32.5244140625rem;left:3.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIi6kPo75XtpLi0mKEPl1Z6mIHPerEXE { width:1.875rem;height:1.875rem;top:36.1806640625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzoCIxixp58ceMf8Xl3L3SPiBUeSKZ0J { width:13.4375rem;height:0;top:37.9306640625rem;left:3.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vIgdQ1J816QSwxCrbRgHn8TVKe2Oohtf { width:5.5rem;height:0;top:36.4619140625rem;left:3.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIbNZIqz8izIhUy3FTaTaLQacicENU0g { width:6.9375rem;height:0.8125rem;top:21.4306640625rem;left:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkxC7mGep2ugoI5HL5tEp5HEOndJLgdH { width:17.5rem;height:0.125rem;top:15.3056640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJCTcvdqTNGiOCcZ5ui1kA86PzzDKxD6 { width:17.5rem;height:0.125rem;top:18.8681640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THUR0s4BvgekJaXeRqogu0DAmO7Ks8RX { width:17.5rem;height:0.125rem;top:22.9306640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4R6v26mzzpiVS5Q4g2AhPUGK8BwNBhr { width:17.5rem;height:0.125rem;top:26.8681640625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ2Wge3anlaEfIdUT3av7Qzwk5ILQVJk { width:17.5rem;height:0.125rem;top:31.4931640625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkPBSpvwblquSV35BDdmkUn2arscrval { width:17.5rem;height:0.125rem;top:35.4931640625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnDTchX4aWPT7DiLPVNkiCpsbRKvKfrl { width:17.125rem;height:1.29980625rem;top:5.2490234375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nOboVkuFaI2iXDbyZVLoUZNICBkJqv8K { width:7.4375rem;height:8.5625rem;top:0.4990234375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2Vp3LBwvHeP0pS5zVTdBh99SnV1IX1L { width:11.479166625rem;height:2.104166625rem;top:34.56640625rem;left:4.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAp2r6BT0DMsKQtn0Ep7Wd3PN2PwThGm { display:block; }
 }@media only screen and (max-width: 763px) { #JiZl5AvAAqDfLeg0Jilo2B2rKdiO1sBk { width:19.3125rem;height:22.3125rem;top:10.242797851562rem;left:0.3436279296875rem;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #150541, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #150541, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #150541, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #150541, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#150541', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#150541', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #150541, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT { display:block; }#kTuu3vCGN1Opt3FR1TDkUKJ9PqGk2ZbT > .row .container { width:20rem;height:84.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkORdMZ9X3BP5dGrkHuMunG70IbE334R { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#9bf4ce;display:block; }
 }@media only screen and (max-width: 763px) { #sV5cdApJSdNTg9StHhd4HOBdLrwbFgQn { width:16.375rem;height:19.9375rem;top:7.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSlM2ivyG7Hom51y7GgCFCIoSvPct22D { width:16.375rem;height:22.4375rem;top:30.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g70VCJ3QEDBN09cM33CPh6J1EmpKg63x { width:16.375rem;height:23.75rem;top:56.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuIM99QosBMyDwgsC3UH7ueQDFNN7wnd { width:6.25rem;height:6.25rem;top:4.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whBSxkWFmB4GRMIgTVSe28XFwD0ggISv { width:11.75rem;height:2.4375rem;top:19.9375rem;left:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0A7nc5FxsHnnPZnmXa4clslUiudBsGA { width:11.75rem;height:2.4375rem;top:22.375rem;left:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oruIJn2ivzhZi9MTuF2aJCMasLgRTLtN { width:11.75rem;height:1.62524375rem;top:24.8125rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krXlzW0AvW7tRaDxL5zDl1U7hoS45gtK { width:8.125rem;height:5.75rem;top:13.0625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXRF8tVg2sIhulWhpXrVPtUkPkEHP0f8 { width:8.125rem;height:5.75rem;top:13.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7TBeSJRp9VwAQSrIobsRLHt8rptNa8K { width:8.125rem;height:5.75rem;top:13.0625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJVprbmDaXPMTnLe48vsh9umADFi0RAT { width:8.125rem;height:5.75rem;top:13.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqS8zrvrsTUExaDEqavc3q8HkyxGTSll { width:8.125rem;height:5.75rem;top:13.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvl2QoEm0fUAOmRyfFRPXFCeGhsdOJoJ { width:8.125rem;height:5.75rem;top:13.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ldfQNgP3liOCiPTiQTdNNybnZ7Xddm { width:6.25rem;height:6.25rem;top:27.6875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgGRtM2wwi4wBz6aTbmQpLADOguEZ8Ti { width:6.25rem;height:6.25rem;top:53.1875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U31o0WuhO3L77TBvVkPveHt5cgG72uK1 { width:5.9375rem;height:2.03125rem;top:30.25rem;left:7.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQNXs9EDwhxKT9gnJ8QPvPz59niuw4Kh { width:7.5rem;height:2.03125rem;top:54.75rem;left:6.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1DwxPvINfsQeClm86Zyio78HnRVrbcQ { width:5.5rem;height:2.5996125rem;top:56.5625rem;left:6.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9gt9cmvEz1zdWQrWHOX25l0OMuZqGLi { width:17.875rem;height:1.54361875rem;top:45.875rem;left:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrHI4KHvQwKau6rzROObXJS2fNTvzQaX { width:17.875rem;height:2.35595625rem;top:47.375rem;left:1.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2d6IsImJMtkX1m83mFzd1f1EafCpauu { width:17.875rem;height:2.35595625rem;top:49.6875rem;left:1.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTE6QqPfv34tx8MUP4hbR7cCRVJXyium { width:17.875rem;height:3.25rem;top:73.5625rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STlKnKAe3S6x5ZfKlLxfEPgRNWD7WRyy { width:2.6875rem;height:2.4375rem;top:56.6875rem;left:10.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQPP30VWsLPcp7CTMp36bq33z2XrpKzy { width:5.9375rem;height:2.03125rem;top:7.125rem;left:7.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icr7XHoBF8UgpxBTtmPTwEJU9bmE5uA1 { width:17.875rem;height:2.5996125rem;top:70.375rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdH9hDlCDk8IDa2KScS9La9fBEioTRHz { width:17.875rem;height:1.29980625rem;top:77.375rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpHiShGCVzHPrhqqpIs3xukpToMc2ITZ { width:15rem;height:7.75rem;top:61.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIyHffealmcn7d23Rb1NV81l9hXluN1G { width:12.5rem;height:10.5rem;top:35.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaAB9MiKkxvu811ndIFK8del2mOmVJga { width:11.5625rem;height:2.25rem;top:80.625rem;left:4.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnhW8LktE5tSneFHr7q11haoNkeDVb8G { display:block; }
 }@media only screen and (max-width: 763px) { #H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns { background-color:transparent;background-image:none;display:block; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container { background-color: transparent; background-image: none; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container > .video-iframe-container { display: none; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row > .video-iframe-container { display: none; }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .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); }#H7oEXfFChSMVEyRvTyL0gVPZzqBS1bns > .row .container { width:20rem;height:60.18701171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VO9IRWHnwDtzdNmGcFpQG5uue9lZXWtN { width:6.1875rem;height:1.7871125rem;top:15.6875rem;left:6.5625rem;font-size:1.375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rlLSpirVfGgRUEzxdRT4wwSJZW0ImKEZ { width:20rem;height:36.875rem;top:23.312377929688rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #W7JnUnJwWsy1bwcSLZNo2Fy8xJ5g0Pdy { width:7.4375rem;height:1.381225rem;top:3.25rem;left:5.96875rem;font-size:1.0625rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #XwOlTi596THddrX1w3GsWtlTAfhRHhzU { width:20rem;height:0;top:2.1816405057907rem;left:0rem;font-size:1.6875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #PZwnd34FVnhGSRbkfWpsZJ2ebG8TJfPw { width:9.5rem;height:0;top:2.1816407442093rem;left:1.5rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #eMQTF4sImVQNimSi0TfGDaZseb7RO6m4 { width:5.187375rem;height:0.8125rem;top:21.125rem;left:7.0625rem;font-size:0.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxB0Er55ytPGAzctE7v92vOaiLEAZlTb { width:13.8125rem;height:2.4375rem;top:7.7099609375rem;left:3.09375rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #BTsRzCeSzdksBJzOG3gIKWWX2pDu27uK { width:11.375rem;height:4rem;top:10.875rem;left:4.75rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MX8DTnn6FQgNeP6XQRqKBMcebPQGMCWr { width:18.125rem;height:2.5996125rem;top:4.625rem;left:0.9375rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #qe6hNe5yUIJQu8h0rhL8bQx7PAyaw2bd { display:flex;width:0.625rem;height:0.625rem;top:11.0625rem;left:3.875rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #rAzoUh1tHNIOLZIvLl3yWUreX4p5ttt8 { display:flex;width:0.625rem;height:0.625rem;top:12rem;left:3.875rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #DBX5okHkiObkJJo3NAZwQfPoSsFTn2Sw { display:flex;width:0.625rem;height:0.625rem;top:13.0625rem;left:3.875rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #RX3oAf6vixbpSwD8dz32lF7X3MSTw7Sz { display:flex;width:0.625rem;height:0.625rem;top:14.0625rem;left:3.875rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #CRSPkwax52BPEEmlmtRcFTMNfg12EARM { width:6.499625rem;height:3.65625rem;top:17.4375rem;left:5.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPAiMTXfZeTiEfp5eD4NObKaytg5zqcB { width:1.31225625rem;height:2.03125rem;top:18.25rem;left:14.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-text {padding-top: 0; padding-bottom: 0;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-select {padding-top: 0; padding-bottom: 0;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk  { width:17.5rem;height:auto;top:33.311767578125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15078; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk {display:block;}#JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk { width:17.5rem;height:auto;top:33.311767578125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15078; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #QWiiOAfDaDdnV9W33eqiVcTbAM4aKCxm {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #kaX1dtxslFsVRBEtkzaUx3lZAmr1N7Dd { display:block; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #gJE8D9STb7kdG8ITQTF7EqWTF4qiNQvV {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #T3QyfEINOUggutTHcsHH83NrpIR6kumV {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #AxP6ayTGfFx6w1vogbzzwdPFNac2Kd84 { display:block; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #uoPOo5p6XsKNM4rtIztKPOrWEhfo4kFO {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #datgI6ZUIyT3G9RA20moMwtadCsFeu27 {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #sqDOTgCC5UFzNhmrDwA4FrKMqktOQzQs { display:block; }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #aa7nqhuQys21d8b1NTIwp5TsVKEtnMZV {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #ZfuL0cysTccm0Slv4QCSLi6DT0BPWLTU {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #AIPoleluZSacJrtnED6ddUrbXOSz3nh8 {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #H3kT5FZ9mMZMT83pJNZHLUArPhC3hOAo {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #p4Gyup4gMre88yCIFB6PDDCSrlwc7DiB {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #SnRiAzZ5VOlTHh88QNC4GP4RwJSlodG9 {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #ppqbBqhmXe4Xi9L7IuHhxDSKbH6nx5GG {  }
 }@media only screen and (max-width: 763px) { #JxFdWMew9bCVdHQO0qGyJcnQ9envdxAk #pgingh2BNupTOO25UR7czekA80T7EMsZ {  }
 }@media only screen and (max-width: 763px) { #JUQ0RGCcG4Uc3V9OTJoEHn83wUAvXZuK { display:block; }
 }@media only screen and (max-width: 763px) { #ERyoyWsPQAdKsTPTvcJG9WCG3pTAdxKw { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SdgZ45ix3P0gcB8JZ33xh5QQeanfxhLy {  }
 }@media only screen and (max-width: 763px) { #R89umpWWkM3AxTQ5okSUhKAb70xWFqJh { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oVWr7OhRelpSWRJsqL6b6G9SdM3F07Xc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mHr3dOUVCCbew2wrBkDKDWOppsJSWwnI {  }
 }@media only screen and (max-width: 763px) { #HCiEgGRA3NlhFWbgtTi9tsAleaTN7K4O { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AT1t3yDHamFCzptgg0zV5rIwVh6dSJXm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aO8hioFZGydcmZIokgeJ0CJTJzF5NzBc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gUixZzcM8TJbXAEwPSNiKh48kA9Xa4uI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Vh7n9smUVyIqMzsmaEHPxEEMWet6ZsoQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #amKOcmCS1cHUTSrSEQk7M3iNX243V4lE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zO27WRTI8tU7qstwumfgyeUJp80t67b2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fa7r1MlJMzFbMF4ZpFvh7u82JhgmJOUg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #hVLVv2Ug81fJVSZ8KQJF89LgrGzCgXkz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bAFOaI0TIOWLrN1dLpAcnyg6lgfSLRtM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zTtZd66aro6ntFurv3Xt3nbJOkaBLnPV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pvgR0WSpT9MJscOgz1hJ59uLuyiW3I51 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EHT8KgxbZ9pozAFFUJr0iTqSA3Q6DkVq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iee5Sg4Ct94DlWgvdBSkF43H91foSask {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UOadmgQx30pruIFLPoIzFJpCATEbGd8M {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SHbe7qOXR9XpE1pOFw15FAwMs7XWLvxx {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pmERaU5NTaOy0FslFwTEPtOuTB3wbZRr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #w8SXeo7DPR0aV4NGbIN3mKlsUKIcqfQ8 {  }
 }@media only screen and (max-width: 763px) { #cLHT4BwbTfG3NSvQgP0zKBwTg7lXECGg { display:block; }
 }@media only screen and (max-width: 763px) { #L5HpG5vuRQq2UBDniQpf2ncTgtHJiM5O { display:block; }
 }@media only screen and (max-width: 763px) { #s3JQAQkV8XTWzgQBaHTExvWdtT7USsFn { display:block; }
 }@media only screen and (max-width: 763px) { #vq0RzDJJkJG4JVE60UdgsWhXrru0Dtu6 { display:block; }
 }@media only screen and (max-width: 763px) { #RQI0T9JWXaBwGrpMnDi09KpCHpkDMhvC { display:block; }
 }@media only screen and (max-width: 763px) { #mmdihzpNlT9isPkrfLhT0at9tl4zBeef { display:block; }
 }@media only screen and (max-width: 763px) { #w36xSTx0WF26LtvGGy9H0v6geg8NTTV4 { display:block; }
 }@media only screen and (max-width: 763px) { #ib5l64L0o5Ex5d6PDUhgeJrN1mnW3JVO { display:block; }
 }@media only screen and (max-width: 763px) { #WFT2yzW3aNwwI0qz8ER5UdT88TNTIJNO { display:block; }
 }@media only screen and (max-width: 763px) { #SASW9c7AcahfAwE4xaOkQGm7fIrPMJw9 { display:block; }
 }@media only screen and (max-width: 763px) { #L73VduLVkTc1gT4FOCuA95tyFQAinUtd { width:17.8125rem;height:2.5996125rem;top:24.500122070312rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15080;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b79O1sB2R6sdiOJsoziuVFGzz1KyeIit { width:17.8125rem;height:2.5996125rem;top:27.100219726562rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15079;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wN6QAe3pBWntiT66WxXtGNirr2LAn5C3 { width:19.0625rem;height:2.36266875rem;top:30.363159179688rem;left:0.9375rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi { display:block; }#OcFTSk25dwtuQsnVgVPRuEpA5sqN5HGi > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9Ji8dDSEvCQFXP0WnaFys090kKCTQUZ { width:20rem;height:20.9375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghP87pTDwpgMqLCcg8ayESw08UERm5I2 { width:12.75rem;height:1.62524375rem;top:1.78125rem;left:3.625rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Dh7WGdWJcIKm6X6iNwo5J3FGWFhXJlqa { width:15.1865234375rem;height:0.9375rem;top:12.6240234375rem;left:2.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyyDHtApyxwRr0n2Ou5RRLCmmN8KRAiO { width:11.4375rem;height:5.625rem;top:14.125rem;left:5.25rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FRnJMDTV2hU3IxVQUr92ETmvPARPfZlZ { width:15.1875rem;height:1.21875rem;top:20.5rem;left:2.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRi0qnCz3QaItbA8OqKLvIDOLv7Bh2BU { width:6.25rem;height:5.25rem;top:13.62060546875rem;left:1.092529296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Co77Z1wLHnZVv58oBAzfacMpTF2NHqEC { display:flex;width:0.9375rem;height:0.9375rem;top:14.375rem;left:3.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #W6FiBwucIgPTXVUyoI9NBtKUxpg4OSKZ { display:flex;width:0.9375rem;height:0.9375rem;top:15.8125rem;left:3.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #Ovwtgk5mhEpIbSeqaMvNSf8BfaCHAxsk { display:flex;width:0.9375rem;height:0.9375rem;top:17.1875rem;left:3.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #KgzTNQixKQnrXddmsgtGWHJTe1oHNs2T { display:flex;width:0.9375rem;height:0.9375rem;top:18.5625rem;left:3.8125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #fQNTL8TO92pRhspPU9INxxZibbbNXdDQ { width:13.0625rem;height:2.1875rem;top:1.5rem;left:3.46875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrkVCx3JdfhC77nlNmbTbGNMVQfqNuVm { top:3.8125rem;left:5.0625rem;width:9.875rem;height:8.25rem;z-index:15078;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD { display:block; }#TCVh4DW6h4OD8eyfQPIZ5rdPAe9p33vD > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwPyceQbAyvEaLCZprRoFLaik3bQgitQ { width:20rem;height:3.8994125rem;top:5.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fi3saGdtOwFJhoch5Uiit2l2pzKR4oMW { width:20rem;height:2.92383125rem;top:10.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT88PhtW127SiL8HfG7pmXAfSTd8iJOT { width:20rem;height:0.97485625rem;top:24.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpIEZ30TKpowBQuvy9TtQLegLSslq0R6 { width:14.9375rem;height:2.2744125rem;top:21.65625rem;left:2.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5O7ybE1MHDqPqbMMR7HxqLLOJv1FyDF { width:5.6875rem;height:5.6875rem;top:15rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alsqkxfUrdDMyat7L8SE3h5p5P1eiB8t { width:8rem;height:1.25rem;top:2.8125rem;left:6.625rem;overflow:hidden;display:block; }
 }