.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:216,228,250;--color-primary-1:137,173,241;--color-primary-2:58,119,231;--color-primary-3:9,85,225;--color-primary-4:0,29,90;--color-secondary-0:251,236,210;--color-secondary-1:242,197,121;--color-secondary-2:233,158,31;--color-secondary-3:245,114,16;--color-secondary-4:47,32,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"ZUUME BOLD";--paragraphs-font-family:"poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(243deg, #178cff, #275e97);background-image: -moz-linear-gradient(243deg, #178cff, #275e97);background-image: -ms-linear-gradient(243deg, #178cff, #275e97);background-image: -o-linear-gradient(243deg, #178cff, #275e97);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#178cff', endColorstr='#275e97' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#178cff', endColorstr='#275e97' );";background-image: linear-gradient(243deg, #178cff, #275e97);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#kOXe4y4GqZltGpRlfQp1xF5RP1A4tluF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:10.6875rem;top:2.8125rem;left:0.3125rem;overflow:hidden;display:block; }
#PPAwXh97fqIWFS5Ob5NypRdXBONty6BM { background-color:#bfff04;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#002c63;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tactic round exd";font-size:1.125rem;font-weight:700;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:32.96875rem;left:0.25rem;display:block; }
#NRqRrqyDLLrmZ3g6zIctMq3ExkPkqqbG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hbrx9zJL5MTu4Pxgv7KGKKcmMUZufdoL { color:#bfff04;display:block;width:12.5rem;position:absolute;font-family:"tactic round exd";font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:7.78125rem;left:4.28125rem;height:1.25rem;font-style:normal;display:block; }
#HIlNmFT0Ke5cbwp0dfMETJTGsT1QKzff { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15040;background-color:#bfff04;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.375rem;left:0.3125rem;display:block; }
#TzUapr8SF2USyKlJ6ReV9wlp1rEby8WW { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:"tactic round exd";font-size:3.125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:9.75rem;left:0.25rem;height:4.0625rem;font-style:normal;display:block; }
#KRDLBPKobip1ekqrgdCVNXcPqaprMN02 { color:#bfff04;display:block;width:37.5rem;position:absolute;font-family:"tactic round exd";font-size:7.5rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:12.4375rem;left:0rem;height:7.5rem;display:block; }
#U20y8lxiEr21Mc806HIyQWZ9dTlxtogD { box-sizing:content-box;height:3.8125rem;width:25.25rem;position:absolute;display:block;z-index:15043;background-color:rgba(0,88,179,0.7);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.125rem;left:0.3125rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }
#qzTpixWwATpJ65X1uo06EMs1BW3vissl { color:#bfff04;display:block;width:21.25rem;position:absolute;font-family:"tactic round exd";font-size:1.625rem;font-weight:400;z-index:15043;line-height:1;letter-spacing:0;top:22.15625rem;left:2.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTowaRsewFHOph3D4ZqBPEVQWTKaXcZR { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:26.5rem;left:0.3125rem;height:3rem;font-style:normal;display:block; }
#E1d1S9WL1Q2JM1WTS9KTkNmdHaRVrf7E { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.25);border-left:0.0625rem solid rgba(255,255,255,0.25);border-right:0.0625rem solid rgba(255,255,255,0.25);border-bottom:0.0625rem solid rgba(255,255,255,0.25);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tactic round exd";font-size:1.125rem;font-weight:700;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:17.875rem;height:3.375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:32.96875rem;left:19.03125rem;display:block; }
#Tyrug4qALBqF187kAxCgc71dJC3QnnFd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bo8Z2gxXxoPJHQsllpFGeVaIBno3y3wW { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.25rem;width:53.5625rem;top:1.9375rem;left:37.172777777777rem;overflow:hidden;display:block; }
#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#021226;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; }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row .container { background-color: transparent; background-image: none; }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row .container > .video-iframe-container { display: none; }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row > .video-iframe-container { display: none; }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .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); }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row .container { border-width: 0; border-radius: 0; }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#OBpbpT6vZ27aIy3ak5XRalBJqrvUsFym { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"tactic round exd";font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.53125rem;left:0rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HN5xqyDCuu7NGH5d28MkzLp1UDgaUWsO { box-sizing:content-box;height:12.5rem;width:24.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(3,26,58,0.6);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,121,235,0.2);border-left:0.0625rem solid rgba(0,121,235,0.2);border-right:0.0625rem solid rgba(0,121,235,0.2);border-bottom:0.0625rem solid rgba(0,121,235,0.2);top:12.75rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Frnd3L5TOax4d9d1d2LTX5vnOHqsmHGv { box-sizing:content-box;height:12.5rem;width:24.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(3,26,58,0.6);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,121,235,0.2);border-left:0.0625rem solid rgba(0,121,235,0.2);border-right:0.0625rem solid rgba(0,121,235,0.2);border-bottom:0.0625rem solid rgba(0,121,235,0.2);top:12.75rem;left:25.40625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Gap82mEfRquNtFSWcNV6zQ3ennNvKz5e { box-sizing:content-box;height:12.5rem;width:24.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(3,26,58,0.6);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(0,121,235,0.2);border-left:0.0625rem solid rgba(0,121,235,0.2);border-right:0.0625rem solid rgba(0,121,235,0.2);border-bottom:0.0625rem solid rgba(0,121,235,0.2);top:12.75rem;left:50.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#aMRldRARioT5bm5gTZZztSIwk9nNAZ1k { color:#bfff04;display:block;width:12.5rem;position:absolute;font-family:"tactic round exd";font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:3.5625rem;left:29.875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CJCm6DrIkmOeAWchg5pGobJBf5qfyWNg { color:rgba(0,121,235,0.3);display:block;width:15.4375rem;position:absolute;font-family:"tactic round exd";font-size:3.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:13.4375rem;left:1.59375rem;height:4.0625rem;display:block; }
#OzucMRCV19llqWWlf4RNlCIdwACZDhil { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:"tactic round exd";font-size:1.1875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:17.59375rem;left:1.59375rem;height:1.5rem;font-style:normal;display:block; }
#N59VtlGKHhtt0yEBo6TPT2uFvz8Wei8r { color:rgba(255,255,255,0.6);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:20.5rem;left:1.59375rem;height:2.75rem;font-style:normal;display:block; }
#rkN0g9titpvTCW38q1hzVB1o0DLP9T7k { color:rgba(0,121,235,0.3);display:block;width:15.4375rem;position:absolute;font-family:"tactic round exd";font-size:3.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:13.4375rem;left:27.1875rem;height:4.0625rem;display:block; }
#WcILliZqO00OSJ5kCUAkXMt7QnFRIqvK { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:"tactic round exd";font-size:1.1875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:17.625rem;left:27.1875rem;height:1.5rem;font-style:normal;display:block; }
#FiuQFExHJQrE90Vpm4re7A9fo5qI7JA4 { color:rgba(255,255,255,0.6);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:20.5rem;left:27.1875rem;height:2.75rem;font-style:normal;display:block; }
#XmMvIPICLueemCbTgUVkiSv0y9EB0gQT { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:"tactic round exd";font-size:1.1875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:17.625rem;left:52.4375rem;height:;font-style:normal;display:block; }
#DRuyJyWSW4WuR1fqpaBzP9xTT5EgGlQK { color:rgba(0,121,235,0.3);display:block;width:15.4375rem;position:absolute;font-family:"tactic round exd";font-size:3.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:13.4375rem;left:52.4375rem;height:;display:block; }
#klVUyh8IvGVmGtfGdBi2GD7cEb7bad6c { color:rgba(255,255,255,0.6);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:20.5rem;left:52.4375rem;height:2.75rem;font-style:normal;display:block; }
#twa00BM8EOMzzIl8XJrTCnUJAITcXTkg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00337b;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; }#twa00BM8EOMzzIl8XJrTCnUJAITcXTkg > .row .container { background-color: transparent; background-image: none; }#twa00BM8EOMzzIl8XJrTCnUJAITcXTkg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twa00BM8EOMzzIl8XJrTCnUJAITcXTkg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twa00BM8EOMzzIl8XJrTCnUJAITcXTkg > .row .container > .video-iframe-container { display: none; }#twa00BM8EOMzzIl8XJrTCnUJAITcXTkg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twa00BM8EOMzzIl8XJrTCnUJAITcXTkg > .row > .video-iframe-container { display: none; }#twa00BM8EOMzzIl8XJrTCnUJAITcXTkg > .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); }#twa00BM8EOMzzIl8XJrTCnUJAITcXTkg > .row .container { border-width: 0; border-radius: 0; }#twa00BM8EOMzzIl8XJrTCnUJAITcXTkg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#twa00BM8EOMzzIl8XJrTCnUJAITcXTkg > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#KUrBKag9EZd3TyaJSNh7hytoWB6Xfllz { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15044;background-color:#bfff04;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.375rem;left:0.3125rem;display:block; }
#bAipBiCzU1FtTatCekTyGfv2XSd7ZT8S { color:#bfff04;display:block;width:12.5rem;position:absolute;font-family:"tactic round exd";font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:4.8125rem;left:4.3125rem;height:1.25rem;font-style:normal;display:block; }
#ppza8Tg7yRfknQ6bmxlU2pk7FsrLgVPU { color:#bfff04;display:block;width:43.5rem;position:absolute;font-family:"tactic round exd";font-size:3.5625rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:10.6875rem;left:0rem;height:3.5625rem;display:block; }
#dMrr6a6BAHdHpgTQOOiI12n67QKZeyoG { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:"tactic round exd";font-size:2.375rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:7.375rem;left:0.25rem;height:3.0625rem;font-style:normal;display:block; }
#yT7JOrvTe6st52JaAWmx9D3PwpHBefkF { color:rgba(255,255,255,0.8);display:block;width:28.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:17.375rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#RdAO9IBI30g8umeaf4wtCZtCNp9aSB6J { box-sizing:content-box;height:6.25rem;width:27.4375rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),0.03);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.06);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.06);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.06);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.06);top:6.5rem;left:47.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gs8QJPNohHslzySegdQtEby00NTgnTcs { color:rgba(var(--color-tertiary-0),0.3);display:block;width:13.4375rem;position:absolute;font-family:"tactic round exd";font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:8.375rem;left:49.1875rem;height:1.25rem;font-style:normal;display:block; }
#gbntsiAxyt2BpXZrOEaMKhM8DpOwZMTv { color:rgba(255,255,255,0.4);display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:10rem;left:49.1875rem;height:1.1875rem;font-style:normal;display:block; }
#z9PVe0vmostXnAQr8pOMtl3hEt8Ip0yO { color:rgba(255,80,80,0.7);display:block;width:8.1875rem;position:absolute;font-family:"tactic round exd";font-size:2.375rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:8.46875rem;left:65.375rem;height:2.375rem;text-align:right;text-align-last:right;display:block; }
#wQrkTDVnaKi4xNZFkp3LERfTLFdtCKTm { box-sizing:content-box;height:6.25rem;width:27.4375rem;position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(6,31,69,0.9), rgba(3,46,45,0.4));background-image: -moz-linear-gradient(179deg, rgba(6,31,69,0.9), rgba(3,46,45,0.4));background-image: -ms-linear-gradient(179deg, rgba(6,31,69,0.9), rgba(3,46,45,0.4));background-image: -o-linear-gradient(179deg, rgba(6,31,69,0.9), rgba(3,46,45,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#061f45e5', endColorstr='#032e2d66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#061f45e5', endColorstr='#032e2d66' );";background-image: linear-gradient(179deg, rgba(6,31,69,0.9), rgba(3,46,45,0.4));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(191,255,4,0.45);border-left:0.0625rem solid rgba(191,255,4,0.45);border-right:0.0625rem solid rgba(191,255,4,0.45);border-bottom:0.0625rem solid rgba(191,255,4,0.45);top:14rem;left:47.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#fSvMJBHRrCH6knbi7TUyOgcMRyNQqAWm { color:#bfff04;display:block;width:13.4375rem;position:absolute;font-family:"tactic round exd";font-size:1.3125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:15.625rem;left:49.3125rem;height:1.6875rem;font-style:normal;display:block; }
#FLxcsJV46Mg4azsFQ9SeLVwTe2AFiKn9 { color:rgba(255,255,255,0.4);display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:17.75rem;left:49.3125rem;height:1.1875rem;font-style:normal;display:block; }
#HstHM1Grr5ZP25pEsTkFT3JGFkz1ql8i { color:#bfff04;display:block;width:9.1875rem;position:absolute;font-family:"tactic round exd";font-size:2.375rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:16rem;left:64.5rem;height:2.375rem;text-align:right;text-align-last:right;display:block; }
#uE3UAH9pRuq9HrXpIOEyO0KsAPqExC8p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#031a3a;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; }#uE3UAH9pRuq9HrXpIOEyO0KsAPqExC8p > .row .container { background-color: transparent; background-image: none; }#uE3UAH9pRuq9HrXpIOEyO0KsAPqExC8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE3UAH9pRuq9HrXpIOEyO0KsAPqExC8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE3UAH9pRuq9HrXpIOEyO0KsAPqExC8p > .row .container > .video-iframe-container { display: none; }#uE3UAH9pRuq9HrXpIOEyO0KsAPqExC8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE3UAH9pRuq9HrXpIOEyO0KsAPqExC8p > .row > .video-iframe-container { display: none; }#uE3UAH9pRuq9HrXpIOEyO0KsAPqExC8p > .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); }#uE3UAH9pRuq9HrXpIOEyO0KsAPqExC8p > .row .container { border-width: 0; border-radius: 0; }#uE3UAH9pRuq9HrXpIOEyO0KsAPqExC8p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uE3UAH9pRuq9HrXpIOEyO0KsAPqExC8p > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#is0VvtwVCK5i4EOvT2CKP6LsiF5Kmuxm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:26.8125rem;width:47.8125rem;top:9.875rem;left:13.59375rem;display:block; }
#tLWQs3qk0L5W2XMnwzNWGQT1oUmxStBV { color:rgba(var(--color-tertiary-0),1);display:block;width:47.1875rem;position:absolute;font-family:"tactic round exd";font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0625rem;left:13.90625rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JoKAUnbgSuxzE2VdVuM5NQ1sl4pDnse6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#021226;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; }#JoKAUnbgSuxzE2VdVuM5NQ1sl4pDnse6 > .row .container { background-color: transparent; background-image: none; }#JoKAUnbgSuxzE2VdVuM5NQ1sl4pDnse6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoKAUnbgSuxzE2VdVuM5NQ1sl4pDnse6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoKAUnbgSuxzE2VdVuM5NQ1sl4pDnse6 > .row .container > .video-iframe-container { display: none; }#JoKAUnbgSuxzE2VdVuM5NQ1sl4pDnse6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoKAUnbgSuxzE2VdVuM5NQ1sl4pDnse6 > .row > .video-iframe-container { display: none; }#JoKAUnbgSuxzE2VdVuM5NQ1sl4pDnse6 > .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); }#JoKAUnbgSuxzE2VdVuM5NQ1sl4pDnse6 > .row .container { border-width: 0; border-radius: 0; }#JoKAUnbgSuxzE2VdVuM5NQ1sl4pDnse6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JoKAUnbgSuxzE2VdVuM5NQ1sl4pDnse6 > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:rgba(3,26,58,0.6);background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(0,121,235,0.2);border-left:0.0625rem solid rgba(0,121,235,0.2);border-right:0.0625rem solid rgba(0,121,235,0.2);border-bottom:0.0625rem solid rgba(0,121,235,0.2); }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX .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; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX .accordion-heading-text { display:block;position:relative;width:100%;font-family:"tactic round exd";font-weight:400;font-size:0.9375rem;font-style:normal;height:auto;line-height:1.8;overflow:hidden;color:rgba(var(--color-tertiary-0),1); }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden;color:rgba(var(--color-tertiary-0),0.7);font-weight:300;font-style:normal; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX .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_db0bb56123f13a3f344461f92aa3e8c16350f0ab.svg");background-size:contain !important; }#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX .accordion-trigger.adaptive-delivery-prevent-bg, #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX .accordion-trigger.lazyload, #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX .accordion-trigger.lazyloading { background-image: none; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX { box-sizing:content-box;height:auto;width:60rem;position:absolute;display:flex;flex-direction:column;gap:0.75rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.5rem;left:7.5rem; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #z4kyz3Mm6wvAkMqPUmDyl61sHbBpio3O { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #e8xJhrAyU8biPqv4UxdJwnRMQ1QK49Li { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #Acw5f4vyCVApcZXQTsARAQo5np3kNC4I { display:block;position:relative; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #BpE203gxXzJWIRudJfCv77uEkJALmaDi {  }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #rhT6z5XXbqbMO3C329gtQdaOKRKhDWBs {  }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #WcxhVIpvF6ugTmH1RxVVobKXJfhkioo3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #z4NLUWLrXUoJsJQDtpM3saCqOheDTQZf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #qSsmDRh8a4hVWQySP1PnGZfk3bCRQv5z { display:block;position:relative; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #MDSCECefoUq0mcMFo0KDLK2t7Rs2EWTK {  }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #r8kKcrKEbDEQKltcV1z8tyAOO0ZGCBKg { display:none; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #g1FTCpedyEtOs4MX693NA6dRUH7wNLGL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #fcqMTCKH57P72Mtx5TJRzDKJqT9LAvUn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #tMEZiBPlor10KpX0qExtiVcd4rt2pH9t { display:block;position:relative; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #AdxTcaxt0E2qpI5FEwawH8JLCQfeIkPN {  }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #cqAmZ47eNJN2zCMxsGTD4glPTGK22TGI { display:none; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #yDUgyiiSmhMo9hklJJQzmar4NEGIUznq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #dpqCvsZmQLQpSrHmD7XfdrG5rdRKl5eV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #X7w1KylrZiRsfvEm8925NnFKG5HBf6Km { display:block;position:relative; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #h0FiRG27ehH4SzFl0LFTTXvEZinmIo1g {  }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #dWalkwdhnQtVesJGUTO2x6fulluQUxwq { display:none; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #vtlFrelLUlT1P9y1E37elH6aJreS4q8Q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #WqzzhBswE9mQAXV52JyU9UkKJ7U0usEQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #PK0Gq4tX1fnFG1PCyRMQVMomoP3L6VGz { display:block;position:relative; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #NbpTeqORsMoPWHCNZTlzLuQ89ZftIEuH {  }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #CCl5D1k6D3Pm3eTbnokCPF5UAIZuFiDd { display:none; }
#TNfUAJFbK7Xp2FEm1gCwnXhV46KVXJOh { color:rgba(var(--color-tertiary-0),1);display:block;width:47.1875rem;position:absolute;font-family:"tactic round exd";font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4375rem;left:13.90625rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00337b;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; }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row .container { background-color: transparent; background-image: none; }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row .container > .video-iframe-container { display: none; }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row > .video-iframe-container { display: none; }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .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); }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row .container { border-width: 0; border-radius: 0; }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#QDowFFXk3tzs7gcFEOZGBpOF4sNM3JqZ { background-color:#bfff04;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#002c63;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tactic round exd";font-size:1.125rem;font-weight:700;font-style:normal;line-height:.3;overflow:hidden;position:absolute;width:20.375rem;height:3.375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:24.375rem;left:27.3125rem;display:block; }
#gwzELUwQWlTl8EpkgfAETMEKo1LWEQln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DveTTWnT1a6uuLTkLxCgv0iF8io53oqT { color:#bfff04;display:block;width:19.625rem;position:absolute;font-family:"tactic round exd";font-size:0.875rem;font-weight:400;z-index:15045;line-height:1;letter-spacing:0;top:4.4375rem;left:27.6875rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CXiBU32upDaGDxrXEkJH1qT1lvQgTUVw { box-sizing:content-box;height:2.375rem;width:18.25rem;position:absolute;display:block;z-index:15035;background-color:rgba(191,255,4,0.1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(191,255,4,0.35);border-left:0.0625rem solid rgba(191,255,4,0.35);border-right:0.0625rem solid rgba(191,255,4,0.35);border-bottom:0.0625rem solid rgba(191,255,4,0.35);top:3.625rem;left:28.3125rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }
#FWzd4Zv3HX4ZQR8F8zyup6KJMqRo5lyw { color:#bfff04;display:block;width:37.5rem;position:absolute;font-family:"tactic round exd";font-size:7.5rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:10.75rem;left:18.75rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#ynXscapSmUPaETTOMEw6lRJG56kFvPs5 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:"tactic round exd";font-size:3.125rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:7.8125rem;left:24.1875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uAOoHcGTFsCE1FUh5RSR3EPpndJUNvqx { color:rgba(255,255,255,0.6);display:block;width:34.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:20.125rem;left:20.4375rem;height:1.5rem;font-style:normal;display:block; }
#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#021226;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; }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row .container { background-color: transparent; background-image: none; }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row .container > .video-iframe-container { display: none; }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row > .video-iframe-container { display: none; }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .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); }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row .container { border-width: 0; border-radius: 0; }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#LtZSP61xNKoIxqzKBkKIIJpOdZehHls5 { color:rgba(23,134,239,0.5);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOXe4y4GqZltGpRlfQp1xF5RP1A4tluF { top:2.8125rem;left:0rem;width:10.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPAwXh97fqIWFS5Ob5NypRdXBONty6BM { width:17.5625rem;height:3.375rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRqRrqyDLLrmZ3g6zIctMq3ExkPkqqbG { display:block; }
 }@media only screen and (max-width: 763px) { #Hbrx9zJL5MTu4Pxgv7KGKKcmMUZufdoL { top:7.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIlNmFT0Ke5cbwp0dfMETJTGsT1QKzff { top:8.375rem;left:0rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzUapr8SF2USyKlJ6ReV9wlp1rEby8WW { top:9.75rem;left:0rem;width:20rem;height:4.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRDLBPKobip1ekqrgdCVNXcPqaprMN02 { top:12.4375rem;left:0rem;width:37.5rem;height:7.5rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U20y8lxiEr21Mc806HIyQWZ9dTlxtogD { top:21.125rem;left:0rem;width:25.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTpixWwATpJ65X1uo06EMs1BW3vissl { top:22.125rem;left:0rem;width:21.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTowaRsewFHOph3D4ZqBPEVQWTKaXcZR { top:26.5rem;left:0rem;width:28.5rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1d1S9WL1Q2JM1WTS9KTkNmdHaRVrf7E { width:17.875rem;height:3.375rem;top:32.9375rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyrug4qALBqF187kAxCgc71dJC3QnnFd { display:block; }
 }@media only screen and (max-width: 763px) { #Bo8Z2gxXxoPJHQsllpFGeVaIBno3y3wW { top:1.9375rem;left:0rem;width:47.75rem;height:35.882147024504rem;display:block; }
 }@media only screen and (max-width: 763px) { #G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV { display:block; }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBpbpT6vZ27aIy3ak5XRalBJqrvUsFym { top:5.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN5xqyDCuu7NGH5d28MkzLp1UDgaUWsO { top:12.75rem;left:0rem;width:24.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frnd3L5TOax4d9d1d2LTX5vnOHqsmHGv { top:12.75rem;left:11.78125rem;width:24.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gap82mEfRquNtFSWcNV6zQ3ennNvKz5e { top:12.75rem;left:23.5625rem;width:24.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMRldRARioT5bm5gTZZztSIwk9nNAZ1k { top:3.5625rem;left:16.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJCm6DrIkmOeAWchg5pGobJBf5qfyWNg { top:13.4375rem;left:0rem;width:15.4375rem;height:4.0625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzucMRCV19llqWWlf4RNlCIdwACZDhil { top:17.5625rem;left:0rem;width:20rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N59VtlGKHhtt0yEBo6TPT2uFvz8Wei8r { top:20.5rem;left:0rem;width:20.9375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkN0g9titpvTCW38q1hzVB1o0DLP9T7k { top:13.4375rem;left:13.5625rem;width:15.4375rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcILliZqO00OSJ5kCUAkXMt7QnFRIqvK { top:17.625rem;left:13.5625rem;width:20rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiuQFExHJQrE90Vpm4re7A9fo5qI7JA4 { top:20.5rem;left:13.5625rem;width:20.9375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmMvIPICLueemCbTgUVkiSv0y9EB0gQT { top:17.625rem;left:27.75rem;width:20rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRuyJyWSW4WuR1fqpaBzP9xTT5EgGlQK { top:13.4375rem;left:32.3125rem;width:15.4375rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klVUyh8IvGVmGtfGdBi2GD7cEb7bad6c { top:20.5rem;left:26.8125rem;width:20.9375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twa00BM8EOMzzIl8XJrTCnUJAITcXTkg { display:block; }#twa00BM8EOMzzIl8XJrTCnUJAITcXTkg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUrBKag9EZd3TyaJSNh7hytoWB6Xfllz { top:5.375rem;left:0rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAipBiCzU1FtTatCekTyGfv2XSd7ZT8S { top:4.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppza8Tg7yRfknQ6bmxlU2pk7FsrLgVPU { top:10.6875rem;left:0rem;width:43.5rem;height:3.5625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMrr6a6BAHdHpgTQOOiI12n67QKZeyoG { top:7.375rem;left:0rem;width:33.0625rem;height:3.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT7JOrvTe6st52JaAWmx9D3PwpHBefkF { top:17.375rem;left:0rem;width:28.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdAO9IBI30g8umeaf4wtCZtCNp9aSB6J { top:6.5rem;left:20.1875rem;width:27.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs8QJPNohHslzySegdQtEby00NTgnTcs { top:8.375rem;left:34.3125rem;width:13.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbntsiAxyt2BpXZrOEaMKhM8DpOwZMTv { top:10rem;left:30.1875rem;width:17.5625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9PVe0vmostXnAQr8pOMtl3hEt8Ip0yO { top:8.4375rem;left:39.5625rem;width:8.1875rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQrkTDVnaKi4xNZFkp3LERfTLFdtCKTm { top:14rem;left:20.1875rem;width:27.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSvMJBHRrCH6knbi7TUyOgcMRyNQqAWm { top:15.625rem;left:34.3125rem;width:13.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLxcsJV46Mg4azsFQ9SeLVwTe2AFiKn9 { top:17.75rem;left:30.1875rem;width:17.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HstHM1Grr5ZP25pEsTkFT3JGFkz1ql8i { top:16rem;left:38.5625rem;width:9.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE3UAH9pRuq9HrXpIOEyO0KsAPqExC8p { display:block; }#uE3UAH9pRuq9HrXpIOEyO0KsAPqExC8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #is0VvtwVCK5i4EOvT2CKP6LsiF5Kmuxm { top:9.875rem;left:0rem;width:47.75rem;height:26.777450980392rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLWQs3qk0L5W2XMnwzNWGQT1oUmxStBV { top:4.0625rem;left:0.28125rem;width:47.1875rem;height:3.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoKAUnbgSuxzE2VdVuM5NQ1sl4pDnse6 { display:block; }#JoKAUnbgSuxzE2VdVuM5NQ1sl4pDnse6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #z4kyz3Mm6wvAkMqPUmDyl61sHbBpio3O {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #e8xJhrAyU8biPqv4UxdJwnRMQ1QK49Li {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #Acw5f4vyCVApcZXQTsARAQo5np3kNC4I {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #BpE203gxXzJWIRudJfCv77uEkJALmaDi {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #rhT6z5XXbqbMO3C329gtQdaOKRKhDWBs {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #WcxhVIpvF6ugTmH1RxVVobKXJfhkioo3 {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #z4NLUWLrXUoJsJQDtpM3saCqOheDTQZf {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #qSsmDRh8a4hVWQySP1PnGZfk3bCRQv5z {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #MDSCECefoUq0mcMFo0KDLK2t7Rs2EWTK {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #r8kKcrKEbDEQKltcV1z8tyAOO0ZGCBKg {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #g1FTCpedyEtOs4MX693NA6dRUH7wNLGL {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #fcqMTCKH57P72Mtx5TJRzDKJqT9LAvUn {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #tMEZiBPlor10KpX0qExtiVcd4rt2pH9t {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #AdxTcaxt0E2qpI5FEwawH8JLCQfeIkPN {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #cqAmZ47eNJN2zCMxsGTD4glPTGK22TGI {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #yDUgyiiSmhMo9hklJJQzmar4NEGIUznq {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #dpqCvsZmQLQpSrHmD7XfdrG5rdRKl5eV {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #X7w1KylrZiRsfvEm8925NnFKG5HBf6Km {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #h0FiRG27ehH4SzFl0LFTTXvEZinmIo1g {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #dWalkwdhnQtVesJGUTO2x6fulluQUxwq {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #vtlFrelLUlT1P9y1E37elH6aJreS4q8Q {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #WqzzhBswE9mQAXV52JyU9UkKJ7U0usEQ {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #PK0Gq4tX1fnFG1PCyRMQVMomoP3L6VGz {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #NbpTeqORsMoPWHCNZTlzLuQ89ZftIEuH {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #CCl5D1k6D3Pm3eTbnokCPF5UAIZuFiDd {  }
 }@media only screen and (max-width: 763px) { #TNfUAJFbK7Xp2FEm1gCwnXhV46KVXJOh { top:3.4375rem;left:0.28125rem;width:47.1875rem;height:3.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L { display:block; }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDowFFXk3tzs7gcFEOZGBpOF4sNM3JqZ { width:20.375rem;height:3.375rem;top:24.375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwzELUwQWlTl8EpkgfAETMEKo1LWEQln { display:block; }
 }@media only screen and (max-width: 763px) { #DveTTWnT1a6uuLTkLxCgv0iF8io53oqT { top:4.4375rem;left:14.0625rem;width:19.625rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXiBU32upDaGDxrXEkJH1qT1lvQgTUVw { top:3.625rem;left:14.6875rem;width:18.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWzd4Zv3HX4ZQR8F8zyup6KJMqRo5lyw { top:10.75rem;left:5.125rem;width:37.5rem;height:7.5rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynXscapSmUPaETTOMEw6lRJG56kFvPs5 { top:7.8125rem;left:10.5625rem;width:26.625rem;height:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAOoHcGTFsCE1FUh5RSR3EPpndJUNvqx { top:20.125rem;left:6.8125rem;width:34.125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 { display:block; }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtZSP61xNKoIxqzKBkKIIJpOdZehHls5 { top:1.25rem;left:0rem;width:47.75rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1c83dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOXe4y4GqZltGpRlfQp1xF5RP1A4tluF { width:5.625rem;height:1.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPAwXh97fqIWFS5Ob5NypRdXBONty6BM { width:17.1875rem;height:3.4375rem;top:19.4375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRqRrqyDLLrmZ3g6zIctMq3ExkPkqqbG { display:block; }
 }@media only screen and (max-width: 763px) { #Hbrx9zJL5MTu4Pxgv7KGKKcmMUZufdoL { width:12.5rem;height:1.125rem;top:1.09375rem;left:4.75rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HIlNmFT0Ke5cbwp0dfMETJTGsT1QKzff { width:2.1875rem;height:0.0625rem;top:1.625rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzUapr8SF2USyKlJ6ReV9wlp1rEby8WW { width:20rem;height:2.75rem;top:3rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KRDLBPKobip1ekqrgdCVNXcPqaprMN02 { width:20rem;height:4.1875rem;top:5rem;left:0rem;font-size:4.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U20y8lxiEr21Mc806HIyQWZ9dTlxtogD { width:17.5rem;height:2.8125rem;top:10rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTpixWwATpJ65X1uo06EMs1BW3vissl { width:20rem;height:1.125rem;top:10.78125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTowaRsewFHOph3D4ZqBPEVQWTKaXcZR { width:20rem;height:3.9375rem;top:13.84375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1d1S9WL1Q2JM1WTS9KTkNmdHaRVrf7E { width:17.1875rem;height:3.375rem;top:24.0341796875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyrug4qALBqF187kAxCgc71dJC3QnnFd { display:block; }
 }@media only screen and (max-width: 763px) { #Bo8Z2gxXxoPJHQsllpFGeVaIBno3y3wW { width:20rem;height:15.0283203125rem;top:28.7216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV { display:block; }#G54RnRTvXqdSRRAhBlAyd7mD5rvSdXBV > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBpbpT6vZ27aIy3ak5XRalBJqrvUsFym { width:20rem;height:5.125rem;top:3.65625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN5xqyDCuu7NGH5d28MkzLp1UDgaUWsO { width:19.875rem;height:12.5rem;top:11.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frnd3L5TOax4d9d1d2LTX5vnOHqsmHGv { width:19.875rem;height:12.5rem;top:24.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gap82mEfRquNtFSWcNV6zQ3ennNvKz5e { width:19.875rem;height:12.5rem;top:38.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMRldRARioT5bm5gTZZztSIwk9nNAZ1k { width:12.5rem;height:1.125rem;top:2.03125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJCm6DrIkmOeAWchg5pGobJBf5qfyWNg { width:15.4375rem;height:3.5625rem;top:11.59375rem;left:1.28125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzucMRCV19llqWWlf4RNlCIdwACZDhil { width:18.625rem;height:1.5rem;top:15.875rem;left:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N59VtlGKHhtt0yEBo6TPT2uFvz8Wei8r { width:17.0625rem;height:2.75rem;top:18.78125rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkN0g9titpvTCW38q1hzVB1o0DLP9T7k { width:15.4375rem;height:3.5625rem;top:25.46875rem;left:1.46875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcILliZqO00OSJ5kCUAkXMt7QnFRIqvK { width:18.5625rem;height:1.5rem;top:29.78125rem;left:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiuQFExHJQrE90Vpm4re7A9fo5qI7JA4 { width:16.4375rem;height:2.75rem;top:32.65625rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmMvIPICLueemCbTgUVkiSv0y9EB0gQT { width:18.625rem;height:1.5rem;top:43.65625rem;left:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRuyJyWSW4WuR1fqpaBzP9xTT5EgGlQK { width:15.4375rem;height:3.5625rem;top:39.34375rem;left:1.3125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klVUyh8IvGVmGtfGdBi2GD7cEb7bad6c { width:16.8125rem;height:2.75rem;top:46.53125rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twa00BM8EOMzzIl8XJrTCnUJAITcXTkg { display:block; }#twa00BM8EOMzzIl8XJrTCnUJAITcXTkg > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUrBKag9EZd3TyaJSNh7hytoWB6Xfllz { width:2.1875rem;height:0.0625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAipBiCzU1FtTatCekTyGfv2XSd7ZT8S { width:12.5rem;height:1.125rem;top:1.59375rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppza8Tg7yRfknQ6bmxlU2pk7FsrLgVPU { width:20rem;height:5.75rem;top:5.875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMrr6a6BAHdHpgTQOOiI12n67QKZeyoG { width:20rem;height:1.8125rem;top:3.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT7JOrvTe6st52JaAWmx9D3PwpHBefkF { width:20rem;height:3.9375rem;top:12.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdAO9IBI30g8umeaf4wtCZtCNp9aSB6J { width:19.875rem;height:5rem;top:18.8125rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #gs8QJPNohHslzySegdQtEby00NTgnTcs { width:13.4375rem;height:1.125rem;top:20.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbntsiAxyt2BpXZrOEaMKhM8DpOwZMTv { width:17.5625rem;height:1rem;top:21.625rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9PVe0vmostXnAQr8pOMtl3hEt8Ip0yO { width:8.1875rem;height:1.5rem;top:20.65625rem;left:10.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQrkTDVnaKi4xNZFkp3LERfTLFdtCKTm { width:19.875rem;height:5rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSvMJBHRrCH6knbi7TUyOgcMRyNQqAWm { width:13.4375rem;height:1.6875rem;top:26.0625rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLxcsJV46Mg4azsFQ9SeLVwTe2AFiKn9 { width:17.5625rem;height:1.1875rem;top:27.9375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HstHM1Grr5ZP25pEsTkFT3JGFkz1ql8i { width:9.1875rem;height:1.875rem;top:26.5rem;left:9.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE3UAH9pRuq9HrXpIOEyO0KsAPqExC8p { display:block; }#uE3UAH9pRuq9HrXpIOEyO0KsAPqExC8p > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #is0VvtwVCK5i4EOvT2CKP6LsiF5Kmuxm { height:11.21484375rem;width:20rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLWQs3qk0L5W2XMnwzNWGQT1oUmxStBV { width:20rem;height:5.125rem;top:1.75rem;left:0rem;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JoKAUnbgSuxzE2VdVuM5NQ1sl4pDnse6 { display:block; }#JoKAUnbgSuxzE2VdVuM5NQ1sl4pDnse6 > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX .accordion-heading-text { font-size:0.8125rem;height:auto; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg"); }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX { display:flex;height:auto;width:20rem;top:9.21875rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #z4kyz3Mm6wvAkMqPUmDyl61sHbBpio3O {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #e8xJhrAyU8biPqv4UxdJwnRMQ1QK49Li {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #Acw5f4vyCVApcZXQTsARAQo5np3kNC4I {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #BpE203gxXzJWIRudJfCv77uEkJALmaDi {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #rhT6z5XXbqbMO3C329gtQdaOKRKhDWBs {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #WcxhVIpvF6ugTmH1RxVVobKXJfhkioo3 {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #z4NLUWLrXUoJsJQDtpM3saCqOheDTQZf {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #qSsmDRh8a4hVWQySP1PnGZfk3bCRQv5z {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #MDSCECefoUq0mcMFo0KDLK2t7Rs2EWTK {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #r8kKcrKEbDEQKltcV1z8tyAOO0ZGCBKg {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #g1FTCpedyEtOs4MX693NA6dRUH7wNLGL {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #fcqMTCKH57P72Mtx5TJRzDKJqT9LAvUn {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #tMEZiBPlor10KpX0qExtiVcd4rt2pH9t {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #AdxTcaxt0E2qpI5FEwawH8JLCQfeIkPN {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #cqAmZ47eNJN2zCMxsGTD4glPTGK22TGI {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #yDUgyiiSmhMo9hklJJQzmar4NEGIUznq {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #dpqCvsZmQLQpSrHmD7XfdrG5rdRKl5eV {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #X7w1KylrZiRsfvEm8925NnFKG5HBf6Km {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #h0FiRG27ehH4SzFl0LFTTXvEZinmIo1g {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #dWalkwdhnQtVesJGUTO2x6fulluQUxwq {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #vtlFrelLUlT1P9y1E37elH6aJreS4q8Q {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #WqzzhBswE9mQAXV52JyU9UkKJ7U0usEQ {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #PK0Gq4tX1fnFG1PCyRMQVMomoP3L6VGz {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #NbpTeqORsMoPWHCNZTlzLuQ89ZftIEuH {  }
 }@media only screen and (max-width: 763px) { #lMd0nbkCk5w0UmMhbdtwDQ9L2dyrsKCX #CCl5D1k6D3Pm3eTbnokCPF5UAIZuFiDd {  }
 }@media only screen and (max-width: 763px) { #TNfUAJFbK7Xp2FEm1gCwnXhV46KVXJOh { width:20rem;height:5.125rem;top:2.0625rem;left:0rem;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L { display:block; }#BKmoRsRiIa6GXxOS5JmBWJsDykU94p2L > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDowFFXk3tzs7gcFEOZGBpOF4sNM3JqZ { width:19rem;height:3.375rem;top:18.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwzELUwQWlTl8EpkgfAETMEKo1LWEQln { display:block; }
 }@media only screen and (max-width: 763px) { #DveTTWnT1a6uuLTkLxCgv0iF8io53oqT { width:19.625rem;height:0.8125rem;top:3.375rem;left:0.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXiBU32upDaGDxrXEkJH1qT1lvQgTUVw { width:16.5625rem;height:2.125rem;top:2.65625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWzd4Zv3HX4ZQR8F8zyup6KJMqRo5lyw { width:20rem;height:4.375rem;top:8.09375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynXscapSmUPaETTOMEw6lRJG56kFvPs5 { width:20rem;height:2.0625rem;top:6.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAOoHcGTFsCE1FUh5RSR3EPpndJUNvqx { width:20rem;height:2.625rem;top:13.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 { display:block; }#DimxTRdbxVT9DkTSbnxaTEcBD0PgSXF7 > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LtZSP61xNKoIxqzKBkKIIJpOdZehHls5 { width:20rem;height:3.25rem;top:1.21875rem;left:0rem;font-size:0.625rem;color:rgba(23,134,239,0.5);display:block; }
 }