.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { position:relative;display:block; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { background-color: transparent; background-image: none; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container > .video-iframe-container { display: none; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row > .video-iframe-container { display: none; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .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); }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { border-width: 0; border-radius: 0; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:9.375rem;top:0.62499997019767rem;left:25.28053855896rem;overflow:hidden;display:block; }
#ey5z5T53bA1d52W2JzCziTGiHTIZicHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#33c7ea;background-image:url("https://images.assets-landingi.com/uc/ebd7000f-32ae-41d7-bff9-a565025604fc/Untitleddesign20240827T171555651.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { border-width: 0; border-radius: 0; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:adelle;font-size:3.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.63427734375rem;left:1.36865234375rem;height:8.6123125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vynaln5OL9DQNMi4RLW6gKTXw4F82ItT { color:#00b9e5;display:block;width:33.75rem;position:absolute;font-family:guthen;font-size:3.6875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.55908203125rem;left:1.36865234375rem;height:4.79345625rem;font-style:normal;display:block; }
#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { background-color: transparent; background-image: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container > .video-iframe-container { display: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row > .video-iframe-container { display: none; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .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); }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { border-width: 0; border-radius: 0; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:60rem;position:relative;display:block; }#IhxHpEKBgxJU3CQ0a2ypnZUg5zE0RMkM { color:#000000;display:block;width:49.3115rem;position:absolute;font-family:adelle;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0361328125rem;left:5.34375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#MQIJSSeBkiaD3LGTnJ9WFvPHCBHZENtz { background-color:#f6696c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"satoshi heavy";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.25rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:37.5625rem;left:20.78125rem;display:block; }
#mWCJoBq8dSPiZcFLAFoSsZcL3hLT7LTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oCJF7gSIKuwoRSt5NOmTXPbuJNcOpRh7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:60rem;top:8.125rem;left:0rem;overflow:hidden;display:block; }
#Rw9RqXiM0FzLordkDzWG6BM2hcTtgVyx { color:#000000;display:block;width:49.3110625rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:34.0625rem;left:5.34423828125rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#071033;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; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { background-color: transparent; background-image: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container > .video-iframe-container { display: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row > .video-iframe-container { display: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .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); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { border-width: 0; border-radius: 0; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#QiTRyXEkfKZ4vrDgH50M2tirBEV8CXZE { color:#ffffff;display:block;width:48.4375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.25rem;left:5.78125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEmGlDTwupvJz3DOIRAc5KrvNNwvxsQe { color:#f3f3f3;display:block;width:58.375rem;position:absolute;font-family:satoshi;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.91845703125rem;left:0.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJRSozO6oICECtmWsiOXAa8fz3wCHQz8 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:13.5625rem;top:16.8125rem;left:8.25rem;display:block; }
#TSfx2PIo2h59dPi3lHNmhpqfJeepcFam { color:#121b6e;display:block;width:12.375rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.0625rem;left:8.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pwN9CuobA0CMdNzsqKGpUWKyUIUIfsu1 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:13.5625rem;top:16.8125rem;left:23.3125rem;display:block; }
#xkN6AXC7MqpD6wT8qpXmGIqkgSHbz8dh { color:#121b6e;display:block;width:12.375rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.0625rem;left:23.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ck5TlhmhVCGV9mUSCg919xvfCSESFPfg { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:13.5625rem;top:16.8125rem;left:38.1875rem;display:block; }
#sDTKZJ0mkVxpIqQAA7KJbMLhcM3CsrXG { color:#121b6e;display:block;width:12.375rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.0625rem;left:38.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kD0JdfpQixIB96hNaZni0rqFCryquIZi { background-color:#f6696c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"satoshi heavy";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:30.25rem;left:20.03125rem;display:block; }
#Zn6lXHhpyfKcCIpamCb7EVI2lFgsPceW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d5FBWZpORsyCuE0GQhzq9ekZVWeuwlBT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.5rem;top:18.375rem;left:28.375rem;overflow:hidden;display:block; }
#FLzlwu9gf6qPpBSxKfIldsxLMaGGVQui { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.125rem;top:18.3125rem;left:43rem;overflow:hidden;display:block; }
#qGc1WqvnWbinP8IC4Z3rX7MhSgpwOhiO { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.75rem;top:18.4375rem;left:12.9375rem;overflow:hidden;display:block; }
#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container { background-color: transparent; background-image: none; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container > .video-iframe-container { display: none; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row > .video-iframe-container { display: none; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .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); }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container { border-width: 0; border-radius: 0; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:60rem;position:relative;display:block; }#nr9u6yBmIxbbT37bcUNJ4KFIf8rtDyKs { color:#000000;display:block;width:49.3115rem;position:absolute;font-family:adelle;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0361328125rem;left:5.34375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#PM4he4q4EIWQO2OORFTP24gkMfUb2la1 { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:29rem;left:7.96875rem;height:5.84911875rem;text-align:center;text-align-last:center;display:block; }
#zAdUTpI4mOLcwEmgpp7r9H5o5dEQeZzo { background-color:#f6696c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"satoshi heavy";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:37.28125rem;left:20.03125rem;display:block; }
#XTLb3W104MvUkgODkNMWBAFl8NRJkBcH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z8wwtz1R1uxhNaKEeSxWW3JJyviCnSSw { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:24.5rem;top:8.8125rem;left:17.75rem;overflow:hidden;display:block; }
#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#071033;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; }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe > .row .container { background-color: transparent; background-image: none; }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe > .row .container > .video-iframe-container { display: none; }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe > .row > .video-iframe-container { display: none; }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe > .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); }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe > .row .container { border-width: 0; border-radius: 0; }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#TgXqWn4IPZ7tKObvfAesFCuwM5zrAfoN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qxf9sCTsIQTEZdbcqQctqdV9aDqvJ4eP { color:#f3f3f3;display:block;width:58.375rem;position:absolute;font-family:adelle;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.91845703125rem;left:0.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mzImdiQRx7bxZzsCp9LF7bWSQ9vT7p2T { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:13.5625rem;top:16.9375rem;left:0.8125rem;display:block; }
#aXFnZFIZrsEvH3kVtOxIQtwuDhivaVFQ { color:#121b6e;display:block;width:12.375rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.4375rem;left:1.40625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S0d3ABb7prdzhGTFSsFMTX9ANVKUlIrx { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:13.5625rem;top:16.9375rem;left:15.875rem;display:block; }
#Q9Q29OwtFbR1Fgq2wT3eqt9mzmMncT9I { color:#121b6e;display:block;width:12.375rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.4375rem;left:16.46875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wJUfnnEWbDWyCZUJoV1JbhGqbGMQBrqz { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:13.5625rem;top:16.9375rem;left:30.75rem;display:block; }
#Cy4tQKPJc2OPyMgNhWEcLtyQDNLFvVeV { color:#121b6e;display:block;width:12.375rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.4375rem;left:31.34375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VyIQ9ZX32d6qbV2PzNttwT3J25OcLWZp { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:13.5625rem;top:16.9375rem;left:45.5625rem;display:block; }
#tn0gQaqBJFDpToFuT8q205OJCGF9ez14 { color:#121b6e;display:block;width:12.375rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.4375rem;left:46.15625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QgJlPqTGFCl6RaHdgN0iQJUtiJG5utBD { background-color:#f6696c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"satoshi heavy";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:30.25rem;left:20.03125rem;display:block; }
#qQsWtLkS2CfeOXWFusCTKzUeXASXk4IF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S8uT9DDaViHPrURvafS9bJcJ4EQxhGdx { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:17.71875rem;left:20.90625rem;overflow:hidden;display:block; }
#LbAvl9HBREuRHqzgmxDBy21OnmtWQl9F { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:4.375rem;top:17.6875rem;left:35.5625rem;overflow:hidden;display:block; }
#NnaNWseNnW3s0SDHIehfDR1C6U6EsTRS { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:4.1875rem;top:17.8125rem;left:5.5rem;overflow:hidden;display:block; }
#I9KucV0kTqpky8yz3NwJMEddZBiSaXlG { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.8125rem;top:17.71875rem;left:50.4375rem;overflow:hidden;display:block; }
#chaNotCprglCKauM97AUIGavptQgh61r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#chaNotCprglCKauM97AUIGavptQgh61r > .row .container { background-color: transparent; background-image: none; }#chaNotCprglCKauM97AUIGavptQgh61r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chaNotCprglCKauM97AUIGavptQgh61r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chaNotCprglCKauM97AUIGavptQgh61r > .row .container > .video-iframe-container { display: none; }#chaNotCprglCKauM97AUIGavptQgh61r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chaNotCprglCKauM97AUIGavptQgh61r > .row > .video-iframe-container { display: none; }#chaNotCprglCKauM97AUIGavptQgh61r > .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); }#chaNotCprglCKauM97AUIGavptQgh61r > .row .container { border-width: 0; border-radius: 0; }#chaNotCprglCKauM97AUIGavptQgh61r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#chaNotCprglCKauM97AUIGavptQgh61r > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#wSyCDwZpHnBsQ3MzNv4tE4c83cCvXghO { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:adelle;font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:1.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#UZRvOrdCpIh2icW51IxcDXwsiBrbohJw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:12.5rem;top:12.25rem;left:1.875rem;overflow:hidden;display:block; }
#RL1lDZoaOlb4fVGONiDG2u1Tcwif9aM1 { 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:17.5625rem;width:12.5rem;top:12.25rem;left:16.96875rem;overflow:hidden;display:block; }
#aQOCDhQ2tCVEDmovtSm1gUtSbuvv9Vn4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:12.5rem;top:12.25rem;left:31.65625rem;overflow:hidden;display:block; }
#Q1AHR7L5hTEIXRCKg5tVEOUhNNIqwXuk { position:absolute;display:block;z-index:15011;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:17.5625rem;width:11.25rem;top:12.25rem;left:46.8125rem;overflow:hidden;display:block; }
#HCvQ2v4U0KN7V1ZSCFGPbWx4oIalaiX2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101b6e;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; }#HCvQ2v4U0KN7V1ZSCFGPbWx4oIalaiX2 > .row .container { background-color: transparent; background-image: none; }#HCvQ2v4U0KN7V1ZSCFGPbWx4oIalaiX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCvQ2v4U0KN7V1ZSCFGPbWx4oIalaiX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCvQ2v4U0KN7V1ZSCFGPbWx4oIalaiX2 > .row .container > .video-iframe-container { display: none; }#HCvQ2v4U0KN7V1ZSCFGPbWx4oIalaiX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCvQ2v4U0KN7V1ZSCFGPbWx4oIalaiX2 > .row > .video-iframe-container { display: none; }#HCvQ2v4U0KN7V1ZSCFGPbWx4oIalaiX2 > .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); }#HCvQ2v4U0KN7V1ZSCFGPbWx4oIalaiX2 > .row .container { border-width: 0; border-radius: 0; }#HCvQ2v4U0KN7V1ZSCFGPbWx4oIalaiX2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HCvQ2v4U0KN7V1ZSCFGPbWx4oIalaiX2 > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#CxXolc8MhZx0s2loAbLBDhM08Z5UeMHK { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:adelle;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.09375rem;left:10.3125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#TEoeoyxBKE79T3IxNR01TzrzJeIC8PhK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101b6e;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; }#TEoeoyxBKE79T3IxNR01TzrzJeIC8PhK > .row .container { background-color: transparent; background-image: none; }#TEoeoyxBKE79T3IxNR01TzrzJeIC8PhK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEoeoyxBKE79T3IxNR01TzrzJeIC8PhK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEoeoyxBKE79T3IxNR01TzrzJeIC8PhK > .row .container > .video-iframe-container { display: none; }#TEoeoyxBKE79T3IxNR01TzrzJeIC8PhK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEoeoyxBKE79T3IxNR01TzrzJeIC8PhK > .row > .video-iframe-container { display: none; }#TEoeoyxBKE79T3IxNR01TzrzJeIC8PhK > .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); }#TEoeoyxBKE79T3IxNR01TzrzJeIC8PhK > .row .container { border-width: 0; border-radius: 0; }#TEoeoyxBKE79T3IxNR01TzrzJeIC8PhK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEoeoyxBKE79T3IxNR01TzrzJeIC8PhK > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:60rem;position:relative;display:block; }#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#101b6e;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00b9e5; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#ffffff;font-family:satoshi; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:#ffffff;font-family:satoshi; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 .accordion-trigger.adaptive-delivery-prevent-bg, #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 .accordion-trigger.lazyload, #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 .accordion-trigger.lazyloading { background-image: none; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 { box-sizing:content-box;height:auto;width:46.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#101b6e;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.75rem;left:5.28125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #sMAidvZmizUE05FtXOZr5o8uw86sg67r { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #WkLbUFEOBAiPpzndXqufTM3fTrGKuk0h { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #Ul7Ki0AOm2x4dMX4A2BiJ5kOT7giwUdm { display:block;position:relative; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #vJdo8p98wgAtOBHmVhaEqrfAzumssXVl {  }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #yNFgsDTRds9wRpT3fb0JJUSZaqVF5QBR {  }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #f4P48k08Okqc1WDKTb3TpmBtIpmI1KKJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #JPH0V04FUPZTL6ZvvJpgKM0dAW7xK7Cd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #OHDT0Tk2kw5Wn9wXyFrmov8A79WuiHiR { display:block;position:relative; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #VTiJTKZDzo6uStSE6wuBBAxXRhyiyZLO {  }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #sFPJ42NW7A6Z6AhdrXRZik9IFSf68q5c { display:none; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #ENpkGh32UubDQOZiZE4H249VmLVoBpDC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #uqaC6JfMNUPmSGsdgCGrJ3RbSrQSdKZI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #aFw9ctuehsnEE66kIDH3m90dSCX0ft2w { display:block;position:relative; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #khkOKxXUusyD8QThrVQTt8F1OoeCocX0 {  }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #l0sKGnTu26JUMwMAq9ZUUlNB6sQnKVVc { display:none; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #V9TyDx4b0IA69h9G0rH9tgcNv25JBQv2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #ESiaJCEWHGqMZEGvdDviu4vK15yTtf67 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #eGTnfplV1RFKRzTtrm4GWwDZ9fSoTKIR { display:block;position:relative; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #fBiQzBmS62ybBH3T2kzTS2SkHWvyTac2 {  }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #eu8mKfwepOWFBORm8v2TbyA26RxknfUs { display:none; }
#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { background-color: transparent; background-image: none; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container > .video-iframe-container { display: none; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row > .video-iframe-container { display: none; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .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); }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { border-width: 0; border-radius: 0; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;position:relative;display:block; }#OeoVvxi9qOLWCIxCZQGh0DkZlEikGbUT { color:#031569;display:block;width:60rem;position:absolute;font-family:adelle;font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:11.25rem;left:0rem;height:7.7998125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nqxd0MkZH66Uw74fWft6CzWAUXMxOirx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:3rem;left:27.75rem; }
#fFXG02W2E3ZIu7k39fAr476sINTBc8qE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:4.6875rem;left:25rem; }
#z7mGBMwx2sUUbh3gdmBxJRyAtrZNMakD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:4.6875rem;left:32.1875rem; }
#vd8cSu0twHA4dfSShdHicM6FFrcbq24l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:5.375rem;left:22.9375rem; }
#mnfa0RVz7u0sbTMRkpGM5Vi75p5O5VQq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:5.375rem;left:35rem; }
#smu5TULkmlFsABqF4LZbk4nbRaAaKKVe { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.375rem;width:25.625rem;top:21.9375rem;left:3.3125rem;display:block; }
#PLy8P1qtAupm3x2R0XH6TpdvDLEpcuHc { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.375rem;width:25.625rem;top:21.9375rem;left:31.0625rem;display:block; }
#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { background-color: transparent; background-image: none; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container > .video-iframe-container { display: none; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row > .video-iframe-container { display: none; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .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); }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { border-width: 0; border-radius: 0; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#xT0GyXDnUL2Cv8thoryreln774BnIKzK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3.125rem;left:25.625rem; }
#e9LbbZ8erm6crWpk74gtk2FfPflZNCu4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:3.125rem;left:27.4375rem; }
#emM4Uda950Fgm34WxiKMXT0VvtTCHNPN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:3.125rem;left:29.25rem; }
#FX0XHMf4kLmCabs6fVnmGyJ3FhfGlPlC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:3.125rem;left:31.0625rem; }
#wcxaiHclovviqKI1mQneSTyiOMp12eEo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:3.125rem;left:32.8125rem; }
#Se6lXGXRl0WFkUO6uoOHcK16vP7EMEhZ { color:#031569;display:block;width:60rem;position:absolute;font-family:adelle;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:6.375rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nMbcbCw1x1ayDL9p3bTU0MhGMzlto3IX { color:#031569;display:block;width:46.25rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.625rem;left:6.875rem;height:7.312rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CJGg2QChisvatTKsLcQBcyfbgidWT2wl { color:#031569;display:block;width:60rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:18.1875rem;left:0rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121b6e;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; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { background-color: transparent; background-image: none; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container > .video-iframe-container { display: none; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row > .video-iframe-container { display: none; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .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); }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { border-width: 0; border-radius: 0; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#ksWDs9TuHZfqWvMMZGgs6I9tyUWpTiWP { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:9.8125rem;top:1.125rem;left:0.625rem;overflow:hidden;display:block; }
#yAAMfTXCsU40v7ophbM7XxMAKxJQiU0s { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.625rem;left:15rem;height:7.34766875rem;font-style:normal;display:block; }
#qQHx52QdpVbhZxdfzhQHqlAihNeqQVrC { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:4.625rem;left:30rem;height:11.0215125rem;font-style:normal;display:block; }
#rag5RNS4BGntQutUuMTzfPpTuyN7AWTJ { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:4.625rem;left:45rem;height:9.7969rem;font-style:normal;display:block; }
#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121b6e;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; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { background-color: transparent; background-image: none; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container > .video-iframe-container { display: none; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row > .video-iframe-container { display: none; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .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); }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { border-width: 0; border-radius: 0; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#zBcGmphMHZRKmbTIzzW0HfWTaeFwAkLl { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:0rem;left:30rem;height:3.6738375rem;font-style:normal;display:block; }
#m65PCgbDnsM3DVrszm369TswZ6uMtIy7 { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:0rem;left:45rem;height:3.6738375rem;font-style:normal;display:block; }
#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121b6e;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; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { background-color: transparent; background-image: none; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container > .video-iframe-container { display: none; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row > .video-iframe-container { display: none; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .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); }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { border-width: 0; border-radius: 0; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#CbGOUVhQ7lHlzQAnoEK983cxIABqTOgH { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:satoshi;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:0rem;left:0rem;height:1.2246125rem;font-style:normal;display:block; }
#WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0rem;left:50.059476852417rem; }
#WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#HAVRpO425wwvTW4LsDniXgMwEUFVUUvq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0rem;left:52.871976852417rem; }
#HAVRpO425wwvTW4LsDniXgMwEUFVUUvq > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#rxsl8CRqetMUdirik2NTICT3ypQyyBtW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0rem;left:44.999998092651rem; }
#rxsl8CRqetMUdirik2NTICT3ypQyyBtW > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0rem;left:47.739698410034rem; }
#O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { display:block; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { top:0.5625rem;left:19.15553855896rem;width:9.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { top:4.625rem;left:0rem;width:42.1875rem;height:8.5625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vynaln5OL9DQNMi4RLW6gKTXw4F82ItT { top:14.5rem;left:0rem;width:33.75rem;height:4.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { display:block; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhxHpEKBgxJU3CQ0a2ypnZUg5zE0RMkM { top:3rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQIJSSeBkiaD3LGTnJ9WFvPHCBHZENtz { width:19.9375rem;height:3.25rem;top:37.5625rem;left:14.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWCJoBq8dSPiZcFLAFoSsZcL3hLT7LTR { display:block; }
 }@media only screen and (max-width: 763px) { #oCJF7gSIKuwoRSt5NOmTXPbuJNcOpRh7 { top:8.125rem;left:0rem;width:47.75rem;height:18.851302083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw9RqXiM0FzLordkDzWG6BM2hcTtgVyx { top:34.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m { display:block; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiTRyXEkfKZ4vrDgH50M2tirBEV8CXZE { width:47.75rem;height:3.25rem;top:10.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEmGlDTwupvJz3DOIRAc5KrvNNwvxsQe { top:4.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJRSozO6oICECtmWsiOXAa8fz3wCHQz8 { width:13.5625rem;height:10.3125rem;top:16.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSfx2PIo2h59dPi3lHNmhpqfJeepcFam { width:12.375rem;height:2rem;top:22.0625rem;left:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwN9CuobA0CMdNzsqKGpUWKyUIUIfsu1 { width:13.5625rem;height:10.3125rem;top:16.8125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkN6AXC7MqpD6wT8qpXmGIqkgSHbz8dh { width:12.375rem;height:2rem;top:22.0625rem;left:17.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck5TlhmhVCGV9mUSCg919xvfCSESFPfg { width:13.5625rem;height:10.3125rem;top:16.8125rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDTKZJ0mkVxpIqQAA7KJbMLhcM3CsrXG { width:12.375rem;height:2rem;top:22.0625rem;left:32.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD0JdfpQixIB96hNaZni0rqFCryquIZi { width:19.9375rem;height:3.25rem;top:30.25rem;left:13.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn6lXHhpyfKcCIpamCb7EVI2lFgsPceW { display:block; }
 }@media only screen and (max-width: 763px) { #d5FBWZpORsyCuE0GQhzq9ekZVWeuwlBT { top:18.375rem;left:22.25rem;width:3.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLzlwu9gf6qPpBSxKfIldsxLMaGGVQui { top:18.3125rem;left:36.875rem;width:3.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGc1WqvnWbinP8IC4Z3rX7MhSgpwOhiO { top:18.4375rem;left:6.8125rem;width:3.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe { display:block; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nr9u6yBmIxbbT37bcUNJ4KFIf8rtDyKs { top:3rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM4he4q4EIWQO2OORFTP24gkMfUb2la1 { top:29rem;left:1.84375rem;width:44.0625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAdUTpI4mOLcwEmgpp7r9H5o5dEQeZzo { width:19.9375rem;height:3.25rem;top:37.25rem;left:13.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTLb3W104MvUkgODkNMWBAFl8NRJkBcH { display:block; }
 }@media only screen and (max-width: 763px) { #z8wwtz1R1uxhNaKEeSxWW3JJyviCnSSw { top:8.8125rem;left:11.625rem;width:24.5rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe { display:block; }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgXqWn4IPZ7tKObvfAesFCuwM5zrAfoN { width:47.75rem;height:1.625rem;top:10.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxf9sCTsIQTEZdbcqQctqdV9aDqvJ4eP { top:4.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzImdiQRx7bxZzsCp9LF7bWSQ9vT7p2T { width:13.5625rem;height:10.3125rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXFnZFIZrsEvH3kVtOxIQtwuDhivaVFQ { width:12.375rem;height:4.0625rem;top:21.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0d3ABb7prdzhGTFSsFMTX9ANVKUlIrx { width:13.5625rem;height:10.3125rem;top:16.9375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Q29OwtFbR1Fgq2wT3eqt9mzmMncT9I { width:12.375rem;height:4.0625rem;top:21.4375rem;left:10.34375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJUfnnEWbDWyCZUJoV1JbhGqbGMQBrqz { width:13.5625rem;height:10.3125rem;top:16.9375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy4tQKPJc2OPyMgNhWEcLtyQDNLFvVeV { width:12.375rem;height:4.0625rem;top:21.4375rem;left:25.21875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyIQ9ZX32d6qbV2PzNttwT3J25OcLWZp { width:13.5625rem;height:10.3125rem;top:16.9375rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn0gQaqBJFDpToFuT8q205OJCGF9ez14 { width:12.375rem;height:4.0625rem;top:21.4375rem;left:35.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgJlPqTGFCl6RaHdgN0iQJUtiJG5utBD { width:19.9375rem;height:3.25rem;top:30.25rem;left:13.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQsWtLkS2CfeOXWFusCTKzUeXASXk4IF { display:block; }
 }@media only screen and (max-width: 763px) { #S8uT9DDaViHPrURvafS9bJcJ4EQxhGdx { top:17.6875rem;left:14.78125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbAvl9HBREuRHqzgmxDBy21OnmtWQl9F { top:17.6875rem;left:29.4375rem;width:4.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnaNWseNnW3s0SDHIehfDR1C6U6EsTRS { top:17.8125rem;left:0rem;width:4.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9KucV0kTqpky8yz3NwJMEddZBiSaXlG { top:17.6875rem;left:43.9375rem;width:3.8125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #chaNotCprglCKauM97AUIGavptQgh61r { display:block; }#chaNotCprglCKauM97AUIGavptQgh61r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSyCDwZpHnBsQ3MzNv4tE4c83cCvXghO { top:3.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZRvOrdCpIh2icW51IxcDXwsiBrbohJw { top:12.25rem;left:0rem;width:12.5rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL1lDZoaOlb4fVGONiDG2u1Tcwif9aM1 { top:12.25rem;left:10.84375rem;width:12.5rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQOCDhQ2tCVEDmovtSm1gUtSbuvv9Vn4 { top:12.25rem;left:25.53125rem;width:12.5rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1AHR7L5hTEIXRCKg5tVEOUhNNIqwXuk { top:12.25rem;left:35.25rem;width:11.25rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCvQ2v4U0KN7V1ZSCFGPbWx4oIalaiX2 { display:block; }#HCvQ2v4U0KN7V1ZSCFGPbWx4oIalaiX2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxXolc8MhZx0s2loAbLBDhM08Z5UeMHK { top:4.0625rem;left:4.1875rem;width:39.375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEoeoyxBKE79T3IxNR01TzrzJeIC8PhK { display:block; }#TEoeoyxBKE79T3IxNR01TzrzJeIC8PhK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 { display:flex;height:auto;width:23.8125rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #sMAidvZmizUE05FtXOZr5o8uw86sg67r {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #WkLbUFEOBAiPpzndXqufTM3fTrGKuk0h {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #Ul7Ki0AOm2x4dMX4A2BiJ5kOT7giwUdm {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #vJdo8p98wgAtOBHmVhaEqrfAzumssXVl {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #yNFgsDTRds9wRpT3fb0JJUSZaqVF5QBR {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #f4P48k08Okqc1WDKTb3TpmBtIpmI1KKJ {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #JPH0V04FUPZTL6ZvvJpgKM0dAW7xK7Cd {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #OHDT0Tk2kw5Wn9wXyFrmov8A79WuiHiR {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #VTiJTKZDzo6uStSE6wuBBAxXRhyiyZLO {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #sFPJ42NW7A6Z6AhdrXRZik9IFSf68q5c {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #ENpkGh32UubDQOZiZE4H249VmLVoBpDC {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #uqaC6JfMNUPmSGsdgCGrJ3RbSrQSdKZI {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #aFw9ctuehsnEE66kIDH3m90dSCX0ft2w {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #khkOKxXUusyD8QThrVQTt8F1OoeCocX0 {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #l0sKGnTu26JUMwMAq9ZUUlNB6sQnKVVc {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #V9TyDx4b0IA69h9G0rH9tgcNv25JBQv2 {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #ESiaJCEWHGqMZEGvdDviu4vK15yTtf67 {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #eGTnfplV1RFKRzTtrm4GWwDZ9fSoTKIR {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #fBiQzBmS62ybBH3T2kzTS2SkHWvyTac2 {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #eu8mKfwepOWFBORm8v2TbyA26RxknfUs {  }
 }@media only screen and (max-width: 763px) { #BLwu8bMamOzePhO9lSnT6fZJXUbaAGew { display:block; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeoVvxi9qOLWCIxCZQGh0DkZlEikGbUT { width:47.75rem;height:7.75rem;top:11.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqxd0MkZH66Uw74fWft6CzWAUXMxOirx { top:3rem;left:21.625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFXG02W2E3ZIu7k39fAr476sINTBc8qE { top:4.6875rem;left:18.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7mGBMwx2sUUbh3gdmBxJRyAtrZNMakD { top:4.6875rem;left:26.0625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd8cSu0twHA4dfSShdHicM6FFrcbq24l { top:5.375rem;left:16.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnfa0RVz7u0sbTMRkpGM5Vi75p5O5VQq { top:5.375rem;left:28.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smu5TULkmlFsABqF4LZbk4nbRaAaKKVe { top:21.9375rem;left:0rem;width:25.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLy8P1qtAupm3x2R0XH6TpdvDLEpcuHc { top:21.9375rem;left:22.125rem;width:25.625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRDv010z8PvOFIasV4oI4ITtnsSQXeyd { display:block; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT0GyXDnUL2Cv8thoryreln774BnIKzK { top:3.125rem;left:19.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9LbbZ8erm6crWpk74gtk2FfPflZNCu4 { top:3.125rem;left:21.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emM4Uda950Fgm34WxiKMXT0VvtTCHNPN { top:3.125rem;left:23.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX0XHMf4kLmCabs6fVnmGyJ3FhfGlPlC { top:3.125rem;left:24.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcxaiHclovviqKI1mQneSTyiOMp12eEo { top:3.125rem;left:26.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se6lXGXRl0WFkUO6uoOHcK16vP7EMEhZ { width:47.75rem;height:1.25rem;top:6.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMbcbCw1x1ayDL9p3bTU0MhGMzlto3IX { width:46.25rem;height:7.25rem;top:9.625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJGg2QChisvatTKsLcQBcyfbgidWT2wl { width:47.75rem;height:1rem;top:18.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr { display:block; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksWDs9TuHZfqWvMMZGgs6I9tyUWpTiWP { top:1.125rem;left:0rem;width:9.8125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAAMfTXCsU40v7ophbM7XxMAKxJQiU0s { top:4.625rem;left:11.9375rem;width:11.0625rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQHx52QdpVbhZxdfzhQHqlAihNeqQVrC { top:4.625rem;left:23.875rem;width:11.0625rem;height:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rag5RNS4BGntQutUuMTzfPpTuyN7AWTJ { top:4.625rem;left:35.8125rem;width:11.0625rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 { display:block; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBcGmphMHZRKmbTIzzW0HfWTaeFwAkLl { top:0rem;left:23.875rem;width:11.125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m65PCgbDnsM3DVrszm369TswZ6uMtIy7 { top:0rem;left:35.8125rem;width:11.125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS { display:block; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbGOUVhQ7lHlzQAnoEK983cxIABqTOgH { top:0rem;left:0rem;width:14.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM { top:0rem;left:39.340726852417rem;width:1.875rem;height:1.875rem;display:block; }
#WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #HAVRpO425wwvTW4LsDniXgMwEUFVUUvq { top:0rem;left:42.153226852417rem;width:1.875rem;height:1.875rem;display:block; }
#HAVRpO425wwvTW4LsDniXgMwEUFVUUvq > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #rxsl8CRqetMUdirik2NTICT3ypQyyBtW { top:0rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
#rxsl8CRqetMUdirik2NTICT3ypQyyBtW > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 { top:0rem;left:37.020948410034rem;width:1.875rem;height:1.875rem;display:block; }
#O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OTKb1yICeaHBeM0bwPnlaeysGoeSTarn { display:block; }#OTKb1yICeaHBeM0bwPnlaeysGoeSTarn > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { width:6rem;height:1.5625rem;top:0.74928975105287rem;left:6.968217253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/uc/cea11165-0a53-45dd-b627-7635b3be7c25/Untitleddesign20240827T175219385.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { width:19.0625rem;height:7.6875rem;top:3.701171875rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vynaln5OL9DQNMi4RLW6gKTXw4F82ItT { width:17.060546875rem;height:2.5625rem;top:14.5966796875rem;left:1.4697265625rem;font-size:2rem;color:#00b9e5;display:block; }
 }@media only screen and (max-width: 763px) { #uoNoXsDX3sfFfukBPnHuLL1x16eghRuX { display:block; }#uoNoXsDX3sfFfukBPnHuLL1x16eghRuX > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhxHpEKBgxJU3CQ0a2ypnZUg5zE0RMkM { width:20rem;height:2.0625rem;top:2.875rem;left:0rem;font-size:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MQIJSSeBkiaD3LGTnJ9WFvPHCBHZENtz { width:19.935546875rem;height:3.248046875rem;top:22.21875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWCJoBq8dSPiZcFLAFoSsZcL3hLT7LTR { display:block; }
 }@media only screen and (max-width: 763px) { #oCJF7gSIKuwoRSt5NOmTXPbuJNcOpRh7 { width:20rem;height:7.8955rem;top:6.37353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw9RqXiM0FzLordkDzWG6BM2hcTtgVyx { width:20rem;height:3.375rem;top:17.4765625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m { background-color:#071033;background-image:none;display:block; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { background-color: transparent; background-image: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container > .video-iframe-container { display: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row > .video-iframe-container { display: none; }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .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); }#BMQW1e0skSvnSm8rBfsvuTUdCRGiUT2m > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiTRyXEkfKZ4vrDgH50M2tirBEV8CXZE { width:20rem;height:4.3125rem;top:9.2607421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEmGlDTwupvJz3DOIRAc5KrvNNwvxsQe { width:20rem;height:4.125rem;top:3.1982421875rem;left:0rem;font-size:1.625rem;font-family:adelle;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TJRSozO6oICECtmWsiOXAa8fz3wCHQz8 { width:13.5625rem;height:10.3125rem;top:16.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSfx2PIo2h59dPi3lHNmhpqfJeepcFam { width:12.375rem;height:2rem;top:22.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwN9CuobA0CMdNzsqKGpUWKyUIUIfsu1 { width:13.5625rem;height:10.3125rem;top:28.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkN6AXC7MqpD6wT8qpXmGIqkgSHbz8dh { width:12.375rem;height:2rem;top:33.75rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck5TlhmhVCGV9mUSCg919xvfCSESFPfg { width:13.5625rem;height:10.3125rem;top:40.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDTKZJ0mkVxpIqQAA7KJbMLhcM3CsrXG { width:12.375rem;height:2rem;top:45.3125rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD0JdfpQixIB96hNaZni0rqFCryquIZi { width:19.9375rem;height:3.25rem;top:53.2724609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn6lXHhpyfKcCIpamCb7EVI2lFgsPceW { display:block; }
 }@media only screen and (max-width: 763px) { #d5FBWZpORsyCuE0GQhzq9ekZVWeuwlBT { width:3.5rem;height:2.875rem;top:30.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLzlwu9gf6qPpBSxKfIldsxLMaGGVQui { width:3.125rem;height:3.625rem;top:41.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGc1WqvnWbinP8IC4Z3rX7MhSgpwOhiO { width:3.75rem;height:3.3125rem;top:18.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe { display:block; }#bxBnoOZJFF2evc2eqWuM1B4xCf0dvwTe > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nr9u6yBmIxbbT37bcUNJ4KFIf8rtDyKs { width:16.125rem;height:4.125rem;top:2.06298828125rem;left:1.9375rem;font-size:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PM4he4q4EIWQO2OORFTP24gkMfUb2la1 { width:20rem;height:5.75rem;top:23.98974609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAdUTpI4mOLcwEmgpp7r9H5o5dEQeZzo { width:19.9375rem;height:3.25rem;top:32.62548828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTLb3W104MvUkgODkNMWBAFl8NRJkBcH { display:block; }
 }@media only screen and (max-width: 763px) { #z8wwtz1R1uxhNaKEeSxWW3JJyviCnSSw { width:20rem;height:14.5405rem;top:7.26220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe { background-color:#071033;background-image:none;display:block; }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe > .row .container { background-color: transparent; background-image: none; }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe > .row .container > .video-iframe-container { display: none; }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe > .row > .video-iframe-container { display: none; }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe > .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); }#UGUXR7bVu5SdPThmXIqVNzykoHmCRPCe > .row .container { width:20rem;height:71.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgXqWn4IPZ7tKObvfAesFCuwM5zrAfoN { width:20rem;height:2.875rem;top:7.697265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxf9sCTsIQTEZdbcqQctqdV9aDqvJ4eP { width:20rem;height:2.0625rem;top:3.798828125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzImdiQRx7bxZzsCp9LF7bWSQ9vT7p2T { width:13.5625rem;height:10.3125rem;top:13.3730484375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXFnZFIZrsEvH3kVtOxIQtwuDhivaVFQ { width:12.375rem;height:4rem;top:17.8730484375rem;left:3.78125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0d3ABb7prdzhGTFSsFMTX9ANVKUlIrx { width:13.5625rem;height:10.3125rem;top:24.9355484375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Q29OwtFbR1Fgq2wT3eqt9mzmMncT9I { width:12.375rem;height:4rem;top:29.4355484375rem;left:3.78125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJUfnnEWbDWyCZUJoV1JbhGqbGMQBrqz { width:13.5625rem;height:10.3125rem;top:36.4980484375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy4tQKPJc2OPyMgNhWEcLtyQDNLFvVeV { width:12.375rem;height:4rem;top:40.9980484375rem;left:3.78125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyIQ9ZX32d6qbV2PzNttwT3J25OcLWZp { width:13.5625rem;height:10.3125rem;top:48.0605484375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn0gQaqBJFDpToFuT8q205OJCGF9ez14 { width:12.375rem;height:4rem;top:52.5605484375rem;left:3.78125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgJlPqTGFCl6RaHdgN0iQJUtiJG5utBD { width:19.9375rem;height:3.25rem;top:62.123046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQsWtLkS2CfeOXWFusCTKzUeXASXk4IF { display:block; }
 }@media only screen and (max-width: 763px) { #S8uT9DDaViHPrURvafS9bJcJ4EQxhGdx { width:3.5rem;height:3.5rem;top:25.7167984375rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbAvl9HBREuRHqzgmxDBy21OnmtWQl9F { width:4.375rem;height:3.625rem;top:37.2480484375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnaNWseNnW3s0SDHIehfDR1C6U6EsTRS { width:4.1875rem;height:3.3125rem;top:14.2480484375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9KucV0kTqpky8yz3NwJMEddZBiSaXlG { width:3.8125rem;height:3.5rem;top:48.8417984375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chaNotCprglCKauM97AUIGavptQgh61r { display:block; }#chaNotCprglCKauM97AUIGavptQgh61r > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSyCDwZpHnBsQ3MzNv4tE4c83cCvXghO { width:17.625rem;height:4.125rem;top:1.75rem;left:1.1875rem;font-size:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UZRvOrdCpIh2icW51IxcDXwsiBrbohJw { width:12.5rem;height:17.5625rem;top:7.69921875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL1lDZoaOlb4fVGONiDG2u1Tcwif9aM1 { width:12.5rem;height:17.5625rem;top:26.51171875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQOCDhQ2tCVEDmovtSm1gUtSbuvv9Vn4 { width:12.5rem;height:17.5625rem;top:45.32421875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1AHR7L5hTEIXRCKg5tVEOUhNNIqwXuk { width:11.25rem;height:17.5625rem;top:64.13671875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCvQ2v4U0KN7V1ZSCFGPbWx4oIalaiX2 { display:block; }#HCvQ2v4U0KN7V1ZSCFGPbWx4oIalaiX2 > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxXolc8MhZx0s2loAbLBDhM08Z5UeMHK { width:20rem;height:6.1875rem;top:3.1689453125rem;left:0rem;font-size:1.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TEoeoyxBKE79T3IxNR01TzrzJeIC8PhK { display:block; }#TEoeoyxBKE79T3IxNR01TzrzJeIC8PhK > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 { display:flex;height:auto;width:17.5rem;top:0.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #sMAidvZmizUE05FtXOZr5o8uw86sg67r {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #WkLbUFEOBAiPpzndXqufTM3fTrGKuk0h {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #Ul7Ki0AOm2x4dMX4A2BiJ5kOT7giwUdm {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #vJdo8p98wgAtOBHmVhaEqrfAzumssXVl {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #yNFgsDTRds9wRpT3fb0JJUSZaqVF5QBR {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #f4P48k08Okqc1WDKTb3TpmBtIpmI1KKJ {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #JPH0V04FUPZTL6ZvvJpgKM0dAW7xK7Cd {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #OHDT0Tk2kw5Wn9wXyFrmov8A79WuiHiR {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #VTiJTKZDzo6uStSE6wuBBAxXRhyiyZLO {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #sFPJ42NW7A6Z6AhdrXRZik9IFSf68q5c {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #ENpkGh32UubDQOZiZE4H249VmLVoBpDC {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #uqaC6JfMNUPmSGsdgCGrJ3RbSrQSdKZI {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #aFw9ctuehsnEE66kIDH3m90dSCX0ft2w {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #khkOKxXUusyD8QThrVQTt8F1OoeCocX0 {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #l0sKGnTu26JUMwMAq9ZUUlNB6sQnKVVc {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #V9TyDx4b0IA69h9G0rH9tgcNv25JBQv2 {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #ESiaJCEWHGqMZEGvdDviu4vK15yTtf67 {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #eGTnfplV1RFKRzTtrm4GWwDZ9fSoTKIR {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #fBiQzBmS62ybBH3T2kzTS2SkHWvyTac2 {  }
 }@media only screen and (max-width: 763px) { #cDZCoUyqNELw9AuEcc7D2GVPXFKoa5i3 #eu8mKfwepOWFBORm8v2TbyA26RxknfUs {  }
 }@media only screen and (max-width: 763px) { #BLwu8bMamOzePhO9lSnT6fZJXUbaAGew { display:block; }#BLwu8bMamOzePhO9lSnT6fZJXUbaAGew > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeoVvxi9qOLWCIxCZQGh0DkZlEikGbUT { width:20rem;height:7.875rem;top:9.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqxd0MkZH66Uw74fWft6CzWAUXMxOirx { display:flex;width:4.4375rem;height:4.4375rem;top:2.75rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #fFXG02W2E3ZIu7k39fAr476sINTBc8qE { display:flex;width:2.8125rem;height:2.8125rem;top:4.375rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #z7mGBMwx2sUUbh3gdmBxJRyAtrZNMakD { display:flex;width:2.8125rem;height:2.8125rem;top:4.375rem;left:12.5rem; }
 }@media only screen and (max-width: 763px) { #vd8cSu0twHA4dfSShdHicM6FFrcbq24l { display:flex;width:2.125rem;height:2.125rem;top:5.0625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #mnfa0RVz7u0sbTMRkpGM5Vi75p5O5VQq { display:flex;width:2.125rem;height:2.125rem;top:5.0625rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #smu5TULkmlFsABqF4LZbk4nbRaAaKKVe { height:11.25rem;width:20rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLy8P1qtAupm3x2R0XH6TpdvDLEpcuHc { height:11.21875rem;width:20rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRDv010z8PvOFIasV4oI4ITtnsSQXeyd { display:block; }#oRDv010z8PvOFIasV4oI4ITtnsSQXeyd > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT0GyXDnUL2Cv8thoryreln774BnIKzK { display:flex;width:1.5625rem;height:1.5625rem;top:2.6875rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #e9LbbZ8erm6crWpk74gtk2FfPflZNCu4 { display:flex;width:1.5625rem;height:1.5625rem;top:2.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #emM4Uda950Fgm34WxiKMXT0VvtTCHNPN { display:flex;width:1.5625rem;height:1.5625rem;top:2.6875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #FX0XHMf4kLmCabs6fVnmGyJ3FhfGlPlC { display:flex;width:1.5625rem;height:1.5625rem;top:2.6875rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #wcxaiHclovviqKI1mQneSTyiOMp12eEo { display:flex;width:1.5625rem;height:1.5625rem;top:2.6875rem;left:12.1875rem; }
 }@media only screen and (max-width: 763px) { #Se6lXGXRl0WFkUO6uoOHcK16vP7EMEhZ { width:20rem;height:6.5625rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMbcbCw1x1ayDL9p3bTU0MhGMzlto3IX { width:19rem;height:13.75rem;top:14.625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJGg2QChisvatTKsLcQBcyfbgidWT2wl { width:20rem;height:1rem;top:30.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr { display:block; }#qmcbmvoHiWC0oSx9aS41bSC1CXrfi7Mr > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksWDs9TuHZfqWvMMZGgs6I9tyUWpTiWP { width:6.8125rem;height:1.875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAAMfTXCsU40v7ophbM7XxMAKxJQiU0s { width:20rem;height:5rem;top:4.3125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qQHx52QdpVbhZxdfzhQHqlAihNeqQVrC { width:11.125rem;height:9rem;top:11.5625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rag5RNS4BGntQutUuMTzfPpTuyN7AWTJ { width:7.562125rem;height:8rem;top:11.477277755738rem;left:11.188742041588rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 { display:block; }#ZniUOxbJx8gqHOEDd7iQBQiBomGvP4R6 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBcGmphMHZRKmbTIzzW0HfWTaeFwAkLl { width:11.125rem;height:3rem;top:1rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m65PCgbDnsM3DVrszm369TswZ6uMtIy7 { width:11.125rem;height:3rem;top:0.9990234375rem;left:8.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS { display:block; }#FiccGMQd0wT8DLTdQLZ6Js7BfNkPdzuS > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CbGOUVhQ7lHlzQAnoEK983cxIABqTOgH { width:12.125rem;height:1rem;top:0.625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM { display:flex;width:1.25rem;height:1.25rem;top:0.52468109130859rem;left:13.486327528954rem;font-size:0.875rem; }
#WK70kbgzMDnq9sHc8fFXuabGqzKZRuqM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #HAVRpO425wwvTW4LsDniXgMwEUFVUUvq { display:flex;width:1.25rem;height:1.25rem;top:0.5rem;left:18.75rem;font-size:0.875rem; }
#HAVRpO425wwvTW4LsDniXgMwEUFVUUvq > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #rxsl8CRqetMUdirik2NTICT3ypQyyBtW { display:flex;width:1.25rem;height:1.25rem;top:0.52468109130859rem;left:15.243252158165rem;font-size:0.875rem; }
#rxsl8CRqetMUdirik2NTICT3ypQyyBtW > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 { display:flex;width:1.25rem;height:1.25rem;top:0.52468109130859rem;left:17.055220007896rem;font-size:0.875rem; }
#O4dBy5FFdlZQDWAKtMpIOioEmBTRnAF9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }