.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 { background-color:#045ab2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row .container { background-color: transparent; background-image: none; }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row .container > .video-iframe-container { display: none; }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row > .video-iframe-container { display: none; }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .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); }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row .container { border-width: 0; border-radius: 0; }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#TOp2a2x5I8vyLWDgear03f8fVuf5hueM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:6.125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#ScBEyDsv5Bd4c6lXztVI1tXwM5QVmZzi { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:19.1875rem;top:1.25rem;left:55.8125rem;overflow:hidden;display:block; }
#Ak4dnWxRewq5IfcPpcXBvROLyUNWMACN { background-color:#2d7bc5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5a9bd6;border-left:0.0625rem solid #5a9bd6;border-right:0.0625rem solid #5a9bd6;border-bottom:0.0625rem solid #5a9bd6;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;box-sizing:border-box;color:#f1f5f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:37.375rem;display:block; }
#OPTUQlK0v23ANM6zyn0AGTEggsl8fuxL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rmsrcdIiTrCsRytab2DehvEayDiTelSU { background-color:#045ab2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2d7bc5;border-left:0.0625rem solid #2d7bc5;border-right:0.0625rem solid #2d7bc5;border-bottom:0.0625rem solid #2d7bc5;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;box-sizing:border-box;color:#f1f5f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:45.875rem;display:block; }
#utIt0CEBmVts9Txl0dSOnRFSChSd13wq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#045ab2;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; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row .container { background-color: transparent; background-image: none; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row .container > .video-iframe-container { display: none; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row > .video-iframe-container { display: none; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .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); }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row .container { border-width: 0; border-radius: 0; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#mwR6xhgz44vJRmSqrTA1za5vRxAtcqrF { box-sizing:content-box;height:6.5rem;width:37.5rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8e7fde' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#vW7xy381C5FMnhawNpL03uSttHlsAHdz { box-sizing:content-box;height:6.5rem;width:37.5rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:37.5rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#Vv5G7qepUUfNBPSPmwGtdPJyk8IFwOdK { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f1f5f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f1f5f9' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.4375rem;left:50rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#m2qAleFboilgL6SwkZOcneNgTnWTuTog { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.4375rem;left:25rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#sZnfCJbJHuS0R00BrprhVAWLIbX4G0ho { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #35bb93);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #35bb93);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #35bb93);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #35bb93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#35bb93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#35bb93' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #35bb93);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.4375rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#CXTr3lL7ZPAeecDRIenASFaakaC6obrn { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#V0IZQHL88H7EiKbxVmVrkHEhKIa8mQhw { box-sizing:content-box;height:6.5rem;width:37.5rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f1f5f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f1f5f9' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4375rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#wbNqrnEDlKn32cl6CkA6PZKdOf1T6oq0 { box-sizing:content-box;height:6.5rem;width:37.5rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4375rem;left:37.5rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#tBzou6JFI3RfkHFoe4Pl1DByNthzOivZ { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:50rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#Sp1bGg42TTTSyzz1cMtwTXQlckIKTtJa { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:31.6875rem;top:5.75rem;left:21.6875rem;overflow:hidden;display:block; }
#l3Hh2PWAgJJvJtcl7fWduAT5k0k4hnqK { box-sizing:content-box;height:31.875rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:rgba(4,90,178,0.64);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#QBr3yzTqXlisKdSbihsGSe1sLNBA9teZ { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:8.4375rem;width:15rem;top:17.6875rem;left:21.625rem;overflow:hidden;display:block; }
#M0irIgAkT8EiZ0ihK2FNhAI1NSvDucnS { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:8.4375rem;width:15rem;top:17.6875rem;left:38.375rem;overflow:hidden;display:block; }
#IsNFTGhxi78BCgeyBqNaJfAacHDqxVIN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#045ab2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IsNFTGhxi78BCgeyBqNaJfAacHDqxVIN > .row .container { border-width: 0; border-radius: 0; }#IsNFTGhxi78BCgeyBqNaJfAacHDqxVIN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IsNFTGhxi78BCgeyBqNaJfAacHDqxVIN > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:none; }#xL6O0RawdRfkeI9QQ4kL4GJCTHnt3OM0 { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:25rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#ZEr864QlIXQ1gvG39WdTr0kB4RN81542 { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f1f5f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f1f5f9' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#d97OmIIIIwa2avo8B7doTnNL6D6gzUkQ { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8e7fde' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:50rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#bbmWolF4BXRXu2D1FJykH5vmq3lLAebR { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:50rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#s1zn50leyZf0XTJAu28fgBgh0JLCiBKr { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#DzKMV2Vmka65v298Wwub5puCWvVI0T4L { box-sizing:content-box;height:16rem;width:75rem;position:absolute;display:block;z-index:15154;background-color:rgba(4,90,178,0.64);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#itwo0Hva38MVcumnnyBlBES17dvRWMzF { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#orTpiehIR6PwTvKrVCyCNdkdMoDGUmnW { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#qF1laplRSgtxPQbatrtnu9OBa8fOlOJL { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#oQUq912HlUlqE5eabl4zl5pFnpVvhvl3 { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#Bu0nLsaNFvq8cCXwm1xloLzA4oOs44M3 { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#om7DXZhWzauqJAmCCT8tO8bfnw3P1tQ9 { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#mxeAeIkNUPrg1izguWxLMVvgyKwLr8Ri { box-sizing:content-box;height:18rem;width:50rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #00427b);background-image: -moz-linear-gradient(45deg, #045ab2, #00427b);background-image: -ms-linear-gradient(45deg, #045ab2, #00427b);background-image: -o-linear-gradient(45deg, #045ab2, #00427b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00427b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00427b' );";background-image: linear-gradient(45deg, #045ab2, #00427b);background-size:auto !important;box-shadow: -0.25rem -0.25rem 1.5rem rgba(2,6,23,0.48) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.3125rem;left:12.5rem;border-top-right-radius:4rem;border-bottom-right-radius:4rem;border-bottom-left-radius:4rem;border-top-left-radius:4rem;display:none; }
#uU1oTu0FALiv21m37Fqh7c5JOTyGoPHs { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:8.4375rem;width:15rem;top:15.9375rem;left:21.625rem;overflow:hidden;display:none; }
#smDCz0r7ezZd3Teb7l1WWAGhp61WcS43 { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:8.4375rem;width:15rem;top:15.9375rem;left:38.375rem;overflow:hidden;display:none; }
#Xh7NnK09G76VogsMxhn8ZcTEZPsWqAU2 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:31.6875rem;top:4rem;left:21.6875rem;overflow:hidden;display:none; }
#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #35bb93, #8e7fde);background-image: -moz-linear-gradient(45deg, #35bb93, #8e7fde);background-image: -ms-linear-gradient(45deg, #35bb93, #8e7fde);background-image: -o-linear-gradient(45deg, #35bb93, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #35bb93, #8e7fde);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container { background-color: transparent; background-image: none; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container > .video-iframe-container { display: none; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row > .video-iframe-container { display: none; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .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); }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container { border-width: 0; border-radius: 0; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#ExMulZJ8Gg19hcXf4LN7BSI6ut2yg0SZ { color:#f1f5f9;display:block;width:60.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.5rem;left:7.25rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row .container { background-color: transparent; background-image: none; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row .container > .video-iframe-container { display: none; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row > .video-iframe-container { display: none; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .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); }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row .container { border-width: 0; border-radius: 0; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#FXbR1xH5vR0dXVMXLVSQwZJiwaTKNSeQ { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#d81Z2XGJb6fqslyIg87n7Ewp0F7nRKJX { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#F2PL5mnN7bdeVACMroQSQBriuOKEZpvS { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.75rem;left:3rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yXi8aU9kKnrxf9Xw3sBwKauaHig1O2bM { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:29.5rem;overflow:hidden;display:block; }
#UTkiwsLcLCvds3WR8UhaJ4gqyKMVMUBz { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.8125rem;left:29.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#DMFTcew7LM9ESKd9y5304TFkHXkUwu2K { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.4375rem;left:30.375rem;height:0.8999rem;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;font-style:normal;display:block; }
#XtzuBiiyWz50ldRxFIRrgM9hh868HBvt { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5625rem;left:30.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WBHMhBKEAE3F6N4mWyPrvMrDMuoKewsV { color:#f1f5f9;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:21rem;left:30.375rem;height:1.798825rem;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;font-style:normal;display:block; }
#hvCzOxrcafsZqBmtrqbhNk0TBKKBtUMk { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:40.625rem;overflow:hidden;display:block; }
#hzWR7oe7iz6zLxm6R0Udv3lIvtTvT90V { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:40.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#fIo1z9DkGPU5AO48Q4m1Ko35yXiBaFaz { color:#f1f5f9;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:21.3125rem;left:41.625rem;height:1.5rem;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;font-style:normal;display:block; }
#iFE3qH2nn9nnxWhMTShmLWOHpBU7VNgZ { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.875rem;left:41.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#D7uTJi8tEATgdUWg3O4mcgWDMJeaVlf9 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.75rem;left:41.625rem;height:0.8999rem;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;font-style:normal;display:block; }
#qAlb7tCGHSmcVZqs9Q2hEpsT4uobPhd6 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:51.75rem;overflow:hidden;display:block; }
#qef6uU4nuxEbaIOQWuK5A5nv0G3Np6X1 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:51.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ti2OzQireQ7SAK2g7L8wz62HX2snaWPr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:20.5625rem;left:52.75rem;height:2.25rem;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;font-style:normal;display:block; }
#fRMsDqTsVd9n4qy02vOT0sgkkTTu8BpF { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.125rem;left:52.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#yqpsi6K6OTTbQlhdN6VToTUO63xaaFL1 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:19rem;left:52.75rem;height:0.8999rem;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;font-style:normal;display:block; }
#HB52PdBWiO5wG3vMpLzIHx0Qlv4UD4XK { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.8125rem;left:62.875rem;overflow:hidden;display:block; }
#f0UciyoqqFhqm8RzU1vW8hUuMTKNNiqT { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.8125rem;left:62.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#bJgmd2ef8TGftKog5PsDroyLF9PAD7rV { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:22.0625rem;left:63.875rem;height:0.75rem;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;font-style:normal;display:block; }
#ayJL3t17xEKazbp9Z2QSPpIAntNwSVpB { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.625rem;left:63.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Qq2V0hADqRtla1EHEZnN3iLQ82p1WIf0 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:20.5rem;left:63.875rem;height:0.8999rem;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;font-style:normal;display:block; }
#y9P781eWTaGRgswz7dmZMfhvBOl28Jlh { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:3rem;overflow:hidden;display:block; }
#w7X5F7FcSFpy3ZdgnrMwfygVlMV2KmH7 { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11rem;top:3.5625rem;left:18.8125rem;overflow:hidden;display:block; }
#FIOQncRy3T78dCFAUmQ89Xs8eAdf4Qz5 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:4.0625rem;left:69.0625rem; }
#FIOQncRy3T78dCFAUmQ89Xs8eAdf4Qz5 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#wktZhmSWgilofdIXBtQ5WrpSkO4NDpsB { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15169;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:30.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mWO7z7Ba7eOCz8zETVb02gqKmPAXCtci { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15170;line-height:1.2;letter-spacing:0;top:18.5rem;left:30.875rem;height:0.599609375rem;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; }
#arzgS9u6PB6FKb703xq7JsSGTQsKLFWf { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15169;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.125rem;left:35.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#JsTrUC5BzxIaupcNNdx0lRwfTGTIqlP8 { color:#0f172a;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15170;line-height:1.2;letter-spacing:0;top:15.3125rem;left:36rem;height:0.599609375rem;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:none; }
#V40l6bx82mDubc5L36ETG94lrPIDBLXx { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15171;text-align:center;text-align-last:center;top:11.8125rem;left:3rem;display:block; }
#K1w6wg7aKK1KQTQxwmDL1hT7lLEMys9A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row .container { background-color: transparent; background-image: none; }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row .container > .video-iframe-container { display: none; }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row > .video-iframe-container { display: none; }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .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); }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row .container { border-width: 0; border-radius: 0; }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#Kp7zUGMHdnVLmsqhk6hOxCuzuEbQTlD4 { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#ghL3Aa1GHobn6EHBKF21T4NcURI09HLo { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#m9u24prZHk6nmdAoBkz32BUFhMQxsQ9b { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.6875rem;left:3rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eNoibxxexQBCGec2WyAlXtSmL0VfW62a { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:29.4375rem;overflow:hidden;display:block; }
#VT1MUCwpOG2997QEc5XTL4csxfgDhqA7 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:29.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Sbv5ZwKvWEyGbOvEThU6ZmnnvMUixszW { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.6875rem;left:30.4375rem;height:0.8999rem;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;font-style:normal;display:block; }
#AgK6hhWcIfGWVvpMMDeGih6RfkbybNWE { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:30.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qpWVT0cW5hr42cO0ys9s5wTMaeoFFZES { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:21.25rem;left:30.4375rem;height:1.5rem;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;font-style:normal;display:block; }
#lSJaR7HGsMsWp7CTShTGSQxppK5nlpBF { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:40.5625rem;overflow:hidden;display:block; }
#RyVQngxcBvrXW7xSCLWA0TnKqFSrfVZk { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:40.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#lzMkDeD1w78TVyLD0E65IBnLJCVtPnvT { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:21.25rem;left:41.5625rem;height:1.5rem;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;font-style:normal;display:block; }
#FJ13bm4ebrvGSHK4fsyIkouBRCPkxK95 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:41.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TnVhZqsbbBp6OAzBn63p4IeomhdXtdeq { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.6875rem;left:41.5625rem;height:0.8999rem;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;font-style:normal;display:block; }
#TyXQWbQOMniBIausxUbFigDZVuO2CE1k { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:51.6875rem;overflow:hidden;display:block; }
#dyCK3TeQquApLUQLPG4TIGsWd59uI0SO { box-sizing:content-box;height:7.125rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.625rem;left:51.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#OxTc6CFHoEqqAZdUp8GydQfepzPJyrlo { color:#f1f5f9;display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:21.25rem;left:52.5625rem;height:1.5rem;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;font-style:normal;display:block; }
#fS52gG1KaOKFUZPK49coDNVDpKeEbWXU { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:52.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#bPOq7P0cSlWZHmz8tMMCzTFaXPJCeuPd { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:19.6875rem;left:52.5625rem;height:0.8999rem;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;font-style:normal;display:block; }
#UGwJSyJG88l7TkGOy3SKgdmkcBmwbnNi { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:62.8125rem;overflow:hidden;display:block; }
#s5C6KsDfIsm4vAS8TQ3loNTwF6vDsuyv { box-sizing:content-box;height:6.9375rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:62.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ALoxRQNaE1Qk28cT3SKnRHyc7TCUvknt { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:21.25rem;left:63.8125rem;height:1.5rem;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;font-style:normal;display:block; }
#FIB1lwef2J7aikPTtrbiALhDFZL3qZXw { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:63.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#n6yPNPmXQVv9mhPoc88CyN6ultyLqBvP { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:19.6875rem;left:63.8125rem;height:0.8999rem;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;font-style:normal;display:block; }
#V7FTzF3xTtFxSDvoKT31dunK6ZrM63Rb { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:3rem;overflow:hidden;display:block; }
#xzB9b2v58IoG6zcxcdsMF58Xl2ZTOlZ3 { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11rem;top:3.5625rem;left:18.25rem;overflow:hidden;display:block; }
#iqORs13A4UC9r9m5SRDm0waIyCildseL { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15159;opacity:1;top:4.0625rem;left:69rem; }
#iqORs13A4UC9r9m5SRDm0waIyCildseL > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#iv2a5ZD9Neo8fw1pCkbxBxVErXH25rLQ { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15183;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5625rem;left:30.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LgKhH5yo7spnqK68EQARHUmt7UgxfZaA { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15184;line-height:1.2;letter-spacing:0;top:18.75rem;left:30.9375rem;height:0.599609375rem;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; }
#JIAsd5iNTrKGTRg5TIC5BiC6hFTTW7co { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:11.75rem;left:3rem;display:block; }
#SMCCVsUDnnT5l5xScLRdmRWxk0ip9t2o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTmffPEvbIVztcwypV7Eg6PBSazdxmdR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UTmffPEvbIVztcwypV7Eg6PBSazdxmdR > .row .container { background-color: transparent; background-image: none; }#UTmffPEvbIVztcwypV7Eg6PBSazdxmdR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTmffPEvbIVztcwypV7Eg6PBSazdxmdR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTmffPEvbIVztcwypV7Eg6PBSazdxmdR > .row .container > .video-iframe-container { display: none; }#UTmffPEvbIVztcwypV7Eg6PBSazdxmdR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTmffPEvbIVztcwypV7Eg6PBSazdxmdR > .row > .video-iframe-container { display: none; }#UTmffPEvbIVztcwypV7Eg6PBSazdxmdR > .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); }#UTmffPEvbIVztcwypV7Eg6PBSazdxmdR > .row .container { border-width: 0; border-radius: 0; }#UTmffPEvbIVztcwypV7Eg6PBSazdxmdR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTmffPEvbIVztcwypV7Eg6PBSazdxmdR > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#SKcfWhxgBSNrt5p5XLFhS0FmKPVau8MK { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#MfeDdrEf5QFNTl8ra6ZR0cXDsu4xCIww { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#UmoLtWCTpT1TRVvWAFwb1fBlGv8MunRM { color:#f1f5f9;display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.6875rem;left:3rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TcCDfPMum4ORs7TFstTT6tRJIWsrBveg { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:29.5rem;overflow:hidden;display:block; }
#yde7v6cQGfOmVHtNDxbhNutdKqsNH08M { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:29.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#i7VG6QStn1UzAUqM5ptEhVinazEKEU2s { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.6875rem;left:30.5rem;height:0.8999rem;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;font-style:normal;display:block; }
#r7dtMc8lnvuvyfvDynzUD35P11hGQqTh { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:30.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#UHToyWPNrDPdraJ1fzVazUwltFKySuvw { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:21.25rem;left:30.5rem;height:1.5rem;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;font-style:normal;display:block; }
#QaHPok1f5xpFneWHMxIVbbsTcnmSTc1Z { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:40.625rem;overflow:hidden;display:block; }
#veOWEwbBEhWe1BEcQ1qCIaBBFfDhMxev { box-sizing:content-box;height:6.9375rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:40.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#kxHpyfAqrToK1fQwX5kiHkSaTBN9BkTH { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:21.25rem;left:41.625rem;height:;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;font-style:normal;display:block; }
#JUNLzOy07qbJMG8ybN7V4ewezCpkcfSt { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:41.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#yHM9Ck7Fa5MswQmfKRLhZCbPzJsmDZMx { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.6875rem;left:41.625rem;height:0.8999rem;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;font-style:normal;display:block; }
#v1sTXPqE4ZfTMr2nkxzCfAWdeHcyU2x7 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:51.75rem;overflow:hidden;display:block; }
#oxwAcnvCS5dfBtQ5InqelfxZCassvs3q { box-sizing:content-box;height:6.1875rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5625rem;left:51.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#cBchQ8ShNpZPpfDEBzv2AuOrUZCRxWky { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:20.5rem;left:52.75rem;height:2.25rem;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;font-style:normal;display:block; }
#qTTRQlrdMECqcDTOOI6PVgrP2Si79RbJ { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:52.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#W8Hz4xiSWHNtpN8lKXf9fe9Dlf8g1rZy { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:18.9375rem;left:52.75rem;height:0.8999rem;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;font-style:normal;display:block; }
#FTaM4yF2yTMnq4eUTfTUme6a0KeO0oGA { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:62.875rem;overflow:hidden;display:block; }
#ooG3BwmT71idvk72Nirc4I9amGVfr3QO { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:62.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#K5EDTmugl6FUxXn6UJM1RICZ64iWumaI { color:#f1f5f9;display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:20.5rem;left:63.875rem;height:2.25rem;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;font-style:normal;display:block; }
#Wmsqukwe6OIQ75HvsZHxF4bRIJHCDXOS { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:63.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#UTc2sk5BmTRSXdS23x1lXtxndWsbdmTs { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:18.9375rem;left:63.875rem;height:;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;font-style:normal;display:block; }
#ausndctpDTx9NxB8Dw6rbTbNDESIApzk { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:3rem;overflow:hidden;display:block; }
#RAI5fTxz9fIWV0iv48ilc9tHUIMJJxdb { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11rem;top:3.5625rem;left:18.25rem;overflow:hidden;display:block; }
#eEVG4IETIUMEyvMlmnnNCJaWSSdK6dQL { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15160;opacity:1;top:4.0625rem;left:69.0625rem; }
#eEVG4IETIUMEyvMlmnnNCJaWSSdK6dQL > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#iKWQewMm6x0FgPzo5SugeXqO2gfPItsk { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15171;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5625rem;left:30.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qwNuRZ5RM3u5rpOhl2RERTOCMlg4RZQm { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15172;line-height:1.2;letter-spacing:0;top:18.75rem;left:31rem;height:0.599609375rem;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; }
#we5W9oEGqcsM8cATpfnHPEASIZdRqtoz { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:11.75rem;left:3rem;display:block; }
#Ioin5JTO7ghFZn9tgb9SLVnRBUt06PG1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row .container { background-color: transparent; background-image: none; }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row .container > .video-iframe-container { display: none; }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row > .video-iframe-container { display: none; }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .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); }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row .container { border-width: 0; border-radius: 0; }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#Sg0v5iUBe4T79ApcO1K2F6bWKHW3q5Oi { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#BU0ThGari5pSowSwuLqCSDX7k3k4KTd1 { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#cXNZp5ECSCtw3EDyNzMu4O95aF5TOMna { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.6875rem;left:3rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rvHNJ9DzDbuToqPNJBD1gXKJeGQT1nqJ { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:29.5rem;overflow:hidden;display:block; }
#zoNx7eL2o4NBGTgTK8TpJA9cQrDFIiA9 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:29.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#LMS69daG7tR3KomOWSqNZ55auMpKAUz8 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.6875rem;left:30.5rem;height:0.8999rem;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;font-style:normal;display:block; }
#TCKS8PVcNhwwLWQULRlQZA8rK0AdpPGc { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:30.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#K3uB01v49R1htdvWfHW06VSJSIntSTAU { color:#f1f5f9;display:block;width:6.3125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:21.25rem;left:30.5rem;height:1.5rem;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;font-style:normal;display:block; }
#I3N16flw1tiik6IRrBKDihFEZOv4xmJh { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:40.625rem;overflow:hidden;display:block; }
#NmFWvw2yRUc3HBVHEhGpy3a62BFUk2Sp { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:40.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#o7e2OJym11SIFIX2nXVg1fzkqC8L1Jqc { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:21.25rem;left:41.625rem;height:1.5rem;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;font-style:normal;display:block; }
#Qvq5eBBOOC82AagpgB7qPNntdqleU1AM { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:41.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#PNLFl6wEpiQUav4c1Zh0MHWn1T8H7nI3 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.6875rem;left:41.625rem;height:0.8999rem;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;font-style:normal;display:block; }
#LMrnAP0oT4vxcPcOlKQdNiJCSWN0dJy8 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:51.75rem;overflow:hidden;display:block; }
#WRhWDL6r6pq5i2KxrLr1PsferfdMCM73 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:51.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#y88BZlfDnlRg75F7dyRZBwGlJvmbTpxX { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:21.25rem;left:52.75rem;height:1.5rem;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;font-style:normal;display:block; }
#NVOT7CaQc9dSynywgWUcsd132ZNKWPOv { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:52.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#VIO1otPuEJsB6o12OsFzRvwCexrhG0Bt { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:19.6875rem;left:52.75rem;height:0.8999rem;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;font-style:normal;display:block; }
#qlixIzLCcQ7Vm2dITTbM58CA1Xv5C87R { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:62.875rem;overflow:hidden;display:block; }
#RKgSg9NcABlwK6UEHL00ZpovDmSXHeuL { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:62.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#pbJpDswnabKw0uefTUlPMyMg5J0ixTBB { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:21.25rem;left:63.875rem;height:1.5rem;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;font-style:normal;display:block; }
#AhKgfz5RTvITOpwZa0OGrfJyWhZMMBKk { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:63.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#i0HzyHsZUBn1WT7cswmdfoCT6a4IwmDN { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:19.6875rem;left:63.875rem;height:0.8999rem;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;font-style:normal;display:block; }
#ETSi3QyMwToARkUrW4FT8XhuMWktQH99 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:3rem;overflow:hidden;display:block; }
#hEu8lTxxuxBZZZ517kEGw4lNxF4kAOnl { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11rem;top:3.5625rem;left:18.25rem;overflow:hidden;display:block; }
#Bv9RBH7W3gm6H1n8gBWeKFUMKV8ycPce { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15161;opacity:1;top:4.0625rem;left:69.0625rem; }
#Bv9RBH7W3gm6H1n8gBWeKFUMKV8ycPce > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#wf8wty9rNEFSD3vynFGhlaAikDU5bPy6 { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15173;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5625rem;left:30.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aim4VGFqyVFQeR0ueWRmR7Ny4F4PmbpW { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15174;line-height:1.2;letter-spacing:0;top:18.75rem;left:31rem;height:0.599609375rem;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; }
#Pva7QhesIgUVBHmsXmTM2MdTpL276EoX { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:11.75rem;left:3rem;display:block; }
#uvyHIs0HKR2fcrZoDkTNxfLrkWHFEwwm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row .container { background-color: transparent; background-image: none; }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row .container > .video-iframe-container { display: none; }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row > .video-iframe-container { display: none; }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .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); }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row .container { border-width: 0; border-radius: 0; }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#TuDSkhZFyIShXqqMiw9TnP6E4qpNiaAn { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#hcVmh90GJe3Tts9ygRlJsbLOhuDR5AHw { box-sizing:content-box;height:22.6875rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.9375rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#hkdaEvrt8MxxyBJgioJNggkpEDSaevu8 { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.75rem;left:3rem;height:12.9980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wEklTBDtlWLIJVFwKvUFUe6oxryrn85E { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:14.3125rem;left:29.5625rem;overflow:hidden;display:block; }
#i7n5BxUlJnbaHdR2BLMK8MkZDPTblLUu { box-sizing:content-box;height:6.5625rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.75rem;left:29.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#undWDmHiVfnfFIQNxPudE3MTkm5iq9Vz { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:22.25rem;left:30.5625rem;height:0.8999rem;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;font-style:normal;display:block; }
#ZUZec6zfKOV3i4WaPTTQVx9XmaGbfohN { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.375rem;left:30.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#baTTLMqFxmzWXEAl1PRUNHTRdKxZQMm8 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:23.8125rem;left:30.5625rem;height:1.5rem;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;font-style:normal;display:block; }
#MvAWKKAiqdq9iSRxWuLCUzutsT1aB5ZD { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:14.3125rem;left:40.6875rem;overflow:hidden;display:block; }
#LxLW9t4z2QKrIB4SHvN57apP0yzaZTXz { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:40.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#pOeQidTnJeH5b2SdqxbFrvCzmzkgicov { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:23.0625rem;left:41.6875rem;height:2.25rem;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;font-style:normal;display:block; }
#JpoX4isOeKDQXTOyCiwGi10l98gQcVnN { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.625rem;left:41.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#kqrnwX68TdZIoEnTB9h2T6FvUCRNTC8X { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:21.5rem;left:41.6875rem;height:0.8999rem;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;font-style:normal;display:block; }
#DW7PHoIkg0tl2PsuQDQTdscJmSOypQ2t { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:14.3125rem;left:51.8125rem;overflow:hidden;display:block; }
#uq8ps3hAiIxUa2qAoIDVEeZB0QWwRGea { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:51.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#riem4DenBgb8hIXs04OHUU1ZJt05NmEH { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:23.0625rem;left:52.8125rem;height:2.25rem;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;font-style:normal;display:block; }
#kGWyCJDyEP1qA9eWNkWQIX6K4hLvVksL { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.625rem;left:52.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Giy1yKZIk0V3qEPgeqyUElzTPvE1eoDn { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:21.5rem;left:52.8125rem;height:0.8999rem;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;font-style:normal;display:block; }
#gTKg0koOTVSo4DsNWe6WKxzJST1ByZ0t { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:14.3125rem;left:62.9375rem;overflow:hidden;display:block; }
#Vv3iOQFpTxKJubIIhR6L2op5I7zJ9tbP { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:62.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#sTe2kzrnq19T9twkqMdhTJswvORhvnnw { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:23.8125rem;left:63.9375rem;height:1.5rem;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;font-style:normal;display:block; }
#mhAxJQUlPeTic8RKqAbN0dGvqU5ce7kO { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.375rem;left:63.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eTWl2mIbQO8XeKhAi86Ra99ciQOaZroy { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:22.25rem;left:63.9375rem;height:0.8999rem;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;font-style:normal;display:block; }
#ThrcfD6n2Ddd6J2AXv88ThRBnHprc9KT { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5rem;left:3rem;overflow:hidden;display:block; }
#L21yT10ZEDsRqz5gGHWpk1BQTvMSImp4 { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11rem;top:3.5rem;left:18.25rem;overflow:hidden;display:block; }
#IGHpmlCFvruRIlfpJRAc7t7b8BM2Anmw { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15162;opacity:1;top:4rem;left:69rem; }
#IGHpmlCFvruRIlfpJRAc7t7b8BM2Anmw > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#T5Jt2VsXSyUNh1BAbh57OBWSvRZowTGX { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15175;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.125rem;left:30.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#MLuZZGgGqn6TOAWLzhiqQdDCw2tUtUkv { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15176;line-height:1.2;letter-spacing:0;top:21.3125rem;left:31.0625rem;height:0.599609375rem;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; }
#IuSkbEnTiGqwbZH9BettzMCAdcBJNM23 { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15175;text-align:center;text-align-last:center;top:11.8125rem;left:3rem;display:block; }
#Lyg1Z1dJrEp6J76CHtNbobfQQzdX6T5g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row .container { background-color: transparent; background-image: none; }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row .container > .video-iframe-container { display: none; }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row > .video-iframe-container { display: none; }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .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); }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row .container { border-width: 0; border-radius: 0; }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#zsSq2yqcEiKOm9u8zz9iiUtfI1TURbq5 { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#wqPdPJOxrTG2gGfEbuZPbUlkTu7oTg8d { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#TfJ4qohW09QwnqC5AvkrrtgyEu6O7WZE { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.6875rem;left:3rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CGlGEGmRFroQWIrlOV2kafGwJEtqV7vo { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:29.4375rem;overflow:hidden;display:block; }
#iLmbV41JxRGwAxLtQNO2abUxJHTHpGfB { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:29.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#TS2T9hGH7rJmyclWBdkCRTkPR2B8OX2B { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.6875rem;left:30.4375rem;height:0.8999rem;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;font-style:normal;display:block; }
#GbpZFBzB31LwpsU0cKch1vUmHaL5SbGM { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:30.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FwOysxa66Cil2EDCPWQrtIDLBttWJRQa { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:21.25rem;left:30.4375rem;height:1.5rem;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;font-style:normal;display:block; }
#hX9z8lriqrNkqa67e7RrNTOyT2VN2npd { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:40.5625rem;overflow:hidden;display:block; }
#xGfisSD05oRmBs3FBTEVBQotd4847VZE { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:40.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#F27CiDHCeoyIWyTfh5n2WT0lAFTvyaRc { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:22rem;left:41.5625rem;height:0.75rem;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;font-style:normal;display:block; }
#Co6m21Ufg9UQ0KSnsktzPcKwCKLp0vd7 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5625rem;left:41.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#r4d6wrcSNLeTVHpd9THhbIqW2XTkaTMO { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:20.4375rem;left:41.5625rem;height:0.8999rem;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;font-style:normal;display:block; }
#rIrMETh3lsvBZl00PcSx1zlo7H0i2VT6 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:51.6875rem;overflow:hidden;display:block; }
#D8RwEZix8CNPHzID4pd7eKM84l5Wvf3n { box-sizing:content-box;height:6.875rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:51.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#DtrvnnEhb7VhMsXBoIIO5DUWEz0EyalI { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:20.5rem;left:52.6875rem;height:2.25rem;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;font-style:normal;display:block; }
#w1csKU62OE1amIqTLfFx6oosrsUhpWo1 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:52.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#lToN4fcvx305K4EwxWGAhhKUc51pGQix { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:18rem;left:52.6875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#wielfP1aRgKu2AxBxT7NSRsVe0oSaluC { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:62.8125rem;overflow:hidden;display:block; }
#ctEMhWFdLc6WAtG5iOrgWHqSzybmhypK { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:62.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#o9OKxdxTA1tSddUXlGFLiePkPDwm9hfP { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:22rem;left:63.8125rem;height:0.75rem;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;font-style:normal;display:block; }
#qc42n1xtZBb7lRX0JiIgzkH9GAcUV3bi { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5625rem;left:63.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QOUFa7h4fTBvJlK2RK63Maiwb6B3s0Nw { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:20.4375rem;left:63.8125rem;height:0.8999rem;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;font-style:normal;display:block; }
#OPyNtAE7cO80NmPHezFX55FLdJlTkKWD { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:3rem;overflow:hidden;display:block; }
#dHnGwZ3TaUSMBWB3DABHvJhVlS4CJxrz { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11rem;top:3.5625rem;left:18.25rem;overflow:hidden;display:block; }
#ehnJ4tlFZ3fVBKTzbwXTCqpGaa2LFhDK { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15163;opacity:1;top:4.0625rem;left:69rem; }
#ehnJ4tlFZ3fVBKTzbwXTCqpGaa2LFhDK > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#eE2JHVFUW5pNvKe4kvuXTigvTbULHd0C { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15171;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5625rem;left:30.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#zIy1Z5SSKW6gVRRdx8ckSokWUqxhwVBl { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15172;line-height:1.2;letter-spacing:0;top:18.75rem;left:30.9375rem;height:0.599609375rem;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; }
#nOxn3pH6RA0yTfhV7o7BdyJEhiPUIOev { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15176;text-align:center;text-align-last:center;top:11.75rem;left:3rem;display:block; }
#kRORgzunAcuPaSsV7dnQK43Uua1cUl2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row .container { background-color: transparent; background-image: none; }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row .container > .video-iframe-container { display: none; }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row > .video-iframe-container { display: none; }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .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); }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row .container { border-width: 0; border-radius: 0; }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#xGkkamP3eZg3NRgepDVoNsy2ZHZCvsV3 { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#FTMyFH2tcwiw11o261kK4pt7NRDde9SH { box-sizing:content-box;height:20rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#hFGfHz43TkuMknF5MH0kxXfn2Ugxmaog { color:#f1f5f9;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.75rem;left:3rem;height:10.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TWZFIsSiqOMXOZmwy6V9ivcOh3lXB1I0 { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13rem;left:29.5rem;overflow:hidden;display:block; }
#faWTXdr3bQpXMMduDm7ERgCmd14BXAxh { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:29.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#tBprXau3QJFvfC5OAXlEqMJx95bN3QiB { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:20.9375rem;left:30.5rem;height:0.8999rem;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;font-style:normal;display:block; }
#ZhvWEcevSyNKzD13wSWQRLdbCe62COCa { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:30.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#fWNPINnCKEdkzIi8VDUZvHgqZyeAIATn { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:22.5rem;left:30.5rem;height:1.5rem;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;font-style:normal;display:block; }
#Mgt0tXWxesJVy8Wy8gqAQU6ABaJNutHQ { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13rem;left:40.625rem;overflow:hidden;display:block; }
#HT0yJFP3JTiTTtKUmN8LXzahZyfumkgl { box-sizing:content-box;height:6.5625rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.4375rem;left:40.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#pOynDCi5fUXiiG7bEy7yrxxSoZOLuvOl { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:22.5rem;left:41.625rem;height:1.5rem;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;font-style:normal;display:block; }
#vA2F1rd9B3t8X4sZxTD9v3gAsxLhMD7A { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:41.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#RZtGRuGGm8AXGPzgrbD4ZQXpqLSfLRbX { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:20.9375rem;left:41.625rem;height:0.8999rem;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;font-style:normal;display:block; }
#cDP9K2G8oQRHDhqmRQFqKTO0EGW4H1S3 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13rem;left:51.75rem;overflow:hidden;display:block; }
#mlpxqFygTS7GZImvJ9SER2EcHi2RRwQd { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:51.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Mz0E0ybPUuPwQH4KlB07n5MBoKBTg8AF { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:22.5rem;left:52.75rem;height:1.5rem;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;font-style:normal;display:block; }
#hxSr5a173hgkbQ27r99v9nOMOFOhBlsE { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:52.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#sVFo0cXhq2DrCL7PpsDh7DgNUQuyqrC4 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:20.9375rem;left:52.75rem;height:0.8999rem;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;font-style:normal;display:block; }
#tLtrsRcXhZtVxZM6egUsxEBBMqLzsbZn { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13rem;left:62.875rem;overflow:hidden;display:block; }
#B4eVL2t7EI30KqDnrcv8Snh0ko77IHlG { box-sizing:content-box;height:6.8125rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.1875rem;left:62.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#XJsCkxxdTxlGrb2G0nwbnr9MdOt7pIfu { color:#f1f5f9;display:block;width:5.9375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:22.5rem;left:63.875rem;height:1.5rem;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;font-style:normal;display:block; }
#ynLUzwQOr6hF0zADyhwx4dchIPtJG6eZ { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:63.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#IIiiiexBW5rvCv56uTgOTlRBJBDuPTrL { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:20rem;left:63.875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#pLRFv3syHXoCGvDxtPZAEmJ74lpJqmta { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5rem;left:3rem;overflow:hidden;display:block; }
#ry9n0KPcdBxIROhAwXFSgrmhDDfR5JtU { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11rem;top:3.5rem;left:18.25rem;overflow:hidden;display:block; }
#iqlSz0zNfTINEflswgLPMZgdBuspECT6 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15164;opacity:1;top:4rem;left:69rem; }
#iqlSz0zNfTINEflswgLPMZgdBuspECT6 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#WAJPh7dTSwkB36sHTClJtaqi8C2MppdL { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15181;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.8125rem;left:30.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#AvU634DdKuXCSw5PzzFtSTroB9Xc4UqH { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15182;line-height:1.2;letter-spacing:0;top:20rem;left:31rem;height:0.599609375rem;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; }
#DXgz0zhFaFXdXk9bv4CnhE0gT7dwOtT4 { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15177;text-align:center;text-align-last:center;top:11.8125rem;left:3rem;display:block; }
#zuR4KCpTRxrWBn4JSEw4SQiXhZyi0ZES { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row .container { background-color: transparent; background-image: none; }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row .container > .video-iframe-container { display: none; }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row > .video-iframe-container { display: none; }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .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); }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row .container { border-width: 0; border-radius: 0; }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#iM5JMJE6IcIlxwZwgq0nkcQJHM2SptuG { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#diPgobR38lKa20ci2ePM93xhHkpxGhgR { box-sizing:content-box;height:20rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#KugRe3kG3DdNFyMml3iqsnp1y3SbGk0x { color:#f1f5f9;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.5625rem;left:3.125rem;height:10.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TXeO8nUHkKN7DBURPl9Rb4B1THBB96zg { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:12.75rem;left:29.4375rem;overflow:hidden;display:block; }
#V6xW6kbCkuEW9Kat3GQGukUNGOICCyS7 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.75rem;left:29.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#CE9CTDNzJRK9t9ATH29XVkfzLIUfk7be { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:20.6875rem;left:30.4375rem;height:0.8999rem;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;font-style:normal;display:block; }
#nM57ZP9W2lmrFuadfQx3JamlmviGcXMi { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.8125rem;left:30.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QriR0tehl4sx3PbQPGRe4Q5HeSTprFG4 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:22.25rem;left:30.4375rem;height:1.5rem;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;font-style:normal;display:block; }
#unQ7GuwDxK9t66GaZDqVJhDmLAvXb3aO { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:12.75rem;left:40.5625rem;overflow:hidden;display:block; }
#ABrtuVvwlCgtMMJMnr46JJnGZrlltHgl { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.75rem;left:40.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#SfHaPOF7SVo9VIv8nyG2DTtG9WorhQ6P { color:#f1f5f9;display:block;width:6.9375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:21.5rem;left:41.5625rem;height:2.25rem;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;font-style:normal;display:block; }
#qrL2lIwvL0Fgsg8TaeC3t3oiI7bxJgNc { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.0625rem;left:41.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#iOi37gCGZ1vgwhe2E8uTLqyI3adNVZlg { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.9375rem;left:41.5625rem;height:0.8999rem;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;font-style:normal;display:block; }
#Kcsn0yOiUaf2GBczAaUZBAVTLH08oFw6 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:12.75rem;left:51.6875rem;overflow:hidden;display:block; }
#AJpJPTFx2xpDTIWQNV9sogLRmW8o0hQn { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.75rem;left:51.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#IH8ELmL04nxowJlCsT9DsDLqmry8qMPU { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:21.5rem;left:52.6875rem;height:;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;font-style:normal;display:block; }
#FUH9SoESmOqnpVT7vz2WCxkcL0A3WvuK { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.0625rem;left:52.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#F5MmcOlaK3WeJIJZQzPoruZIGZXubv1a { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:19.9375rem;left:52.6875rem;height:0.8999rem;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;font-style:normal;display:block; }
#K6WXaofuMHvpQNFdTxTgtBH0JRq4wxOs { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:12.75rem;left:62.8125rem;overflow:hidden;display:block; }
#rJ8h00vpw7vsuSQL2I2pCGN1fZ7J4Lfi { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:62.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#IxS2CbblFTxPOVu5lfR72VHvwH8wTMm5 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:21.5rem;left:63.8125rem;height:2.25rem;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;font-style:normal;display:block; }
#WZhhP9wM8nD5mrFAre0kgK0vQ5uvahwl { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.0625rem;left:63.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#BQSuT8E8dkgfz3s8mMtMZcGIynx6UzNr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:19.9375rem;left:63.8125rem;height:0.8999rem;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;font-style:normal;display:block; }
#dLFKhrcSltzuTlChrfuWyTtRl2AFbT8b { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:3.125rem;overflow:hidden;display:block; }
#TDkWeOJPyFIxQZxqmf9mJkfG2i17OUzS { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11rem;top:3.5625rem;left:18.375rem;overflow:hidden;display:block; }
#be07GLa4gdTymhHJ5S0Gy4wX2t7Hcvd6 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15165;opacity:1;top:4.0625rem;left:69rem; }
#be07GLa4gdTymhHJ5S0Gy4wX2t7Hcvd6 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#Flpk78kIFzAx2dS1yA4LiPWCW8SF4gbT { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15179;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:30.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#OdPMRAOnlGdw8kXTwTAKorFCq37fIr9Z { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15180;line-height:1.2;letter-spacing:0;top:19.6875rem;left:30.9375rem;height:0.599609375rem;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; }
#bkhuA9oMI0qucLwe3zfkt3wpiEHq7zRi { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15178;text-align:center;text-align-last:center;top:11.625rem;left:3.125rem;display:block; }
#ymIrmLgKe9dq1KOLDdsqXi9vMyiUcgJF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oCQ5T0b5DyqsrdJtEQbmi1KnTEVJx5wv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oCQ5T0b5DyqsrdJtEQbmi1KnTEVJx5wv > .row .container { background-color: transparent; background-image: none; }#oCQ5T0b5DyqsrdJtEQbmi1KnTEVJx5wv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCQ5T0b5DyqsrdJtEQbmi1KnTEVJx5wv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCQ5T0b5DyqsrdJtEQbmi1KnTEVJx5wv > .row .container > .video-iframe-container { display: none; }#oCQ5T0b5DyqsrdJtEQbmi1KnTEVJx5wv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCQ5T0b5DyqsrdJtEQbmi1KnTEVJx5wv > .row > .video-iframe-container { display: none; }#oCQ5T0b5DyqsrdJtEQbmi1KnTEVJx5wv > .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); }#oCQ5T0b5DyqsrdJtEQbmi1KnTEVJx5wv > .row .container { border-width: 0; border-radius: 0; }#oCQ5T0b5DyqsrdJtEQbmi1KnTEVJx5wv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oCQ5T0b5DyqsrdJtEQbmi1KnTEVJx5wv > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#gnZ2b8CDsVoyTOtVBmlNWeWgL9flTqET { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#euQbLQND9RJm3RMWmXgCuLiRT58sUk28 { box-sizing:content-box;height:20rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#UIV4sU0xpE4HV5paUXeVTVEVuzXL9iaT { color:#f1f5f9;display:block;width:23.875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.75rem;left:3rem;height:10.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#If5OJyrRcR8RBlUmTxnLBFin6i9xWsNO { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13rem;left:29.5625rem;overflow:hidden;display:block; }
#Kp9DGMzTHNNo40yTxg1V3wHZUxIRh8TN { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:29.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#W7FzdtgPqyabN7GWm4wlVpiB9gVCDVkr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:20.9375rem;left:30.5625rem;height:0.8999rem;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;font-style:normal;display:block; }
#c3Q7mqRrsWznRiKP9C5qLy8SW5vEUgEJ { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:30.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FyIm8FpImSSW3nBHXfb8LHZigMpGmGUx { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:22.5rem;left:30.5625rem;height:1.5rem;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;font-style:normal;display:block; }
#bXVmNxWClc2zugJh8kybzTn69777yuHg { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13rem;left:40.6875rem;overflow:hidden;display:block; }
#QauUOL4g8IDrzgf8NLoXv1izTmnibTAi { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:40.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#chqTLAFAVT76Z6FQoSBL8J5NpeIELaUH { color:#f1f5f9;display:block;width:5.6875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:22.5rem;left:41.6875rem;height:1.5rem;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;font-style:normal;display:block; }
#CluIZO4fDoq0okCLvgolG08E6hxZCrTa { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:41.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WliRC3itDaZ730QqHuJfT9OFCPSrIyyC { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:20.9375rem;left:41.6875rem;height:;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;font-style:normal;display:block; }
#OEmi56V0nnPAsN3ZanCw6hXqmF1GgZGT { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13rem;left:51.8125rem;overflow:hidden;display:block; }
#wT3ACJABQxXxIZBhL6ZArssLFTu1AyL4 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:51.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#hnpXhrv1S8d63WkrbbxdyvTMAFsnQLmD { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:23.25rem;left:52.8125rem;height:0.75rem;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;font-style:normal;display:block; }
#q8zifpsurumGwIqZTgemJWZwbBrM1f7C { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:52.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ncwavLKNUzb5QLHCxy8378T13ClP1fEF { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:21.6875rem;left:52.8125rem;height:0.8999rem;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;font-style:normal;display:block; }
#AheRfUixJdZJapsao4i0nBzLXLip6bE9 { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13rem;left:62.9375rem;overflow:hidden;display:block; }
#BgNdnAKe9xi09udT31GWwqmVnBDyoVtb { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:62.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#N8W1vvOZIsvSTlJkQoRkGyFt89T8b0qi { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:21.75rem;left:63.9375rem;height:2.25rem;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;font-style:normal;display:block; }
#BywlgJwWwp8hJzgytP2IgA6UDqrtGqLf { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:63.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#uPLmQNiqyhrfSIpssheH2l4J5r5FsMXS { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:20.1875rem;left:63.9375rem;height:0.8999rem;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;font-style:normal;display:block; }
#ml1o5OpDW1oyiuvBarF0dyh5yZJDOr1s { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:3rem;overflow:hidden;display:block; }
#wQ21xFfg7pX9HO7wM9zXR9edTq3C8RHu { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11rem;top:3.5625rem;left:18.25rem;overflow:hidden;display:block; }
#HxRTKOJ8bMceTVO8BmfkRJ7VVJGucpgg { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15166;opacity:1;top:4.0625rem;left:69rem; }
#HxRTKOJ8bMceTVO8BmfkRJ7VVJGucpgg > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#oflmQdbczXyZDqgzAsGKcgWDonVn7GdJ { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15179;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.75rem;left:30.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#c6MkiUoI7chFAIOkr7FVg9IIuf3QStT2 { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15180;line-height:1.2;letter-spacing:0;top:19.9375rem;left:31.0625rem;height:0.599609375rem;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; }
#TLHVuoyQuo6K8Rn45szSoznaN59KdvaH { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15179;text-align:center;text-align-last:center;top:11.8125rem;left:3rem;display:block; }
#VxKLIT3DgTRdm1yLrerRBCI79y73NB3U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row .container { background-color: transparent; background-image: none; }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row .container > .video-iframe-container { display: none; }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row > .video-iframe-container { display: none; }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .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); }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row .container { border-width: 0; border-radius: 0; }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#Iex5ORleEBBWEEO1PatHHRIgx1LamTQm { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#D2J21frcnhXlDncV91MzTR0zOrkmx18K { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#OGomzehehy6ZRGM39Os1cUKPiphE65Rl { color:#f1f5f9;display:block;width:23.9375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.75rem;left:3rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ROmPB2miZ6VP5XEgybrLIXcn2pMM0EyR { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:29.4375rem;overflow:hidden;display:block; }
#xBdwkNgd5hp6accmL9rl7ilQAndiyfRU { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:29.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#A0XyxFvbD7qcHOo1wlrXTpipeW14TMzV { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.6875rem;left:30.4375rem;height:0.8999rem;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;font-style:normal;display:block; }
#G8iIlSOHtXWyB3KhT0skkNJirtSULNkd { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:30.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#C1ycMhUGT6hKWfsKDT9MeGJL9uQFMFcL { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:21.25rem;left:30.4375rem;height:1.5rem;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;font-style:normal;display:block; }
#LeXgFFk1OfICcc2QThaZBW2uB48BFl4y { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:40.5625rem;overflow:hidden;display:block; }
#dTXXOeslJoLTiz0JnqhXXP9eV5P43vHR { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.75rem;left:40.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#dN0Jm9TuVx9kOkzmmCXNnFL2Th6W52pM { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:21.25rem;left:41.5625rem;height:1.5rem;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;font-style:normal;display:block; }
#e3UMycoPuZoWfT1ZTwWEZ3AyzDZXfhEP { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:41.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#lzfQeqyR3eVaOUXHOPtUUHmPq0N49Ndu { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.6875rem;left:41.5625rem;height:0.8999rem;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;font-style:normal;display:block; }
#fiTVXIpLEAO5bg3rgt23wpBJSZFBFGOX { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:51.6875rem;overflow:hidden;display:block; }
#HBgMzv9FXXLDaiTk1iHOpTmlbLSwGs1N { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.75rem;left:51.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Tc2QLzlM3M69oUk04P4DwiheRNmvoQ22 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:20.5rem;left:52.6875rem;height:2.25rem;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;font-style:normal;display:block; }
#IXabdWJuATXORqlHwLind2U7L71F7k6E { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:52.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TfybJVxo9B20OaHwTv7pAEv3shipWPg5 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:18.875rem;left:52.6875rem;height:0.8999rem;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;font-style:normal;display:block; }
#U6hE0cGIlt42qTaHxv9UmO6XW3T0OsPo { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.75rem;left:62.8125rem;overflow:hidden;display:block; }
#PWGtgXgArXLxpgBuLIeefTwtM4b6ZU3i { box-sizing:content-box;height:6rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.75rem;left:62.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Txdfp87a0Npkai1pXoRHHvJb5avaTV7J { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:20.5rem;left:63.8125rem;height:2.25rem;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;font-style:normal;display:block; }
#SwrVG32AE7R6XFhEtHHLesG0ccsd7pIR { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:63.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eV5bbzW0RoHpT1tceO1ADNIfP421hIvk { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:18.9375rem;left:63.8125rem;height:0.8999rem;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;font-style:normal;display:block; }
#CkqyyJdxGOVlHVJIrAZ9icq7pgunq76d { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:3rem;overflow:hidden;display:block; }
#wNaNXeUT2yFM8qWpQyWn8avIhd5paXvS { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11rem;top:3.5625rem;left:18.25rem;overflow:hidden;display:block; }
#PkV1GG5rmdqieDtMLaluMGVJQRNNHG1I { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15167;opacity:1;top:4.0625rem;left:69rem; }
#PkV1GG5rmdqieDtMLaluMGVJQRNNHG1I > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#QC2ruix6xLr96iVQtMmMbhfbR43A2mmo { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15177;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5rem;left:30.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TB40fqQN1XQyq2xR6KpyHdC5oFUNzkni { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15178;line-height:1.2;letter-spacing:0;top:18.6875rem;left:30.9375rem;height:0.599609375rem;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; }
#ybG2p8VETW3etKSfEhUW1XKKXGX2ThL4 { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15180;text-align:center;text-align-last:center;top:11.75rem;left:3rem;display:block; }
#ewahmm88m50XRO5PIlRaidciWJCJTumV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #dfec19, #8e7fde);background-image: -moz-linear-gradient(90deg, #dfec19, #8e7fde);background-image: -ms-linear-gradient(90deg, #dfec19, #8e7fde);background-image: -o-linear-gradient(90deg, #dfec19, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#8e7fde' );";background-image: linear-gradient(90deg, #dfec19, #8e7fde);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row .container { background-color: transparent; background-image: none; }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row .container > .video-iframe-container { display: none; }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row > .video-iframe-container { display: none; }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .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); }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row .container { border-width: 0; border-radius: 0; }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#Vz9SROnlz0tOXHUfPymxkmAfUBkuHhKx { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#lQlHGisNv8k2uFAzSbWwBbWpWhfB5vT3 { box-sizing:content-box;height:20rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.25rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#NgOlfEmuZJMZTTp6eBzTraNR0Jed3QC1 { color:#f1f5f9;display:block;width:23.625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:17rem;left:3rem;height:10.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m3IHtncEqwHQ5e7uHVc0IEWc0rDHsOVZ { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:14.25rem;left:29.5rem;overflow:hidden;display:block; }
#dTy0TVEIRIoAhmohwBPrTRHNSS9zdp2T { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.25rem;left:29.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#unfJJVp0t6SWJv2W54JxqDAiw3p057xd { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:22.1875rem;left:30.5rem;height:0.8999rem;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;font-style:normal;display:block; }
#va0XhP4Dou7TDEgwbH6M4tTT3KAl8Tbh { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.3125rem;left:30.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mRQBv3z6BelCHT1vKtfLv3fPXiCM5Izd { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:23.75rem;left:30.5rem;height:1.5rem;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;font-style:normal;display:block; }
#QLKTbTeCJ5gJPaSLzr2BB9QJwAVDyo2c { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:14.25rem;left:40.625rem;overflow:hidden;display:block; }
#nzJXIq5xvsJb7TVTwfftwiMdav1nNu1Z { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.25rem;left:40.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#iXxtTIweV5OgCLab4XrcTOKoldiZAIRW { color:#f1f5f9;display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:23.75rem;left:41.625rem;height:1.5rem;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;font-style:normal;display:block; }
#CNTwnpmSh1JmkXLmneCG5iAX6SPgE9eU { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.3125rem;left:41.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wlm8GoHmO2nGTCVLG51OCWHNEMu6wqGr { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:22.1875rem;left:41.625rem;height:0.8999rem;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;font-style:normal;display:block; }
#KbRxwTgJKFVhnumpcI0dW7cRJp0Cdy6o { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:14.25rem;left:51.75rem;overflow:hidden;display:block; }
#D8qarlRS3Sx9Taey8RvXNHDMdeXfKnHD { box-sizing:content-box;height:7.375rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:51.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#qeMWKHcbGTGbcdHcHQ9GhB4N2BqJSTxW { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:23rem;left:52.75rem;height:2.25rem;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;font-style:normal;display:block; }
#bt64VRsbQ3T51RzIHqw3UqPkTH8OhrT6 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5625rem;left:52.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#OKXZKTnMrhvOEeO4pGkerDwrcFbN49cX { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:20.5rem;left:52.75rem;height:1.79980625rem;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;font-style:normal;display:block; }
#nr0w1qwd0zHtXLozmtZ8d2IlkMyb79yf { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:14.25rem;left:62.875rem;overflow:hidden;display:block; }
#iBvTTLtHTwssGR3gPlQrvvGJ7WOz2MaW { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.25rem;left:62.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#XzWIGMoAwJEDEQUf5lO85sDZRGhyNkWE { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:22.25rem;left:63.875rem;height:3rem;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;font-style:normal;display:block; }
#NUcefRMnuVqumwIJBBVOzvn8EODHuxyb { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.8125rem;left:63.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xvTLTB7b8sZLpV6BD3WxsTsB5mdoIMk9 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:20.6875rem;left:63.875rem;height:0.8999rem;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;font-style:normal;display:block; }
#eCkp3WVLh18RTRWaHuTZbRMPsbbWNIcm { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:8.3125rem;top:1.875rem;left:3rem;overflow:hidden;display:block; }
#tETgttbdsxJZ5rAKPVBRHo7Bd1t30PXE { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:10.8125rem;top:4.59375rem;left:13.25rem;overflow:hidden;display:block; }
#bDHENhFdtwzKXP6faCTPLe2CSwgKkPNf { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15168;opacity:1;top:4.5625rem;left:69rem; }
#bDHENhFdtwzKXP6faCTPLe2CSwgKkPNf > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#wU5R9QRO7U5trkFf5By1wme1fforKEee { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15175;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21rem;left:30.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#G6c2v5x6Eud2lZmDeLeLuPRbUkOkAKd4 { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15176;line-height:1.2;letter-spacing:0;top:21.1875rem;left:31rem;height:0.599609375rem;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; }
#JvyRDNy8nT0h5lKoDKiiOWqkMG58hmSQ { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #dfec19, #8e7fde);background-image: -moz-linear-gradient(45deg, #dfec19, #8e7fde);background-image: -ms-linear-gradient(45deg, #dfec19, #8e7fde);background-image: -o-linear-gradient(45deg, #dfec19, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #dfec19, #8e7fde);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:#0f172a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15181;text-align:center;text-align-last:center;top:13.0625rem;left:3rem;display:block; }
#RCDNTDLR2delgcEeRUBacTASuRmzr1z9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row .container { background-color: transparent; background-image: none; }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row .container > .video-iframe-container { display: none; }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row > .video-iframe-container { display: none; }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .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); }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row .container { border-width: 0; border-radius: 0; }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#Izf13oUoSoMTV6f8JrbhK4T6vVL107Xl { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#ZRPgU2GtvkkzrrNvipuNksp6LOuIETkX { box-sizing:content-box;height:20rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#JTIVTLwrwcJwJnFrIWZMMkBT9hTED16l { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.75rem;left:3rem;height:10.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VO6Ig6IsyHlQNlJuSdFeThTdeN6PL1VO { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13rem;left:29.5rem;overflow:hidden;display:block; }
#NQFLX6A5AUHnTZG3LBTXKkiXcTHvBWko { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:29.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#KW6pTGRB9hKFTOVxylUPuUwXRUIsei7B { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:20.9375rem;left:30.5rem;height:0.8999rem;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;font-style:normal;display:block; }
#zwQ5CliLoI1CMksqrhAA6rEQhOLDTX8z { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:30.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#neD0X8PnESRhEMZxgudJJGNTCQBTfCxa { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:22.5rem;left:30.5rem;height:1.5rem;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;font-style:normal;display:block; }
#kHgzHSyBn5I6C5yAXNETazXOo9NC3Rkl { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13rem;left:40.625rem;overflow:hidden;display:block; }
#i6lg2A6bXgxuytlXChBK2Ksk9Is2wZlK { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:40.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#bb4XtcAdi7uivw7UHpqRkQ7XOfGM5xBq { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:21.75rem;left:41.625rem;height:2.25rem;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;font-style:normal;display:block; }
#MKUu2fQoH9WUbwib4AiuloDV9AW6pbxX { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:41.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wwPeXbIvMdaLJfVkkpzbK7Dui7FOPRPU { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:20.1875rem;left:41.625rem;height:0.8999rem;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;font-style:normal;display:block; }
#lQ63uleKWnk2QJ8pusBdDs8SE8XPoVO9 { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13rem;left:51.75rem;overflow:hidden;display:block; }
#PQNoSVDz77c7hk1uQLw9GXpmx0pU0rFU { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:51.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#kLnvFBDlU8OxJetkH2pgex5OWU7vCa4w { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:22.5rem;left:52.75rem;height:1.5rem;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;font-style:normal;display:block; }
#rqLqGkH6e94ykTSdeiqvVAx5gbNVnOLR { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:52.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#HDo3uFyT90zrCHSvhSHcFRHNzNsQZ4g8 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:20.9375rem;left:52.75rem;height:0.8999rem;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;font-style:normal;display:block; }
#azI5gSxiBfwzPEFcTUhdnVHQakMIzE6k { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13rem;left:62.875rem;overflow:hidden;display:block; }
#f5Vxs7vrWNIhmDmlTH9AeTWNDIoaKM7F { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:62.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#wxFxCZ7k3RlZnK8UsqTPh46nuUD2y2y9 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:22.5rem;left:63.875rem;height:1.5rem;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;font-style:normal;display:block; }
#yvVbisf9ObILpHZS1yna2SLerBmdzr53 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:63.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#AC6nmGo5XJsTW0F45agqopa4Guc1UT5X { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:20.9375rem;left:63.875rem;height:0.8999rem;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;font-style:normal;display:block; }
#HSTM2vNTTLiT4P3zutE6pQIdctEMkixx { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:3rem;overflow:hidden;display:block; }
#aphk4U2oNzMP9K2G6LVtnn8uDlnuxwg6 { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11rem;top:3.5625rem;left:18.25rem;overflow:hidden;display:block; }
#FTe8ttTmFwq4FSTvE0Ou8bbcslInmv4o { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15168;opacity:1;top:4.0625rem;left:69rem; }
#FTe8ttTmFwq4FSTvE0Ou8bbcslInmv4o > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#mGFATaSJOIN88aQTHmhvVWC0eAMwTx8N { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15173;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.75rem;left:30.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#yD4DRUAuLQSJgKB0oEPB5usJNXNiMEKs { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15174;line-height:1.2;letter-spacing:0;top:19.9375rem;left:31rem;height:0.599609375rem;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; }
#zd79kHXult0z9AfJzwq25WtXm2gZeeQm { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15182;text-align:center;text-align-last:center;top:11.8125rem;left:3rem;display:block; }
#XlJSks0pSVG4Ewqz3unfFep9TlDrDVSt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kt53wd44ApxSDnS0UZyHR4elrXxqPO97 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kt53wd44ApxSDnS0UZyHR4elrXxqPO97 > .row .container { background-color: transparent; background-image: none; }#kt53wd44ApxSDnS0UZyHR4elrXxqPO97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kt53wd44ApxSDnS0UZyHR4elrXxqPO97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kt53wd44ApxSDnS0UZyHR4elrXxqPO97 > .row .container > .video-iframe-container { display: none; }#kt53wd44ApxSDnS0UZyHR4elrXxqPO97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kt53wd44ApxSDnS0UZyHR4elrXxqPO97 > .row > .video-iframe-container { display: none; }#kt53wd44ApxSDnS0UZyHR4elrXxqPO97 > .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); }#kt53wd44ApxSDnS0UZyHR4elrXxqPO97 > .row .container { border-width: 0; border-radius: 0; }#kt53wd44ApxSDnS0UZyHR4elrXxqPO97 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kt53wd44ApxSDnS0UZyHR4elrXxqPO97 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#VqzbAgDAy36LG62sEdKASIVRT35OFEnv { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#smf6DwWwfQa1RTm2nrNsX4z9WhzDEZk8 { box-sizing:content-box;height:20rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#TlFMEBlotS7lQRtxsUW3BMKAwl5rq01o { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.75rem;left:3rem;height:10.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D8UtDwf04J58JH8WkIw3E19IauIbT3PM { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13rem;left:29.5rem;overflow:hidden;display:block; }
#eU2yMZdeqN7JZ1qJb6GK1nkWBz8XquJ3 { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:29.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#B18t5T2FQ8ATlyQsAwmoOoE5PBf45uGN { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:20.875rem;left:30.5rem;height:0.8999rem;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;font-style:normal;display:block; }
#k5IgmA7rTiX68DZNuFFMTT2aFyWno1VJ { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22rem;left:30.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#StMgKwKu1aPNRCFnccTLkoralxK7AkXD { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.4375rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:22.4375rem;left:30.5rem;height:1.57470625rem;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;font-style:normal;display:block; }
#uePVURacshV8rHyknyDeVyWcMg1qEmi3 { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13rem;left:40.625rem;overflow:hidden;display:block; }
#ZZT9JIHyBIuH3oQl8UdaMosLpqczXDrD { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:40.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Ht7nN8T1swoJKyoKXG6a86kXm5qCfrBr { color:#f1f5f9;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:21.75rem;left:41.625rem;height:2.25rem;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;font-style:normal;display:block; }
#NTayXVXFwEwM1AtXgeeLukTQFpSnBFHT { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:41.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#r2XrcccDIAkTJDknM9VqSFf5ihsulbup { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:20.1875rem;left:41.625rem;height:;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;font-style:normal;display:block; }
#uzGdiZtmGiDsxEDCViZq3UhhSzoLrJRL { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13rem;left:51.75rem;overflow:hidden;display:block; }
#ow5lcbzziC8qEykSAQcBx0ymip0bmmTc { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:51.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#NP7qAh3G3eZIHgrzKSdnq6c4ZNMBTRXH { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:22.5rem;left:52.75rem;height:;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;font-style:normal;display:block; }
#ZlWhNQulSBCD9BeaQCL2FsCsTXQBLfTm { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:52.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QsyceehclnbTVUFlWQ7ZIWoi3Xi2g97c { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:20.9375rem;left:52.75rem;height:;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;font-style:normal;display:block; }
#p4DFwalHm93yR1Ni1oSiaJ2lEq8pyTto { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:13rem;left:62.875rem;overflow:hidden;display:block; }
#QvtF1D9WuVyXIhia5l2EfFKSBe2rSK6w { box-sizing:content-box;height:8.375rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.625rem;left:62.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#uCnvRgMGapVkXXpT1pxhhL4dzVozc5M2 { color:#f1f5f9;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:21.75rem;left:63.875rem;height:2.25rem;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;font-style:normal;display:block; }
#TwhpRClpv2023LwF3bnmWQJ0EkK38eOl { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:63.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Kp398ZsqO0834NOmeEIvMdi7Z7q3oq9i { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:19.25rem;left:63.875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#WTCmqKV7Hh4mWlOgKUhdHR4qE1D7RLyw { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5625rem;left:3rem;overflow:hidden;display:block; }
#RdbshpqBxJTbNFLuFoeVpJK5Cd9kV9sf { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11rem;top:3.5625rem;left:18.25rem;overflow:hidden;display:block; }
#kFgNmgGcvm2vHIxPizstAwzP9TfFAFBC { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15168;opacity:1;top:4.0625rem;left:69rem; }
#kFgNmgGcvm2vHIxPizstAwzP9TfFAFBC > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#l6SXpRiV2EkQMwZ4mu2Ivd7w5mTJTFKp { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15173;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.6875rem;left:30.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Xc55BRPmmMHM4HERGaOhVBZVs6t2LG25 { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15174;line-height:1.2;letter-spacing:0;top:19.875rem;left:31rem;height:0.599609375rem;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; }
#lS22BJJ3MZD0Chw8UuibD8ELTTzixrmV { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15183;text-align:center;text-align-last:center;top:11.8125rem;left:3rem;display:block; }
#ZlirIumXJhZd1bk4JBvicGspsgUqblXy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #dfec19, #8e7fde);background-image: -moz-linear-gradient(90deg, #dfec19, #8e7fde);background-image: -ms-linear-gradient(90deg, #dfec19, #8e7fde);background-image: -o-linear-gradient(90deg, #dfec19, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#8e7fde' );";background-image: linear-gradient(90deg, #dfec19, #8e7fde);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row .container { background-color: transparent; background-image: none; }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row .container > .video-iframe-container { display: none; }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row > .video-iframe-container { display: none; }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .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); }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row .container { border-width: 0; border-radius: 0; }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#wsic026eyzI8nEuOe9q5PsG1n9BbzDTo { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#rwAki6o1VWwkJXdd2HyuaesTe6K7X5yO { box-sizing:content-box;height:20.125rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.25rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ZJsZiDzkW6E1k0VoeUyZ8CZdsVyNGhV0 { color:#f1f5f9;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:17.0625rem;left:3rem;height:10.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qVUWNMVhoHe0fdNtHpy4QuSfcWzpLsMs { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:14.3125rem;left:29.5625rem;overflow:hidden;display:block; }
#wMIIFzeLMXOdDgNfKHXVMTaJdBROmI4V { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:29.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#yQfS0EMlvI0olPLZKhLKq04NdcXD80zE { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:23rem;left:30.5625rem;height:0.8999rem;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;font-style:normal;display:block; }
#bnMSDfguQ3GR0O8fQrBgizPJp1Z6h3OB { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.125rem;left:30.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gydrAGXl3d0BXEUeKOzx6rIrIXTKXAKw { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:24.5625rem;left:30.5625rem;height:0.75rem;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;font-style:normal;display:block; }
#WxI3tuXkhz158z0olB1szvcZCZkWtUD2 { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:14.3125rem;left:40.6875rem;overflow:hidden;display:block; }
#km4LukrL8drDdsJpcslDPwg9U5GnLFpE { box-sizing:content-box;height:7.3125rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19rem;left:40.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#beZ6bEMpq5qvoieF9HkauFyGTZZcSCTy { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:22.625rem;left:41.6875rem;height:2.69921875rem;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;font-style:normal;display:block; }
#fICn0sPQrkHNqFN7V2luPZhH4fTyJmOH { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.1875rem;left:41.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nqVXNnBQx3tlI4gWstUz3qLz1CQTPU2E { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:20.125rem;left:41.6875rem;height:1.79980625rem;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;font-style:normal;display:block; }
#TIKs8KcTnLnT6ba20TR8kNBZWwKBHE7r { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:14.3125rem;left:51.8125rem;overflow:hidden;display:block; }
#yTw4PAdJdm8eAcEvtUP6bLbZoXtbdTHX { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:51.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#P1z1vChCbPMhBurumRet1CF7W6LuwN6x { color:#f1f5f9;display:block;width:5.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:23.8125rem;left:52.8125rem;height:1.5rem;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;font-style:normal;display:block; }
#TUzpp5AEF1Dv5IpTXsQV28AOJax4XqSm { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.375rem;left:52.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qoSnMAQeWMmSUWGztnmn4uENwUq1TihF { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:22.25rem;left:52.8125rem;height:0.8999rem;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;font-style:normal;display:block; }
#m2Cp7U6WdsP55HqLcf7xOuE9hbqeS87M { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:14.3125rem;left:62.9375rem;overflow:hidden;display:block; }
#XFhXesxeOiEBA5Rn2p6NkJme5DIGCLCa { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:62.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#wMkH8XDHVg9c0aDsNVtxGw8SQWXA8EJA { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:23.0625rem;left:63.9375rem;height:2.25rem;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;font-style:normal;display:block; }
#rZdKHoLnmEMorB1Ry7uU2pL6QptO7qHq { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.625rem;left:63.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pDBIJT6VAlrMP36C1OVGQGne0CZfzRds { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:20.5625rem;left:63.9375rem;height:1.79980625rem;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;font-style:normal;display:block; }
#NiMzSFLKWXkALl7TE6htdWsIHFdtaSQc { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15169;opacity:1;top:4.65625rem;left:69.125rem; }
#NiMzSFLKWXkALl7TE6htdWsIHFdtaSQc > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#CvBI2g0eQxtfppV01CIKv7XEtFkVZ0OM { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:8.3125rem;top:1.875rem;left:3rem;overflow:hidden;display:block; }
#qTViSbXPxPxFbzCTOczo054qP7i6QWwV { position:absolute;display:block;z-index:15159;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:10.8125rem;top:4.6875rem;left:13.25rem;overflow:hidden;display:block; }
#Sx2HPyqxZM6Az7JkkyPQ5ICEVuiWUGwM { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15173;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.8125rem;left:30.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XsTpEJLTQv3XV6TrLOoaSImVZW2ncCzx { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15174;line-height:1.2;letter-spacing:0;top:22rem;left:31.0625rem;height:0.599609375rem;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; }
#KLcwx5Gg8WBX51DMcKPm0RmkSP0sxQs2 { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #dfec19, #8e7fde);background-image: -moz-linear-gradient(45deg, #dfec19, #8e7fde);background-image: -ms-linear-gradient(45deg, #dfec19, #8e7fde);background-image: -o-linear-gradient(45deg, #dfec19, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #dfec19, #8e7fde);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:#0f172a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15182;text-align:center;text-align-last:center;top:13.125rem;left:3rem;display:block; }
#tdUdG1QLMLpyIPDq7Ouifm7JoKOQLDTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#esxlZ5FNMlondTyqRtRX0ud1vN19E08Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(90deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(90deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(90deg, #045ab2, #2d7bc5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#esxlZ5FNMlondTyqRtRX0ud1vN19E08Z > .row .container { background-color: transparent; background-image: none; }#esxlZ5FNMlondTyqRtRX0ud1vN19E08Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esxlZ5FNMlondTyqRtRX0ud1vN19E08Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esxlZ5FNMlondTyqRtRX0ud1vN19E08Z > .row .container > .video-iframe-container { display: none; }#esxlZ5FNMlondTyqRtRX0ud1vN19E08Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esxlZ5FNMlondTyqRtRX0ud1vN19E08Z > .row > .video-iframe-container { display: none; }#esxlZ5FNMlondTyqRtRX0ud1vN19E08Z > .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); }#esxlZ5FNMlondTyqRtRX0ud1vN19E08Z > .row .container { border-width: 0; border-radius: 0; }#esxlZ5FNMlondTyqRtRX0ud1vN19E08Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esxlZ5FNMlondTyqRtRX0ud1vN19E08Z > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#EFnAsGNmbiO3OtI6Eu4MOUhqi14bEyhD { box-sizing:content-box;height:21rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -moz-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -ms-linear-gradient(45deg, #fafb52, #8e7fde);background-image: -o-linear-gradient(45deg, #fafb52, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafb52', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #fafb52, #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:none; }
#pqubaTsWq17JwBcVQZ891w4eQGwlaOwT { box-sizing:content-box;height:17.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0f172a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#Fwkd7kxUBaqoLW594GDuzE4lhZOIvmT1 { color:#f1f5f9;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.6875rem;left:3rem;height:7.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zRiBi4XU7BXnzyskCrF5ykt7RecqGkP3 { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.625rem;left:29.25rem;overflow:hidden;display:block; }
#ImBcKpPyrrNrL0iW3tE0NTMBcWuCWARC { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:29.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#pbqXu3d3WrENxXZw8tuqrvFesZvgLx0m { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15138;line-height:1.2;letter-spacing:0;top:19.5625rem;left:30.25rem;height:0.8999rem;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;font-style:normal;display:block; }
#tbIQ0pQL0uTbP8ZUo3q9P4sxniNNqqm6 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15140;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.6875rem;left:30.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WRbrnVeSBFdF7dyI3u5otV4aT1DB18wE { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15139;line-height:1.2;letter-spacing:0;top:21.125rem;left:30.25rem;height:1.5rem;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;font-style:normal;display:block; }
#S5xPyfZ8A4qIogrTKXksgfrAGfm0K3Ba { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.625rem;left:40.375rem;overflow:hidden;display:block; }
#XKivSODdNiTTDwTMFVTW4dUhWQ0I0afA { box-sizing:content-box;height:6.4375rem;width:9.125rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:40.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#clnBpta7zw5tPfv4FpthrZ3X8yfZVEdM { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:21.125rem;left:41.375rem;height:1.5rem;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;font-style:normal;display:block; }
#DBgcT1bsefWCgP2Vz0MSFTBdJeaxCLaz { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15145;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.6875rem;left:41.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eBf2wBApHv7A376Gs7ZJEroAg2hxEk0A { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.2;letter-spacing:0;top:19.5625rem;left:41.375rem;height:0.8999rem;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;font-style:normal;display:block; }
#zgWWe6uSxf1w5ff0vmITCoDdoCa7V9pI { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.625rem;left:51.5rem;overflow:hidden;display:block; }
#DOezRIgWCaJCnTV4iSDXvgnzNi9Wy9vc { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:51.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#t8Xkm6vpUavTEqTsXgBirTtvhoBTZodX { color:#f1f5f9;display:block;width:5.9375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15149;line-height:1.2;letter-spacing:0;top:21.125rem;left:52.5rem;height:1.5rem;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;font-style:normal;display:block; }
#IOc8SLhugKJOV0s5bFhUqzVCTL7EWxeN { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15150;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.6875rem;left:52.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#p4HHGU1iw1mIsiZeCh5aCy34Xu4ULpL3 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:19.5625rem;left:52.5rem;height:0.8999rem;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;font-style:normal;display:block; }
#rdMhfOuOadlMTeTtOB66AFdgkCFePo3k { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top: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:12rem;width:9.125rem;top:11.625rem;left:62.625rem;overflow:hidden;display:block; }
#s5QZqxk1i0ehHEpG0sn735IdWHFtwfby { box-sizing:content-box;height:5rem;width:9.125rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #045ab2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#045ab2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #045ab2);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:62.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#vKKyTarlGzOgFKqO9el3OmCgXhU6mUy7 { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15154;line-height:1.2;letter-spacing:0;top:21.125rem;left:63.625rem;height:1.5rem;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;font-style:normal;display:block; }
#F9mdKcXFzTOT2ZwOpg2IJPqhmoNTI748 { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15155;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.6875rem;left:63.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#niZuXxMWXVL6woEezf9hdCXWPR3Vbrse { color:#f1f5f9;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:19.5625rem;left:63.625rem;height:0.8999rem;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;font-style:normal;display:block; }
#IOqpes4TGunpUtGfbG1tXetOZhzQEBG2 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.25rem;top:3.5rem;left:3rem;overflow:hidden;display:block; }
#PUWei3ceGkT7RpIZUlbCQziLK582De5N { position:absolute;display:block;z-index:15157;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11rem;top:3.5rem;left:18.25rem;overflow:hidden;display:block; }
#cbSlKZIMtsi90HDHRqWb4VOZzfTL4DTX { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15169;opacity:1;top:4rem;left:69rem; }
#cbSlKZIMtsi90HDHRqWb4VOZzfTL4DTX > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#tE6Lkv2aXKGIvkWL5vT9bgxTeUkwF32K { box-sizing:content-box;height:0.9375rem;width:5rem;position:absolute;display:block;z-index:15175;background-color:#dfec19;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:30.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ilCUK8xyUnaVeDCCNaUtF40v7oT0oLQU { color:#045ab2;display:block;width:4rem;position:absolute;font-family:montserrat;font-size:0.5rem;font-weight:700;z-index:15176;line-height:1.2;letter-spacing:0;top:18.5625rem;left:30.75rem;height:0.599609375rem;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; }
#iAvTczsAhziqwpWuTRoc38Xi9zpgy2xp { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -moz-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -ms-linear-gradient(45deg, #045ab2, #2d7bc5);background-image: -o-linear-gradient(45deg, #045ab2, #2d7bc5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#2d7bc5' );";background-image: linear-gradient(45deg, #045ab2, #2d7bc5);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15184;text-align:center;text-align-last:center;top:11.75rem;left:3rem;display:block; }
#V8perMsQyDV9sKJXHx3uTlPkb7itirTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#045ab2;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; }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row .container { background-color: transparent; background-image: none; }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row .container > .video-iframe-container { display: none; }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row > .video-iframe-container { display: none; }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .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); }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row .container { border-width: 0; border-radius: 0; }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#NRIODXZE6iqMP1SrGtHKL1k7M5i021Ha { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #dfec19);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dfec19' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #dfec19);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:25rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#d0ifOWXaWrfcMgLqHrWLz7FSIGS5H1rb { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f1f5f9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f1f5f9' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #f1f5f9);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#Q4PrApnHtmztuohRv5JG9Rl6LC1WnpLM { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8e7fde' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #8e7fde);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5rem;left:50rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#dnzsyN6opaRSX9GPwlMV45pLezNia6Or { box-sizing:content-box;height:6.5rem;width:25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:50rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#HSQaeNJEupAaBCkc5tvMGvCAAWcvNSXe { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:block; }
#C5RhMPzpfd2mRBGSuJHelpsCrvNCUZR2 { position:absolute;display:block;z-index:15155;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.5rem;width:10.9375rem;top:4.5rem;left:0rem;overflow:hidden;display:block; }
#AIUECcStG67r4FClkmBObuGlfT09r2o4 { color:#f1f5f9;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15156;line-height:1.4;letter-spacing:0;top:9.5rem;left:0rem;height:2.0996125rem;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;font-style:normal;display:block; }
#ZvP3M9JecD2bUEkdP2wr3SxHeEGhnZ9l { color:#f1f5f9;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15157;line-height:1.4;letter-spacing:0;top:3.875rem;left:61rem;height:2.0996125rem;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; }
#ympdMITTvHhmld6N9yuOykRCpvvH8AVr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15155;opacity:1;top:6.6875rem;left:71.875rem; }
#ympdMITTvHhmld6N9yuOykRCpvvH8AVr > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#hFbAn2FGGOAnGlD6JTSTsosd8BySyAh0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15156;opacity:1;top:6.6875rem;left:68rem; }
#hFbAn2FGGOAnGlD6JTSTsosd8BySyAh0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#yGd8x2zS5TylVSrCELzVnDQ4u78rCVnT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:1;top:7rem;left:64.5rem; }
#yGd8x2zS5TylVSrCELzVnDQ4u78rCVnT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#CEAJRdNh4QFTPVe9J5WyWIFnRRv16S15 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:6.6875rem;left:60.75rem; }
#CEAJRdNh4QFTPVe9J5WyWIFnRRv16S15 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ByPTyxnWZ0EFyzpThlcGxQotnIx4brbf { color:#f1f5f9;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15158;line-height:1.4;letter-spacing:0;top:10.75rem;left:61rem;height:1.3999rem;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; }
#H2buQGLtKzQyNNzWZIyHfdUdGsINSdz7 { box-sizing:content-box;height:16rem;width:75rem;position:absolute;display:block;z-index:15154;background-color:rgba(4,90,178,0.64);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#lNLHrZprip2bowC4ETK840aRC5EmvuZq { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#iPmTCftfBlxepLgxkT06u6EXMUKvmTqX { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#Ds2zAxnWDxvRsfrIRPdvu5fO5X4Q1uA0 { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#DuAQ7EwLOwvhrx0opANqrCFfIOqOcGGi { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#IbqWDh05tTQitqhS5Xs51cFIEi9XssZk { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#VIEPrSFaFpts81NA96X8UHd0GfAJMfXc { box-sizing:content-box;height:6.5rem;width:50rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1rem;left:0rem;border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem;border-bottom-left-radius:6.5rem;border-top-left-radius:6.5rem;display:none; }
#oL7BeQ1X9yZ0PphnqT8NF2OqMtd3Eu32 { box-sizing:content-box;height:18rem;width:50rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #045ab2, #00427b);background-image: -moz-linear-gradient(45deg, #045ab2, #00427b);background-image: -ms-linear-gradient(45deg, #045ab2, #00427b);background-image: -o-linear-gradient(45deg, #045ab2, #00427b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00427b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ab2', endColorstr='#00427b' );";background-image: linear-gradient(45deg, #045ab2, #00427b);background-size:auto !important;box-shadow: -0.25rem -0.25rem 1.5rem rgba(2,6,23,0.48) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.3125rem;left:12.5rem;border-top-right-radius:4rem;border-bottom-right-radius:4rem;border-bottom-left-radius:4rem;border-top-left-radius:4rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 { display:block; }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOp2a2x5I8vyLWDgear03f8fVuf5hueM { width:6.125rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScBEyDsv5Bd4c6lXztVI1tXwM5QVmZzi { top:1.25rem;left:28.5625rem;width:19.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak4dnWxRewq5IfcPpcXBvROLyUNWMACN { width:8rem;height:2.5625rem;top:1.25rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPTUQlK0v23ANM6zyn0AGTEggsl8fuxL { display:block; }
 }@media only screen and (max-width: 763px) { #rmsrcdIiTrCsRytab2DehvEayDiTelSU { width:8rem;height:2.5625rem;top:1.25rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #utIt0CEBmVts9Txl0dSOnRFSChSd13wq { display:block; }
 }@media only screen and (max-width: 763px) { #ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC { display:block; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwR6xhgz44vJRmSqrTA1za5vRxAtcqrF { top:23.9375rem;left:0rem;width:37.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW7xy381C5FMnhawNpL03uSttHlsAHdz { top:23.9375rem;left:10.25rem;width:37.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv5G7qepUUfNBPSPmwGtdPJyk8IFwOdK { top:16.4375rem;left:22.75rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2qAleFboilgL6SwkZOcneNgTnWTuTog { top:16.4375rem;left:11.375rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZnfCJbJHuS0R00BrprhVAWLIbX4G0ho { top:16.4375rem;left:0rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXTr3lL7ZPAeecDRIenASFaakaC6obrn { top:8.9375rem;left:0rem;width:47.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0IZQHL88H7EiKbxVmVrkHEhKIa8mQhw { top:1.4375rem;left:0rem;width:37.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbNqrnEDlKn32cl6CkA6PZKdOf1T6oq0 { top:1.4375rem;left:10.25rem;width:37.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBzou6JFI3RfkHFoe4Pl1DByNthzOivZ { top:8.9375rem;left:22.75rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp1bGg42TTTSyzz1cMtwTXQlckIKTtJa { top:5.75rem;left:8.0625rem;width:31.6875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3Hh2PWAgJJvJtcl7fWduAT5k0k4hnqK { top:0rem;left:0rem;width:47.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBr3yzTqXlisKdSbihsGSe1sLNBA9teZ { top:17.6875rem;left:8rem;width:15rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0irIgAkT8EiZ0ihK2FNhAI1NSvDucnS { top:17.6875rem;left:24.75rem;width:15rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsNFTGhxi78BCgeyBqNaJfAacHDqxVIN { display:none; }#IsNFTGhxi78BCgeyBqNaJfAacHDqxVIN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xL6O0RawdRfkeI9QQ4kL4GJCTHnt3OM0 { top:8.5rem;left:11.375rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEr864QlIXQ1gvG39WdTr0kB4RN81542 { top:8.5rem;left:0rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d97OmIIIIwa2avo8B7doTnNL6D6gzUkQ { top:8.5rem;left:22.75rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbmWolF4BXRXu2D1FJykH5vmq3lLAebR { top:1rem;left:22.75rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1zn50leyZf0XTJAu28fgBgh0JLCiBKr { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzKMV2Vmka65v298Wwub5puCWvVI0T4L { top:0rem;left:0rem;width:47.75rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #itwo0Hva38MVcumnnyBlBES17dvRWMzF { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #orTpiehIR6PwTvKrVCyCNdkdMoDGUmnW { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qF1laplRSgtxPQbatrtnu9OBa8fOlOJL { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQUq912HlUlqE5eabl4zl5pFnpVvhvl3 { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bu0nLsaNFvq8cCXwm1xloLzA4oOs44M3 { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #om7DXZhWzauqJAmCCT8tO8bfnw3P1tQ9 { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxeAeIkNUPrg1izguWxLMVvgyKwLr8Ri { top:28.3125rem;left:0rem;width:47.75rem;height:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #uU1oTu0FALiv21m37Fqh7c5JOTyGoPHs { top:15.9375rem;left:8rem;width:15rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #smDCz0r7ezZd3Teb7l1WWAGhp61WcS43 { top:15.9375rem;left:24.75rem;width:15rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xh7NnK09G76VogsMxhn8ZcTEZPsWqAU2 { top:4rem;left:8.0625rem;width:31.6875rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt { display:block; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExMulZJ8Gg19hcXf4LN7BSI6ut2yg0SZ { top:2.5rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC { display:block; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXbR1xH5vR0dXVMXLVSQwZJiwaTKNSeQ { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #d81Z2XGJb6fqslyIg87n7Ewp0F7nRKJX { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2PL5mnN7bdeVACMroQSQBriuOKEZpvS { top:15.75rem;left:0rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXi8aU9kKnrxf9Xw3sBwKauaHig1O2bM { top:11.8125rem;left:15.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTkiwsLcLCvds3WR8UhaJ4gqyKMVMUBz { top:17.8125rem;left:15.875rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMFTcew7LM9ESKd9y5304TFkHXkUwu2K { top:19.4375rem;left:16.75rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtzuBiiyWz50ldRxFIRrgM9hh868HBvt { top:20.5625rem;left:16.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBHMhBKEAE3F6N4mWyPrvMrDMuoKewsV { top:21rem;left:16.75rem;width:7.25rem;height:1.8125rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvCzOxrcafsZqBmtrqbhNk0TBKKBtUMk { top:11.8125rem;left:27rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzWR7oe7iz6zLxm6R0Udv3lIvtTvT90V { top:18.8125rem;left:27rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIo1z9DkGPU5AO48Q4m1Ko35yXiBaFaz { top:21.3125rem;left:28rem;width:6.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFE3qH2nn9nnxWhMTShmLWOHpBU7VNgZ { top:20.875rem;left:28rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7uTJi8tEATgdUWg3O4mcgWDMJeaVlf9 { top:19.75rem;left:28rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAlb7tCGHSmcVZqs9Q2hEpsT4uobPhd6 { top:11.8125rem;left:38.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #qef6uU4nuxEbaIOQWuK5A5nv0G3Np6X1 { top:18.8125rem;left:38.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti2OzQireQ7SAK2g7L8wz62HX2snaWPr { top:20.5625rem;left:39.125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRMsDqTsVd9n4qy02vOT0sgkkTTu8BpF { top:20.125rem;left:39.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqpsi6K6OTTbQlhdN6VToTUO63xaaFL1 { top:19rem;left:39.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB52PdBWiO5wG3vMpLzIHx0Qlv4UD4XK { top:11.8125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0UciyoqqFhqm8RzU1vW8hUuMTKNNiqT { top:18.8125rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJgmd2ef8TGftKog5PsDroyLF9PAD7rV { top:22.0625rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayJL3t17xEKazbp9Z2QSPpIAntNwSVpB { top:21.625rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq2V0hADqRtla1EHEZnN3iLQ82p1WIf0 { top:20.5rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9P781eWTaGRgswz7dmZMfhvBOl28Jlh { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7X5F7FcSFpy3ZdgnrMwfygVlMV2KmH7 { top:3.5625rem;left:5.1875rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIOQncRy3T78dCFAUmQ89Xs8eAdf4Qz5 { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#FIOQncRy3T78dCFAUmQ89Xs8eAdf4Qz5 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #wktZhmSWgilofdIXBtQ5WrpSkO4NDpsB { top:18.3125rem;left:16.75rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWO7z7Ba7eOCz8zETVb02gqKmPAXCtci { top:18.5rem;left:17.25rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #arzgS9u6PB6FKb703xq7JsSGTQsKLFWf { top:15.75rem;left:22.5rem;width:5rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsTrUC5BzxIaupcNNdx0lRwfTGTIqlP8 { top:15.9375rem;left:23rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #V40l6bx82mDubc5L36ETG94lrPIDBLXx { width:15.5rem;height:3rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1w6wg7aKK1KQTQxwmDL1hT7lLEMys9A { display:block; }
 }@media only screen and (max-width: 763px) { #P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M { display:block; }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kp7zUGMHdnVLmsqhk6hOxCuzuEbQTlD4 { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghL3Aa1GHobn6EHBKF21T4NcURI09HLo { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9u24prZHk6nmdAoBkz32BUFhMQxsQ9b { top:15.6875rem;left:0rem;width:23.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNoibxxexQBCGec2WyAlXtSmL0VfW62a { top:11.75rem;left:15.8125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT1MUCwpOG2997QEc5XTL4csxfgDhqA7 { top:18.75rem;left:15.8125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbv5ZwKvWEyGbOvEThU6ZmnnvMUixszW { top:19.6875rem;left:16.8125rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgK6hhWcIfGWVvpMMDeGih6RfkbybNWE { top:20.8125rem;left:16.8125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpWVT0cW5hr42cO0ys9s5wTMaeoFFZES { top:21.25rem;left:16.8125rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSJaR7HGsMsWp7CTShTGSQxppK5nlpBF { top:11.75rem;left:26.9375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyVQngxcBvrXW7xSCLWA0TnKqFSrfVZk { top:18.75rem;left:26.9375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzMkDeD1w78TVyLD0E65IBnLJCVtPnvT { top:21.25rem;left:27.9375rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ13bm4ebrvGSHK4fsyIkouBRCPkxK95 { top:20.8125rem;left:27.9375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnVhZqsbbBp6OAzBn63p4IeomhdXtdeq { top:19.6875rem;left:27.9375rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyXQWbQOMniBIausxUbFigDZVuO2CE1k { top:11.75rem;left:38.0625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyCK3TeQquApLUQLPG4TIGsWd59uI0SO { top:16.625rem;left:38.0625rem;width:9.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTc6CFHoEqqAZdUp8GydQfepzPJyrlo { top:21.25rem;left:38.9375rem;width:7.375rem;height:;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS52gG1KaOKFUZPK49coDNVDpKeEbWXU { top:20.8125rem;left:38.9375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPOq7P0cSlWZHmz8tMMCzTFaXPJCeuPd { top:19.6875rem;left:38.9375rem;width:7.125rem;height:;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGwJSyJG88l7TkGOy3SKgdmkcBmwbnNi { top:11.75rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5C6KsDfIsm4vAS8TQ3loNTwF6vDsuyv { top:16.8125rem;left:38.625rem;width:9.125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALoxRQNaE1Qk28cT3SKnRHyc7TCUvknt { top:21.25rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIB1lwef2J7aikPTtrbiALhDFZL3qZXw { top:20.8125rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6yPNPmXQVv9mhPoc88CyN6ultyLqBvP { top:19.6875rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7FTzF3xTtFxSDvoKT31dunK6ZrM63Rb { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzB9b2v58IoG6zcxcdsMF58Xl2ZTOlZ3 { top:3.5625rem;left:4.625rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqORs13A4UC9r9m5SRDm0waIyCildseL { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#iqORs13A4UC9r9m5SRDm0waIyCildseL > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #iv2a5ZD9Neo8fw1pCkbxBxVErXH25rLQ { top:18.5625rem;left:16.8125rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgKhH5yo7spnqK68EQARHUmt7UgxfZaA { top:18.75rem;left:17.3125rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIAsd5iNTrKGTRg5TIC5BiC6hFTTW7co { width:15.5rem;height:3rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMCCVsUDnnT5l5xScLRdmRWxk0ip9t2o { display:block; }
 }@media only screen and (max-width: 763px) { #UTmffPEvbIVztcwypV7Eg6PBSazdxmdR { display:block; }#UTmffPEvbIVztcwypV7Eg6PBSazdxmdR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKcfWhxgBSNrt5p5XLFhS0FmKPVau8MK { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfeDdrEf5QFNTl8ra6ZR0cXDsu4xCIww { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmoLtWCTpT1TRVvWAFwb1fBlGv8MunRM { top:15.6875rem;left:0rem;width:24.125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcCDfPMum4ORs7TFstTT6tRJIWsrBveg { top:11.75rem;left:15.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #yde7v6cQGfOmVHtNDxbhNutdKqsNH08M { top:18.75rem;left:15.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7VG6QStn1UzAUqM5ptEhVinazEKEU2s { top:19.6875rem;left:16.875rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7dtMc8lnvuvyfvDynzUD35P11hGQqTh { top:20.8125rem;left:16.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHToyWPNrDPdraJ1fzVazUwltFKySuvw { top:21.25rem;left:16.875rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaHPok1f5xpFneWHMxIVbbsTcnmSTc1Z { top:11.75rem;left:27rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #veOWEwbBEhWe1BEcQ1qCIaBBFfDhMxev { top:16.8125rem;left:27rem;width:9.125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxHpyfAqrToK1fQwX5kiHkSaTBN9BkTH { top:21.25rem;left:28rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUNLzOy07qbJMG8ybN7V4ewezCpkcfSt { top:20.8125rem;left:28rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHM9Ck7Fa5MswQmfKRLhZCbPzJsmDZMx { top:19.6875rem;left:28rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1sTXPqE4ZfTMr2nkxzCfAWdeHcyU2x7 { top:11.75rem;left:38.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxwAcnvCS5dfBtQ5InqelfxZCassvs3q { top:17.5625rem;left:38.125rem;width:9.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBchQ8ShNpZPpfDEBzv2AuOrUZCRxWky { top:20.5rem;left:39.125rem;width:7.125rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTTRQlrdMECqcDTOOI6PVgrP2Si79RbJ { top:20.0625rem;left:39.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Hz4xiSWHNtpN8lKXf9fe9Dlf8g1rZy { top:18.9375rem;left:39.125rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTaM4yF2yTMnq4eUTfTUme6a0KeO0oGA { top:11.75rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooG3BwmT71idvk72Nirc4I9amGVfr3QO { top:18.75rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5EDTmugl6FUxXn6UJM1RICZ64iWumaI { top:20.5rem;left:40.375rem;width:7.375rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmsqukwe6OIQ75HvsZHxF4bRIJHCDXOS { top:20.0625rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTc2sk5BmTRSXdS23x1lXtxndWsbdmTs { top:18.9375rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ausndctpDTx9NxB8Dw6rbTbNDESIApzk { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAI5fTxz9fIWV0iv48ilc9tHUIMJJxdb { top:3.5625rem;left:4.625rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEVG4IETIUMEyvMlmnnNCJaWSSdK6dQL { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#eEVG4IETIUMEyvMlmnnNCJaWSSdK6dQL > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #iKWQewMm6x0FgPzo5SugeXqO2gfPItsk { top:18.5625rem;left:16.875rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwNuRZ5RM3u5rpOhl2RERTOCMlg4RZQm { top:18.75rem;left:17.375rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #we5W9oEGqcsM8cATpfnHPEASIZdRqtoz { width:15.5rem;height:3rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ioin5JTO7ghFZn9tgb9SLVnRBUt06PG1 { display:block; }
 }@media only screen and (max-width: 763px) { #OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW { display:block; }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sg0v5iUBe4T79ApcO1K2F6bWKHW3q5Oi { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU0ThGari5pSowSwuLqCSDX7k3k4KTd1 { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXNZp5ECSCtw3EDyNzMu4O95aF5TOMna { top:15.6875rem;left:0rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvHNJ9DzDbuToqPNJBD1gXKJeGQT1nqJ { top:11.75rem;left:15.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoNx7eL2o4NBGTgTK8TpJA9cQrDFIiA9 { top:18.75rem;left:15.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMS69daG7tR3KomOWSqNZ55auMpKAUz8 { top:19.6875rem;left:16.875rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCKS8PVcNhwwLWQULRlQZA8rK0AdpPGc { top:20.8125rem;left:16.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3uB01v49R1htdvWfHW06VSJSIntSTAU { top:21.25rem;left:16.875rem;width:6.3125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3N16flw1tiik6IRrBKDihFEZOv4xmJh { top:11.75rem;left:27rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmFWvw2yRUc3HBVHEhGpy3a62BFUk2Sp { top:18.75rem;left:27rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7e2OJym11SIFIX2nXVg1fzkqC8L1Jqc { top:21.25rem;left:28rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvq5eBBOOC82AagpgB7qPNntdqleU1AM { top:20.8125rem;left:28rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNLFl6wEpiQUav4c1Zh0MHWn1T8H7nI3 { top:19.6875rem;left:28rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMrnAP0oT4vxcPcOlKQdNiJCSWN0dJy8 { top:11.75rem;left:38.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRhWDL6r6pq5i2KxrLr1PsferfdMCM73 { top:18.75rem;left:38.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y88BZlfDnlRg75F7dyRZBwGlJvmbTpxX { top:21.25rem;left:39.125rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVOT7CaQc9dSynywgWUcsd132ZNKWPOv { top:20.8125rem;left:39.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIO1otPuEJsB6o12OsFzRvwCexrhG0Bt { top:19.6875rem;left:39.125rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlixIzLCcQ7Vm2dITTbM58CA1Xv5C87R { top:11.75rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKgSg9NcABlwK6UEHL00ZpovDmSXHeuL { top:18.75rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbJpDswnabKw0uefTUlPMyMg5J0ixTBB { top:21.25rem;left:40.625rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhKgfz5RTvITOpwZa0OGrfJyWhZMMBKk { top:20.8125rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0HzyHsZUBn1WT7cswmdfoCT6a4IwmDN { top:19.6875rem;left:40.625rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETSi3QyMwToARkUrW4FT8XhuMWktQH99 { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEu8lTxxuxBZZZ517kEGw4lNxF4kAOnl { top:3.5625rem;left:4.625rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv9RBH7W3gm6H1n8gBWeKFUMKV8ycPce { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#Bv9RBH7W3gm6H1n8gBWeKFUMKV8ycPce > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #wf8wty9rNEFSD3vynFGhlaAikDU5bPy6 { top:18.5625rem;left:16.875rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aim4VGFqyVFQeR0ueWRmR7Ny4F4PmbpW { top:18.75rem;left:17.375rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pva7QhesIgUVBHmsXmTM2MdTpL276EoX { width:15.5rem;height:3rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvyHIs0HKR2fcrZoDkTNxfLrkWHFEwwm { display:block; }
 }@media only screen and (max-width: 763px) { #ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N { display:block; }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuDSkhZFyIShXqqMiw9TnP6E4qpNiaAn { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcVmh90GJe3Tts9ygRlJsbLOhuDR5AHw { top:8.9375rem;left:0rem;width:47.75rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkdaEvrt8MxxyBJgioJNggkpEDSaevu8 { top:15.75rem;left:0rem;width:23.5rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEklTBDtlWLIJVFwKvUFUe6oxryrn85E { top:14.3125rem;left:15.9375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7n5BxUlJnbaHdR2BLMK8MkZDPTblLUu { top:19.75rem;left:15.9375rem;width:9.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #undWDmHiVfnfFIQNxPudE3MTkm5iq9Vz { top:22.25rem;left:16.9375rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUZec6zfKOV3i4WaPTTQVx9XmaGbfohN { top:23.375rem;left:16.9375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTTLMqFxmzWXEAl1PRUNHTRdKxZQMm8 { top:23.8125rem;left:16.9375rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvAWKKAiqdq9iSRxWuLCUzutsT1aB5ZD { top:14.3125rem;left:27.0625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxLW9t4z2QKrIB4SHvN57apP0yzaZTXz { top:21.3125rem;left:27.0625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOeQidTnJeH5b2SdqxbFrvCzmzkgicov { top:23.0625rem;left:28.0625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpoX4isOeKDQXTOyCiwGi10l98gQcVnN { top:22.625rem;left:28.0625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqrnwX68TdZIoEnTB9h2T6FvUCRNTC8X { top:21.5rem;left:28.0625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW7PHoIkg0tl2PsuQDQTdscJmSOypQ2t { top:14.3125rem;left:38.1875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq8ps3hAiIxUa2qAoIDVEeZB0QWwRGea { top:21.3125rem;left:38.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #riem4DenBgb8hIXs04OHUU1ZJt05NmEH { top:23.0625rem;left:39.1875rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGWyCJDyEP1qA9eWNkWQIX6K4hLvVksL { top:22.625rem;left:39.1875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Giy1yKZIk0V3qEPgeqyUElzTPvE1eoDn { top:21.5rem;left:39.1875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTKg0koOTVSo4DsNWe6WKxzJST1ByZ0t { top:14.3125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv3iOQFpTxKJubIIhR6L2op5I7zJ9tbP { top:21.3125rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTe2kzrnq19T9twkqMdhTJswvORhvnnw { top:23.8125rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhAxJQUlPeTic8RKqAbN0dGvqU5ce7kO { top:23.375rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTWl2mIbQO8XeKhAi86Ra99ciQOaZroy { top:22.25rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThrcfD6n2Ddd6J2AXv88ThRBnHprc9KT { top:3.5rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #L21yT10ZEDsRqz5gGHWpk1BQTvMSImp4 { top:3.5rem;left:4.625rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGHpmlCFvruRIlfpJRAc7t7b8BM2Anmw { top:4rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#IGHpmlCFvruRIlfpJRAc7t7b8BM2Anmw > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #T5Jt2VsXSyUNh1BAbh57OBWSvRZowTGX { top:21.125rem;left:16.9375rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLuZZGgGqn6TOAWLzhiqQdDCw2tUtUkv { top:21.3125rem;left:17.4375rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuSkbEnTiGqwbZH9BettzMCAdcBJNM23 { width:15.5rem;height:3rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyg1Z1dJrEp6J76CHtNbobfQQzdX6T5g { display:block; }
 }@media only screen and (max-width: 763px) { #ARVmNimsA4VxERvyuCo0tDkTpcF70lLH { display:block; }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsSq2yqcEiKOm9u8zz9iiUtfI1TURbq5 { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqPdPJOxrTG2gGfEbuZPbUlkTu7oTg8d { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfJ4qohW09QwnqC5AvkrrtgyEu6O7WZE { top:15.6875rem;left:0rem;width:23.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGlGEGmRFroQWIrlOV2kafGwJEtqV7vo { top:11.75rem;left:15.8125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLmbV41JxRGwAxLtQNO2abUxJHTHpGfB { top:18.75rem;left:15.8125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS2T9hGH7rJmyclWBdkCRTkPR2B8OX2B { top:19.6875rem;left:16.8125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbpZFBzB31LwpsU0cKch1vUmHaL5SbGM { top:20.8125rem;left:16.8125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwOysxa66Cil2EDCPWQrtIDLBttWJRQa { top:21.25rem;left:16.8125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX9z8lriqrNkqa67e7RrNTOyT2VN2npd { top:11.75rem;left:26.9375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGfisSD05oRmBs3FBTEVBQotd4847VZE { top:18.75rem;left:26.9375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F27CiDHCeoyIWyTfh5n2WT0lAFTvyaRc { top:22rem;left:27.9375rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co6m21Ufg9UQ0KSnsktzPcKwCKLp0vd7 { top:21.5625rem;left:27.9375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4d6wrcSNLeTVHpd9THhbIqW2XTkaTMO { top:20.4375rem;left:27.9375rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIrMETh3lsvBZl00PcSx1zlo7H0i2VT6 { top:11.75rem;left:38.0625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8RwEZix8CNPHzID4pd7eKM84l5Wvf3n { top:16.875rem;left:38.0625rem;width:9.125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtrvnnEhb7VhMsXBoIIO5DUWEz0EyalI { top:20.5rem;left:39.0625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1csKU62OE1amIqTLfFx6oosrsUhpWo1 { top:20.0625rem;left:39.0625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lToN4fcvx305K4EwxWGAhhKUc51pGQix { top:18rem;left:39.0625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wielfP1aRgKu2AxBxT7NSRsVe0oSaluC { top:11.75rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctEMhWFdLc6WAtG5iOrgWHqSzybmhypK { top:18.75rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9OKxdxTA1tSddUXlGFLiePkPDwm9hfP { top:22rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc42n1xtZBb7lRX0JiIgzkH9GAcUV3bi { top:21.5625rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOUFa7h4fTBvJlK2RK63Maiwb6B3s0Nw { top:20.4375rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPyNtAE7cO80NmPHezFX55FLdJlTkKWD { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHnGwZ3TaUSMBWB3DABHvJhVlS4CJxrz { top:3.5625rem;left:4.625rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehnJ4tlFZ3fVBKTzbwXTCqpGaa2LFhDK { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#ehnJ4tlFZ3fVBKTzbwXTCqpGaa2LFhDK > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #eE2JHVFUW5pNvKe4kvuXTigvTbULHd0C { top:18.5625rem;left:16.8125rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIy1Z5SSKW6gVRRdx8ckSokWUqxhwVBl { top:18.75rem;left:17.3125rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOxn3pH6RA0yTfhV7o7BdyJEhiPUIOev { width:15.5rem;height:3rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRORgzunAcuPaSsV7dnQK43Uua1cUl2T { display:block; }
 }@media only screen and (max-width: 763px) { #I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 { display:block; }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGkkamP3eZg3NRgepDVoNsy2ZHZCvsV3 { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTMyFH2tcwiw11o261kK4pt7NRDde9SH { top:9rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFGfHz43TkuMknF5MH0kxXfn2Ugxmaog { top:15.75rem;left:0rem;width:22.5625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWZFIsSiqOMXOZmwy6V9ivcOh3lXB1I0 { top:13rem;left:15.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #faWTXdr3bQpXMMduDm7ERgCmd14BXAxh { top:20rem;left:15.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBprXau3QJFvfC5OAXlEqMJx95bN3QiB { top:20.9375rem;left:16.875rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhvWEcevSyNKzD13wSWQRLdbCe62COCa { top:22.0625rem;left:16.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWNPINnCKEdkzIi8VDUZvHgqZyeAIATn { top:22.5rem;left:16.875rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgt0tXWxesJVy8Wy8gqAQU6ABaJNutHQ { top:13rem;left:27rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT0yJFP3JTiTTtKUmN8LXzahZyfumkgl { top:18.4375rem;left:27rem;width:9.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOynDCi5fUXiiG7bEy7yrxxSoZOLuvOl { top:22.5rem;left:28rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA2F1rd9B3t8X4sZxTD9v3gAsxLhMD7A { top:22.0625rem;left:28rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZtGRuGGm8AXGPzgrbD4ZQXpqLSfLRbX { top:20.9375rem;left:28rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDP9K2G8oQRHDhqmRQFqKTO0EGW4H1S3 { top:13rem;left:38.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlpxqFygTS7GZImvJ9SER2EcHi2RRwQd { top:20rem;left:38.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz0E0ybPUuPwQH4KlB07n5MBoKBTg8AF { top:22.5rem;left:39.125rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxSr5a173hgkbQ27r99v9nOMOFOhBlsE { top:22.0625rem;left:39.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVFo0cXhq2DrCL7PpsDh7DgNUQuyqrC4 { top:20.9375rem;left:39.125rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLtrsRcXhZtVxZM6egUsxEBBMqLzsbZn { top:13rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4eVL2t7EI30KqDnrcv8Snh0ko77IHlG { top:18.1875rem;left:38.625rem;width:9.125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJsCkxxdTxlGrb2G0nwbnr9MdOt7pIfu { top:22.5rem;left:41.8125rem;width:5.9375rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynLUzwQOr6hF0zADyhwx4dchIPtJG6eZ { top:22.0625rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIiiiexBW5rvCv56uTgOTlRBJBDuPTrL { top:20rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLRFv3syHXoCGvDxtPZAEmJ74lpJqmta { top:3.5rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry9n0KPcdBxIROhAwXFSgrmhDDfR5JtU { top:3.5rem;left:4.625rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqlSz0zNfTINEflswgLPMZgdBuspECT6 { top:4rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#iqlSz0zNfTINEflswgLPMZgdBuspECT6 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #WAJPh7dTSwkB36sHTClJtaqi8C2MppdL { top:19.8125rem;left:16.875rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvU634DdKuXCSw5PzzFtSTroB9Xc4UqH { top:20rem;left:17.375rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXgz0zhFaFXdXk9bv4CnhE0gT7dwOtT4 { width:15.5rem;height:3rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuR4KCpTRxrWBn4JSEw4SQiXhZyi0ZES { display:block; }
 }@media only screen and (max-width: 763px) { #k1tg852EVdHuiMRIweNhDRL9wDpUVg95 { display:block; }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iM5JMJE6IcIlxwZwgq0nkcQJHM2SptuG { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #diPgobR38lKa20ci2ePM93xhHkpxGhgR { top:8.8125rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #KugRe3kG3DdNFyMml3iqsnp1y3SbGk0x { top:15.5625rem;left:0rem;width:20.0625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXeO8nUHkKN7DBURPl9Rb4B1THBB96zg { top:12.75rem;left:15.8125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6xW6kbCkuEW9Kat3GQGukUNGOICCyS7 { top:19.75rem;left:15.8125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE9CTDNzJRK9t9ATH29XVkfzLIUfk7be { top:20.6875rem;left:16.8125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM57ZP9W2lmrFuadfQx3JamlmviGcXMi { top:21.8125rem;left:16.8125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QriR0tehl4sx3PbQPGRe4Q5HeSTprFG4 { top:22.25rem;left:16.8125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unQ7GuwDxK9t66GaZDqVJhDmLAvXb3aO { top:12.75rem;left:26.9375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABrtuVvwlCgtMMJMnr46JJnGZrlltHgl { top:19.75rem;left:26.9375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfHaPOF7SVo9VIv8nyG2DTtG9WorhQ6P { top:21.5rem;left:27.9375rem;width:6.9375rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrL2lIwvL0Fgsg8TaeC3t3oiI7bxJgNc { top:21.0625rem;left:27.9375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOi37gCGZ1vgwhe2E8uTLqyI3adNVZlg { top:19.9375rem;left:27.9375rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcsn0yOiUaf2GBczAaUZBAVTLH08oFw6 { top:12.75rem;left:38.0625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJpJPTFx2xpDTIWQNV9sogLRmW8o0hQn { top:19.75rem;left:38.0625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH8ELmL04nxowJlCsT9DsDLqmry8qMPU { top:21.5rem;left:39.0625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUH9SoESmOqnpVT7vz2WCxkcL0A3WvuK { top:21.0625rem;left:39.0625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5MmcOlaK3WeJIJZQzPoruZIGZXubv1a { top:19.9375rem;left:39.0625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6WXaofuMHvpQNFdTxTgtBH0JRq4wxOs { top:12.75rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ8h00vpw7vsuSQL2I2pCGN1fZ7J4Lfi { top:18.75rem;left:38.625rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxS2CbblFTxPOVu5lfR72VHvwH8wTMm5 { top:21.5rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZhhP9wM8nD5mrFAre0kgK0vQ5uvahwl { top:21.0625rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQSuT8E8dkgfz3s8mMtMZcGIynx6UzNr { top:19.9375rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFKhrcSltzuTlChrfuWyTtRl2AFbT8b { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDkWeOJPyFIxQZxqmf9mJkfG2i17OUzS { top:3.5625rem;left:4.75rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #be07GLa4gdTymhHJ5S0Gy4wX2t7Hcvd6 { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#be07GLa4gdTymhHJ5S0Gy4wX2t7Hcvd6 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #Flpk78kIFzAx2dS1yA4LiPWCW8SF4gbT { top:19.5rem;left:16.8125rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdPMRAOnlGdw8kXTwTAKorFCq37fIr9Z { top:19.6875rem;left:17.3125rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkhuA9oMI0qucLwe3zfkt3wpiEHq7zRi { width:15.5rem;height:3rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymIrmLgKe9dq1KOLDdsqXi9vMyiUcgJF { display:block; }
 }@media only screen and (max-width: 763px) { #oCQ5T0b5DyqsrdJtEQbmi1KnTEVJx5wv { display:block; }#oCQ5T0b5DyqsrdJtEQbmi1KnTEVJx5wv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnZ2b8CDsVoyTOtVBmlNWeWgL9flTqET { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #euQbLQND9RJm3RMWmXgCuLiRT58sUk28 { top:9rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIV4sU0xpE4HV5paUXeVTVEVuzXL9iaT { top:15.75rem;left:0rem;width:23.875rem;height:10.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #If5OJyrRcR8RBlUmTxnLBFin6i9xWsNO { top:13rem;left:15.9375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp9DGMzTHNNo40yTxg1V3wHZUxIRh8TN { top:20rem;left:15.9375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7FzdtgPqyabN7GWm4wlVpiB9gVCDVkr { top:20.9375rem;left:16.9375rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Q7mqRrsWznRiKP9C5qLy8SW5vEUgEJ { top:22.0625rem;left:16.9375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyIm8FpImSSW3nBHXfb8LHZigMpGmGUx { top:22.5rem;left:16.9375rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXVmNxWClc2zugJh8kybzTn69777yuHg { top:13rem;left:27.0625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #QauUOL4g8IDrzgf8NLoXv1izTmnibTAi { top:20rem;left:27.0625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #chqTLAFAVT76Z6FQoSBL8J5NpeIELaUH { top:22.5rem;left:28.0625rem;width:5.6875rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CluIZO4fDoq0okCLvgolG08E6hxZCrTa { top:22.0625rem;left:28.0625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WliRC3itDaZ730QqHuJfT9OFCPSrIyyC { top:20.9375rem;left:28.0625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEmi56V0nnPAsN3ZanCw6hXqmF1GgZGT { top:13rem;left:38.1875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT3ACJABQxXxIZBhL6ZArssLFTu1AyL4 { top:20rem;left:38.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnpXhrv1S8d63WkrbbxdyvTMAFsnQLmD { top:23.25rem;left:39.1875rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8zifpsurumGwIqZTgemJWZwbBrM1f7C { top:22.8125rem;left:39.1875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncwavLKNUzb5QLHCxy8378T13ClP1fEF { top:21.6875rem;left:39.1875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AheRfUixJdZJapsao4i0nBzLXLip6bE9 { top:13rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgNdnAKe9xi09udT31GWwqmVnBDyoVtb { top:20rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8W1vvOZIsvSTlJkQoRkGyFt89T8b0qi { top:21.75rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BywlgJwWwp8hJzgytP2IgA6UDqrtGqLf { top:21.3125rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPLmQNiqyhrfSIpssheH2l4J5r5FsMXS { top:20.1875rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml1o5OpDW1oyiuvBarF0dyh5yZJDOr1s { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ21xFfg7pX9HO7wM9zXR9edTq3C8RHu { top:3.5625rem;left:4.625rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxRTKOJ8bMceTVO8BmfkRJ7VVJGucpgg { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#HxRTKOJ8bMceTVO8BmfkRJ7VVJGucpgg > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #oflmQdbczXyZDqgzAsGKcgWDonVn7GdJ { top:19.75rem;left:16.9375rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6MkiUoI7chFAIOkr7FVg9IIuf3QStT2 { top:19.9375rem;left:17.4375rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLHVuoyQuo6K8Rn45szSoznaN59KdvaH { width:15.5rem;height:3rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxKLIT3DgTRdm1yLrerRBCI79y73NB3U { display:block; }
 }@media only screen and (max-width: 763px) { #Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ { display:block; }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iex5ORleEBBWEEO1PatHHRIgx1LamTQm { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2J21frcnhXlDncV91MzTR0zOrkmx18K { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGomzehehy6ZRGM39Os1cUKPiphE65Rl { top:15.75rem;left:0rem;width:23.9375rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROmPB2miZ6VP5XEgybrLIXcn2pMM0EyR { top:11.75rem;left:15.8125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBdwkNgd5hp6accmL9rl7ilQAndiyfRU { top:18.75rem;left:15.8125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0XyxFvbD7qcHOo1wlrXTpipeW14TMzV { top:19.6875rem;left:16.8125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8iIlSOHtXWyB3KhT0skkNJirtSULNkd { top:20.8125rem;left:16.8125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1ycMhUGT6hKWfsKDT9MeGJL9uQFMFcL { top:21.25rem;left:16.8125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeXgFFk1OfICcc2QThaZBW2uB48BFl4y { top:11.75rem;left:26.9375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXXOeslJoLTiz0JnqhXXP9eV5P43vHR { top:17.75rem;left:26.9375rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN0Jm9TuVx9kOkzmmCXNnFL2Th6W52pM { top:21.25rem;left:27.9375rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3UMycoPuZoWfT1ZTwWEZ3AyzDZXfhEP { top:20.8125rem;left:27.9375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzfQeqyR3eVaOUXHOPtUUHmPq0N49Ndu { top:19.6875rem;left:27.9375rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiTVXIpLEAO5bg3rgt23wpBJSZFBFGOX { top:11.75rem;left:38.0625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBgMzv9FXXLDaiTk1iHOpTmlbLSwGs1N { top:17.75rem;left:38.0625rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc2QLzlM3M69oUk04P4DwiheRNmvoQ22 { top:20.5rem;left:39.0625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXabdWJuATXORqlHwLind2U7L71F7k6E { top:20.0625rem;left:39.0625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfybJVxo9B20OaHwTv7pAEv3shipWPg5 { top:18.875rem;left:39.0625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6hE0cGIlt42qTaHxv9UmO6XW3T0OsPo { top:11.75rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWGtgXgArXLxpgBuLIeefTwtM4b6ZU3i { top:17.75rem;left:38.625rem;width:9.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txdfp87a0Npkai1pXoRHHvJb5avaTV7J { top:20.5rem;left:40.625rem;width:7.125rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwrVG32AE7R6XFhEtHHLesG0ccsd7pIR { top:20.0625rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV5bbzW0RoHpT1tceO1ADNIfP421hIvk { top:18.9375rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkqyyJdxGOVlHVJIrAZ9icq7pgunq76d { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNaNXeUT2yFM8qWpQyWn8avIhd5paXvS { top:3.5625rem;left:4.625rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkV1GG5rmdqieDtMLaluMGVJQRNNHG1I { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#PkV1GG5rmdqieDtMLaluMGVJQRNNHG1I > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #QC2ruix6xLr96iVQtMmMbhfbR43A2mmo { top:18.5rem;left:16.8125rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB40fqQN1XQyq2xR6KpyHdC5oFUNzkni { top:18.6875rem;left:17.3125rem;width:4rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybG2p8VETW3etKSfEhUW1XKKXGX2ThL4 { width:15.5rem;height:3rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewahmm88m50XRO5PIlRaidciWJCJTumV { display:block; }
 }@media only screen and (max-width: 763px) { #paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp { display:block; }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vz9SROnlz0tOXHUfPymxkmAfUBkuHhKx { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQlHGisNv8k2uFAzSbWwBbWpWhfB5vT3 { top:10.25rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgOlfEmuZJMZTTp6eBzTraNR0Jed3QC1 { top:17rem;left:0rem;width:23.625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3IHtncEqwHQ5e7uHVc0IEWc0rDHsOVZ { top:14.25rem;left:15.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTy0TVEIRIoAhmohwBPrTRHNSS9zdp2T { top:21.25rem;left:15.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unfJJVp0t6SWJv2W54JxqDAiw3p057xd { top:22.1875rem;left:16.875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #va0XhP4Dou7TDEgwbH6M4tTT3KAl8Tbh { top:23.3125rem;left:16.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRQBv3z6BelCHT1vKtfLv3fPXiCM5Izd { top:23.75rem;left:16.875rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLKTbTeCJ5gJPaSLzr2BB9QJwAVDyo2c { top:14.25rem;left:27rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzJXIq5xvsJb7TVTwfftwiMdav1nNu1Z { top:21.25rem;left:27rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXxtTIweV5OgCLab4XrcTOKoldiZAIRW { top:23.75rem;left:28rem;width:7.375rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNTwnpmSh1JmkXLmneCG5iAX6SPgE9eU { top:23.3125rem;left:28rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlm8GoHmO2nGTCVLG51OCWHNEMu6wqGr { top:22.1875rem;left:28rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbRxwTgJKFVhnumpcI0dW7cRJp0Cdy6o { top:14.25rem;left:38.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8qarlRS3Sx9Taey8RvXNHDMdeXfKnHD { top:18.875rem;left:38.125rem;width:9.125rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeMWKHcbGTGbcdHcHQ9GhB4N2BqJSTxW { top:23rem;left:39.125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt64VRsbQ3T51RzIHqw3UqPkTH8OhrT6 { top:22.5625rem;left:39.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKXZKTnMrhvOEeO4pGkerDwrcFbN49cX { top:20.5rem;left:39.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr0w1qwd0zHtXLozmtZ8d2IlkMyb79yf { top:14.25rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBvTTLtHTwssGR3gPlQrvvGJ7WOz2MaW { top:21.25rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzWIGMoAwJEDEQUf5lO85sDZRGhyNkWE { top:22.25rem;left:40.625rem;width:7.125rem;height:3rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUcefRMnuVqumwIJBBVOzvn8EODHuxyb { top:21.8125rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvTLTB7b8sZLpV6BD3WxsTsB5mdoIMk9 { top:20.6875rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkp3WVLh18RTRWaHuTZbRMPsbbWNIcm { top:1.875rem;left:0rem;width:8.3125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tETgttbdsxJZ5rAKPVBRHo7Bd1t30PXE { top:4.5625rem;left:0rem;width:10.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDHENhFdtwzKXP6faCTPLe2CSwgKkPNf { top:4.5625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#bDHENhFdtwzKXP6faCTPLe2CSwgKkPNf > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #wU5R9QRO7U5trkFf5By1wme1fforKEee { top:21rem;left:16.875rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6c2v5x6Eud2lZmDeLeLuPRbUkOkAKd4 { top:21.1875rem;left:17.375rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvyRDNy8nT0h5lKoDKiiOWqkMG58hmSQ { width:15.5rem;height:3rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCDNTDLR2delgcEeRUBacTASuRmzr1z9 { display:block; }
 }@media only screen and (max-width: 763px) { #HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 { display:block; }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Izf13oUoSoMTV6f8JrbhK4T6vVL107Xl { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRPgU2GtvkkzrrNvipuNksp6LOuIETkX { top:9rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTIVTLwrwcJwJnFrIWZMMkBT9hTED16l { top:15.75rem;left:0rem;width:23.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO6Ig6IsyHlQNlJuSdFeThTdeN6PL1VO { top:13rem;left:15.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQFLX6A5AUHnTZG3LBTXKkiXcTHvBWko { top:20rem;left:15.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW6pTGRB9hKFTOVxylUPuUwXRUIsei7B { top:20.9375rem;left:16.875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwQ5CliLoI1CMksqrhAA6rEQhOLDTX8z { top:22.0625rem;left:16.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neD0X8PnESRhEMZxgudJJGNTCQBTfCxa { top:22.5rem;left:16.875rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHgzHSyBn5I6C5yAXNETazXOo9NC3Rkl { top:13rem;left:27rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6lg2A6bXgxuytlXChBK2Ksk9Is2wZlK { top:20rem;left:27rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb4XtcAdi7uivw7UHpqRkQ7XOfGM5xBq { top:21.75rem;left:28rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKUu2fQoH9WUbwib4AiuloDV9AW6pbxX { top:21.3125rem;left:28rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwPeXbIvMdaLJfVkkpzbK7Dui7FOPRPU { top:20.1875rem;left:28rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ63uleKWnk2QJ8pusBdDs8SE8XPoVO9 { top:13rem;left:38.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQNoSVDz77c7hk1uQLw9GXpmx0pU0rFU { top:20rem;left:38.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLnvFBDlU8OxJetkH2pgex5OWU7vCa4w { top:22.5rem;left:39.125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqLqGkH6e94ykTSdeiqvVAx5gbNVnOLR { top:22.0625rem;left:39.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDo3uFyT90zrCHSvhSHcFRHNzNsQZ4g8 { top:20.9375rem;left:39.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azI5gSxiBfwzPEFcTUhdnVHQakMIzE6k { top:13rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Vxs7vrWNIhmDmlTH9AeTWNDIoaKM7F { top:20rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxFxCZ7k3RlZnK8UsqTPh46nuUD2y2y9 { top:22.5rem;left:40.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvVbisf9ObILpHZS1yna2SLerBmdzr53 { top:22.0625rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC6nmGo5XJsTW0F45agqopa4Guc1UT5X { top:20.9375rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSTM2vNTTLiT4P3zutE6pQIdctEMkixx { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #aphk4U2oNzMP9K2G6LVtnn8uDlnuxwg6 { top:3.5625rem;left:4.625rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTe8ttTmFwq4FSTvE0Ou8bbcslInmv4o { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#FTe8ttTmFwq4FSTvE0Ou8bbcslInmv4o > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #mGFATaSJOIN88aQTHmhvVWC0eAMwTx8N { top:19.75rem;left:16.875rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD4DRUAuLQSJgKB0oEPB5usJNXNiMEKs { top:19.9375rem;left:17.375rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd79kHXult0z9AfJzwq25WtXm2gZeeQm { width:15.5rem;height:3rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlJSks0pSVG4Ewqz3unfFep9TlDrDVSt { display:block; }
 }@media only screen and (max-width: 763px) { #kt53wd44ApxSDnS0UZyHR4elrXxqPO97 { display:block; }#kt53wd44ApxSDnS0UZyHR4elrXxqPO97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqzbAgDAy36LG62sEdKASIVRT35OFEnv { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #smf6DwWwfQa1RTm2nrNsX4z9WhzDEZk8 { top:9rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlFMEBlotS7lQRtxsUW3BMKAwl5rq01o { top:15.75rem;left:0rem;width:23.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8UtDwf04J58JH8WkIw3E19IauIbT3PM { top:13rem;left:15.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU2yMZdeqN7JZ1qJb6GK1nkWBz8XquJ3 { top:20rem;left:15.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B18t5T2FQ8ATlyQsAwmoOoE5PBf45uGN { top:20.875rem;left:16.875rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5IgmA7rTiX68DZNuFFMTT2aFyWno1VJ { top:22rem;left:16.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StMgKwKu1aPNRCFnccTLkoralxK7AkXD { top:22.4375rem;left:16.875rem;width:7.125rem;height:1.5625rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uePVURacshV8rHyknyDeVyWcMg1qEmi3 { top:13rem;left:27rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZT9JIHyBIuH3oQl8UdaMosLpqczXDrD { top:20rem;left:27rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht7nN8T1swoJKyoKXG6a86kXm5qCfrBr { top:21.75rem;left:28rem;width:6.625rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTayXVXFwEwM1AtXgeeLukTQFpSnBFHT { top:21.3125rem;left:28rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2XrcccDIAkTJDknM9VqSFf5ihsulbup { top:20.1875rem;left:28rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzGdiZtmGiDsxEDCViZq3UhhSzoLrJRL { top:13rem;left:38.125rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow5lcbzziC8qEykSAQcBx0ymip0bmmTc { top:20rem;left:38.125rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP7qAh3G3eZIHgrzKSdnq6c4ZNMBTRXH { top:22.5rem;left:39.125rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlWhNQulSBCD9BeaQCL2FsCsTXQBLfTm { top:22.0625rem;left:39.125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsyceehclnbTVUFlWQ7ZIWoi3Xi2g97c { top:20.9375rem;left:39.125rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4DFwalHm93yR1Ni1oSiaJ2lEq8pyTto { top:13rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvtF1D9WuVyXIhia5l2EfFKSBe2rSK6w { top:16.625rem;left:38.625rem;width:9.125rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCnvRgMGapVkXXpT1pxhhL4dzVozc5M2 { top:21.75rem;left:40.9375rem;width:6.8125rem;height:2.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwhpRClpv2023LwF3bnmWQJ0EkK38eOl { top:21.3125rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp398ZsqO0834NOmeEIvMdi7Z7q3oq9i { top:19.25rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTCmqKV7Hh4mWlOgKUhdHR4qE1D7RLyw { top:3.5625rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdbshpqBxJTbNFLuFoeVpJK5Cd9kV9sf { top:3.5625rem;left:4.625rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFgNmgGcvm2vHIxPizstAwzP9TfFAFBC { top:4.0625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#kFgNmgGcvm2vHIxPizstAwzP9TfFAFBC > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #l6SXpRiV2EkQMwZ4mu2Ivd7w5mTJTFKp { top:19.6875rem;left:16.875rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc55BRPmmMHM4HERGaOhVBZVs6t2LG25 { top:19.875rem;left:17.375rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS22BJJ3MZD0Chw8UuibD8ELTTzixrmV { width:15.5rem;height:3rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlirIumXJhZd1bk4JBvicGspsgUqblXy { display:block; }
 }@media only screen and (max-width: 763px) { #Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 { display:block; }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsic026eyzI8nEuOe9q5PsG1n9BbzDTo { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwAki6o1VWwkJXdd2HyuaesTe6K7X5yO { top:10.25rem;left:0rem;width:47.75rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJsZiDzkW6E1k0VoeUyZ8CZdsVyNGhV0 { top:17.0625rem;left:0rem;width:20.625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVUWNMVhoHe0fdNtHpy4QuSfcWzpLsMs { top:14.3125rem;left:15.9375rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMIIFzeLMXOdDgNfKHXVMTaJdBROmI4V { top:21.3125rem;left:15.9375rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQfS0EMlvI0olPLZKhLKq04NdcXD80zE { top:23rem;left:16.9375rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMSDfguQ3GR0O8fQrBgizPJp1Z6h3OB { top:24.125rem;left:16.9375rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gydrAGXl3d0BXEUeKOzx6rIrIXTKXAKw { top:24.5625rem;left:16.9375rem;width:7.125rem;height:0.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxI3tuXkhz158z0olB1szvcZCZkWtUD2 { top:14.3125rem;left:27.0625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #km4LukrL8drDdsJpcslDPwg9U5GnLFpE { top:19rem;left:27.0625rem;width:9.125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beZ6bEMpq5qvoieF9HkauFyGTZZcSCTy { top:22.625rem;left:28.0625rem;width:7.125rem;height:2.6875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fICn0sPQrkHNqFN7V2luPZhH4fTyJmOH { top:22.1875rem;left:28.0625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqVXNnBQx3tlI4gWstUz3qLz1CQTPU2E { top:20.125rem;left:28.0625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKs8KcTnLnT6ba20TR8kNBZWwKBHE7r { top:14.3125rem;left:38.1875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTw4PAdJdm8eAcEvtUP6bLbZoXtbdTHX { top:21.3125rem;left:38.1875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1z1vChCbPMhBurumRet1CF7W6LuwN6x { top:23.8125rem;left:39.1875rem;width:5.375rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUzpp5AEF1Dv5IpTXsQV28AOJax4XqSm { top:23.375rem;left:39.1875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoSnMAQeWMmSUWGztnmn4uENwUq1TihF { top:22.25rem;left:39.1875rem;width:7.125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2Cp7U6WdsP55HqLcf7xOuE9hbqeS87M { top:14.3125rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFhXesxeOiEBA5Rn2p6NkJme5DIGCLCa { top:21.3125rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMkH8XDHVg9c0aDsNVtxGw8SQWXA8EJA { top:23.0625rem;left:40.625rem;width:7.125rem;height:2.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZdKHoLnmEMorB1Ry7uU2pL6QptO7qHq { top:22.625rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDBIJT6VAlrMP36C1OVGQGne0CZfzRds { top:20.5625rem;left:40.625rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiMzSFLKWXkALl7TE6htdWsIHFdtaSQc { top:4.625rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#NiMzSFLKWXkALl7TE6htdWsIHFdtaSQc > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #CvBI2g0eQxtfppV01CIKv7XEtFkVZ0OM { top:1.875rem;left:0rem;width:8.3125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTViSbXPxPxFbzCTOczo054qP7i6QWwV { top:4.6875rem;left:0rem;width:10.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx2HPyqxZM6Az7JkkyPQ5ICEVuiWUGwM { top:21.8125rem;left:16.9375rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsTpEJLTQv3XV6TrLOoaSImVZW2ncCzx { top:22rem;left:17.4375rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLcwx5Gg8WBX51DMcKPm0RmkSP0sxQs2 { width:15.5rem;height:3rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdUdG1QLMLpyIPDq7Ouifm7JoKOQLDTt { display:block; }
 }@media only screen and (max-width: 763px) { #esxlZ5FNMlondTyqRtRX0ud1vN19E08Z { display:block; }#esxlZ5FNMlondTyqRtRX0ud1vN19E08Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFnAsGNmbiO3OtI6Eu4MOUhqi14bEyhD { top:4rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqubaTsWq17JwBcVQZ891w4eQGwlaOwT { top:9rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwkd7kxUBaqoLW594GDuzE4lhZOIvmT1 { top:15.6875rem;left:0rem;width:23.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRiBi4XU7BXnzyskCrF5ykt7RecqGkP3 { top:11.625rem;left:15.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImBcKpPyrrNrL0iW3tE0NTMBcWuCWARC { top:18.625rem;left:15.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbqXu3d3WrENxXZw8tuqrvFesZvgLx0m { top:19.5625rem;left:16.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbIQ0pQL0uTbP8ZUo3q9P4sxniNNqqm6 { top:20.6875rem;left:16.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRbrnVeSBFdF7dyI3u5otV4aT1DB18wE { top:21.125rem;left:16.625rem;width:7.125rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5xPyfZ8A4qIogrTKXksgfrAGfm0K3Ba { top:11.625rem;left:26.75rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKivSODdNiTTDwTMFVTW4dUhWQ0I0afA { top:17.1875rem;left:26.75rem;width:9.125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clnBpta7zw5tPfv4FpthrZ3X8yfZVEdM { top:21.125rem;left:27.75rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBgcT1bsefWCgP2Vz0MSFTBdJeaxCLaz { top:20.6875rem;left:27.75rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBf2wBApHv7A376Gs7ZJEroAg2hxEk0A { top:19.5625rem;left:27.75rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgWWe6uSxf1w5ff0vmITCoDdoCa7V9pI { top:11.625rem;left:37.875rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOezRIgWCaJCnTV4iSDXvgnzNi9Wy9vc { top:18.625rem;left:37.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8Xkm6vpUavTEqTsXgBirTtvhoBTZodX { top:21.125rem;left:38.875rem;width:5.9375rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOc8SLhugKJOV0s5bFhUqzVCTL7EWxeN { top:20.6875rem;left:38.875rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4HHGU1iw1mIsiZeCh5aCy34Xu4ULpL3 { top:19.5625rem;left:38.875rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdMhfOuOadlMTeTtOB66AFdgkCFePo3k { top:11.625rem;left:38.625rem;width:9.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5QZqxk1i0ehHEpG0sn735IdWHFtwfby { top:18.625rem;left:38.625rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKKyTarlGzOgFKqO9el3OmCgXhU6mUy7 { top:21.125rem;left:40.625rem;width:7.125rem;height:1.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9mdKcXFzTOT2ZwOpg2IJPqhmoNTI748 { top:20.6875rem;left:40.625rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niZuXxMWXVL6woEezf9hdCXWPR3Vbrse { top:19.5625rem;left:40.625rem;width:7.125rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOqpes4TGunpUtGfbG1tXetOZhzQEBG2 { top:3.5rem;left:0rem;width:13.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUWei3ceGkT7RpIZUlbCQziLK582De5N { top:3.5rem;left:4.625rem;width:11rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbSlKZIMtsi90HDHRqWb4VOZzfTL4DTX { top:4rem;left:44.75rem;width:3rem;height:3rem;display:block; }
#cbSlKZIMtsi90HDHRqWb4VOZzfTL4DTX > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #tE6Lkv2aXKGIvkWL5vT9bgxTeUkwF32K { top:18.375rem;left:16.625rem;width:5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilCUK8xyUnaVeDCCNaUtF40v7oT0oLQU { top:18.5625rem;left:17.125rem;width:4rem;height:0.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAvTczsAhziqwpWuTRoc38Xi9zpgy2xp { width:15.5rem;height:3rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8perMsQyDV9sKJXHx3uTlPkb7itirTb { display:block; }
 }@media only screen and (max-width: 763px) { #ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ { display:block; }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRIODXZE6iqMP1SrGtHKL1k7M5i021Ha { top:8.5rem;left:11.375rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0ifOWXaWrfcMgLqHrWLz7FSIGS5H1rb { top:8.5rem;left:0rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4PrApnHtmztuohRv5JG9Rl6LC1WnpLM { top:8.5rem;left:22.75rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnzsyN6opaRSX9GPwlMV45pLezNia6Or { top:1rem;left:22.75rem;width:25rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSQaeNJEupAaBCkc5tvMGvCAAWcvNSXe { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5RhMPzpfd2mRBGSuJHelpsCrvNCUZR2 { width:10.9375rem;height:4.5rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIUECcStG67r4FClkmBObuGlfT09r2o4 { top:9.5rem;left:0rem;width:11rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvP3M9JecD2bUEkdP2wr3SxHeEGhnZ9l { top:3.875rem;left:33.75rem;width:14rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ympdMITTvHhmld6N9yuOykRCpvvH8AVr { top:6.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#ympdMITTvHhmld6N9yuOykRCpvvH8AVr > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #hFbAn2FGGOAnGlD6JTSTsosd8BySyAh0 { top:6.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#hFbAn2FGGOAnGlD6JTSTsosd8BySyAh0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #yGd8x2zS5TylVSrCELzVnDQ4u78rCVnT { top:7rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#yGd8x2zS5TylVSrCELzVnDQ4u78rCVnT > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #CEAJRdNh4QFTPVe9J5WyWIFnRRv16S15 { top:6.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#CEAJRdNh4QFTPVe9J5WyWIFnRRv16S15 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ByPTyxnWZ0EFyzpThlcGxQotnIx4brbf { top:10.75rem;left:33.75rem;width:14rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2buQGLtKzQyNNzWZIyHfdUdGsINSdz7 { top:0rem;left:0rem;width:47.75rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNLHrZprip2bowC4ETK840aRC5EmvuZq { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPmTCftfBlxepLgxkT06u6EXMUKvmTqX { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ds2zAxnWDxvRsfrIRPdvu5fO5X4Q1uA0 { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DuAQ7EwLOwvhrx0opANqrCFfIOqOcGGi { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbqWDh05tTQitqhS5Xs51cFIEi9XssZk { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIEPrSFaFpts81NA96X8UHd0GfAJMfXc { top:1rem;left:0rem;width:47.75rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oL7BeQ1X9yZ0PphnqT8NF2OqMtd3Eu32 { top:28.3125rem;left:0rem;width:47.75rem;height:18rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 { display:block; }#PQLc1O8W3SQQcZUzSCaLqbEDLIsoAJT7 > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOp2a2x5I8vyLWDgear03f8fVuf5hueM { width:4.25rem;height:1.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScBEyDsv5Bd4c6lXztVI1tXwM5QVmZzi { width:13.375rem;height:1.6875rem;top:1.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak4dnWxRewq5IfcPpcXBvROLyUNWMACN { width:8rem;height:2.5625rem;top:1.25rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPTUQlK0v23ANM6zyn0AGTEggsl8fuxL { display:block; }
 }@media only screen and (max-width: 763px) { #rmsrcdIiTrCsRytab2DehvEayDiTelSU { width:8rem;height:2.5625rem;top:1.25rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #utIt0CEBmVts9Txl0dSOnRFSChSd13wq { display:block; }
 }@media only screen and (max-width: 763px) { #ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC { background-color:#0f172a;background-image:url("https://images.assets-landingi.com/uc/faf8e487-cf1f-485e-a9d3-759a9331e234/bg_paginadeobrigado_azul.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC.adaptive-delivery-prevent-bg, #ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC.lazyload, #ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC.lazyloading { background-image: none; }#ynIIQQoRzgbuX7kXiICKUkiyUztmZhOC > .row .container { width:20rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mwR6xhgz44vJRmSqrTA1za5vRxAtcqrF { width:20rem;height:6.5rem;top:46.287109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vW7xy381C5FMnhawNpL03uSttHlsAHdz { width:20rem;height:6.5rem;top:46.287109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vv5G7qepUUfNBPSPmwGtdPJyk8IFwOdK { width:20rem;height:6.5rem;top:38.787109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2qAleFboilgL6SwkZOcneNgTnWTuTog { width:20rem;height:6.5rem;top:38.787109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sZnfCJbJHuS0R00BrprhVAWLIbX4G0ho { width:20rem;height:6.5rem;top:38.787109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXTr3lL7ZPAeecDRIenASFaakaC6obrn { width:20rem;height:6.5rem;top:31.287109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0IZQHL88H7EiKbxVmVrkHEhKIa8mQhw { width:20rem;height:6.5rem;top:23.787109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbNqrnEDlKn32cl6CkA6PZKdOf1T6oq0 { width:20rem;height:6.5rem;top:23.787109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBzou6JFI3RfkHFoe4Pl1DByNthzOivZ { width:20rem;height:6.5rem;top:31.287109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sp1bGg42TTTSyzz1cMtwTXQlckIKTtJa { width:16rem;height:5rem;top:2.25rem;left:2rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #l3Hh2PWAgJJvJtcl7fWduAT5k0k4hnqK { width:20rem;height:31.875rem;top:22.349609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBr3yzTqXlisKdSbihsGSe1sLNBA9teZ { width:8rem;height:4.5rem;top:8.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0irIgAkT8EiZ0ihK2FNhAI1NSvDucnS { width:8rem;height:4.5rem;top:8.25rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsNFTGhxi78BCgeyBqNaJfAacHDqxVIN { display:block; }#IsNFTGhxi78BCgeyBqNaJfAacHDqxVIN > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xL6O0RawdRfkeI9QQ4kL4GJCTHnt3OM0 { width:20rem;height:6.5rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZEr864QlIXQ1gvG39WdTr0kB4RN81542 { width:20rem;height:6.5rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d97OmIIIIwa2avo8B7doTnNL6D6gzUkQ { width:20rem;height:6.5rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bbmWolF4BXRXu2D1FJykH5vmq3lLAebR { width:20rem;height:6.5rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1zn50leyZf0XTJAu28fgBgh0JLCiBKr { width:20rem;height:6.5rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzKMV2Vmka65v298Wwub5puCWvVI0T4L { width:20rem;height:16rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #itwo0Hva38MVcumnnyBlBES17dvRWMzF { width:20rem;height:6.5rem;top:3.5rem;left:2.5rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #orTpiehIR6PwTvKrVCyCNdkdMoDGUmnW { width:10rem;height:4.5rem;top:0.5625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #qF1laplRSgtxPQbatrtnu9OBa8fOlOJL { width:10rem;height:4.5rem;top:0.5625rem;left:10rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oQUq912HlUlqE5eabl4zl5pFnpVvhvl3 { width:20rem;height:4.5rem;top:5.6875rem;left:0rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #f1f5f9, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #f1f5f9, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #f1f5f9, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #f1f5f9, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f5f9', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f5f9', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #f1f5f9, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Bu0nLsaNFvq8cCXwm1xloLzA4oOs44M3 { width:10rem;height:4.5rem;top:10.9375rem;left:10rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #om7DXZhWzauqJAmCCT8tO8bfnw3P1tQ9 { width:10rem;height:4.5rem;top:10.75rem;left:0rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mxeAeIkNUPrg1izguWxLMVvgyKwLr8Ri { width:20rem;height:16rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15025;background-color:rgba(4,90,178,0.64);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uU1oTu0FALiv21m37Fqh7c5JOTyGoPHs { width:8rem;height:4.5rem;top:8.75rem;left:2.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #smDCz0r7ezZd3Teb7l1WWAGhp61WcS43 { width:8rem;height:4.5rem;top:8.75rem;left:10rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #Xh7NnK09G76VogsMxhn8ZcTEZPsWqAU2 { width:16rem;height:5rem;top:2.75rem;left:2rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #35bb93, #8e7fde);background-image: -moz-linear-gradient(45deg, #35bb93, #8e7fde);background-image: -ms-linear-gradient(45deg, #35bb93, #8e7fde);background-image: -o-linear-gradient(45deg, #35bb93, #8e7fde);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#8e7fde' );";background-image: linear-gradient(45deg, #35bb93, #8e7fde);background-size:auto !important;display:block; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container { background-color: transparent; background-image: none; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container > .video-iframe-container { display: none; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row > .video-iframe-container { display: none; }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .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); }#ebKJnGO5lKx2JlIXTrJRHL9KvIwIqwlt > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExMulZJ8Gg19hcXf4LN7BSI6ut2yg0SZ { width:18.6875rem;height:5.19921875rem;top:1.5rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC { display:block; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .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; }#lsMcbgJnB30DTxhlg03bFpTzA4TAvcQC > .row .container { width:20rem;height:37.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXbR1xH5vR0dXVMXLVSQwZJiwaTKNSeQ { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d81Z2XGJb6fqslyIg87n7Ewp0F7nRKJX { width:20rem;height:30rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2PL5mnN7bdeVACMroQSQBriuOKEZpvS { width:11.8125rem;height:3.8994125rem;top:6.6875rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXi8aU9kKnrxf9Xw3sBwKauaHig1O2bM { width:6.4375rem;height:8.5rem;top:12rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTkiwsLcLCvds3WR8UhaJ4gqyKMVMUBz { width:6.4375rem;height:4rem;top:16.5rem;left:3.0625rem;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) { #DMFTcew7LM9ESKd9y5304TFkHXkUwu2K { width:5.25rem;height:0.75rem;top:17.125rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtzuBiiyWz50ldRxFIRrgM9hh868HBvt { width:5.25rem;height:0.125rem;top:18.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBHMhBKEAE3F6N4mWyPrvMrDMuoKewsV { width:5.4375rem;height:1.34911875rem;top:18.5rem;left:3.625rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvCzOxrcafsZqBmtrqbhNk0TBKKBtUMk { width:6.4375rem;height:8.5rem;top:12rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzWR7oe7iz6zLxm6R0Udv3lIvtTvT90V { width:6.4375rem;height:4rem;top:16.5rem;left:10.5625rem;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) { #fIo1z9DkGPU5AO48Q4m1Ko35yXiBaFaz { width:5.25rem;height:1.19921875rem;top:18.6875rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFE3qH2nn9nnxWhMTShmLWOHpBU7VNgZ { width:5.25rem;height:0.125rem;top:18.3125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7uTJi8tEATgdUWg3O4mcgWDMJeaVlf9 { width:5.25rem;height:1.5rem;top:16.5625rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAlb7tCGHSmcVZqs9Q2hEpsT4uobPhd6 { width:6.4375rem;height:8.5rem;top:21.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qef6uU4nuxEbaIOQWuK5A5nv0G3Np6X1 { width:6.4375rem;height:4rem;top:26.0625rem;left:3.0625rem;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) { #ti2OzQireQ7SAK2g7L8wz62HX2snaWPr { width:5.25rem;height:1.798825rem;top:27.625rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRMsDqTsVd9n4qy02vOT0sgkkTTu8BpF { width:5.25rem;height:0.125rem;top:27.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqpsi6K6OTTbQlhdN6VToTUO63xaaFL1 { width:5.25rem;height:0.75rem;top:26.25rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB52PdBWiO5wG3vMpLzIHx0Qlv4UD4XK { width:6.375rem;height:8.4375rem;top:21.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0UciyoqqFhqm8RzU1vW8hUuMTKNNiqT { width:6.375rem;height:4rem;top:26rem;left:10.5625rem;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) { #bJgmd2ef8TGftKog5PsDroyLF9PAD7rV { width:5.25rem;height:0.599609375rem;top:28.75rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayJL3t17xEKazbp9Z2QSPpIAntNwSVpB { width:5.25rem;height:0.125rem;top:28.375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq2V0hADqRtla1EHEZnN3iLQ82p1WIf0 { width:5.25rem;height:0.75rem;top:27.375rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9P781eWTaGRgswz7dmZMfhvBOl28Jlh { width:6.625rem;height:2rem;top:2.1875rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #w7X5F7FcSFpy3ZdgnrMwfygVlMV2KmH7 { width:5.4375rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIOQncRy3T78dCFAUmQ89Xs8eAdf4Qz5 { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#FIOQncRy3T78dCFAUmQ89Xs8eAdf4Qz5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #wktZhmSWgilofdIXBtQ5WrpSkO4NDpsB { width:5rem;height:0.9375rem;top:35.9375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWO7z7Ba7eOCz8zETVb02gqKmPAXCtci { width:4rem;height:0.599609375rem;top:36.125rem;left:8rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #arzgS9u6PB6FKb703xq7JsSGTQsKLFWf { width:5rem;height:0.9375rem;top:11.5625rem;left:3.8125rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #JsTrUC5BzxIaupcNNdx0lRwfTGTIqlP8 { width:4rem;height:0.599609375rem;top:11.75rem;left:4.3125rem;font-size:0.5rem;z-index:15172;color:#045ab2;display:block; }
 }@media only screen and (max-width: 763px) { #V40l6bx82mDubc5L36ETG94lrPIDBLXx { width:11.75rem;height:2rem;top:31.0625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1w6wg7aKK1KQTQxwmDL1hT7lLEMys9A { display:block; }
 }@media only screen and (max-width: 763px) { #P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M { display:block; }#P5MDciCUhyFOgFnTNqMSWvcLf8TQpe2M > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kp7zUGMHdnVLmsqhk6hOxCuzuEbQTlD4 { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ghL3Aa1GHobn6EHBKF21T4NcURI09HLo { width:20rem;height:28.75rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9u24prZHk6nmdAoBkz32BUFhMQxsQ9b { width:14.3125rem;height:2.5996125rem;top:6.6875rem;left:2.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eNoibxxexQBCGec2WyAlXtSmL0VfW62a { width:6.4375rem;height:8.5rem;top:10.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT1MUCwpOG2997QEc5XTL4csxfgDhqA7 { width:6.4375rem;height:4rem;top:15.25rem;left:3.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbv5ZwKvWEyGbOvEThU6ZmnnvMUixszW { width:5.25rem;height:0.75rem;top:16.0625rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgK6hhWcIfGWVvpMMDeGih6RfkbybNWE { width:5.25rem;height:0.125rem;top:17.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpWVT0cW5hr42cO0ys9s5wTMaeoFFZES { width:5.25rem;height:1.19921875rem;top:17.4375rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSJaR7HGsMsWp7CTShTGSQxppK5nlpBF { width:6.4375rem;height:8.5rem;top:10.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyVQngxcBvrXW7xSCLWA0TnKqFSrfVZk { width:6.4375rem;height:4rem;top:15.25rem;left:10.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzMkDeD1w78TVyLD0E65IBnLJCVtPnvT { width:5.25rem;height:1.19921875rem;top:17.4375rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ13bm4ebrvGSHK4fsyIkouBRCPkxK95 { width:5.25rem;height:0.125rem;top:17.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnVhZqsbbBp6OAzBn63p4IeomhdXtdeq { width:5.375rem;height:0.75rem;top:16.0625rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyXQWbQOMniBIausxUbFigDZVuO2CE1k { width:6.4375rem;height:8.5rem;top:20.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyCK3TeQquApLUQLPG4TIGsWd59uI0SO { width:6.4375rem;height:4.9375rem;top:23.8125rem;left:3.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTc6CFHoEqqAZdUp8GydQfepzPJyrlo { width:5.25rem;height:1.04980625rem;top:27.0625rem;left:3.6875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS52gG1KaOKFUZPK49coDNVDpKeEbWXU { width:5.25rem;height:0.125rem;top:26.6875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPOq7P0cSlWZHmz8tMMCzTFaXPJCeuPd { width:5.25rem;height:0.67480625rem;top:25.75rem;left:3.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGwJSyJG88l7TkGOy3SKgdmkcBmwbnNi { width:6.4375rem;height:8.5rem;top:20.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5C6KsDfIsm4vAS8TQ3loNTwF6vDsuyv { width:6.4375rem;height:4rem;top:24.75rem;left:10.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALoxRQNaE1Qk28cT3SKnRHyc7TCUvknt { width:5.25rem;height:1.19921875rem;top:26.9375rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIB1lwef2J7aikPTtrbiALhDFZL3qZXw { width:5.25rem;height:0.125rem;top:26.5625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6yPNPmXQVv9mhPoc88CyN6ultyLqBvP { width:5.25rem;height:0.75rem;top:25.5625rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7FTzF3xTtFxSDvoKT31dunK6ZrM63Rb { width:6.625rem;height:2rem;top:2.1875rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #xzB9b2v58IoG6zcxcdsMF58Xl2ZTOlZ3 { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqORs13A4UC9r9m5SRDm0waIyCildseL { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#iqORs13A4UC9r9m5SRDm0waIyCildseL > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #iv2a5ZD9Neo8fw1pCkbxBxVErXH25rLQ { width:5rem;height:0.9375rem;top:10.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgKhH5yo7spnqK68EQARHUmt7UgxfZaA { width:4rem;height:0.599609375rem;top:10.5rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIAsd5iNTrKGTRg5TIC5BiC6hFTTW7co { width:11.75rem;height:2rem;top:29.8125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMCCVsUDnnT5l5xScLRdmRWxk0ip9t2o { display:block; }
 }@media only screen and (max-width: 763px) { #UTmffPEvbIVztcwypV7Eg6PBSazdxmdR { display:block; }#UTmffPEvbIVztcwypV7Eg6PBSazdxmdR > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKcfWhxgBSNrt5p5XLFhS0FmKPVau8MK { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MfeDdrEf5QFNTl8ra6ZR0cXDsu4xCIww { width:20rem;height:29.875rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmoLtWCTpT1TRVvWAFwb1fBlGv8MunRM { width:12.3125rem;height:3.8994125rem;top:6.4375rem;left:3.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcCDfPMum4ORs7TFstTT6tRJIWsrBveg { width:6.4375rem;height:8.5rem;top:11.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yde7v6cQGfOmVHtNDxbhNutdKqsNH08M { width:6.4375rem;height:4rem;top:16.25rem;left:2.875rem;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) { #i7VG6QStn1UzAUqM5ptEhVinazEKEU2s { width:5.25rem;height:0.75rem;top:17.0625rem;left:3.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7dtMc8lnvuvyfvDynzUD35P11hGQqTh { width:5.25rem;height:0.125rem;top:18.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHToyWPNrDPdraJ1fzVazUwltFKySuvw { width:5.3125rem;height:1.19921875rem;top:18.4375rem;left:3.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaHPok1f5xpFneWHMxIVbbsTcnmSTc1Z { width:6.4375rem;height:8.5rem;top:11.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veOWEwbBEhWe1BEcQ1qCIaBBFfDhMxev { width:6.4375rem;height:4rem;top:16.25rem;left:10.375rem;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) { #kxHpyfAqrToK1fQwX5kiHkSaTBN9BkTH { width:5.25rem;height:1.19921875rem;top:18.4375rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUNLzOy07qbJMG8ybN7V4ewezCpkcfSt { width:5.25rem;height:0.125rem;top:18.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHM9Ck7Fa5MswQmfKRLhZCbPzJsmDZMx { width:5.25rem;height:1.5rem;top:16.3125rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1sTXPqE4ZfTMr2nkxzCfAWdeHcyU2x7 { width:6.4375rem;height:8.5rem;top:21.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxwAcnvCS5dfBtQ5InqelfxZCassvs3q { width:6.4375rem;height:4rem;top:25.75rem;left:2.875rem;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) { #cBchQ8ShNpZPpfDEBzv2AuOrUZCRxWky { width:5.625rem;height:1.798825rem;top:27.3125rem;left:3.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTTRQlrdMECqcDTOOI6PVgrP2Si79RbJ { width:5.25rem;height:0.125rem;top:26.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Hz4xiSWHNtpN8lKXf9fe9Dlf8g1rZy { width:5.25rem;height:0.75rem;top:25.9375rem;left:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTaM4yF2yTMnq4eUTfTUme6a0KeO0oGA { width:6.4375rem;height:8.5rem;top:21.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooG3BwmT71idvk72Nirc4I9amGVfr3QO { width:6.4375rem;height:4rem;top:25.75rem;left:10.75rem;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) { #K5EDTmugl6FUxXn6UJM1RICZ64iWumaI { width:5.25rem;height:1.798825rem;top:27.375rem;left:11.375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wmsqukwe6OIQ75HvsZHxF4bRIJHCDXOS { width:5.25rem;height:0.125rem;top:27rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTc2sk5BmTRSXdS23x1lXtxndWsbdmTs { width:5.25rem;height:1.5rem;top:25.25rem;left:11.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ausndctpDTx9NxB8Dw6rbTbNDESIApzk { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #RAI5fTxz9fIWV0iv48ilc9tHUIMJJxdb { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEVG4IETIUMEyvMlmnnNCJaWSSdK6dQL { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#eEVG4IETIUMEyvMlmnnNCJaWSSdK6dQL > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #iKWQewMm6x0FgPzo5SugeXqO2gfPItsk { width:5rem;height:0.9375rem;top:11.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwNuRZ5RM3u5rpOhl2RERTOCMlg4RZQm { width:4rem;height:0.599609375rem;top:11.5rem;left:4.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #we5W9oEGqcsM8cATpfnHPEASIZdRqtoz { width:11.75rem;height:2rem;top:30.75rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ioin5JTO7ghFZn9tgb9SLVnRBUt06PG1 { display:block; }
 }@media only screen and (max-width: 763px) { #OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW { display:block; }#OVnuBSwfXL2uaZhLOKp4o1Xk4re9WpAW > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sg0v5iUBe4T79ApcO1K2F6bWKHW3q5Oi { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BU0ThGari5pSowSwuLqCSDX7k3k4KTd1 { width:20rem;height:29.875rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXNZp5ECSCtw3EDyNzMu4O95aF5TOMna { width:12.25rem;height:3.8994125rem;top:6.4375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvHNJ9DzDbuToqPNJBD1gXKJeGQT1nqJ { width:6.4375rem;height:8.5rem;top:11.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoNx7eL2o4NBGTgTK8TpJA9cQrDFIiA9 { width:6.4375rem;height:4rem;top:16.25rem;left:3.0625rem;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) { #LMS69daG7tR3KomOWSqNZ55auMpKAUz8 { width:5.25rem;height:0.75rem;top:17.0625rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCKS8PVcNhwwLWQULRlQZA8rK0AdpPGc { width:5.25rem;height:0.125rem;top:18.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3uB01v49R1htdvWfHW06VSJSIntSTAU { width:5.25rem;height:1.19921875rem;top:18.4375rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3N16flw1tiik6IRrBKDihFEZOv4xmJh { width:6.4375rem;height:8.5rem;top:11.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmFWvw2yRUc3HBVHEhGpy3a62BFUk2Sp { width:6.4375rem;height:4rem;top:16.25rem;left:10.5625rem;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) { #o7e2OJym11SIFIX2nXVg1fzkqC8L1Jqc { width:5.375rem;height:1.19921875rem;top:18.4375rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvq5eBBOOC82AagpgB7qPNntdqleU1AM { width:5.25rem;height:0.125rem;top:18.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNLFl6wEpiQUav4c1Zh0MHWn1T8H7nI3 { width:5.25rem;height:0.75rem;top:17.0625rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMrnAP0oT4vxcPcOlKQdNiJCSWN0dJy8 { width:6.4375rem;height:8.5rem;top:21.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRhWDL6r6pq5i2KxrLr1PsferfdMCM73 { width:6.4375rem;height:4rem;top:25.75rem;left:3.0625rem;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) { #y88BZlfDnlRg75F7dyRZBwGlJvmbTpxX { width:5.25rem;height:1.19921875rem;top:27.9375rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVOT7CaQc9dSynywgWUcsd132ZNKWPOv { width:5.25rem;height:0.125rem;top:27.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIO1otPuEJsB6o12OsFzRvwCexrhG0Bt { width:5.25rem;height:0.75rem;top:26.5625rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlixIzLCcQ7Vm2dITTbM58CA1Xv5C87R { width:6.4375rem;height:8.5rem;top:21.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKgSg9NcABlwK6UEHL00ZpovDmSXHeuL { width:6.4375rem;height:4rem;top:25.75rem;left:10.5625rem;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) { #pbJpDswnabKw0uefTUlPMyMg5J0ixTBB { width:5.25rem;height:1.798825rem;top:27.3125rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhKgfz5RTvITOpwZa0OGrfJyWhZMMBKk { width:5.25rem;height:0.125rem;top:26.9375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0HzyHsZUBn1WT7cswmdfoCT6a4IwmDN { width:5.25rem;height:0.75rem;top:25.9375rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETSi3QyMwToARkUrW4FT8XhuMWktQH99 { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #hEu8lTxxuxBZZZ517kEGw4lNxF4kAOnl { width:5.5rem;height:1.5rem;top:2.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv9RBH7W3gm6H1n8gBWeKFUMKV8ycPce { display:flex;width:2rem;height:2rem;top:1.875rem;left:18rem;font-size:1.375rem; }
#Bv9RBH7W3gm6H1n8gBWeKFUMKV8ycPce > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #wf8wty9rNEFSD3vynFGhlaAikDU5bPy6 { width:5rem;height:0.9375rem;top:11.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aim4VGFqyVFQeR0ueWRmR7Ny4F4PmbpW { width:4rem;height:0.599609375rem;top:11.5rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pva7QhesIgUVBHmsXmTM2MdTpL276EoX { width:11.75rem;height:2rem;top:30.75rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvyHIs0HKR2fcrZoDkTNxfLrkWHFEwwm { display:block; }
 }@media only screen and (max-width: 763px) { #ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N { display:block; }#ahg4Dy1ARknuSobSsNZGJChT2FpxfG1N > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuDSkhZFyIShXqqMiw9TnP6E4qpNiaAn { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hcVmh90GJe3Tts9ygRlJsbLOhuDR5AHw { width:20rem;height:30rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkdaEvrt8MxxyBJgioJNggkpEDSaevu8 { width:15.9375rem;height:3.8994125rem;top:6.4375rem;left:2.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wEklTBDtlWLIJVFwKvUFUe6oxryrn85E { width:6.4375rem;height:8.5rem;top:11.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7n5BxUlJnbaHdR2BLMK8MkZDPTblLUu { width:6.4375rem;height:4rem;top:16.25rem;left:3.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #undWDmHiVfnfFIQNxPudE3MTkm5iq9Vz { width:5.25rem;height:0.75rem;top:17.0625rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUZec6zfKOV3i4WaPTTQVx9XmaGbfohN { width:5.25rem;height:0.125rem;top:18.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTTLMqFxmzWXEAl1PRUNHTRdKxZQMm8 { width:5.25rem;height:1.19921875rem;top:18.4375rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvAWKKAiqdq9iSRxWuLCUzutsT1aB5ZD { width:6.4375rem;height:8.5rem;top:11.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxLW9t4z2QKrIB4SHvN57apP0yzaZTXz { width:6.4375rem;height:4rem;top:16.25rem;left:10.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOeQidTnJeH5b2SdqxbFrvCzmzkgicov { width:5.4375rem;height:1.798825rem;top:17.8125rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpoX4isOeKDQXTOyCiwGi10l98gQcVnN { width:5.25rem;height:0.125rem;top:17.4375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqrnwX68TdZIoEnTB9h2T6FvUCRNTC8X { width:5.25rem;height:0.75rem;top:16.4375rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW7PHoIkg0tl2PsuQDQTdscJmSOypQ2t { width:6.4375rem;height:8.5rem;top:21.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq8ps3hAiIxUa2qAoIDVEeZB0QWwRGea { width:6.4375rem;height:6.0625rem;top:23.6875rem;left:3.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #riem4DenBgb8hIXs04OHUU1ZJt05NmEH { width:5.25rem;height:2.3984375rem;top:26.75rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGWyCJDyEP1qA9eWNkWQIX6K4hLvVksL { width:5.25rem;height:0.125rem;top:26.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Giy1yKZIk0V3qEPgeqyUElzTPvE1eoDn { width:5.25rem;height:0.75rem;top:25.375rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTKg0koOTVSo4DsNWe6WKxzJST1ByZ0t { width:6.4375rem;height:8.5rem;top:21.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv3iOQFpTxKJubIIhR6L2op5I7zJ9tbP { width:6.4375rem;height:4rem;top:25.8125rem;left:10.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTe2kzrnq19T9twkqMdhTJswvORhvnnw { width:5.625rem;height:1.19921875rem;top:28rem;left:11rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhAxJQUlPeTic8RKqAbN0dGvqU5ce7kO { width:5.25rem;height:0.125rem;top:27.625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTWl2mIbQO8XeKhAi86Ra99ciQOaZroy { width:5.25rem;height:1.5rem;top:25.875rem;left:11rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThrcfD6n2Ddd6J2AXv88ThRBnHprc9KT { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #L21yT10ZEDsRqz5gGHWpk1BQTvMSImp4 { width:5.5rem;height:1.5rem;top:2.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGHpmlCFvruRIlfpJRAc7t7b8BM2Anmw { display:flex;width:2rem;height:2rem;top:1.875rem;left:18rem;font-size:1.375rem; }
#IGHpmlCFvruRIlfpJRAc7t7b8BM2Anmw > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #T5Jt2VsXSyUNh1BAbh57OBWSvRZowTGX { width:5rem;height:0.9375rem;top:11.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLuZZGgGqn6TOAWLzhiqQdDCw2tUtUkv { width:4rem;height:0.599609375rem;top:11.5rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuSkbEnTiGqwbZH9BettzMCAdcBJNM23 { width:11.75rem;height:2rem;top:30.8125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyg1Z1dJrEp6J76CHtNbobfQQzdX6T5g { display:block; }
 }@media only screen and (max-width: 763px) { #ARVmNimsA4VxERvyuCo0tDkTpcF70lLH { display:block; }#ARVmNimsA4VxERvyuCo0tDkTpcF70lLH > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsSq2yqcEiKOm9u8zz9iiUtfI1TURbq5 { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqPdPJOxrTG2gGfEbuZPbUlkTu7oTg8d { width:20rem;height:30rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfJ4qohW09QwnqC5AvkrrtgyEu6O7WZE { width:12.25rem;height:3.8994125rem;top:6.4375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGlGEGmRFroQWIrlOV2kafGwJEtqV7vo { width:6.4375rem;height:8.5rem;top:11.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLmbV41JxRGwAxLtQNO2abUxJHTHpGfB { width:6.4375rem;height:4rem;top:16.25rem;left:3.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS2T9hGH7rJmyclWBdkCRTkPR2B8OX2B { width:5.25rem;height:0.75rem;top:17.0625rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbpZFBzB31LwpsU0cKch1vUmHaL5SbGM { width:5.25rem;height:0.125rem;top:18.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwOysxa66Cil2EDCPWQrtIDLBttWJRQa { width:5.25rem;height:1.19921875rem;top:18.4375rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX9z8lriqrNkqa67e7RrNTOyT2VN2npd { width:6.4375rem;height:8.5rem;top:11.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGfisSD05oRmBs3FBTEVBQotd4847VZE { width:6.4375rem;height:4rem;top:16.25rem;left:10.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F27CiDHCeoyIWyTfh5n2WT0lAFTvyaRc { width:5.375rem;height:0.599609375rem;top:19rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co6m21Ufg9UQ0KSnsktzPcKwCKLp0vd7 { width:5.25rem;height:0.125rem;top:18.625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4d6wrcSNLeTVHpd9THhbIqW2XTkaTMO { width:5.375rem;height:0.75rem;top:17.625rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIrMETh3lsvBZl00PcSx1zlo7H0i2VT6 { width:6.4375rem;height:8.5rem;top:21.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8RwEZix8CNPHzID4pd7eKM84l5Wvf3n { width:6.4375rem;height:4rem;top:25.75rem;left:3.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtrvnnEhb7VhMsXBoIIO5DUWEz0EyalI { width:5.25rem;height:1.798825rem;top:27.3125rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1csKU62OE1amIqTLfFx6oosrsUhpWo1 { width:5.25rem;height:0.125rem;top:26.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lToN4fcvx305K4EwxWGAhhKUc51pGQix { width:5.25rem;height:1.19921875rem;top:25.5rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wielfP1aRgKu2AxBxT7NSRsVe0oSaluC { width:6.4375rem;height:8.5rem;top:21.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctEMhWFdLc6WAtG5iOrgWHqSzybmhypK { width:6.4375rem;height:4rem;top:25.75rem;left:10.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9OKxdxTA1tSddUXlGFLiePkPDwm9hfP { width:5.25rem;height:0.599609375rem;top:28.5rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc42n1xtZBb7lRX0JiIgzkH9GAcUV3bi { width:5.25rem;height:0.125rem;top:28.125rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOUFa7h4fTBvJlK2RK63Maiwb6B3s0Nw { width:5.25rem;height:0.75rem;top:27.125rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPyNtAE7cO80NmPHezFX55FLdJlTkKWD { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #dHnGwZ3TaUSMBWB3DABHvJhVlS4CJxrz { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehnJ4tlFZ3fVBKTzbwXTCqpGaa2LFhDK { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#ehnJ4tlFZ3fVBKTzbwXTCqpGaa2LFhDK > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #eE2JHVFUW5pNvKe4kvuXTigvTbULHd0C { width:5rem;height:0.9375rem;top:11.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIy1Z5SSKW6gVRRdx8ckSokWUqxhwVBl { width:4rem;height:0.599609375rem;top:11.5rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOxn3pH6RA0yTfhV7o7BdyJEhiPUIOev { width:11.75rem;height:2rem;top:30.75rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRORgzunAcuPaSsV7dnQK43Uua1cUl2T { display:block; }
 }@media only screen and (max-width: 763px) { #I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 { display:block; }#I4TUIMBxokTuieoHHcwtzMtOL4S8uKO9 > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGkkamP3eZg3NRgepDVoNsy2ZHZCvsV3 { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTMyFH2tcwiw11o261kK4pt7NRDde9SH { width:20rem;height:30rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFGfHz43TkuMknF5MH0kxXfn2Ugxmaog { width:14.75rem;height:3.8994125rem;top:6.4375rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWZFIsSiqOMXOZmwy6V9ivcOh3lXB1I0 { width:6.4375rem;height:8.5rem;top:11.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faWTXdr3bQpXMMduDm7ERgCmd14BXAxh { width:6.4375rem;height:4rem;top:16.25rem;left:3.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBprXau3QJFvfC5OAXlEqMJx95bN3QiB { width:5.25rem;height:0.75rem;top:17.0625rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhvWEcevSyNKzD13wSWQRLdbCe62COCa { width:5.25rem;height:0.125rem;top:18.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWNPINnCKEdkzIi8VDUZvHgqZyeAIATn { width:5.25rem;height:1.19921875rem;top:18.4375rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgt0tXWxesJVy8Wy8gqAQU6ABaJNutHQ { width:6.4375rem;height:8.5rem;top:11.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT0yJFP3JTiTTtKUmN8LXzahZyfumkgl { width:6.4375rem;height:6.125rem;top:14.125rem;left:10.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOynDCi5fUXiiG7bEy7yrxxSoZOLuvOl { width:5.25rem;height:1.19921875rem;top:18.4375rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA2F1rd9B3t8X4sZxTD9v3gAsxLhMD7A { width:5.25rem;height:0.125rem;top:18.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZtGRuGGm8AXGPzgrbD4ZQXpqLSfLRbX { width:5.25rem;height:1.5rem;top:16.3125rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDP9K2G8oQRHDhqmRQFqKTO0EGW4H1S3 { width:6.4375rem;height:8.5rem;top:21.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlpxqFygTS7GZImvJ9SER2EcHi2RRwQd { width:6.4375rem;height:4.625rem;top:25.125rem;left:3.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz0E0ybPUuPwQH4KlB07n5MBoKBTg8AF { width:5.5rem;height:1.19921875rem;top:27.9375rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxSr5a173hgkbQ27r99v9nOMOFOhBlsE { width:5.25rem;height:0.125rem;top:27.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVFo0cXhq2DrCL7PpsDh7DgNUQuyqrC4 { width:5.25rem;height:0.75rem;top:26.5625rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLtrsRcXhZtVxZM6egUsxEBBMqLzsbZn { width:6.4375rem;height:8.5rem;top:21.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4eVL2t7EI30KqDnrcv8Snh0ko77IHlG { width:6.4375rem;height:5.4375rem;top:24.375rem;left:10.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJsCkxxdTxlGrb2G0nwbnr9MdOt7pIfu { width:5.25rem;height:1.19921875rem;top:28rem;left:11.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynLUzwQOr6hF0zADyhwx4dchIPtJG6eZ { width:5.25rem;height:0.125rem;top:27.625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIiiiexBW5rvCv56uTgOTlRBJBDuPTrL { width:5.5rem;height:1.5rem;top:25.875rem;left:11.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLRFv3syHXoCGvDxtPZAEmJ74lpJqmta { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ry9n0KPcdBxIROhAwXFSgrmhDDfR5JtU { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqlSz0zNfTINEflswgLPMZgdBuspECT6 { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#iqlSz0zNfTINEflswgLPMZgdBuspECT6 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #WAJPh7dTSwkB36sHTClJtaqi8C2MppdL { width:5rem;height:0.9375rem;top:11.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvU634DdKuXCSw5PzzFtSTroB9Xc4UqH { width:4rem;height:0.599609375rem;top:11.5rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXgz0zhFaFXdXk9bv4CnhE0gT7dwOtT4 { width:11.75rem;height:2rem;top:30.8125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuR4KCpTRxrWBn4JSEw4SQiXhZyi0ZES { display:block; }
 }@media only screen and (max-width: 763px) { #k1tg852EVdHuiMRIweNhDRL9wDpUVg95 { display:block; }#k1tg852EVdHuiMRIweNhDRL9wDpUVg95 > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iM5JMJE6IcIlxwZwgq0nkcQJHM2SptuG { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #diPgobR38lKa20ci2ePM93xhHkpxGhgR { width:20rem;height:29.9375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KugRe3kG3DdNFyMml3iqsnp1y3SbGk0x { width:14.5rem;height:3.8994125rem;top:6.4375rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXeO8nUHkKN7DBURPl9Rb4B1THBB96zg { width:6.4375rem;height:8.5rem;top:11.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6xW6kbCkuEW9Kat3GQGukUNGOICCyS7 { width:6.4375rem;height:4rem;top:16.25rem;left:3.0625rem;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) { #CE9CTDNzJRK9t9ATH29XVkfzLIUfk7be { width:5.25rem;height:0.75rem;top:17.0625rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM57ZP9W2lmrFuadfQx3JamlmviGcXMi { width:5.25rem;height:0.125rem;top:18.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QriR0tehl4sx3PbQPGRe4Q5HeSTprFG4 { width:5.25rem;height:1.19921875rem;top:18.4375rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unQ7GuwDxK9t66GaZDqVJhDmLAvXb3aO { width:6.4375rem;height:8.5rem;top:11.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABrtuVvwlCgtMMJMnr46JJnGZrlltHgl { width:6.4375rem;height:6rem;top:14.25rem;left:10.5625rem;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) { #SfHaPOF7SVo9VIv8nyG2DTtG9WorhQ6P { width:5.25rem;height:1.798825rem;top:17.8125rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrL2lIwvL0Fgsg8TaeC3t3oiI7bxJgNc { width:5.25rem;height:0.125rem;top:17.4375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOi37gCGZ1vgwhe2E8uTLqyI3adNVZlg { width:5.25rem;height:1.5rem;top:15.6875rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcsn0yOiUaf2GBczAaUZBAVTLH08oFw6 { width:6.4375rem;height:8.5rem;top:21.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJpJPTFx2xpDTIWQNV9sogLRmW8o0hQn { width:6.4375rem;height:5rem;top:24.75rem;left:3.0625rem;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) { #IH8ELmL04nxowJlCsT9DsDLqmry8qMPU { width:5.25rem;height:1.798825rem;top:27.3125rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUH9SoESmOqnpVT7vz2WCxkcL0A3WvuK { width:5.25rem;height:0.125rem;top:26.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5MmcOlaK3WeJIJZQzPoruZIGZXubv1a { width:5.25rem;height:0.75rem;top:25.9375rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6WXaofuMHvpQNFdTxTgtBH0JRq4wxOs { width:6.4375rem;height:8.5rem;top:21.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ8h00vpw7vsuSQL2I2pCGN1fZ7J4Lfi { width:6.4375rem;height:6rem;top:23.75rem;left:10.5625rem;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) { #IxS2CbblFTxPOVu5lfR72VHvwH8wTMm5 { width:5.25rem;height:1.798825rem;top:27.3125rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZhhP9wM8nD5mrFAre0kgK0vQ5uvahwl { width:5.25rem;height:0.125rem;top:26.9375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQSuT8E8dkgfz3s8mMtMZcGIynx6UzNr { width:5.25rem;height:0.75rem;top:25.9375rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFKhrcSltzuTlChrfuWyTtRl2AFbT8b { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #TDkWeOJPyFIxQZxqmf9mJkfG2i17OUzS { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #be07GLa4gdTymhHJ5S0Gy4wX2t7Hcvd6 { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#be07GLa4gdTymhHJ5S0Gy4wX2t7Hcvd6 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #Flpk78kIFzAx2dS1yA4LiPWCW8SF4gbT { width:5rem;height:0.9375rem;top:11.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdPMRAOnlGdw8kXTwTAKorFCq37fIr9Z { width:4rem;height:0.599609375rem;top:11.5rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkhuA9oMI0qucLwe3zfkt3wpiEHq7zRi { width:11.75rem;height:2rem;top:30.75rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymIrmLgKe9dq1KOLDdsqXi9vMyiUcgJF { display:block; }
 }@media only screen and (max-width: 763px) { #oCQ5T0b5DyqsrdJtEQbmi1KnTEVJx5wv { display:block; }#oCQ5T0b5DyqsrdJtEQbmi1KnTEVJx5wv > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnZ2b8CDsVoyTOtVBmlNWeWgL9flTqET { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #euQbLQND9RJm3RMWmXgCuLiRT58sUk28 { width:20rem;height:29.9375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIV4sU0xpE4HV5paUXeVTVEVuzXL9iaT { width:13.9375rem;height:3.8994125rem;top:6.4375rem;left:3.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #If5OJyrRcR8RBlUmTxnLBFin6i9xWsNO { width:6.4375rem;height:8.5rem;top:11.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp9DGMzTHNNo40yTxg1V3wHZUxIRh8TN { width:6.4375rem;height:4rem;top:16.25rem;left:3.0625rem;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) { #W7FzdtgPqyabN7GWm4wlVpiB9gVCDVkr { width:5.25rem;height:0.75rem;top:17.0625rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Q7mqRrsWznRiKP9C5qLy8SW5vEUgEJ { width:5.25rem;height:0.125rem;top:18.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyIm8FpImSSW3nBHXfb8LHZigMpGmGUx { width:5.25rem;height:1.19921875rem;top:18.4375rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXVmNxWClc2zugJh8kybzTn69777yuHg { width:6.4375rem;height:8.5rem;top:11.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QauUOL4g8IDrzgf8NLoXv1izTmnibTAi { width:6.4375rem;height:4rem;top:16.25rem;left:10.5625rem;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) { #chqTLAFAVT76Z6FQoSBL8J5NpeIELaUH { width:5.25rem;height:1.19921875rem;top:18.4375rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CluIZO4fDoq0okCLvgolG08E6hxZCrTa { width:5.25rem;height:0.125rem;top:18.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WliRC3itDaZ730QqHuJfT9OFCPSrIyyC { width:5.25rem;height:1.5rem;top:16.3125rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEmi56V0nnPAsN3ZanCw6hXqmF1GgZGT { width:6.4375rem;height:8.5rem;top:21.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT3ACJABQxXxIZBhL6ZArssLFTu1AyL4 { width:6.4375rem;height:4rem;top:25.75rem;left:3.0625rem;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) { #hnpXhrv1S8d63WkrbbxdyvTMAFsnQLmD { width:5.625rem;height:0.599609375rem;top:28.5rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8zifpsurumGwIqZTgemJWZwbBrM1f7C { width:5.25rem;height:0.125rem;top:28.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncwavLKNUzb5QLHCxy8378T13ClP1fEF { width:5.25rem;height:0.75rem;top:27.125rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AheRfUixJdZJapsao4i0nBzLXLip6bE9 { width:6.4375rem;height:8.5rem;top:21.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgNdnAKe9xi09udT31GWwqmVnBDyoVtb { width:6.4375rem;height:4rem;top:25.75rem;left:10.5625rem;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) { #N8W1vvOZIsvSTlJkQoRkGyFt89T8b0qi { width:5.25rem;height:1.798825rem;top:27.3125rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BywlgJwWwp8hJzgytP2IgA6UDqrtGqLf { width:5.25rem;height:0.125rem;top:26.9375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPLmQNiqyhrfSIpssheH2l4J5r5FsMXS { width:5.25rem;height:0.75rem;top:25.9375rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml1o5OpDW1oyiuvBarF0dyh5yZJDOr1s { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #wQ21xFfg7pX9HO7wM9zXR9edTq3C8RHu { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxRTKOJ8bMceTVO8BmfkRJ7VVJGucpgg { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#HxRTKOJ8bMceTVO8BmfkRJ7VVJGucpgg > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #oflmQdbczXyZDqgzAsGKcgWDonVn7GdJ { width:5rem;height:0.9375rem;top:11.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6MkiUoI7chFAIOkr7FVg9IIuf3QStT2 { width:4rem;height:0.599609375rem;top:11.5rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLHVuoyQuo6K8Rn45szSoznaN59KdvaH { width:11.75rem;height:2rem;top:30.75rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxKLIT3DgTRdm1yLrerRBCI79y73NB3U { display:block; }
 }@media only screen and (max-width: 763px) { #Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ { display:block; }#Q9wnO8wAfLNrGCq9yPAp6HC0m7dU8rzQ > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iex5ORleEBBWEEO1PatHHRIgx1LamTQm { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2J21frcnhXlDncV91MzTR0zOrkmx18K { width:20rem;height:29.9375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGomzehehy6ZRGM39Os1cUKPiphE65Rl { width:12.25rem;height:3.8994125rem;top:6.4375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROmPB2miZ6VP5XEgybrLIXcn2pMM0EyR { width:6.4375rem;height:8.5rem;top:11.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBdwkNgd5hp6accmL9rl7ilQAndiyfRU { width:6.4375rem;height:4rem;top:16.25rem;left:3.0625rem;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) { #A0XyxFvbD7qcHOo1wlrXTpipeW14TMzV { width:5.25rem;height:0.75rem;top:17.0625rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8iIlSOHtXWyB3KhT0skkNJirtSULNkd { width:5.25rem;height:0.125rem;top:18.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1ycMhUGT6hKWfsKDT9MeGJL9uQFMFcL { width:5.25rem;height:1.19921875rem;top:18.4375rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeXgFFk1OfICcc2QThaZBW2uB48BFl4y { width:6.4375rem;height:8.5rem;top:11.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXXOeslJoLTiz0JnqhXXP9eV5P43vHR { width:6.4375rem;height:4rem;top:16.25rem;left:10.5625rem;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) { #dN0Jm9TuVx9kOkzmmCXNnFL2Th6W52pM { width:5.25rem;height:1.19921875rem;top:18.4375rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3UMycoPuZoWfT1ZTwWEZ3AyzDZXfhEP { width:5.25rem;height:0.125rem;top:18.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzfQeqyR3eVaOUXHOPtUUHmPq0N49Ndu { width:5.25rem;height:0.75rem;top:17.0625rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiTVXIpLEAO5bg3rgt23wpBJSZFBFGOX { width:6.4375rem;height:8.5rem;top:21.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBgMzv9FXXLDaiTk1iHOpTmlbLSwGs1N { width:6.4375rem;height:4rem;top:25.8125rem;left:3.0625rem;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) { #Tc2QLzlM3M69oUk04P4DwiheRNmvoQ22 { width:5.25rem;height:1.798825rem;top:27.375rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXabdWJuATXORqlHwLind2U7L71F7k6E { width:5.25rem;height:0.125rem;top:27rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfybJVxo9B20OaHwTv7pAEv3shipWPg5 { width:5.25rem;height:1.5rem;top:25.25rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6hE0cGIlt42qTaHxv9UmO6XW3T0OsPo { width:6.4375rem;height:8.5rem;top:21.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWGtgXgArXLxpgBuLIeefTwtM4b6ZU3i { width:6.4375rem;height:4rem;top:25.8125rem;left:10.5625rem;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) { #Txdfp87a0Npkai1pXoRHHvJb5avaTV7J { width:5.25rem;height:1.798825rem;top:27.375rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwrVG32AE7R6XFhEtHHLesG0ccsd7pIR { width:5.25rem;height:0.125rem;top:27rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV5bbzW0RoHpT1tceO1ADNIfP421hIvk { width:5.25rem;height:0.75rem;top:26rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkqyyJdxGOVlHVJIrAZ9icq7pgunq76d { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #wNaNXeUT2yFM8qWpQyWn8avIhd5paXvS { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkV1GG5rmdqieDtMLaluMGVJQRNNHG1I { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#PkV1GG5rmdqieDtMLaluMGVJQRNNHG1I > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #QC2ruix6xLr96iVQtMmMbhfbR43A2mmo { width:5rem;height:0.9375rem;top:11.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB40fqQN1XQyq2xR6KpyHdC5oFUNzkni { width:4rem;height:0.599609375rem;top:11.5rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybG2p8VETW3etKSfEhUW1XKKXGX2ThL4 { width:11.75rem;height:2rem;top:30.8125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewahmm88m50XRO5PIlRaidciWJCJTumV { display:block; }
 }@media only screen and (max-width: 763px) { #paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp { display:block; }#paUBxRFiKcbfPhsGTHuIWM3pRKdNE9qp > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vz9SROnlz0tOXHUfPymxkmAfUBkuHhKx { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQlHGisNv8k2uFAzSbWwBbWpWhfB5vT3 { width:20rem;height:29.9375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgOlfEmuZJMZTTp6eBzTraNR0Jed3QC1 { width:14.8125rem;height:3.8994125rem;top:8rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m3IHtncEqwHQ5e7uHVc0IEWc0rDHsOVZ { width:6.4375rem;height:8.5rem;top:13.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTy0TVEIRIoAhmohwBPrTRHNSS9zdp2T { width:6.4375rem;height:4rem;top:17.8125rem;left:3.0625rem;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) { #unfJJVp0t6SWJv2W54JxqDAiw3p057xd { width:5.25rem;height:0.75rem;top:18.625rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #va0XhP4Dou7TDEgwbH6M4tTT3KAl8Tbh { width:5.25rem;height:0.125rem;top:19.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRQBv3z6BelCHT1vKtfLv3fPXiCM5Izd { width:5.25rem;height:1.19921875rem;top:20rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLKTbTeCJ5gJPaSLzr2BB9QJwAVDyo2c { width:6.4375rem;height:8.5rem;top:13.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzJXIq5xvsJb7TVTwfftwiMdav1nNu1Z { width:6.4375rem;height:4rem;top:17.8125rem;left:10.5625rem;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) { #iXxtTIweV5OgCLab4XrcTOKoldiZAIRW { width:5.25rem;height:1.798825rem;top:19.375rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNTwnpmSh1JmkXLmneCG5iAX6SPgE9eU { width:5.25rem;height:0.125rem;top:19rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlm8GoHmO2nGTCVLG51OCWHNEMu6wqGr { width:5.25rem;height:0.75rem;top:18rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbRxwTgJKFVhnumpcI0dW7cRJp0Cdy6o { width:6.4375rem;height:8.5rem;top:22.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8qarlRS3Sx9Taey8RvXNHDMdeXfKnHD { width:6.4375rem;height:4rem;top:27.3125rem;left:3.0625rem;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) { #qeMWKHcbGTGbcdHcHQ9GhB4N2BqJSTxW { width:5.5625rem;height:1.798825rem;top:28.875rem;left:3.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt64VRsbQ3T51RzIHqw3UqPkTH8OhrT6 { width:5.5625rem;height:0.125rem;top:28.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKXZKTnMrhvOEeO4pGkerDwrcFbN49cX { width:5.5625rem;height:1.5rem;top:26.75rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr0w1qwd0zHtXLozmtZ8d2IlkMyb79yf { width:6.4375rem;height:8.5rem;top:22.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBvTTLtHTwssGR3gPlQrvvGJ7WOz2MaW { width:6.4375rem;height:4rem;top:27.3125rem;left:10.5625rem;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) { #XzWIGMoAwJEDEQUf5lO85sDZRGhyNkWE { width:5.25rem;height:2.3984375rem;top:28.25rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUcefRMnuVqumwIJBBVOzvn8EODHuxyb { width:5.25rem;height:0.125rem;top:27.875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvTLTB7b8sZLpV6BD3WxsTsB5mdoIMk9 { width:5.25rem;height:0.75rem;top:26.875rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkp3WVLh18RTRWaHuTZbRMPsbbWNIcm { width:3.875rem;height:3.5rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #tETgttbdsxJZ5rAKPVBRHo7Bd1t30PXE { width:5.5rem;height:1.5rem;top:3.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDHENhFdtwzKXP6faCTPLe2CSwgKkPNf { display:flex;width:2rem;height:2rem;top:2.875rem;left:18rem;font-size:1.375rem; }
#bDHENhFdtwzKXP6faCTPLe2CSwgKkPNf > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #wU5R9QRO7U5trkFf5By1wme1fforKEee { width:5rem;height:0.9375rem;top:12.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6c2v5x6Eud2lZmDeLeLuPRbUkOkAKd4 { width:4rem;height:0.599609375rem;top:13.0625rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvyRDNy8nT0h5lKoDKiiOWqkMG58hmSQ { width:11.75rem;height:2rem;top:32.3125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCDNTDLR2delgcEeRUBacTASuRmzr1z9 { display:block; }
 }@media only screen and (max-width: 763px) { #HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 { display:block; }#HyUmJhsddNGsJTb2O0N8RAQyJbkPp1w9 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Izf13oUoSoMTV6f8JrbhK4T6vVL107Xl { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRPgU2GtvkkzrrNvipuNksp6LOuIETkX { width:20rem;height:29.9375rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTIVTLwrwcJwJnFrIWZMMkBT9hTED16l { width:17.75rem;height:3.8994125rem;top:6.5625rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VO6Ig6IsyHlQNlJuSdFeThTdeN6PL1VO { width:6.4375rem;height:8.5rem;top:11.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQFLX6A5AUHnTZG3LBTXKkiXcTHvBWko { width:6.4375rem;height:4rem;top:16.375rem;left:3.0625rem;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) { #KW6pTGRB9hKFTOVxylUPuUwXRUIsei7B { width:5.25rem;height:0.75rem;top:17.1875rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwQ5CliLoI1CMksqrhAA6rEQhOLDTX8z { width:5.25rem;height:0.125rem;top:18.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neD0X8PnESRhEMZxgudJJGNTCQBTfCxa { width:5.3125rem;height:1.19921875rem;top:18.5625rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHgzHSyBn5I6C5yAXNETazXOo9NC3Rkl { width:6.4375rem;height:8.5rem;top:11.875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6lg2A6bXgxuytlXChBK2Ksk9Is2wZlK { width:6.4375rem;height:4rem;top:16.375rem;left:10.5625rem;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) { #bb4XtcAdi7uivw7UHpqRkQ7XOfGM5xBq { width:5.3125rem;height:1.798825rem;top:17.9375rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKUu2fQoH9WUbwib4AiuloDV9AW6pbxX { width:5.25rem;height:0.125rem;top:17.5625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwPeXbIvMdaLJfVkkpzbK7Dui7FOPRPU { width:5.25rem;height:0.75rem;top:16.5625rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ63uleKWnk2QJ8pusBdDs8SE8XPoVO9 { width:6.4375rem;height:8.5rem;top:21.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQNoSVDz77c7hk1uQLw9GXpmx0pU0rFU { width:6.4375rem;height:4rem;top:25.875rem;left:3.0625rem;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) { #kLnvFBDlU8OxJetkH2pgex5OWU7vCa4w { width:5.25rem;height:1.19921875rem;top:28.0625rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqLqGkH6e94ykTSdeiqvVAx5gbNVnOLR { width:5.25rem;height:0.125rem;top:27.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDo3uFyT90zrCHSvhSHcFRHNzNsQZ4g8 { width:5.25rem;height:0.75rem;top:26.6875rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azI5gSxiBfwzPEFcTUhdnVHQakMIzE6k { width:6.4375rem;height:8.5rem;top:21.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Vxs7vrWNIhmDmlTH9AeTWNDIoaKM7F { width:6.4375rem;height:4rem;top:25.875rem;left:10.5625rem;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) { #wxFxCZ7k3RlZnK8UsqTPh46nuUD2y2y9 { width:5.25rem;height:1.19921875rem;top:28.0625rem;left:11.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvVbisf9ObILpHZS1yna2SLerBmdzr53 { width:5.25rem;height:0.125rem;top:27.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC6nmGo5XJsTW0F45agqopa4Guc1UT5X { width:5.25rem;height:0.75rem;top:26.6875rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSTM2vNTTLiT4P3zutE6pQIdctEMkixx { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #aphk4U2oNzMP9K2G6LVtnn8uDlnuxwg6 { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTe8ttTmFwq4FSTvE0Ou8bbcslInmv4o { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#FTe8ttTmFwq4FSTvE0Ou8bbcslInmv4o > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #mGFATaSJOIN88aQTHmhvVWC0eAMwTx8N { width:5rem;height:0.9375rem;top:11.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD4DRUAuLQSJgKB0oEPB5usJNXNiMEKs { width:4rem;height:0.599609375rem;top:11.625rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd79kHXult0z9AfJzwq25WtXm2gZeeQm { width:11.75rem;height:2rem;top:30.875rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlJSks0pSVG4Ewqz3unfFep9TlDrDVSt { display:block; }
 }@media only screen and (max-width: 763px) { #kt53wd44ApxSDnS0UZyHR4elrXxqPO97 { display:block; }#kt53wd44ApxSDnS0UZyHR4elrXxqPO97 > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqzbAgDAy36LG62sEdKASIVRT35OFEnv { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #smf6DwWwfQa1RTm2nrNsX4z9WhzDEZk8 { width:20rem;height:29.9375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlFMEBlotS7lQRtxsUW3BMKAwl5rq01o { width:17.75rem;height:3.8994125rem;top:6.4375rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D8UtDwf04J58JH8WkIw3E19IauIbT3PM { width:6.4375rem;height:8.5rem;top:11.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU2yMZdeqN7JZ1qJb6GK1nkWBz8XquJ3 { width:6.4375rem;height:5.1875rem;top:15.0625rem;left:3.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B18t5T2FQ8ATlyQsAwmoOoE5PBf45uGN { width:5.25rem;height:0.75rem;top:16.4375rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5IgmA7rTiX68DZNuFFMTT2aFyWno1VJ { width:5.25rem;height:0.125rem;top:17.4375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StMgKwKu1aPNRCFnccTLkoralxK7AkXD { width:5.25rem;height:1.798825rem;top:17.8125rem;left:3.6875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uePVURacshV8rHyknyDeVyWcMg1qEmi3 { width:6.4375rem;height:8.5rem;top:11.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZT9JIHyBIuH3oQl8UdaMosLpqczXDrD { width:6.4375rem;height:4rem;top:16.25rem;left:10.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht7nN8T1swoJKyoKXG6a86kXm5qCfrBr { width:5.25rem;height:1.798825rem;top:17.8125rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTayXVXFwEwM1AtXgeeLukTQFpSnBFHT { width:5.25rem;height:0.125rem;top:17.4375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2XrcccDIAkTJDknM9VqSFf5ihsulbup { width:5.25rem;height:1.5rem;top:15.6875rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzGdiZtmGiDsxEDCViZq3UhhSzoLrJRL { width:6.4375rem;height:8.5rem;top:21.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow5lcbzziC8qEykSAQcBx0ymip0bmmTc { width:6.4375rem;height:4rem;top:25.75rem;left:3.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP7qAh3G3eZIHgrzKSdnq6c4ZNMBTRXH { width:5.25rem;height:1.19921875rem;top:27.9375rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlWhNQulSBCD9BeaQCL2FsCsTXQBLfTm { width:5.25rem;height:0.125rem;top:27.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsyceehclnbTVUFlWQ7ZIWoi3Xi2g97c { width:5.25rem;height:0.75rem;top:26.5625rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4DFwalHm93yR1Ni1oSiaJ2lEq8pyTto { width:6.4375rem;height:8.5rem;top:21.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvtF1D9WuVyXIhia5l2EfFKSBe2rSK6w { width:6.4375rem;height:5.5625rem;top:24.1875rem;left:10.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCnvRgMGapVkXXpT1pxhhL4dzVozc5M2 { width:5.25rem;height:1.57470625rem;top:27.5625rem;left:11.1875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwhpRClpv2023LwF3bnmWQJ0EkK38eOl { width:5.25rem;height:0.125rem;top:27.1875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp398ZsqO0834NOmeEIvMdi7Z7q3oq9i { width:5.25rem;height:1.5rem;top:25.4375rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTCmqKV7Hh4mWlOgKUhdHR4qE1D7RLyw { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #RdbshpqBxJTbNFLuFoeVpJK5Cd9kV9sf { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFgNmgGcvm2vHIxPizstAwzP9TfFAFBC { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#kFgNmgGcvm2vHIxPizstAwzP9TfFAFBC > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #l6SXpRiV2EkQMwZ4mu2Ivd7w5mTJTFKp { width:5rem;height:0.9375rem;top:11.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc55BRPmmMHM4HERGaOhVBZVs6t2LG25 { width:4rem;height:0.599609375rem;top:11.5rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS22BJJ3MZD0Chw8UuibD8ELTTzixrmV { width:11.75rem;height:2rem;top:30.75rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlirIumXJhZd1bk4JBvicGspsgUqblXy { display:block; }
 }@media only screen and (max-width: 763px) { #Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 { display:block; }#Q20oPAq8R8kM1mZL4qRS3A8AuCPTHI89 > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsic026eyzI8nEuOe9q5PsG1n9BbzDTo { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwAki6o1VWwkJXdd2HyuaesTe6K7X5yO { width:20rem;height:29.9375rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJsZiDzkW6E1k0VoeUyZ8CZdsVyNGhV0 { width:13.8125rem;height:3.8994125rem;top:7.9375rem;left:3.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVUWNMVhoHe0fdNtHpy4QuSfcWzpLsMs { width:6.4375rem;height:8.5rem;top:13.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMIIFzeLMXOdDgNfKHXVMTaJdBROmI4V { width:6.4375rem;height:4rem;top:17.75rem;left:3.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQfS0EMlvI0olPLZKhLKq04NdcXD80zE { width:5.25rem;height:1.5rem;top:18.5625rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMSDfguQ3GR0O8fQrBgizPJp1Z6h3OB { width:5.25rem;height:0.125rem;top:20.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gydrAGXl3d0BXEUeKOzx6rIrIXTKXAKw { width:5.625rem;height:0.599609375rem;top:20.5625rem;left:3.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxI3tuXkhz158z0olB1szvcZCZkWtUD2 { width:6.4375rem;height:8.5rem;top:13.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #km4LukrL8drDdsJpcslDPwg9U5GnLFpE { width:6.4375rem;height:5.5rem;top:16.25rem;left:10.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #beZ6bEMpq5qvoieF9HkauFyGTZZcSCTy { width:5.25rem;height:2.0996125rem;top:19.0625rem;left:11.1875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fICn0sPQrkHNqFN7V2luPZhH4fTyJmOH { width:5.25rem;height:0.125rem;top:18.6875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqVXNnBQx3tlI4gWstUz3qLz1CQTPU2E { width:5.25rem;height:1.5rem;top:16.9375rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKs8KcTnLnT6ba20TR8kNBZWwKBHE7r { width:6.4375rem;height:8.5rem;top:22.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTw4PAdJdm8eAcEvtUP6bLbZoXtbdTHX { width:6.4375rem;height:4rem;top:27.25rem;left:3.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1z1vChCbPMhBurumRet1CF7W6LuwN6x { width:4.3125rem;height:1.19921875rem;top:29.375rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUzpp5AEF1Dv5IpTXsQV28AOJax4XqSm { width:5.25rem;height:0.125rem;top:29rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoSnMAQeWMmSUWGztnmn4uENwUq1TihF { width:5.25rem;height:0.75rem;top:28rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2Cp7U6WdsP55HqLcf7xOuE9hbqeS87M { width:6.4375rem;height:8.5rem;top:22.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFhXesxeOiEBA5Rn2p6NkJme5DIGCLCa { width:6.4375rem;height:5.5rem;top:25.75rem;left:10.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMkH8XDHVg9c0aDsNVtxGw8SQWXA8EJA { width:5.25rem;height:1.798825rem;top:28.8125rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZdKHoLnmEMorB1Ry7uU2pL6QptO7qHq { width:5.25rem;height:0.125rem;top:28.4375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDBIJT6VAlrMP36C1OVGQGne0CZfzRds { width:5.25rem;height:1.5rem;top:26.6875rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiMzSFLKWXkALl7TE6htdWsIHFdtaSQc { display:flex;width:2rem;height:2rem;top:2.75rem;left:18rem;font-size:1.375rem; }
#NiMzSFLKWXkALl7TE6htdWsIHFdtaSQc > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #CvBI2g0eQxtfppV01CIKv7XEtFkVZ0OM { width:3.875rem;height:3.5rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #qTViSbXPxPxFbzCTOczo054qP7i6QWwV { width:5.5rem;height:1.5rem;top:3rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx2HPyqxZM6Az7JkkyPQ5ICEVuiWUGwM { width:5rem;height:0.9375rem;top:12.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsTpEJLTQv3XV6TrLOoaSImVZW2ncCzx { width:4rem;height:0.599609375rem;top:13rem;left:4.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLcwx5Gg8WBX51DMcKPm0RmkSP0sxQs2 { width:11.75rem;height:2rem;top:32.25rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdUdG1QLMLpyIPDq7Ouifm7JoKOQLDTt { display:block; }
 }@media only screen and (max-width: 763px) { #esxlZ5FNMlondTyqRtRX0ud1vN19E08Z { display:block; }#esxlZ5FNMlondTyqRtRX0ud1vN19E08Z > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFnAsGNmbiO3OtI6Eu4MOUhqi14bEyhD { width:20rem;height:21rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqubaTsWq17JwBcVQZ891w4eQGwlaOwT { width:20rem;height:29.9375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwkd7kxUBaqoLW594GDuzE4lhZOIvmT1 { width:12.25rem;height:3.8994125rem;top:6.4375rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zRiBi4XU7BXnzyskCrF5ykt7RecqGkP3 { width:6.4375rem;height:8.5rem;top:11.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImBcKpPyrrNrL0iW3tE0NTMBcWuCWARC { width:6.4375rem;height:4rem;top:16.25rem;left:3.0625rem;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) { #pbqXu3d3WrENxXZw8tuqrvFesZvgLx0m { width:5.25rem;height:1.5rem;top:16.375rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbIQ0pQL0uTbP8ZUo3q9P4sxniNNqqm6 { width:5.25rem;height:0.125rem;top:18.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRbrnVeSBFdF7dyI3u5otV4aT1DB18wE { width:5.25rem;height:1.19921875rem;top:18.5rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5xPyfZ8A4qIogrTKXksgfrAGfm0K3Ba { width:6.4375rem;height:8.5rem;top:11.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKivSODdNiTTDwTMFVTW4dUhWQ0I0afA { width:6.4375rem;height:4rem;top:16.25rem;left:10.5625rem;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) { #clnBpta7zw5tPfv4FpthrZ3X8yfZVEdM { width:5.25rem;height:1.19921875rem;top:18.4375rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBgcT1bsefWCgP2Vz0MSFTBdJeaxCLaz { width:5.25rem;height:0.125rem;top:18.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBf2wBApHv7A376Gs7ZJEroAg2hxEk0A { width:5.25rem;height:0.75rem;top:17.0625rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgWWe6uSxf1w5ff0vmITCoDdoCa7V9pI { width:6.4375rem;height:8.5rem;top:21.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOezRIgWCaJCnTV4iSDXvgnzNi9Wy9vc { width:6.4375rem;height:4rem;top:25.75rem;left:3.0625rem;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) { #t8Xkm6vpUavTEqTsXgBirTtvhoBTZodX { width:5.25rem;height:1.19921875rem;top:27.9375rem;left:3.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOc8SLhugKJOV0s5bFhUqzVCTL7EWxeN { width:5.25rem;height:0.125rem;top:27.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4HHGU1iw1mIsiZeCh5aCy34Xu4ULpL3 { width:5.25rem;height:0.75rem;top:26.5625rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdMhfOuOadlMTeTtOB66AFdgkCFePo3k { width:6.4375rem;height:8.5rem;top:21.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5QZqxk1i0ehHEpG0sn735IdWHFtwfby { width:6.4375rem;height:4rem;top:25.75rem;left:10.5625rem;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) { #vKKyTarlGzOgFKqO9el3OmCgXhU6mUy7 { width:5.25rem;height:1.19921875rem;top:27.9375rem;left:11.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9mdKcXFzTOT2ZwOpg2IJPqhmoNTI748 { width:5.25rem;height:0.125rem;top:27.5625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niZuXxMWXVL6woEezf9hdCXWPR3Vbrse { width:5.25rem;height:0.75rem;top:26.5625rem;left:11.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOqpes4TGunpUtGfbG1tXetOZhzQEBG2 { width:6.625rem;height:2rem;top:2rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #PUWei3ceGkT7RpIZUlbCQziLK582De5N { width:5.5rem;height:1.5rem;top:2.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbSlKZIMtsi90HDHRqWb4VOZzfTL4DTX { display:flex;width:2rem;height:2rem;top:2rem;left:18rem;font-size:1.375rem; }
#cbSlKZIMtsi90HDHRqWb4VOZzfTL4DTX > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #tE6Lkv2aXKGIvkWL5vT9bgxTeUkwF32K { width:5rem;height:0.9375rem;top:11.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilCUK8xyUnaVeDCCNaUtF40v7oT0oLQU { width:4rem;height:0.599609375rem;top:11.5rem;left:4.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAvTczsAhziqwpWuTRoc38Xi9zpgy2xp { width:11.75rem;height:2rem;top:30.75rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8perMsQyDV9sKJXHx3uTlPkb7itirTb { display:block; }
 }@media only screen and (max-width: 763px) { #ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ { display:block; }#ETT3GdBIb4NGvIJ33GwEWgCT33q9RKGJ > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRIODXZE6iqMP1SrGtHKL1k7M5i021Ha { width:20rem;height:6.5rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0ifOWXaWrfcMgLqHrWLz7FSIGS5H1rb { width:20rem;height:6.5rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4PrApnHtmztuohRv5JG9Rl6LC1WnpLM { width:20rem;height:6.5rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnzsyN6opaRSX9GPwlMV45pLezNia6Or { width:20rem;height:6.5rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSQaeNJEupAaBCkc5tvMGvCAAWcvNSXe { width:20rem;height:6.5rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5RhMPzpfd2mRBGSuJHelpsCrvNCUZR2 { width:7.1875rem;height:3rem;top:2rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIUECcStG67r4FClkmBObuGlfT09r2o4 { width:11rem;height:1.3999rem;top:5.25rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZvP3M9JecD2bUEkdP2wr3SxHeEGhnZ9l { width:14rem;height:1.3999rem;top:7.625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ympdMITTvHhmld6N9yuOykRCpvvH8AVr { display:flex;width:2.5rem;height:2.5rem;top:9.5rem;left:13.5rem;font-size:1.75rem; }
#ympdMITTvHhmld6N9yuOykRCpvvH8AVr > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #hFbAn2FGGOAnGlD6JTSTsosd8BySyAh0 { display:flex;width:2.5rem;height:2.5rem;top:9.5rem;left:10.1875rem;font-size:1.75rem; }
#hFbAn2FGGOAnGlD6JTSTsosd8BySyAh0 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #yGd8x2zS5TylVSrCELzVnDQ4u78rCVnT { display:flex;width:2rem;height:2rem;top:9.75rem;left:7.1875rem;font-size:1.375rem; }
#yGd8x2zS5TylVSrCELzVnDQ4u78rCVnT > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #CEAJRdNh4QFTPVe9J5WyWIFnRRv16S15 { display:flex;width:2.5rem;height:2.5rem;top:9.5rem;left:4rem;font-size:1.75rem; }
#CEAJRdNh4QFTPVe9J5WyWIFnRRv16S15 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ByPTyxnWZ0EFyzpThlcGxQotnIx4brbf { width:14rem;height:1.04980625rem;top:12.94970703125rem;left:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2buQGLtKzQyNNzWZIyHfdUdGsINSdz7 { width:20rem;height:16rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNLHrZprip2bowC4ETK840aRC5EmvuZq { width:20rem;height:6.5rem;top:3.5rem;left:2.5rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #iPmTCftfBlxepLgxkT06u6EXMUKvmTqX { width:10rem;height:4.5rem;top:0.5625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Ds2zAxnWDxvRsfrIRPdvu5fO5X4Q1uA0 { width:10rem;height:4.5rem;top:0.5625rem;left:10rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #35bb93, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bb93', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #35bb93, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DuAQ7EwLOwvhrx0opANqrCFfIOqOcGGi { width:20rem;height:4.5rem;top:5.6875rem;left:0rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #f1f5f9, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #f1f5f9, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #f1f5f9, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #f1f5f9, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f5f9', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f5f9', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #f1f5f9, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IbqWDh05tTQitqhS5Xs51cFIEi9XssZk { width:10rem;height:4.5rem;top:10.9375rem;left:10rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7fde', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #8e7fde, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VIEPrSFaFpts81NA96X8UHd0GfAJMfXc { width:10rem;height:4.5rem;top:10.75rem;left:0rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #dfec19, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfec19', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #dfec19, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oL7BeQ1X9yZ0PphnqT8NF2OqMtd3Eu32 { width:20rem;height:16rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15025;background-color:rgba(4,90,178,0.64);background-image:none;display:block; }
 }