.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:14,154,229;--color-primary-4:0,0,28;--color-secondary-0:88,39,127;--color-secondary-1:62,42,93;--color-secondary-2:38,22,63;--color-secondary-3:34,25,57;--color-secondary-4:19,13,37;--color-tertiary-0:255,255,255;--color-tertiary-1:229,229,229;--color-tertiary-2:215,215,215;--color-tertiary-3:186,186,186;--color-tertiary-4:0,0,0;--headlines-font-family:"GeneralSans";--paragraphs-font-family:"GeneralSans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#30254d;background-image:url("https://images.assets-landingi.com/uc/2e6c8f64-e5ea-4d32-a652-94b04be30efc/KV_Cardura_DESKTOP_v2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C.adaptive-delivery-prevent-bg, #qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C.lazyload, #qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C.lazyloading { background-image: none; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row .container { background-color: transparent; background-image: none; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row .container > .video-iframe-container { display: none; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row > .video-iframe-container { display: none; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .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); }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row .container { border-width: 0; border-radius: 0; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#G7WTAKJA8gN0nxdABrPUlN5VXFCI2IR5 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:10.9375rem;left:0rem;height:9.9rem;font-style:normal;display:block; }
#iNIZA2qXqu0zF6kccgwwuG50x5az5lS3 { background-color:#ff8d07;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.8125rem;left:0rem;display:none; }
#dhi2pSlCs60pJsiDZTMnx4O8Nx4VhEHs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LNTdc4Ev814VT3ThBhAaz02Xf5yxv0Ze { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -moz-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -ms-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -o-linear-gradient(115deg, #f8c019, #fe8c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='#fe8c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='#fe8c00' );";background-image: linear-gradient(115deg, #f8c019, #fe8c00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:none; }
#qg8HppcQq3cvB6MdDI0R51C3QbTISXHX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fBLzGFO3hlborb7utdDoBgQ6ZFbM6ETB { color:rgba(var(--color-tertiary-3),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.138542175293rem;left:0rem;height:1.05625rem;font-style:normal;display:block; }
#gC7SMhC0a6xgNMe7TirbcoRzQ8phkQTB { 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:2.9375rem;width:11.5625rem;top:27.0625rem;left:0rem;overflow:hidden;display:block; }
#Qq25TUP0l8LDxLxyc8T2C950b5T5dCmp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:24.625rem;display:none; }
#aCFrRgvfcSpK6vdauTlIv6tGfJKbJLIk { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:2.5rem;left:0rem;height:2.8125rem;font-style:normal;display:block; }
#JGSeAgTTQ33f7MS3sboy8Tro6TZQJPA0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:27.5rem;left:35.9375rem; }
#JGSeAgTTQ33f7MS3sboy8Tro6TZQJPA0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#fLFvmF4iSTs4BiTLDQTILuJ2kNcs1uWv { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:2.65625rem;left:68.625rem;display:block; }
#XEFvZSTwrltMwBWVHsciSatrACMbp4Wi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kFVqE8ezLMLxGptQHTwZo0mk9rkL2H2r { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0625rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:2.65625rem;left:56.75rem;display:block; }
#q2w8saD7p8BPge9rRvXsBIrPkfR92LzW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ip1J7JZ6o60H2ToDwrKbwkNd95bFQQwh { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:2.5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:2.65625rem;left:61.875rem;display:block; }
#WB7A1hSVzh9VkhngSy75iOeAF5TR02ea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QeS2qI5tW3NSkVFVcUKEn6zCv86Ka38B { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#30254d;background-image:url("https://images.assets-landingi.com/uc/2e6c8f64-e5ea-4d32-a652-94b04be30efc/KV_Cardura_DESKTOP_v2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7.adaptive-delivery-prevent-bg, #b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7.lazyload, #b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7.lazyloading { background-image: none; }#b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7 > .row .container { border-width: 0; border-radius: 0; }#b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7 > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:none; }#EhvL00sSr3qx98R82m3JG456k4d4cJ3d { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:15.9375rem;left:0rem;height:9.9rem;font-style:normal;display:block; }
#U81hwKacuiXHsQoXlZ6MppwQxqXQaK5Z { background-color:#ff8d07;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.8125rem;left:0rem;display:none; }
#hfD9qyUdtuXnm76HDkMpWaz6yXGMNxEn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lmkG2BUCJ4wDvAdywhNptCzzzRGfRwle { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -moz-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -ms-linear-gradient(115deg, #f8c019, #fe8c00);background-image: -o-linear-gradient(115deg, #f8c019, #fe8c00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='#fe8c00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='#fe8c00' );";background-image: linear-gradient(115deg, #f8c019, #fe8c00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:none; }
#b8vAnKvVh8IDxBuv4QiUAeR1fVmMvmen { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V1QtzPNx9RAJLVItq5qBw6eVSZwTb3Qs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:24.625rem;display:none; }
#GCFQvucJBW2ZuaXXAaTBPySxhfwyR9kz { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:2.5rem;left:0rem;height:2.8125rem;font-style:normal;display:block; }
#IrTPO2u3THpTpfVEu21oTTXDOcPDUuZz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:28.125rem;left:35.9375rem; }
#IrTPO2u3THpTpfVEu21oTTXDOcPDUuZz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#fRDmKUTa2OGkP3DR1ymIzxKaWu59kWWm { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:2.65625rem;left:56.8125rem;display:block; }
#N7VzNmL2FVIOEW9V1Q0ImE9l4A3gI6fO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#utIdlHy7Q2CCTP3RulF1q9dpk5PbxCHn { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0625rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:2.65625rem;left:63.25rem;display:block; }
#N1ve9JZJwDwdzDAIDoLdAEobzHFuuNtm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u13Ffi96v6so3i5ld8q1I29uChVCMZaW { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.25);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:2.5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:2.65625rem;left:68.375rem;display:block; }
#RilnQ7707cTXtJyLT14D59L1nUCkJqHN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NHbDVy63gcKSlxkGBgPawG2zsz21GTOs { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#PcvtZsgrDsg3o4GCpJULrzJ9VFa3lS5R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#PcvtZsgrDsg3o4GCpJULrzJ9VFa3lS5R > .row .container { background-color: transparent; background-image: none; }#PcvtZsgrDsg3o4GCpJULrzJ9VFa3lS5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcvtZsgrDsg3o4GCpJULrzJ9VFa3lS5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcvtZsgrDsg3o4GCpJULrzJ9VFa3lS5R > .row .container > .video-iframe-container { display: none; }#PcvtZsgrDsg3o4GCpJULrzJ9VFa3lS5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcvtZsgrDsg3o4GCpJULrzJ9VFa3lS5R > .row > .video-iframe-container { display: none; }#PcvtZsgrDsg3o4GCpJULrzJ9VFa3lS5R > .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); }#PcvtZsgrDsg3o4GCpJULrzJ9VFa3lS5R > .row .container { border-width: 0; border-radius: 0; }#PcvtZsgrDsg3o4GCpJULrzJ9VFa3lS5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PcvtZsgrDsg3o4GCpJULrzJ9VFa3lS5R > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#mrqIssr81K0UGRrGiaTOnF5lsTXD6OBm { color:rgba(var(--color-tertiary-2),1);display:block;width:74.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:8.5rem;left:0rem;height:11.25rem;font-style:normal;display:block; }
#w2XSQ4Dm2NgFkamNC06GxVhy0EA5FTkr { position:absolute;display:block;z-index:15026;background-color:#f1ca15;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:5.9375rem;left:35.4375rem;display:block; }
#bgRSDsNuNnhbOAl9kB3LFNUqnZm4Rtk2 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZFsIpN0wZsinLtCU5rHWhPVchST7i1mC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #703e97, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(135deg, #703e97, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(135deg, #703e97, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(135deg, #703e97, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#703e97', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#703e97', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(135deg, #703e97, rgba(var(--color-secondary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZFsIpN0wZsinLtCU5rHWhPVchST7i1mC > .row .container { border-width: 0; border-radius: 0; }#ZFsIpN0wZsinLtCU5rHWhPVchST7i1mC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZFsIpN0wZsinLtCU5rHWhPVchST7i1mC > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:none; }#kepLyyxAzTi7mEkR5C3BTVQ0hLB5vKql { color:rgba(var(--color-tertiary-0),1);display:block;width:53.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:10.8125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sPdtfqS31eAt3zMGatDTpx307B1qFdF5 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.0625rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#i35zu2gAJKI1TXmxgsmRo8i41tknJO8A { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.0625rem;left:52.5rem;height:3.25rem;font-style:normal;display:block; }
#EvGeV3IpQPf9AHf2fJ8lUKDRCXTLTiIB { position:absolute;display:block;z-index:15024;background-color:#f1ca15;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:6rem;left:35rem;display:block; }
#WmXnbGGpoUXNpF7VCcIhUgQbya5E3fEp { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.8125rem;width:22.5rem;top:8rem;left:0rem;overflow:hidden;display:block; }
#lto2xoLU2iqTTLT6giG9a0L9BfwLBoWX { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.8125rem;width:22.5rem;top:8rem;left:52.5rem;overflow:hidden;display:block; }
#xBFVq6J5f0qMf8ybvCNtC2BByd35kRqs { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:24.125rem;left:52.5rem;height:1.4625rem;font-style:normal;display:block; }
#HTarBKylRmKRf0xuWPhaHlkJTTTOgaAU { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.125rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#zvOHnc5FQ0EE6CtrsDynTElNtGuhVOdQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:19.125rem;left:18.75rem; }
#VQwZKAK3zUkLs6XqTRPJGvKtnTmaa0eN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:19.125rem;left:71.25rem; }
#ptwVGloPeabamNNiaFmuGXiprNTLCexq { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:43.25rem;left:0rem;display:block; }
#fx5C3Q36aEXrg5Do8O8ZzNCI05Xn7RPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FQGrOK67Ju8HeXQ2viI5v9QHIQUVR30f { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:41.762500762939rem;left:52.5rem;display:block; }
#fJeuMJ19wiHwQIph3zMUrIyytPMImbdk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvW5xKcLHK4X0qGb0TeVDWdnZJGMPDpc { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:29.8125rem;left:52.5rem;height:1.3rem;font-style:normal;display:block; }
#O4UFTcrHAV7J36pEEzN7bKo0AabSFqck { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:29.8125rem;left:0rem;height:1.3rem;font-style:normal;display:block; }
#xhwoQkQ0wf8R7UZPPkmXfyN0MDsEvivK { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:32.237499237061rem;left:52.5rem;height:8.4rem;font-style:normal;display:block; }
#FDCITV6okFqslNusQVdzOAEUA2kZV9Qi { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:32.25rem;left:0rem;height:9.8rem;font-style:normal;display:block; }
#MLblWVXDcbf5iuiMikxo82BE5wMHs9JX { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:32.25rem;left:26.25rem;height:11.2rem;font-style:normal;display:block; }
#TV4dmBbzTdoxzHo8IpwxOfABWv71rhTu { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:26.0625rem;left:26.25rem;height:3.25rem;font-style:normal;display:block; }
#hNfLR09tg6euczfZuhfpsE1TT0PGln7E { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:29.8125rem;left:26.25rem;height:1.3rem;font-style:normal;display:block; }
#Ql4ITz8FTVt9DW0g1HXFD7R98ft9PUfL { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:24.125rem;left:26.25rem;height:1.4625rem;font-style:normal;display:block; }
#kiJ5RSlKw6bh21rTRCWJUEVX4xlkGgdE { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.8125rem;width:22.5rem;top:8rem;left:26.25rem;overflow:hidden;display:block; }
#IrvVr8PaapayvS0mouuGCJZZen5uVe5p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:19.125rem;left:45rem; }
#DOwFIwWWc5kVhAo9g17XTbulQFFJuWJL { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:44.6875rem;left:26.25rem;display:block; }
#Io7AZT6clzg8p5AfTdDHVbk5Rl5170Jz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FyIgxmtiA25zaE3DDBvCfMooZTTHXh2e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#703e97;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; }#FyIgxmtiA25zaE3DDBvCfMooZTTHXh2e > .row .container { background-color: transparent; background-image: none; }#FyIgxmtiA25zaE3DDBvCfMooZTTHXh2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyIgxmtiA25zaE3DDBvCfMooZTTHXh2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyIgxmtiA25zaE3DDBvCfMooZTTHXh2e > .row .container > .video-iframe-container { display: none; }#FyIgxmtiA25zaE3DDBvCfMooZTTHXh2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyIgxmtiA25zaE3DDBvCfMooZTTHXh2e > .row > .video-iframe-container { display: none; }#FyIgxmtiA25zaE3DDBvCfMooZTTHXh2e > .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); }#FyIgxmtiA25zaE3DDBvCfMooZTTHXh2e > .row .container { border-width: 0; border-radius: 0; }#FyIgxmtiA25zaE3DDBvCfMooZTTHXh2e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyIgxmtiA25zaE3DDBvCfMooZTTHXh2e > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#d2Co74at61uTwTAlR2fDe49l3fyn2TcR { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bDxFDGaJk4wrPlX6cLao9aG0kpAu5O9G { position:absolute;display:block;z-index:15024;background-color:#f1ca15;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:6rem;left:35rem;display:block; }
#xVe9R4mXQXRnfHJoZg7IP6O4KgiO14J5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#703e97;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; }#xVe9R4mXQXRnfHJoZg7IP6O4KgiO14J5 > .row .container { background-color: transparent; background-image: none; }#xVe9R4mXQXRnfHJoZg7IP6O4KgiO14J5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVe9R4mXQXRnfHJoZg7IP6O4KgiO14J5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVe9R4mXQXRnfHJoZg7IP6O4KgiO14J5 > .row .container > .video-iframe-container { display: none; }#xVe9R4mXQXRnfHJoZg7IP6O4KgiO14J5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVe9R4mXQXRnfHJoZg7IP6O4KgiO14J5 > .row > .video-iframe-container { display: none; }#xVe9R4mXQXRnfHJoZg7IP6O4KgiO14J5 > .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); }#xVe9R4mXQXRnfHJoZg7IP6O4KgiO14J5 > .row .container { border-width: 0; border-radius: 0; }#xVe9R4mXQXRnfHJoZg7IP6O4KgiO14J5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xVe9R4mXQXRnfHJoZg7IP6O4KgiO14J5 > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#eBEfXW3kcO9vMWvx4o3FHUTXxp6fz44I { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.875rem;left:19.375rem;height:6.5rem;font-style:normal;display:block; }
#LgDtvTwtD73uPmr8eLsqh1TJSHqTZGg2 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:11.0625rem;width:16.875rem;top:0rem;left:19.375rem;overflow:hidden;display:block; }
#crOXZJCUiLWZ9Wd47wtvM2iq5BmmlCob { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11.6875rem;left:19.375rem;height:1.38125rem;font-style:normal;display:block; }
#JiRq7Z0IZ9chqGx4ZFqdefCltvT6wdsE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:7.375rem;left:32.5625rem; }
#RfOstCtQMG5kc2VrPCAXZnG5yql8Alfk { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:28.4375rem;left:19.375rem;display:block; }
#ThLZvtuGAkWkQyWgMCvnrOz9U1fyCJuQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRwSIM6Qt2EcSgD1JgTUBs4Rqq6TohtH { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.0625rem;left:19.375rem;height:1.1375rem;font-style:normal;display:block; }
#uAt3NxtIrTKiwCuT1uLUuTwdR3OTq3Pb { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:23.0625rem;left:19.375rem;height:4.2rem;font-style:normal;display:block; }
#qqOzZxZpmKmV23R0rd7ERrmu3Jv9rU9f { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:23.0625rem;left:38.75rem;height:4.2rem;font-style:normal;display:block; }
#kC5xDHzBZa6wByJ1fm8H76slTIfcLPWM { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.875rem;left:38.75rem;height:6.5rem;font-style:normal;display:block; }
#zb2Qw3xDgCfFAdOgDkT7hNEMrknvNxuE { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.0625rem;left:38.75rem;height:1.1375rem;font-style:normal;display:block; }
#SWoGZ5Gr67vMSuNkJ4mf96S2D0eDR44T { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:11.6875rem;left:38.75rem;height:1.38125rem;font-style:normal;display:block; }
#gB1iuukPH8NMIT945LbgyPTKdcTO2kan { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:11.0625rem;width:16.875rem;top:0rem;left:38.75rem;overflow:hidden;display:block; }
#FeRefLa91GWuIxF4JwkWUnIgqIK3lsXy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7.375rem;left:51.875rem; }
#HP6XUbtM1WMMLqzQpf8FlX1XKdelgDhZ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:28.4375rem;left:38.75rem;display:block; }
#B9Dmx96DDvrLhfVsOrCU5g8JD2yZ9gyP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nIUw5BhGd3W3ebozZ9LGaGGwMzCDqLn3 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:11.0625rem;width:16.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uyxbuTIxK2NKgrTf5AZBUJv2TSXW5DSE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.375rem;left:13.1875rem; }
#SD7wv65GsO0eOIXcC6zrHoSUKuBTagye { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:28.4375rem;left:0rem;display:block; }
#vkb2qs2mGr1SdimgUCFbuMT3TO5Sogxf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oW29RB3BduuDJ3l60WUWelkXbIWzVTCt { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:23.0625rem;left:0rem;height:4.2rem;font-style:normal;display:block; }
#DoDTDHqF8I6kzafmokL4VaQRGwimTixi { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.0625rem;left:0rem;height:1.1375rem;font-style:normal;display:block; }
#EVTcphgNG3asiaU0v3uKS0T0yFkPdw62 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.875rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#suT2Tef7MVRtZVvMEcwmQ64ZrlugWfNJ { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0rem;height:1.38125rem;font-style:normal;display:block; }
#vUvbqEat5bWxLTWUvh6F7OU9WCT62fxD { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:28.375rem;left:57.625rem;display:block; }
#RWIEmhu0EhBD3n8ReS1fedWKO2ew5pGV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OJ9NIr2yRxGkSNLm8y82JRoFTONCOPW2 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:21.5625rem;left:57.625rem;height:5.6rem;font-style:normal;display:block; }
#n8sVlGZ0orpC4vNTZwou9SdL6oyxzluw { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.5rem;left:57.625rem;height:1.1375rem;font-style:normal;display:block; }
#Q2qlU10qdN7CoGCaZhMiSTk368Jx3S9G { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.875rem;left:57.625rem;height:4.875rem;font-style:normal;display:block; }
#JT9sdkNtbidmUamvyUTUE5kmukiCqKtS { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:11.6875rem;left:57.625rem;height:1.38125rem;font-style:normal;display:block; }
#TU4hQLJ4O5qBsm004SU2GyQypKWqWkAa { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:11.0625rem;width:16.875rem;top:0rem;left:57.625rem;overflow:hidden;display:block; }
#INmJXtzimaZfZEduhi2JWBvxAtxkvBiI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.375rem;left:70.8125rem; }
#iTKARARTZtiAQm3rOWk3rktBm82KbiTy { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:0.75rem;left:1rem;height:0;font-style:normal;display:block; }
#Gpd6g1gk7mNEAhQbOqUKfqPRD0aiA2H2 { position:absolute;display:block;z-index:15039;background-color:#3e2a5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.5rem;width:4.75rem;top:0.625rem;left:0.625rem;display:block; }
#IKhGNf01rpIu7GBT6mJHWT0W856SAStU { position:absolute;display:block;z-index:15041;background-color:#3e2a5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.5rem;width:4.75rem;top:0.625rem;left:20rem;display:block; }
#CGwGRDiE1BF5qCe8Dcg0y019XbV8mmGF { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:0.75rem;left:20.375rem;height:1.1375rem;font-style:normal;display:block; }
#Wf0NS7TSTiNq71MLQCfTuXAPqblJSrEJ { position:absolute;display:block;z-index:15043;background-color:#3e2a5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.5rem;width:4.75rem;top:0.625rem;left:39.375rem;display:block; }
#eZQ1ukdwZewe4iwXrFMNtMLGy5P84guH { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:0.75rem;left:39.75rem;height:1.1375rem;font-style:normal;display:block; }
#M7rcSUKKxLMSQQ5edapUTfm2WSxnikbb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#703e97;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; }#M7rcSUKKxLMSQQ5edapUTfm2WSxnikbb > .row .container { background-color: transparent; background-image: none; }#M7rcSUKKxLMSQQ5edapUTfm2WSxnikbb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7rcSUKKxLMSQQ5edapUTfm2WSxnikbb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7rcSUKKxLMSQQ5edapUTfm2WSxnikbb > .row .container > .video-iframe-container { display: none; }#M7rcSUKKxLMSQQ5edapUTfm2WSxnikbb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7rcSUKKxLMSQQ5edapUTfm2WSxnikbb > .row > .video-iframe-container { display: none; }#M7rcSUKKxLMSQQ5edapUTfm2WSxnikbb > .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); }#M7rcSUKKxLMSQQ5edapUTfm2WSxnikbb > .row .container { border-width: 0; border-radius: 0; }#M7rcSUKKxLMSQQ5edapUTfm2WSxnikbb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M7rcSUKKxLMSQQ5edapUTfm2WSxnikbb > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#ExBBiTBirQ3hF0FiqwWFq214rhXTpJon { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.875rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#usWgcMDPmaWRt2wJxfXARqAWp9Tm7w84 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.875rem;left:38.75rem;height:4.875rem;font-style:normal;display:block; }
#ClV5ahTCwAfpgeh835DUTv0OOguZ40iD { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:11.0625rem;width:16.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Uhmpqi5vgnISTK8b2x1b98tr1vvRQ1mX { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:11.0625rem;width:16.875rem;top:0rem;left:38.75rem;overflow:hidden;display:block; }
#f9TgGgLFsdURiFyoJhCZGV6IadO3SwT9 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:11.6875rem;left:38.75rem;height:1.38125rem;font-style:normal;display:block; }
#OJWvw2EfgSIp2mBrO96UCqSuBXsbUtot { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0rem;height:1.38125rem;font-style:normal;display:block; }
#cfvIUMuBpTWyKF7ciMPhC6RvTnODgxUk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:7.375rem;left:13.1875rem; }
#nwBNv2e9HJ8OlBwlGhGeRfSBydQ4UluE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.375rem;left:51.875rem; }
#uBcc1Wxlu3Cck70xf2hSfbPoZDqKdiu2 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:28.3125rem;left:0rem;display:block; }
#lup245GhWz9EWavQTZI5i67agoVrhTZz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vtRTc8B8xM6bDczBPQh4TOlD0uTt4Gbv { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.25rem;left:38.75rem;display:block; }
#zrIT1HItBKeLGLsASPR5CoJQULUrK9Oh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T36fDtx0naT5BOsGX1aacCpTuKNky1ZV { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.412506103516rem;left:38.75rem;height:1.1375rem;font-style:normal;display:block; }
#cmxnAC6darNU1QaPSkZMGnPZLyTEMWfB { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.5rem;left:0rem;height:1.1375rem;font-style:normal;display:block; }
#g0mPXfTwRXf74SHaIR7RiPkyLSsFqmJ0 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:21.462493896484rem;left:38.75rem;height:5.6rem;font-style:normal;display:block; }
#t8HWECdG2ZSolPsxu8GKRn3yL5AbfCws { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:21.5625rem;left:0rem;height:5.6rem;font-style:normal;display:block; }
#qFITURm6JBJCcu2Hk07pwETxUN2svtmK { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:20rem;left:19.375rem;height:5.6rem;font-style:normal;display:block; }
#oMMrLz01kVEHAA0XKqwUbfKcwMt7mHPK { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.875rem;left:19.375rem;height:3.25rem;font-style:normal;display:block; }
#TLfBrOa6MRh4aJSGtqVCzl87iloOKNFd { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:17.8125rem;left:19.375rem;height:1.1375rem;font-style:normal;display:block; }
#rhZ5KxXUBUVKBIyCFaWUSct1LwBRrGTZ { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:11.6875rem;left:19.375rem;height:1.38125rem;font-style:normal;display:block; }
#mTNyftzXViTWqHaQ9WPgrpSVQMeU9xfU { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:11.0625rem;width:16.875rem;top:0rem;left:19.375rem;overflow:hidden;display:block; }
#NrmPm5C4uzPeBw1TamBksl3encLR0onk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7.375rem;left:32.5rem; }
#N808eVZeTOA1xINNKu78Q5Le6GyiZ7wB { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:26.75rem;left:19.375rem;display:block; }
#xPTLDyqIVkTOblzhnqTPTfZXVpNoFdRg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#srN7TfDVXaHql4ATwQdFgK8gPcxsCqa2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#srN7TfDVXaHql4ATwQdFgK8gPcxsCqa2 > .row .container { background-color: transparent; background-image: none; }#srN7TfDVXaHql4ATwQdFgK8gPcxsCqa2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srN7TfDVXaHql4ATwQdFgK8gPcxsCqa2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srN7TfDVXaHql4ATwQdFgK8gPcxsCqa2 > .row .container > .video-iframe-container { display: none; }#srN7TfDVXaHql4ATwQdFgK8gPcxsCqa2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srN7TfDVXaHql4ATwQdFgK8gPcxsCqa2 > .row > .video-iframe-container { display: none; }#srN7TfDVXaHql4ATwQdFgK8gPcxsCqa2 > .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); }#srN7TfDVXaHql4ATwQdFgK8gPcxsCqa2 > .row .container { border-width: 0; border-radius: 0; }#srN7TfDVXaHql4ATwQdFgK8gPcxsCqa2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srN7TfDVXaHql4ATwQdFgK8gPcxsCqa2 > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#o3yvkV4RetLb9oCCPI3xzaZREoGuGidn { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ca4C4ecpRWWWqUIWVv9cR8TWDdlVEllA { color:rgba(var(--color-tertiary-0),1);display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.875rem;left:1.25rem;height:1.95rem;font-style:normal;display:block; }
#EevElUmpzH8DhvW0kddCCc9rAPR1rgLW { position:absolute;display:block;z-index:15024;background-color:#f1ca15;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:5.9375rem;left:35rem;display:block; }
#nZS51lw5a6dEb2Et66a44fSaZF2S7OKd { color:rgba(var(--color-tertiary-0),1);display:block;width:43.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:13.025001525879rem;left:1.25rem;height:2.8rem;font-style:normal;display:block; }
#IdKSr5g1k2UJCqiqwfPZw7W90AslxtFV { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.75rem;width:24.5rem;top:8.625rem;left:50.5rem;overflow:hidden;display:block; }
#TNCqm9t5KrUvhVBQRSeFFtG9TwERidfH { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.1875rem;left:43.1875rem;height:1.1375rem;font-style:normal;display:block; }
#bygn1oCi9qx8VrmZtN9OnBBf6wzQMaH9 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:19.0625rem;left:41.4375rem; }
#nTvGnwH6DhwiI76dCUQX1SRTTRb4gbEf { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:18.587501525879rem;left:1.25rem;display:block; }
#ziN80Ts6z8TtolxgXsxKe6tSZB9X3nUt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIcQqP92vLsHyHgpNuLbn7t0BZ6x6Xqu { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0.95);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.75rem;width:75rem;top:8.625rem;left:0rem;display:block; }
#aCaEsmdolba0VVtsST8Dr6ogFilqVW0N { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:18.625rem;left:71.25rem; }
#WgpNaUB5e7F9P3MX92G2Xokqk8Ts8dqB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WgpNaUB5e7F9P3MX92G2Xokqk8Ts8dqB > .row .container { background-color: transparent; background-image: none; }#WgpNaUB5e7F9P3MX92G2Xokqk8Ts8dqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgpNaUB5e7F9P3MX92G2Xokqk8Ts8dqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgpNaUB5e7F9P3MX92G2Xokqk8Ts8dqB > .row .container > .video-iframe-container { display: none; }#WgpNaUB5e7F9P3MX92G2Xokqk8Ts8dqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgpNaUB5e7F9P3MX92G2Xokqk8Ts8dqB > .row > .video-iframe-container { display: none; }#WgpNaUB5e7F9P3MX92G2Xokqk8Ts8dqB > .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); }#WgpNaUB5e7F9P3MX92G2Xokqk8Ts8dqB > .row .container { border-width: 0; border-radius: 0; }#WgpNaUB5e7F9P3MX92G2Xokqk8Ts8dqB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WgpNaUB5e7F9P3MX92G2Xokqk8Ts8dqB > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#kDGdl5MonEUHuCqXkPPvodlSifaXvtTf { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.9375rem;left:38.125rem;height:4.225rem;font-style:normal;display:block; }
#CJbdK8u4csRp9qmM2Mh1MokBxuPvDLye { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.5625rem;width:36.875rem;top:7.9375rem;left:0rem;overflow:hidden;display:block; }
#wH1o9SzCZCGHARr1wmM2GlpTurITGA4q { color:rgba(var(--color-tertiary-2),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.3125rem;left:38.125rem;height:6.5rem;font-style:normal;display:block; }
#LQx4ICIqxp33TyTfkKHM1RkQnN56cARn { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:24.0625rem;left:38.125rem;display:block; }
#uOxthEPnikrw5KzJNwkkqk0Z0PgCwBNo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHJAQhlOJcgbvpbFzzgxAoR29klKd3Re { position:absolute;display:block;z-index:15026;background-color:#f1ca15;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:5.9375rem;left:35.4375rem;display:block; }
#anbaG0JnTAhzSq1DzCawnNWFX42zCFWK { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SgUOLBukqPciogOfTZD63plSuTEQx4xN { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.818748474121rem;left:38.125rem;height:2.6rem;font-style:normal;display:block; }
#nTl3TZILMwX0sOnaxdzZIRuKab5c04mI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nTl3TZILMwX0sOnaxdzZIRuKab5c04mI > .row .container { border-width: 0; border-radius: 0; }#nTl3TZILMwX0sOnaxdzZIRuKab5c04mI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTl3TZILMwX0sOnaxdzZIRuKab5c04mI > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:none; }#LWemAUt8WcOQWTgiODGB1C0aIhSuytu9 { color:rgba(var(--color-tertiary-0),1);display:block;width:72.5rem;position:absolute;font-family:dmsans;font-size:2rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:27.03750038147rem;left:1.25rem;height:4.8rem;font-style:normal;display:block; }
#CIPRR4BtBy6ESWAM6HRLIHNiZQ4p8Qvd { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:32.5rem;width:75rem;top:7.9375rem;left:0rem;overflow:hidden;display:block; }
#HpBFSi2kiBnT8X6edUiDfKqX3hXUFZhs { color:rgba(var(--color-tertiary-2),1);display:block;width:70rem;position:absolute;font-family:dmsans;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:32.450000762939rem;left:1.25rem;height:2.925rem;font-style:normal;display:block; }
#cTDDDPsk8Shb4XpTmZTT341f3o6nHanQ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dmsans;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:36.625rem;left:1.25rem;display:block; }
#VkPX4NB3mH56o2sbwVpWDEoDuKXpzVoG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p04NVqvE0mu5oNEckvAngTpka6F1Nriv { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:5.9375rem;left:35.4375rem;display:block; }
#vTUAF0k3uVxeim1X26TPQZnF1cZm74Oc { color:rgba(var(--color-tertiary-0),1);display:block;width:53.375rem;position:absolute;font-family:dmsans;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:11.25rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XbATmgt7Up4H797S7hbCUMpGKHo5HtsM { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),0.57));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),0.57));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),0.57));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),0.57));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),0.57)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),0.57)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),0.57));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.875rem;width:75rem;top:17.5625rem;left:0rem;display:block; }
#Ugl0AC64I0TwOdS0WuV3f56hdgv5CzyH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:36.875rem;display:none; }
#hJOoZGwVpiNv1sBONGHzfZbExDS1VgnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #703e97, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(135deg, #703e97, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(135deg, #703e97, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(135deg, #703e97, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#703e97', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#703e97', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(135deg, #703e97, rgba(var(--color-secondary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hJOoZGwVpiNv1sBONGHzfZbExDS1VgnQ > .row .container { border-width: 0; border-radius: 0; }#hJOoZGwVpiNv1sBONGHzfZbExDS1VgnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hJOoZGwVpiNv1sBONGHzfZbExDS1VgnQ > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:75rem;position:relative;display:none; }#SDKhUorUXVCO0a4JekPlMtoTULNSXqU6 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:10.8125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CotTeKFoqo0bZ26hOV9JXHLzOvmc91sf { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:34.1875rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#oXOM9AE4SQgXzuXM4V7Ml2rqmdBb10kW { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.1875rem;left:39.375rem;height:1.625rem;font-style:normal;display:block; }
#TC8N77O516zc7gPLxE9OPlgp1lMmg9Eh { position:absolute;display:block;z-index:15024;background-color:#f1ca15;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:6rem;left:35rem;display:block; }
#K5ECRqQ6ZNttGDUqXu23JskkdEP0C7DO { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:23.5rem;width:35.625rem;top:8rem;left:0rem;overflow:hidden;display:block; }
#DtQlGJbzxyTxETsD16WGy1gOqyfAP9Gr { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:23.5rem;width:35.625rem;top:8rem;left:39.375rem;overflow:hidden;display:block; }
#V6AlDamAR4PFEwoXp6OM7VwoO8INLNB3 { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:32.25rem;left:39.375rem;height:1.4625rem;font-style:normal;display:block; }
#hgoe09QPFvrRTppk3hlkw5vyWmLod0eZ { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:32.25rem;left:0rem;height:;font-style:normal;display:block; }
#FH8OigQbDQ68VM2dXNq5EJUZakz3OXsF { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:26.5625rem;left:30.6875rem; }
#lzHgwMKKll1Kr0AA5h3xb2azEqCEISW1 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:26.5625rem;left:70rem; }
#TWNFMl7DotudF0yOmZxSQJiIgtp0fdWz { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:50rem;left:0rem;display:block; }
#y1l4ArO6IdeQOSD6yoWiR6wvzgUTOk35 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vuuZEIkErLwXTTCDarcGpJxr0IS9hmxq { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:50rem;left:39.375rem;display:block; }
#R4vtHnKnN61ZvDQGAerUUECGcECRNUsH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mVg4oFqV2TfPJL0eARRH0OS78FXIs3Z7 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:36.450000762939rem;left:39.375rem;height:1.3rem;font-style:normal;display:block; }
#GIuPFLCERTgBMNVoAPPezeFgIm35KGTT { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:36.449996948243rem;left:0rem;height:1.3rem;font-style:normal;display:block; }
#I8P0bRTtedknflJzLRRvE65Vrsp88S4i { color:rgba(var(--color-tertiary-2),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:38.75rem;left:39.375rem;height:9.8rem;font-style:normal;display:block; }
#UVRUgIwgNDTpXLuPaEDMtUEvZCEx5gg0 { color:rgba(var(--color-tertiary-2),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:38.75rem;left:0rem;height:9.8rem;font-style:normal;display:block; }
#buLWQPrC9J34pE4CCsnEPlRx6xivMsku { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #703e97, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(135deg, #703e97, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(135deg, #703e97, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(135deg, #703e97, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#703e97', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#703e97', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(135deg, #703e97, rgba(var(--color-secondary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#buLWQPrC9J34pE4CCsnEPlRx6xivMsku > .row .container { border-width: 0; border-radius: 0; }#buLWQPrC9J34pE4CCsnEPlRx6xivMsku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#buLWQPrC9J34pE4CCsnEPlRx6xivMsku > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:none; }#Ex3SWcFMoCUetsFJ337zoGC81uq8hudR { color:rgba(var(--color-tertiary-0),1);display:block;width:53.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:10.8125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RwJ6qasfR8AiEEPJCpMHME60gqJJ9sZx { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.375rem;left:38.125rem;height:3.9rem;font-style:normal;display:block; }
#OiW9HMkKKGoDMEHrBWPEH2ydclN7XEOR { position:absolute;display:block;z-index:15024;background-color:#f1ca15;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:6rem;left:35rem;display:block; }
#LTXTJB2hXNiXnxZA3ETSGEOS5lMtvALM { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:23.5rem;width:35.625rem;top:8.4375rem;left:0rem;overflow:hidden;display:block; }
#C9K7CWIF9N1TiUITtlCI3PT39WqWbz6T { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.4375rem;left:38.125rem;height:1.4625rem;font-style:normal;display:block; }
#JTHUVBBRzRxRzI96DvCcl9GiGpFcwm1F { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:27.000000953674rem;left:30.6875rem; }
#p8tqFUclU6Mc9b3JIiHIBV9PcCTAhpor { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.4);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:29.3125rem;left:38.125rem;display:block; }
#TE8PwWoWP5h1t1DRsFlX9ErIHDi79quf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rPc1pwyPzb9x8ASkyTRFggL9P7fdHcbT { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.9375rem;left:38.125rem;height:1.3rem;font-style:normal;display:block; }
#tS84JBimG5DaLhdHZ9NlmizDO5REtkX3 { color:rgba(var(--color-tertiary-2),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.487500190735rem;left:38.125rem;height:9.8rem;font-style:normal;display:block; }
#GQRF2yszeGB7u07KiItxTrJ9w7Fgu5cW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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:none; }#GQRF2yszeGB7u07KiItxTrJ9w7Fgu5cW > .row .container { border-width: 0; border-radius: 0; }#GQRF2yszeGB7u07KiItxTrJ9w7Fgu5cW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GQRF2yszeGB7u07KiItxTrJ9w7Fgu5cW > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:none; }#CV64MXarSrdmOpM9erAeGs0m7oPW6yID { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:15.1875rem;left:0rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDPO7myTDR3PuUh6fSTo1TQspGzddImV { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZfCTeUkE6cd805MvvlOzrnGDyrJT1x4V { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:6.3125rem;left:33.75rem;overflow:hidden;display:block; }
#oHVRpeOMTeSrC8dTy1pzv7X5nx3qMFxL { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.27);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:25rem;left:0rem;display:block; }
#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row .container { background-color: transparent; background-image: none; }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row .container > .video-iframe-container { display: none; }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row > .video-iframe-container { display: none; }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .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); }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row .container { border-width: 0; border-radius: 0; }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#STUfkz8by6q7TT5yFQm3RcpHymzn1MNc { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v3OOASW4QOZ9QlXFywRQXa1Dc3VkcSQ1 { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:2.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0.625rem;left:65.5625rem;display:block; }
#iu8Gh7POszZB3IzyvhZ7BrHJQuuLBQZi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C { background-color:#30254d;background-image:url("https://images.assets-landingi.com/uc/480e1d7c-d86f-49d2-a284-0f69f8967b2c/KV_Cardura_TABLET.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C.adaptive-delivery-prevent-bg, #qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C.lazyload, #qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C.lazyloading { background-image: none; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row .container { background-color: transparent; background-image: none; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row .container > .video-iframe-container { display: none; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row > .video-iframe-container { display: none; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .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); }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row .container { border-width: 0; border-radius: 0; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row .container { width:47.75rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G7WTAKJA8gN0nxdABrPUlN5VXFCI2IR5 { top:9.125rem;left:0.625rem;width:27.75rem;height:10.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iNIZA2qXqu0zF6kccgwwuG50x5az5lS3 { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dhi2pSlCs60pJsiDZTMnx4O8Nx4VhEHs { display:block; }
 }@media only screen and (max-width: 1199px) { #LNTdc4Ev814VT3ThBhAaz02Xf5yxv0Ze { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qg8HppcQq3cvB6MdDI0R51C3QbTISXHX { display:block; }
 }@media only screen and (max-width: 1199px) { #fBLzGFO3hlborb7utdDoBgQ6ZFbM6ETB { width:24.3125rem;height:0.89375rem;top:23.9375rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gC7SMhC0a6xgNMe7TirbcoRzQ8phkQTB { width:8.5rem;height:2.25rem;top:25.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qq25TUP0l8LDxLxyc8T2C950b5T5dCmp { width:24.625rem;height:20.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aCFrRgvfcSpK6vdauTlIv6tGfJKbJLIk { width:18.6875rem;height:2.25rem;top:1.8125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JGSeAgTTQ33f7MS3sboy8Tro6TZQJPA0 { width:3.125rem;height:3.125rem;top:25.0625rem;left:22.3125rem;display:block; }
#JGSeAgTTQ33f7MS3sboy8Tro6TZQJPA0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 1199px) { #fLFvmF4iSTs4BiTLDQTILuJ2kNcs1uWv { width:5.6875rem;height:2.5rem;top:1.6875rem;left:42.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XEFvZSTwrltMwBWVHsciSatrACMbp4Wi { display:block; }
 }@media only screen and (max-width: 1199px) { #kFVqE8ezLMLxGptQHTwZo0mk9rkL2H2r { width:4.8125rem;height:2.5rem;top:1.6875rem;left:31.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q2w8saD7p8BPge9rRvXsBIrPkfR92LzW { display:block; }
 }@media only screen and (max-width: 1199px) { #ip1J7JZ6o60H2ToDwrKbwkNd95bFQQwh { width:5.75rem;height:2.5rem;top:1.6875rem;left:36.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WB7A1hSVzh9VkhngSy75iOeAF5TR02ea { display:block; }
 }@media only screen and (max-width: 1199px) { #QeS2qI5tW3NSkVFVcUKEn6zCv86Ka38B { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7 { background-color:#30254d;background-image:url("https://images.assets-landingi.com/uc/480e1d7c-d86f-49d2-a284-0f69f8967b2c/KV_Cardura_TABLET.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:none; }#b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7.adaptive-delivery-prevent-bg, #b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7.lazyload, #b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7.lazyloading { background-image: none; }#b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7 > .row .container { border-width: 0; border-radius: 0; }#b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7 > .row .container { width:47.75rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #EhvL00sSr3qx98R82m3JG456k4d4cJ3d { top:14.75rem;left:0.625rem;width:27.75rem;height:10.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U81hwKacuiXHsQoXlZ6MppwQxqXQaK5Z { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hfD9qyUdtuXnm76HDkMpWaz6yXGMNxEn { display:block; }
 }@media only screen and (max-width: 1199px) { #lmkG2BUCJ4wDvAdywhNptCzzzRGfRwle { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #b8vAnKvVh8IDxBuv4QiUAeR1fVmMvmen { display:block; }
 }@media only screen and (max-width: 1199px) { #V1QtzPNx9RAJLVItq5qBw6eVSZwTb3Qs { width:24.625rem;height:20.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GCFQvucJBW2ZuaXXAaTBPySxhfwyR9kz { width:18.6875rem;height:2.25rem;top:1.8125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IrTPO2u3THpTpfVEu21oTTXDOcPDUuZz { width:3.125rem;height:3.125rem;top:26.3125rem;left:22.3125rem;display:block; }
#IrTPO2u3THpTpfVEu21oTTXDOcPDUuZz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 1199px) { #fRDmKUTa2OGkP3DR1ymIzxKaWu59kWWm { width:5.6875rem;height:2.5rem;top:1.6875rem;left:31.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N7VzNmL2FVIOEW9V1Q0ImE9l4A3gI6fO { display:block; }
 }@media only screen and (max-width: 1199px) { #utIdlHy7Q2CCTP3RulF1q9dpk5PbxCHn { width:4.8125rem;height:2.5rem;top:1.6875rem;left:37.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N1ve9JZJwDwdzDAIDoLdAEobzHFuuNtm { display:block; }
 }@media only screen and (max-width: 1199px) { #u13Ffi96v6so3i5ld8q1I29uChVCMZaW { width:5.75rem;height:2.5rem;top:1.6875rem;left:42rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RilnQ7707cTXtJyLT14D59L1nUCkJqHN { display:block; }
 }@media only screen and (max-width: 1199px) { #NHbDVy63gcKSlxkGBgPawG2zsz21GTOs { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PcvtZsgrDsg3o4GCpJULrzJ9VFa3lS5R { display:block; }#PcvtZsgrDsg3o4GCpJULrzJ9VFa3lS5R > .row .container { width:47.75rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mrqIssr81K0UGRrGiaTOnF5lsTXD6OBm { width:46.75rem;height:11.15625rem;top:7.5625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2XSQ4Dm2NgFkamNC06GxVhy0EA5FTkr { width:5rem;height:0.125rem;top:5.5625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bgRSDsNuNnhbOAl9kB3LFNUqnZm4Rtk2 { top:1.875rem;left:10.75rem;width:26.25rem;height:2.6rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ZFsIpN0wZsinLtCU5rHWhPVchST7i1mC { display:none; }#ZFsIpN0wZsinLtCU5rHWhPVchST7i1mC > .row .container { width:47.75rem;height:81.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #kepLyyxAzTi7mEkR5C3BTVQ0hLB5vKql { top:1.875rem;left:10.75rem;width:26.25rem;height:2.6rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #sPdtfqS31eAt3zMGatDTpx307B1qFdF5 { width:21.0625rem;height:2.925rem;top:24.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i35zu2gAJKI1TXmxgsmRo8i41tknJO8A { width:22.625rem;height:2.925rem;top:62.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EvGeV3IpQPf9AHf2fJ8lUKDRCXTLTiIB { width:5rem;height:0.125rem;top:5.5rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WmXnbGGpoUXNpF7VCcIhUgQbya5E3fEp { width:22.5rem;height:14.8125rem;top:7.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lto2xoLU2iqTTLT6giG9a0L9BfwLBoWX { width:22.5rem;height:14.8125rem;top:45.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xBFVq6J5f0qMf8ybvCNtC2BByd35kRqs { width:22.5rem;height:1.3rem;top:60.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTarBKylRmKRf0xuWPhaHlkJTTTOgaAU { width:22.5rem;height:1.3rem;top:22.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zvOHnc5FQ0EE6CtrsDynTElNtGuhVOdQ { width:3.125rem;height:3.125rem;top:18.6875rem;left:19.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VQwZKAK3zUkLs6XqTRPJGvKtnTmaa0eN { width:3.125rem;height:3.125rem;top:56.75rem;left:19.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ptwVGloPeabamNNiaFmuGXiprNTLCexq { width:11.25rem;height:2.5rem;top:39.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fx5C3Q36aEXrg5Do8O8ZzNCI05Xn7RPP { display:block; }
 }@media only screen and (max-width: 1199px) { #FQGrOK67Ju8HeXQ2viI5v9QHIQUVR30f { width:11.25rem;height:2.5rem;top:76.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fJeuMJ19wiHwQIph3zMUrIyytPMImbdk { display:block; }
 }@media only screen and (max-width: 1199px) { #zvW5xKcLHK4X0qGb0TeVDWdnZJGMPDpc { width:22.625rem;height:1.21875rem;top:66.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O4UFTcrHAV7J36pEEzN7bKo0AabSFqck { width:22.5rem;height:1.21875rem;top:28.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xhwoQkQ0wf8R7UZPPkmXfyN0MDsEvivK { width:22.625rem;height:6.5625rem;top:68.5rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FDCITV6okFqslNusQVdzOAEUA2kZV9Qi { width:22.5rem;height:7.875rem;top:30.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MLblWVXDcbf5iuiMikxo82BE5wMHs9JX { width:22.5rem;height:9.1875rem;top:30.5rem;left:25.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TV4dmBbzTdoxzHo8IpwxOfABWv71rhTu { width:21.0625rem;height:2.925rem;top:24.8125rem;left:25.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hNfLR09tg6euczfZuhfpsE1TT0PGln7E { width:22.5rem;height:1.21875rem;top:28.4375rem;left:25.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ql4ITz8FTVt9DW0g1HXFD7R98ft9PUfL { width:22.5rem;height:1.3rem;top:22.9375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kiJ5RSlKw6bh21rTRCWJUEVX4xlkGgdE { width:22.5rem;height:14.8125rem;top:7.5rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IrvVr8PaapayvS0mouuGCJZZen5uVe5p { width:3.125rem;height:3.125rem;top:18.625rem;left:44rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOwFIwWWc5kVhAo9g17XTbulQFFJuWJL { width:11.25rem;height:2.5rem;top:40.875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Io7AZT6clzg8p5AfTdDHVbk5Rl5170Jz { display:block; }
 }@media only screen and (max-width: 1199px) { #FyIgxmtiA25zaE3DDBvCfMooZTTHXh2e { display:block; }#FyIgxmtiA25zaE3DDBvCfMooZTTHXh2e > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d2Co74at61uTwTAlR2fDe49l3fyn2TcR { top:1.875rem;left:0rem;width:47.75rem;height:2.6rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #bDxFDGaJk4wrPlX6cLao9aG0kpAu5O9G { width:5rem;height:0.125rem;top:5.5rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xVe9R4mXQXRnfHJoZg7IP6O4KgiO14J5 { display:block; }#xVe9R4mXQXRnfHJoZg7IP6O4KgiO14J5 > .row .container { width:47.75rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eBEfXW3kcO9vMWvx4o3FHUTXxp6fz44I { width:25.5625rem;height:4.3875rem;top:18.125rem;left:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LgDtvTwtD73uPmr8eLsqh1TJSHqTZGg2 { width:20rem;height:13.0625rem;top:16.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #crOXZJCUiLWZ9Wd47wtvM2iq5BmmlCob { width:22.5rem;height:1.3rem;top:16.25rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JiRq7Z0IZ9chqGx4ZFqdefCltvT6wdsE { width:3.125rem;height:3.125rem;top:25.625rem;left:16.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RfOstCtQMG5kc2VrPCAXZnG5yql8Alfk { width:11.25rem;height:2.5rem;top:29.5625rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThLZvtuGAkWkQyWgMCvnrOz9U1fyCJuQ { display:block; }
 }@media only screen and (max-width: 1199px) { #lRwSIM6Qt2EcSgD1JgTUBs4Rqq6TohtH { width:22.5rem;height:1.21875rem;top:23.75rem;left:21.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uAt3NxtIrTKiwCuT1uLUuTwdR3OTq3Pb { width:25.6875rem;height:2.625rem;top:25.8125rem;left:21.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qqOzZxZpmKmV23R0rd7ERrmu3Jv9rU9f { width:22.5rem;height:2.625rem;top:43.5rem;left:21.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kC5xDHzBZa6wByJ1fm8H76slTIfcLPWM { width:24.9375rem;height:4.3875rem;top:36.4375rem;left:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zb2Qw3xDgCfFAdOgDkT7hNEMrknvNxuE { width:22.5rem;height:1.21875rem;top:41.4375rem;left:21.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SWoGZ5Gr67vMSuNkJ4mf96S2D0eDR44T { width:22.5rem;height:1.3rem;top:34.5625rem;left:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gB1iuukPH8NMIT945LbgyPTKdcTO2kan { width:20rem;height:13.0625rem;top:34.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FeRefLa91GWuIxF4JwkWUnIgqIK3lsXy { width:3.125rem;height:3.125rem;top:43.9375rem;left:16.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HP6XUbtM1WMMLqzQpf8FlX1XKdelgDhZ { width:11.25rem;height:2.5rem;top:47.3125rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B9Dmx96DDvrLhfVsOrCU5g8JD2yZ9gyP { display:block; }
 }@media only screen and (max-width: 1199px) { #nIUw5BhGd3W3ebozZ9LGaGGwMzCDqLn3 { width:20rem;height:13.0625rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uyxbuTIxK2NKgrTf5AZBUJv2TSXW5DSE { width:3.125rem;height:3.125rem;top:9.375rem;left:16.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SD7wv65GsO0eOIXcC6zrHoSUKuBTagye { width:11.25rem;height:2.5rem;top:11.3125rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vkb2qs2mGr1SdimgUCFbuMT3TO5Sogxf { display:block; }
 }@media only screen and (max-width: 1199px) { #oW29RB3BduuDJ3l60WUWelkXbIWzVTCt { width:24.875rem;height:2.625rem;top:7.5rem;left:21.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DoDTDHqF8I6kzafmokL4VaQRGwimTixi { width:22.5rem;height:1.21875rem;top:5.5rem;left:21.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EVTcphgNG3asiaU0v3uKS0T0yFkPdw62 { width:25.5625rem;height:2.925rem;top:1.875rem;left:21.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #suT2Tef7MVRtZVvMEcwmQ64ZrlugWfNJ { width:22.5rem;height:1.3rem;top:0rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vUvbqEat5bWxLTWUvh6F7OU9WCT62fxD { width:11.25rem;height:2.5rem;top:64.9375rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RWIEmhu0EhBD3n8ReS1fedWKO2ew5pGV { display:block; }
 }@media only screen and (max-width: 1199px) { #OJ9NIr2yRxGkSNLm8y82JRoFTONCOPW2 { width:24.375rem;height:3.9375rem;top:59.8125rem;left:21.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n8sVlGZ0orpC4vNTZwou9SdL6oyxzluw { width:22.5rem;height:1.21875rem;top:57.75rem;left:21.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q2qlU10qdN7CoGCaZhMiSTk368Jx3S9G { width:25.0625rem;height:2.925rem;top:54.125rem;left:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JT9sdkNtbidmUamvyUTUE5kmukiCqKtS { width:22.5rem;height:1.3rem;top:52.25rem;left:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TU4hQLJ4O5qBsm004SU2GyQypKWqWkAa { width:20rem;height:13.0625rem;top:52.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #INmJXtzimaZfZEduhi2JWBvxAtxkvBiI { width:3.125rem;height:3.125rem;top:61.625rem;left:16.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTKARARTZtiAQm3rOWk3rktBm82KbiTy { width:22.5rem;height:0;top:0.75rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gpd6g1gk7mNEAhQbOqUKfqPRD0aiA2H2 { width:5rem;height:1.5rem;top:0.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IKhGNf01rpIu7GBT6mJHWT0W856SAStU { width:5rem;height:1.5rem;top:16.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CGwGRDiE1BF5qCe8Dcg0y019XbV8mmGF { width:22.5rem;height:1.1375rem;top:16.9375rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wf0NS7TSTiNq71MLQCfTuXAPqblJSrEJ { width:5rem;height:1.5rem;top:35.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZQ1ukdwZewe4iwXrFMNtMLGy5P84guH { width:22.5rem;height:1.1375rem;top:35.25rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M7rcSUKKxLMSQQ5edapUTfm2WSxnikbb { display:block; }#M7rcSUKKxLMSQQ5edapUTfm2WSxnikbb > .row .container { width:47.75rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ExBBiTBirQ3hF0FiqwWFq214rhXTpJon { width:22.125rem;height:2.925rem;top:1.875rem;left:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #usWgcMDPmaWRt2wJxfXARqAWp9Tm7w84 { width:22.625rem;height:2.925rem;top:35.75rem;left:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ClV5ahTCwAfpgeh835DUTv0OOguZ40iD { width:20rem;height:13.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uhmpqi5vgnISTK8b2x1b98tr1vvRQ1mX { width:20rem;height:13.125rem;top:33.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f9TgGgLFsdURiFyoJhCZGV6IadO3SwT9 { width:22.5rem;height:1.3rem;top:33.875rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OJWvw2EfgSIp2mBrO96UCqSuBXsbUtot { width:22.5rem;height:1.3rem;top:0rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cfvIUMuBpTWyKF7ciMPhC6RvTnODgxUk { width:3.125rem;height:3.125rem;top:9.4375rem;left:16.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwBNv2e9HJ8OlBwlGhGeRfSBydQ4UluE { width:3.125rem;height:3.125rem;top:43.3125rem;left:16.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uBcc1Wxlu3Cck70xf2hSfbPoZDqKdiu2 { width:11.25rem;height:2.5rem;top:12.6875rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lup245GhWz9EWavQTZI5i67agoVrhTZz { display:block; }
 }@media only screen and (max-width: 1199px) { #vtRTc8B8xM6bDczBPQh4TOlD0uTt4Gbv { width:11.25rem;height:2.5rem;top:46.625rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zrIT1HItBKeLGLsASPR5CoJQULUrK9Oh { display:block; }
 }@media only screen and (max-width: 1199px) { #T36fDtx0naT5BOsGX1aacCpTuKNky1ZV { width:22.625rem;height:1.21875rem;top:39.375rem;left:21.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cmxnAC6darNU1QaPSkZMGnPZLyTEMWfB { width:22.5rem;height:1.21875rem;top:5.5rem;left:21.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g0mPXfTwRXf74SHaIR7RiPkyLSsFqmJ0 { width:22.625rem;height:3.9375rem;top:41.4375rem;left:21.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t8HWECdG2ZSolPsxu8GKRn3yL5AbfCws { width:23rem;height:3.9375rem;top:7.5625rem;left:21.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFITURm6JBJCcu2Hk07pwETxUN2svtmK { width:22.5rem;height:3.9375rem;top:23.9375rem;left:21.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oMMrLz01kVEHAA0XKqwUbfKcwMt7mHPK { width:25.5rem;height:1.4625rem;top:19.5625rem;left:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLfBrOa6MRh4aJSGtqVCzl87iloOKNFd { width:22.5rem;height:1.21875rem;top:21.875rem;left:21.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rhZ5KxXUBUVKBIyCFaWUSct1LwBRrGTZ { width:22.5rem;height:1.3rem;top:17.6875rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTNyftzXViTWqHaQ9WPgrpSVQMeU9xfU { width:20rem;height:13.125rem;top:17.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrmPm5C4uzPeBw1TamBksl3encLR0onk { width:3.125rem;height:3.125rem;top:27.125rem;left:16.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N808eVZeTOA1xINNKu78Q5Le6GyiZ7wB { width:11.25rem;height:2.5rem;top:29rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPTLDyqIVkTOblzhnqTPTfZXVpNoFdRg { display:block; }
 }@media only screen and (max-width: 1199px) { #srN7TfDVXaHql4ATwQdFgK8gPcxsCqa2 { display:block; }#srN7TfDVXaHql4ATwQdFgK8gPcxsCqa2 > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #o3yvkV4RetLb9oCCPI3xzaZREoGuGidn { top:2.5rem;left:10.75rem;width:26.25rem;height:2.925rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Ca4C4ecpRWWWqUIWVv9cR8TWDdlVEllA { width:18.125rem;height:2.925rem;top:9.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EevElUmpzH8DhvW0kddCCc9rAPR1rgLW { width:5rem;height:0.125rem;top:6.625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nZS51lw5a6dEb2Et66a44fSaZF2S7OKd { width:20.25rem;height:3.4125rem;top:13rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IdKSr5g1k2UJCqiqwfPZw7W90AslxtFV { width:24.5rem;height:13.75rem;top:8.65625rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TNCqm9t5KrUvhVBQRSeFFtG9TwERidfH { width:6.1875rem;height:1.21875rem;top:19.3125rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bygn1oCi9qx8VrmZtN9OnBBf6wzQMaH9 { width:1.5rem;height:1.5rem;top:19.125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTvGnwH6DhwiI76dCUQX1SRTTRb4gbEf { width:11.25rem;height:2.5rem;top:18.59375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ziN80Ts6z8TtolxgXsxKe6tSZB9X3nUt { display:block; }
 }@media only screen and (max-width: 1199px) { #TIcQqP92vLsHyHgpNuLbn7t0BZ6x6Xqu { width:46.5rem;height:13.75rem;top:8.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCaEsmdolba0VVtsST8Dr6ogFilqVW0N { width:2.5rem;height:2.5rem;top:19.375rem;left:44rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WgpNaUB5e7F9P3MX92G2Xokqk8Ts8dqB { display:block; }#WgpNaUB5e7F9P3MX92G2Xokqk8Ts8dqB > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kDGdl5MonEUHuCqXkPPvodlSifaXvtTf { width:23rem;height:2.7625rem;top:7.625rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CJbdK8u4csRp9qmM2Mh1MokBxuPvDLye { width:22.25rem;height:14.8125rem;top:7.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wH1o9SzCZCGHARr1wmM2GlpTurITGA4q { width:23.375rem;height:4.55rem;top:13.625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQx4ICIqxp33TyTfkKHM1RkQnN56cARn { width:11.25rem;height:2.5rem;top:19.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uOxthEPnikrw5KzJNwkkqk0Z0PgCwBNo { display:block; }
 }@media only screen and (max-width: 1199px) { #QHJAQhlOJcgbvpbFzzgxAoR29klKd3Re { width:5rem;height:0.125rem;top:5.5625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #anbaG0JnTAhzSq1DzCawnNWFX42zCFWK { top:1.875rem;left:10.75rem;width:26.25rem;height:2.6rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #SgUOLBukqPciogOfTZD63plSuTEQx4xN { width:22.625rem;height:2.1125rem;top:10.85000038147rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTl3TZILMwX0sOnaxdzZIRuKab5c04mI { display:none; }#nTl3TZILMwX0sOnaxdzZIRuKab5c04mI > .row .container { width:47.75rem;height:25.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #LWemAUt8WcOQWTgiODGB1C0aIhSuytu9 { width:23rem;height:3.6rem;top:7.625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CIPRR4BtBy6ESWAM6HRLIHNiZQ4p8Qvd { width:20.75rem;height:9rem;top:7.625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HpBFSi2kiBnT8X6edUiDfKqX3hXUFZhs { width:23.375rem;height:4.875rem;top:12.125rem;left:24rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTDDDPsk8Shb4XpTmZTT341f3o6nHanQ { width:11.25rem;height:2.5rem;top:20rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VkPX4NB3mH56o2sbwVpWDEoDuKXpzVoG { display:block; }
 }@media only screen and (max-width: 1199px) { #p04NVqvE0mu5oNEckvAngTpka6F1Nriv { width:5rem;height:0.125rem;top:5.5625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTUAF0k3uVxeim1X26TPQZnF1cZm74Oc { top:1.875rem;left:10.75rem;width:26.25rem;height:2.6rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #XbATmgt7Up4H797S7hbCUMpGKHo5HtsM { width:47.75rem;height:22.875rem;top:17.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ugl0AC64I0TwOdS0WuV3f56hdgv5CzyH { top:7.625rem;left:0rem;width:22.375rem;height:14.875rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #hJOoZGwVpiNv1sBONGHzfZbExDS1VgnQ { display:none; }#hJOoZGwVpiNv1sBONGHzfZbExDS1VgnQ > .row .container { width:47.75rem;height:50.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #SDKhUorUXVCO0a4JekPlMtoTULNSXqU6 { top:1.875rem;left:10.75rem;width:26.25rem;height:2.6rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #CotTeKFoqo0bZ26hOV9JXHLzOvmc91sf { width:21.0625rem;height:2.925rem;top:24.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oXOM9AE4SQgXzuXM4V7Ml2rqmdBb10kW { width:22.625rem;height:2.925rem;top:24.8125rem;left:24.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TC8N77O516zc7gPLxE9OPlgp1lMmg9Eh { width:5rem;height:0.125rem;top:5.5rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K5ECRqQ6ZNttGDUqXu23JskkdEP0C7DO { width:22.5rem;height:14.8125rem;top:7.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DtQlGJbzxyTxETsD16WGy1gOqyfAP9Gr { width:22.5rem;height:14.8125rem;top:7.5rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V6AlDamAR4PFEwoXp6OM7VwoO8INLNB3 { width:22.5rem;height:1.3rem;top:22.9375rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hgoe09QPFvrRTppk3hlkw5vyWmLod0eZ { width:22.5rem;height:1.3rem;top:22.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FH8OigQbDQ68VM2dXNq5EJUZakz3OXsF { width:3.125rem;height:3.125rem;top:18.6875rem;left:19.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzHgwMKKll1Kr0AA5h3xb2azEqCEISW1 { width:3.125rem;height:3.125rem;top:18.75rem;left:43.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWNFMl7DotudF0yOmZxSQJiIgtp0fdWz { width:11.25rem;height:2.5rem;top:46.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y1l4ArO6IdeQOSD6yoWiR6wvzgUTOk35 { display:block; }
 }@media only screen and (max-width: 1199px) { #vuuZEIkErLwXTTCDarcGpJxr0IS9hmxq { width:11.25rem;height:2.5rem;top:46.0625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R4vtHnKnN61ZvDQGAerUUECGcECRNUsH { display:block; }
 }@media only screen and (max-width: 1199px) { #mVg4oFqV2TfPJL0eARRH0OS78FXIs3Z7 { width:22.625rem;height:1.21875rem;top:28.4375rem;left:24.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GIuPFLCERTgBMNVoAPPezeFgIm35KGTT { width:22.625rem;height:1.21875rem;top:28.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I8P0bRTtedknflJzLRRvE65Vrsp88S4i { width:22.625rem;height:14.4375rem;top:30.5rem;left:24.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UVRUgIwgNDTpXLuPaEDMtUEvZCEx5gg0 { width:22.625rem;height:14.4375rem;top:30.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #buLWQPrC9J34pE4CCsnEPlRx6xivMsku { display:none; }#buLWQPrC9J34pE4CCsnEPlRx6xivMsku > .row .container { width:47.75rem;height:52.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Ex3SWcFMoCUetsFJ337zoGC81uq8hudR { top:1.875rem;left:10.75rem;width:26.25rem;height:2.6rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #RwJ6qasfR8AiEEPJCpMHME60gqJJ9sZx { width:22.625rem;height:2.925rem;top:25rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OiW9HMkKKGoDMEHrBWPEH2ydclN7XEOR { width:5rem;height:0.125rem;top:5.5rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTXTJB2hXNiXnxZA3ETSGEOS5lMtvALM { width:22.5rem;height:14.8125rem;top:7.6875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C9K7CWIF9N1TiUITtlCI3PT39WqWbz6T { width:22.5rem;height:1.3rem;top:23.125rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTHUVBBRzRxRzI96DvCcl9GiGpFcwm1F { width:3.125rem;height:3.125rem;top:19.0625rem;left:31.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p8tqFUclU6Mc9b3JIiHIBV9PcCTAhpor { width:22.5rem;height:2.375rem;top:46.75rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TE8PwWoWP5h1t1DRsFlX9ErIHDi79quf { display:block; }
 }@media only screen and (max-width: 1199px) { #rPc1pwyPzb9x8ASkyTRFggL9P7fdHcbT { width:22.625rem;height:1.21875rem;top:28.6875rem;left:12.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tS84JBimG5DaLhdHZ9NlmizDO5REtkX3 { width:22.625rem;height:14.4375rem;top:31.062498092651rem;left:12.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GQRF2yszeGB7u07KiItxTrJ9w7Fgu5cW { display:none; }#GQRF2yszeGB7u07KiItxTrJ9w7Fgu5cW > .row .container { width:47.75rem;height:27.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CV64MXarSrdmOpM9erAeGs0m7oPW6yID { top:17.0625rem;left:-0.0625rem;width:47.75rem;height:7.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TDPO7myTDR3PuUh6fSTo1TQspGzddImV { top:2.6875rem;left:5.125rem;width:37.5rem;height:2.925rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZfCTeUkE6cd805MvvlOzrnGDyrJT1x4V { width:7.5rem;height:7.5rem;top:6.3125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oHVRpeOMTeSrC8dTy1pzv7X5nx3qMFxL { width:47.75rem;height:0.125rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO { background-color:#221939;background-image:none;display:block; }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row .container { background-color: transparent; background-image: none; }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row .container > .video-iframe-container { display: none; }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row > .video-iframe-container { display: none; }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .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); }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row .container { width:47.75rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #STUfkz8by6q7TT5yFQm3RcpHymzn1MNc { top:1.46875rem;left:0rem;width:32.875rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v3OOASW4QOZ9QlXFywRQXa1Dc3VkcSQ1 { width:9rem;height:3.4375rem;top:0.25rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iu8Gh7POszZB3IzyvhZ7BrHJQuuLBQZi { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C { background-color:#30254d;background-image:none;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row .container { background-color: transparent; background-image: none; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row .container > .video-iframe-container { display: none; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row > .video-iframe-container { display: none; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .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); }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row .container { border-width: 0; border-radius: 0; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qqDsUCTttE2CbV0n3OTpEFupUXqDlg7C > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7WTAKJA8gN0nxdABrPUlN5VXFCI2IR5 { width:20rem;height:7.8rem;top:21.943748474121rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iNIZA2qXqu0zF6kccgwwuG50x5az5lS3 { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhi2pSlCs60pJsiDZTMnx4O8Nx4VhEHs { display:block; }
 }@media only screen and (max-width: 763px) { #LNTdc4Ev814VT3ThBhAaz02Xf5yxv0Ze { width:16.25rem;height:3.75rem;top:31.875rem;left:1.875rem;z-index:15013;background-color:transparent;background-image:none;color:#37b7c1;border-top:0.0625rem solid #37b7c1;border-left:0.0625rem solid #37b7c1;border-right:0.0625rem solid #37b7c1;border-bottom:0.0625rem solid #37b7c1;font-family:satoshi;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qg8HppcQq3cvB6MdDI0R51C3QbTISXHX { display:block; }
 }@media only screen and (max-width: 763px) { #fBLzGFO3hlborb7utdDoBgQ6ZFbM6ETB { width:20rem;height:0.975rem;top:31.06875038147rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gC7SMhC0a6xgNMe7TirbcoRzQ8phkQTB { width:8.5rem;height:2.25rem;top:32.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq25TUP0l8LDxLxyc8T2C950b5T5dCmp { top:5.1875rem;left:0rem;width:20rem;height:16.625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aCFrRgvfcSpK6vdauTlIv6tGfJKbJLIk { width:20rem;height:2.0625rem;top:3rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JGSeAgTTQ33f7MS3sboy8Tro6TZQJPA0 { display:flex;width:2.5rem;height:2.5rem;top:35.625rem;left:8.75rem;font-size:1.75rem; }
#JGSeAgTTQ33f7MS3sboy8Tro6TZQJPA0 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #fLFvmF4iSTs4BiTLDQTILuJ2kNcs1uWv { width:4.625rem;height:1.9375rem;top:0rem;left:2.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEFvZSTwrltMwBWVHsciSatrACMbp4Wi { display:block; }
 }@media only screen and (max-width: 763px) { #kFVqE8ezLMLxGptQHTwZo0mk9rkL2H2r { width:4.1875rem;height:1.9375rem;top:0rem;left:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2w8saD7p8BPge9rRvXsBIrPkfR92LzW { display:block; }
 }@media only screen and (max-width: 763px) { #ip1J7JZ6o60H2ToDwrKbwkNd95bFQQwh { width:5.0625rem;height:1.9375rem;top:0rem;left:11.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB7A1hSVzh9VkhngSy75iOeAF5TR02ea { display:block; }
 }@media only screen and (max-width: 763px) { #QeS2qI5tW3NSkVFVcUKEn6zCv86Ka38B { top:1.9375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15031;background-color:rgba(255,255,255,0.27);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7 { background-color:#30254d;background-image:none;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7 > .row .container { border-width: 0; border-radius: 0; }#b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b7JpDr31PIFvTKNSV9u5ilyv08K7T5F7 > .row .container { width:20rem;height:34.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EhvL00sSr3qx98R82m3JG456k4d4cJ3d { width:20rem;height:7.8rem;top:21.943748474121rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #U81hwKacuiXHsQoXlZ6MppwQxqXQaK5Z { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfD9qyUdtuXnm76HDkMpWaz6yXGMNxEn { display:block; }
 }@media only screen and (max-width: 763px) { #lmkG2BUCJ4wDvAdywhNptCzzzRGfRwle { width:16.25rem;height:3.75rem;top:31.875rem;left:1.875rem;z-index:15013;background-color:transparent;background-image:none;color:#37b7c1;border-top:0.0625rem solid #37b7c1;border-left:0.0625rem solid #37b7c1;border-right:0.0625rem solid #37b7c1;border-bottom:0.0625rem solid #37b7c1;font-family:satoshi;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8vAnKvVh8IDxBuv4QiUAeR1fVmMvmen { display:block; }
 }@media only screen and (max-width: 763px) { #V1QtzPNx9RAJLVItq5qBw6eVSZwTb3Qs { top:5.1875rem;left:0rem;width:20rem;height:16.625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GCFQvucJBW2ZuaXXAaTBPySxhfwyR9kz { width:20rem;height:2.0625rem;top:3rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrTPO2u3THpTpfVEu21oTTXDOcPDUuZz { display:flex;width:2.5rem;height:2.5rem;top:30.375rem;left:8.75rem;font-size:1.75rem; }
#IrTPO2u3THpTpfVEu21oTTXDOcPDUuZz > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #fRDmKUTa2OGkP3DR1ymIzxKaWu59kWWm { width:4.625rem;height:1.9375rem;top:0rem;left:2.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7VzNmL2FVIOEW9V1Q0ImE9l4A3gI6fO { display:block; }
 }@media only screen and (max-width: 763px) { #utIdlHy7Q2CCTP3RulF1q9dpk5PbxCHn { width:4.1875rem;height:1.9375rem;top:0rem;left:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ve9JZJwDwdzDAIDoLdAEobzHFuuNtm { display:block; }
 }@media only screen and (max-width: 763px) { #u13Ffi96v6so3i5ld8q1I29uChVCMZaW { width:5.0625rem;height:1.9375rem;top:0rem;left:11.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RilnQ7707cTXtJyLT14D59L1nUCkJqHN { display:block; }
 }@media only screen and (max-width: 763px) { #NHbDVy63gcKSlxkGBgPawG2zsz21GTOs { top:1.9375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15031;background-color:rgba(255,255,255,0.27);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PcvtZsgrDsg3o4GCpJULrzJ9VFa3lS5R { display:block; }#PcvtZsgrDsg3o4GCpJULrzJ9VFa3lS5R > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrqIssr81K0UGRrGiaTOnF5lsTXD6OBm { width:20rem;height:16.875rem;top:6.52499961853rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2XSQ4Dm2NgFkamNC06GxVhy0EA5FTkr { width:5rem;height:0.125rem;top:5.1937496185302rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgRSDsNuNnhbOAl9kB3LFNUqnZm4Rtk2 { width:20rem;height:1.95rem;top:1.9937496185302rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #ZFsIpN0wZsinLtCU5rHWhPVchST7i1mC { display:none; }#ZFsIpN0wZsinLtCU5rHWhPVchST7i1mC > .row .container { width:20rem;height:114rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kepLyyxAzTi7mEkR5C3BTVQ0hLB5vKql { width:20rem;height:1.95rem;top:1.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #sPdtfqS31eAt3zMGatDTpx307B1qFdF5 { width:20rem;height:2.925rem;top:22.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i35zu2gAJKI1TXmxgsmRo8i41tknJO8A { width:20rem;height:2.925rem;top:95.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvGeV3IpQPf9AHf2fJ8lUKDRCXTLTiIB { width:5rem;height:0.125rem;top:5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmXnbGGpoUXNpF7VCcIhUgQbya5E3fEp { width:20rem;height:13.1875rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lto2xoLU2iqTTLT6giG9a0L9BfwLBoWX { width:20rem;height:13.1875rem;top:79.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBFVq6J5f0qMf8ybvCNtC2BByd35kRqs { width:20rem;height:1.3rem;top:93.337493896488rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTarBKylRmKRf0xuWPhaHlkJTTTOgaAU { width:20rem;height:1.3rem;top:20.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvOHnc5FQ0EE6CtrsDynTElNtGuhVOdQ { display:flex;width:2.5rem;height:2.5rem;top:17.130210876465rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #VQwZKAK3zUkLs6XqTRPJGvKtnTmaa0eN { display:flex;width:2.5rem;height:2.5rem;top:88.817703247069rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ptwVGloPeabamNNiaFmuGXiprNTLCexq { width:7.5rem;height:2.5rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx5C3Q36aEXrg5Do8O8ZzNCI05Xn7RPP { display:block; }
 }@media only screen and (max-width: 763px) { #FQGrOK67Ju8HeXQ2viI5v9QHIQUVR30f { width:7.5rem;height:2.5rem;top:109.57499694824rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJeuMJ19wiHwQIph3zMUrIyytPMImbdk { display:block; }
 }@media only screen and (max-width: 763px) { #zvW5xKcLHK4X0qGb0TeVDWdnZJGMPDpc { width:20rem;height:1.1375rem;top:98.631256103512rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4UFTcrHAV7J36pEEzN7bKo0AabSFqck { width:20rem;height:1.1375rem;top:26.262496948243rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhwoQkQ0wf8R7UZPPkmXfyN0MDsEvivK { width:19.625rem;height:7.875rem;top:100.4375rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FDCITV6okFqslNusQVdzOAEUA2kZV9Qi { width:20rem;height:9.1875rem;top:27.9375rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MLblWVXDcbf5iuiMikxo82BE5wMHs9JX { width:20rem;height:10.5rem;top:63.3125rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TV4dmBbzTdoxzHo8IpwxOfABWv71rhTu { width:20rem;height:2.925rem;top:58.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNfLR09tg6euczfZuhfpsE1TT0PGln7E { width:20rem;height:1.1375rem;top:61.737503051757rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql4ITz8FTVt9DW0g1HXFD7R98ft9PUfL { width:20rem;height:1.3rem;top:56.387496948243rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiJ5RSlKw6bh21rTRCWJUEVX4xlkGgdE { width:20rem;height:13.166666666667rem;top:42.700000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrvVr8PaapayvS0mouuGCJZZen5uVe5p { display:flex;width:2.5rem;height:2.5rem;top:52.262496948243rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #DOwFIwWWc5kVhAo9g17XTbulQFFJuWJL { width:7.5rem;height:2.5rem;top:75.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io7AZT6clzg8p5AfTdDHVbk5Rl5170Jz { display:block; }
 }@media only screen and (max-width: 763px) { #FyIgxmtiA25zaE3DDBvCfMooZTTHXh2e { display:block; }#FyIgxmtiA25zaE3DDBvCfMooZTTHXh2e > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2Co74at61uTwTAlR2fDe49l3fyn2TcR { width:20rem;height:1.95rem;top:1.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #bDxFDGaJk4wrPlX6cLao9aG0kpAu5O9G { width:5rem;height:0.125rem;top:5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVe9R4mXQXRnfHJoZg7IP6O4KgiO14J5 { display:block; }#xVe9R4mXQXRnfHJoZg7IP6O4KgiO14J5 > .row .container { width:20rem;height:121.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBEfXW3kcO9vMWvx4o3FHUTXxp6fz44I { width:20rem;height:4.3875rem;top:46.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgDtvTwtD73uPmr8eLsqh1TJSHqTZGg2 { width:20rem;height:13.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #crOXZJCUiLWZ9Wd47wtvM2iq5BmmlCob { width:20rem;height:1.3rem;top:44.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiRq7Z0IZ9chqGx4ZFqdefCltvT6wdsE { display:flex;width:2.5rem;height:2.5rem;top:40.44270324707rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #RfOstCtQMG5kc2VrPCAXZnG5yql8Alfk { width:7.5rem;height:2.5rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThLZvtuGAkWkQyWgMCvnrOz9U1fyCJuQ { display:block; }
 }@media only screen and (max-width: 763px) { #lRwSIM6Qt2EcSgD1JgTUBs4Rqq6TohtH { width:20rem;height:1.1375rem;top:51.137496948243rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAt3NxtIrTKiwCuT1uLUuTwdR3OTq3Pb { width:20rem;height:2.625rem;top:52.8125rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qqOzZxZpmKmV23R0rd7ERrmu3Jv9rU9f { width:20rem;height:2.625rem;top:83.1875rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kC5xDHzBZa6wByJ1fm8H76slTIfcLPWM { width:20rem;height:4.3875rem;top:76.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb2Qw3xDgCfFAdOgDkT7hNEMrknvNxuE { width:20rem;height:1.1375rem;top:81.612503051756rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWoGZ5Gr67vMSuNkJ4mf96S2D0eDR44T { width:20rem;height:1.3rem;top:74.762496948244rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB1iuukPH8NMIT945LbgyPTKdcTO2kan { width:20rem;height:13.0625rem;top:61.074996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeRefLa91GWuIxF4JwkWUnIgqIK3lsXy { display:flex;width:2.5rem;height:2.5rem;top:71.199996948244rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #HP6XUbtM1WMMLqzQpf8FlX1XKdelgDhZ { width:7.5rem;height:2.5rem;top:86.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Dmx96DDvrLhfVsOrCU5g8JD2yZ9gyP { display:block; }
 }@media only screen and (max-width: 763px) { #nIUw5BhGd3W3ebozZ9LGaGGwMzCDqLn3 { width:20rem;height:13.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyxbuTIxK2NKgrTf5AZBUJv2TSXW5DSE { display:flex;width:2.5rem;height:2.5rem;top:9.9999961853025rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #SD7wv65GsO0eOIXcC6zrHoSUKuBTagye { width:7.5rem;height:2.5rem;top:25.925003051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkb2qs2mGr1SdimgUCFbuMT3TO5Sogxf { display:block; }
 }@media only screen and (max-width: 763px) { #oW29RB3BduuDJ3l60WUWelkXbIWzVTCt { width:20rem;height:2.625rem;top:22.112503051757rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DoDTDHqF8I6kzafmokL4VaQRGwimTixi { width:17.375rem;height:1.1375rem;top:20.412498474121rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVTcphgNG3asiaU0v3uKS0T0yFkPdw62 { width:19.3125rem;height:4.3875rem;top:15.487499237061rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suT2Tef7MVRtZVvMEcwmQ64ZrlugWfNJ { width:16.875rem;height:1.3rem;top:13.687496185302rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUvbqEat5bWxLTWUvh6F7OU9WCT62fxD { width:7.5rem;height:2.5rem;top:116.94999694824rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWIEmhu0EhBD3n8ReS1fedWKO2ew5pGV { display:block; }
 }@media only screen and (max-width: 763px) { #OJ9NIr2yRxGkSNLm8y82JRoFTONCOPW2 { width:20rem;height:3.9375rem;top:111.82499694824rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #n8sVlGZ0orpC4vNTZwou9SdL6oyxzluw { width:17.375rem;height:1.1375rem;top:110.10000610351rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2qlU10qdN7CoGCaZhMiSTk368Jx3S9G { width:18.875rem;height:2.925rem;top:106.67500305176rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT9sdkNtbidmUamvyUTUE5kmukiCqKtS { width:16.875rem;height:1.3rem;top:105rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU4hQLJ4O5qBsm004SU2GyQypKWqWkAa { width:20rem;height:13.0625rem;top:91.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INmJXtzimaZfZEduhi2JWBvxAtxkvBiI { display:flex;width:2.5rem;height:2.5rem;top:101.3125rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #iTKARARTZtiAQm3rOWk3rktBm82KbiTy { width:4.625rem;height:0;top:0.76249694824219rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpd6g1gk7mNEAhQbOqUKfqPRD0aiA2H2 { width:4.75rem;height:1.5rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKhGNf01rpIu7GBT6mJHWT0W856SAStU { width:4.75rem;height:1.5rem;top:30.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGwGRDiE1BF5qCe8Dcg0y019XbV8mmGF { width:4.1875rem;height:1.1375rem;top:31.0625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf0NS7TSTiNq71MLQCfTuXAPqblJSrEJ { width:4.75rem;height:1.5rem;top:61.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZQ1ukdwZewe4iwXrFMNtMLGy5P84guH { width:4.1875rem;height:1.1375rem;top:61.8125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7rcSUKKxLMSQQ5edapUTfm2WSxnikbb { display:block; }#M7rcSUKKxLMSQQ5edapUTfm2WSxnikbb > .row .container { width:20rem;height:91.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExBBiTBirQ3hF0FiqwWFq214rhXTpJon { width:20rem;height:2.925rem;top:15.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usWgcMDPmaWRt2wJxfXARqAWp9Tm7w84 { width:20rem;height:2.925rem;top:76.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClV5ahTCwAfpgeh835DUTv0OOguZ40iD { width:20rem;height:13.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhmpqi5vgnISTK8b2x1b98tr1vvRQ1mX { width:20rem;height:13.1875rem;top:60.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9TgGgLFsdURiFyoJhCZGV6IadO3SwT9 { width:20rem;height:1.3rem;top:74.462493896488rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJWvw2EfgSIp2mBrO96UCqSuBXsbUtot { width:20rem;height:1.3rem;top:13.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfvIUMuBpTWyKF7ciMPhC6RvTnODgxUk { display:flex;width:2.5rem;height:2.5rem;top:10.13020324707rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #nwBNv2e9HJ8OlBwlGhGeRfSBydQ4UluE { display:flex;width:2.5rem;height:2.5rem;top:70.692703247069rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #uBcc1Wxlu3Cck70xf2hSfbPoZDqKdiu2 { width:7.5rem;height:2.5rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lup245GhWz9EWavQTZI5i67agoVrhTZz { display:block; }
 }@media only screen and (max-width: 763px) { #vtRTc8B8xM6bDczBPQh4TOlD0uTt4Gbv { width:7.5rem;height:2.5rem;top:86.700012207031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrIT1HItBKeLGLsASPR5CoJQULUrK9Oh { display:block; }
 }@media only screen and (max-width: 763px) { #T36fDtx0naT5BOsGX1aacCpTuKNky1ZV { width:20rem;height:1.1375rem;top:79.756256103512rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmxnAC6darNU1QaPSkZMGnPZLyTEMWfB { width:20rem;height:1.1375rem;top:19.262496948243rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0mPXfTwRXf74SHaIR7RiPkyLSsFqmJ0 { width:19.625rem;height:3.9375rem;top:81.5625rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #t8HWECdG2ZSolPsxu8GKRn3yL5AbfCws { width:20rem;height:3.9375rem;top:20.9375rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qFITURm6JBJCcu2Hk07pwETxUN2svtmK { width:20rem;height:3.9375rem;top:51.0625rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oMMrLz01kVEHAA0XKqwUbfKcwMt7mHPK { width:20rem;height:2.925rem;top:46rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLfBrOa6MRh4aJSGtqVCzl87iloOKNFd { width:20rem;height:1.1375rem;top:49.487503051757rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhZ5KxXUBUVKBIyCFaWUSct1LwBRrGTZ { width:20rem;height:1.3rem;top:44.137496948243rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTNyftzXViTWqHaQ9WPgrpSVQMeU9xfU { width:20rem;height:13.166666666667rem;top:30.449996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrmPm5C4uzPeBw1TamBksl3encLR0onk { display:flex;width:2.5rem;height:2.5rem;top:40.574996948243rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #N808eVZeTOA1xINNKu78Q5Le6GyiZ7wB { width:7.5rem;height:2.5rem;top:56.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPTLDyqIVkTOblzhnqTPTfZXVpNoFdRg { display:block; }
 }@media only screen and (max-width: 763px) { #srN7TfDVXaHql4ATwQdFgK8gPcxsCqa2 { display:block; }#srN7TfDVXaHql4ATwQdFgK8gPcxsCqa2 > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3yvkV4RetLb9oCCPI3xzaZREoGuGidn { width:20rem;height:1.95rem;top:1.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #Ca4C4ecpRWWWqUIWVv9cR8TWDdlVEllA { width:18.0625rem;height:2.925rem;top:19.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EevElUmpzH8DhvW0kddCCc9rAPR1rgLW { width:5rem;height:0.125rem;top:5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZS51lw5a6dEb2Et66a44fSaZF2S7OKd { width:18.75rem;height:3.4125rem;top:22.875rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdKSr5g1k2UJCqiqwfPZw7W90AslxtFV { width:20rem;height:11.25rem;top:7.0374984741213rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNCqm9t5KrUvhVBQRSeFFtG9TwERidfH { width:5.6875rem;height:1.1375rem;top:28rem;left:13.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bygn1oCi9qx8VrmZtN9OnBBf6wzQMaH9 { display:flex;width:1.5rem;height:1.5rem;top:27.875rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #nTvGnwH6DhwiI76dCUQX1SRTTRb4gbEf { width:7.5rem;height:2.5rem;top:27.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziN80Ts6z8TtolxgXsxKe6tSZB9X3nUt { display:block; }
 }@media only screen and (max-width: 763px) { #TIcQqP92vLsHyHgpNuLbn7t0BZ6x6Xqu { width:20rem;height:23.75rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCaEsmdolba0VVtsST8Dr6ogFilqVW0N { display:flex;width:2.5rem;height:2.5rem;top:15.162498474121rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #WgpNaUB5e7F9P3MX92G2Xokqk8Ts8dqB { display:block; }#WgpNaUB5e7F9P3MX92G2Xokqk8Ts8dqB > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDGdl5MonEUHuCqXkPPvodlSifaXvtTf { width:20rem;height:2.925rem;top:20.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJbdK8u4csRp9qmM2Mh1MokBxuPvDLye { width:20rem;height:13.3125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH1o9SzCZCGHARr1wmM2GlpTurITGA4q { width:20rem;height:6.09375rem;top:27.087501525879rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQx4ICIqxp33TyTfkKHM1RkQnN56cARn { width:7.5rem;height:2.5rem;top:34.41875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOxthEPnikrw5KzJNwkkqk0Z0PgCwBNo { display:block; }
 }@media only screen and (max-width: 763px) { #QHJAQhlOJcgbvpbFzzgxAoR29klKd3Re { width:5rem;height:0.125rem;top:5.1937496185302rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #anbaG0JnTAhzSq1DzCawnNWFX42zCFWK { width:20rem;height:1.95rem;top:1.9937496185302rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #SgUOLBukqPciogOfTZD63plSuTEQx4xN { width:20rem;height:2.275rem;top:23.993751525879rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTl3TZILMwX0sOnaxdzZIRuKab5c04mI { display:none; }#nTl3TZILMwX0sOnaxdzZIRuKab5c04mI > .row .container { width:20rem;height:38.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LWemAUt8WcOQWTgiODGB1C0aIhSuytu9 { width:20rem;height:5.4rem;top:20.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIPRR4BtBy6ESWAM6HRLIHNiZQ4p8Qvd { width:18.5rem;height:8rem;top:6.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpBFSi2kiBnT8X6edUiDfKqX3hXUFZhs { width:20rem;height:6.09375rem;top:27.14999961853rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTDDDPsk8Shb4XpTmZTT341f3o6nHanQ { width:7.5rem;height:2.5rem;top:34.24374961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkPX4NB3mH56o2sbwVpWDEoDuKXpzVoG { display:block; }
 }@media only screen and (max-width: 763px) { #p04NVqvE0mu5oNEckvAngTpka6F1Nriv { width:5rem;height:0.125rem;top:5.1937496185302rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTUAF0k3uVxeim1X26TPQZnF1cZm74Oc { width:20rem;height:1.95rem;top:1.9937496185302rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #XbATmgt7Up4H797S7hbCUMpGKHo5HtsM { width:20rem;height:22.875rem;top:52.539564025879rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ugl0AC64I0TwOdS0WuV3f56hdgv5CzyH { width:20rem;height:13.296089385475rem;top:6.5562515258787rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJOoZGwVpiNv1sBONGHzfZbExDS1VgnQ { display:none; }#hJOoZGwVpiNv1sBONGHzfZbExDS1VgnQ > .row .container { width:20rem;height:91rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SDKhUorUXVCO0a4JekPlMtoTULNSXqU6 { width:20rem;height:1.95rem;top:1.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #CotTeKFoqo0bZ26hOV9JXHLzOvmc91sf { width:20rem;height:2.925rem;top:22.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXOM9AE4SQgXzuXM4V7Ml2rqmdBb10kW { width:20rem;height:2.925rem;top:64.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC8N77O516zc7gPLxE9OPlgp1lMmg9Eh { width:5rem;height:0.125rem;top:5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5ECRqQ6ZNttGDUqXu23JskkdEP0C7DO { width:20rem;height:13.1875rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtQlGJbzxyTxETsD16WGy1gOqyfAP9Gr { width:20rem;height:13.1875rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6AlDamAR4PFEwoXp6OM7VwoO8INLNB3 { width:20rem;height:1.3rem;top:62.775001525881rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgoe09QPFvrRTppk3hlkw5vyWmLod0eZ { width:20rem;height:1.3rem;top:20.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH8OigQbDQ68VM2dXNq5EJUZakz3OXsF { display:flex;width:2.5rem;height:2.5rem;top:17.13020324707rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #lzHgwMKKll1Kr0AA5h3xb2azEqCEISW1 { display:flex;width:2.5rem;height:2.5rem;top:58.255207061767rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #TWNFMl7DotudF0yOmZxSQJiIgtp0fdWz { width:7.5rem;height:2.5rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1l4ArO6IdeQOSD6yoWiR6wvzgUTOk35 { display:block; }
 }@media only screen and (max-width: 763px) { #vuuZEIkErLwXTTCDarcGpJxr0IS9hmxq { width:7.5rem;height:2.5rem;top:86.450000762938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4vtHnKnN61ZvDQGAerUUECGcECRNUsH { display:block; }
 }@media only screen and (max-width: 763px) { #mVg4oFqV2TfPJL0eARRH0OS78FXIs3Z7 { width:20rem;height:1.1375rem;top:68.068748474119rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIuPFLCERTgBMNVoAPPezeFgIm35KGTT { width:20rem;height:1.1375rem;top:26.262500762939rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8P0bRTtedknflJzLRRvE65Vrsp88S4i { width:19.625rem;height:15.75rem;top:69.875rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UVRUgIwgNDTpXLuPaEDMtUEvZCEx5gg0 { width:20rem;height:15.75rem;top:27.9375rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #buLWQPrC9J34pE4CCsnEPlRx6xivMsku { display:none; }#buLWQPrC9J34pE4CCsnEPlRx6xivMsku > .row .container { width:20rem;height:51.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ex3SWcFMoCUetsFJ337zoGC81uq8hudR { width:20rem;height:1.95rem;top:1.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #RwJ6qasfR8AiEEPJCpMHME60gqJJ9sZx { width:20rem;height:2.925rem;top:22.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiW9HMkKKGoDMEHrBWPEH2ydclN7XEOR { width:5rem;height:0.125rem;top:5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTXTJB2hXNiXnxZA3ETSGEOS5lMtvALM { width:20rem;height:13.1875rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9K7CWIF9N1TiUITtlCI3PT39WqWbz6T { width:20rem;height:1.3rem;top:20.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTHUVBBRzRxRzI96DvCcl9GiGpFcwm1F { display:flex;width:2.5rem;height:2.5rem;top:17.13020324707rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #p8tqFUclU6Mc9b3JIiHIBV9PcCTAhpor { width:7.5rem;height:2.5rem;top:45.349998474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE8PwWoWP5h1t1DRsFlX9ErIHDi79quf { display:block; }
 }@media only screen and (max-width: 763px) { #rPc1pwyPzb9x8ASkyTRFggL9P7fdHcbT { width:20rem;height:1.05625rem;top:26.224998474121rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS84JBimG5DaLhdHZ9NlmizDO5REtkX3 { width:20rem;height:15.75rem;top:28.474998474121rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GQRF2yszeGB7u07KiItxTrJ9w7Fgu5cW { display:none; }#GQRF2yszeGB7u07KiItxTrJ9w7Fgu5cW > .row .container { width:20rem;height:22.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CV64MXarSrdmOpM9erAeGs0m7oPW6yID { width:20rem;height:7.5rem;top:12.074996948243rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDPO7myTDR3PuUh6fSTo1TQspGzddImV { width:13.9375rem;height:1.95rem;top:2.0625rem;left:3.03125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfCTeUkE6cd805MvvlOzrnGDyrJT1x4V { width:5rem;height:5rem;top:6.3250007629394rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHVRpeOMTeSrC8dTy1pzv7X5nx3qMFxL { width:20rem;height:0.125rem;top:22.012496948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO { background-color:#221939;background-image:none;display:block; }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row .container { background-color: transparent; background-image: none; }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row .container > .video-iframe-container { display: none; }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row > .video-iframe-container { display: none; }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .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); }#JuhpKtTPuvtbBpaomZPp8hlGcnNWXwxO > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STUfkz8by6q7TT5yFQm3RcpHymzn1MNc { width:20rem;height:2.275rem;top:1.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v3OOASW4QOZ9QlXFywRQXa1Dc3VkcSQ1 { width:12.75rem;height:2.3125rem;top:4.4375rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iu8Gh7POszZB3IzyvhZ7BrHJQuuLBQZi { display:block; }
 }