.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:187,175,249;--color-primary-1:122,98,243;--color-primary-2:92,74,182;--color-primary-3:61,49,121;--color-primary-4:31,24,61;--color-secondary-0:198,195,209;--color-secondary-1:151,149,164;--color-secondary-2:105,102,118;--color-secondary-3:56,53,72;--color-secondary-4:28,27,36;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #000000;; } #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); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { background-color:#132037;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { background-color: transparent; background-image: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container > .video-iframe-container { display: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container { display: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .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); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { border-width: 0; border-radius: 0; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#Os67B6FHCX9QPKXzuxAOTmWkOTuKvady { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa7f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa7f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.3125rem;display:block; }
#WbsZZ1HqsN8rWTLGMEHI39xExKl7215q { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa7f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa7f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:65.6875rem;display:block; }
#xEHomNPruACwtG8xv5sSu0r7O2SEmPNL { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa7f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa7f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.0625rem;display:block; }
#ZfDtkqhuKvvKRz6XnvwbtiZc4187urL4 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa7f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa7f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.4375rem;display:block; }
#TLRARrAQUVRupwmd8LySI9FnrTCi5N38 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:18.75rem;top:1.90625rem;left:28.125rem;overflow:hidden;display:block; }
#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #229cfa;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/photography_1920x1080_12.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi.adaptive-delivery-prevent-bg, #T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi.lazyload, #T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi.lazyloading { background-image: none; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { background-color: transparent; background-image: none; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #132037; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container > .video-iframe-container { display: none; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #132037; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row > .video-iframe-container { display: none; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .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); }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { border-width: 0; border-radius: 0; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:47.625rem;width:75rem;position:relative;display:block; }#XJOCbJbklZ2qT1uzzxhwhV2rgCDFEAex { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:14.875rem;left:0rem;height:5.09911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QRzRX4TJD4wB1WPaKVdH4cvNBkACwDd8 { color:rgba(var(--color-tertiary-0),1);display:block;width:61.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem #229cfa;top:3.20654296875rem;left:0rem;height:10.4809375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PTovq90LbiEoGZpGTdkGvOv8TpeAL5xJ { position:absolute;display:block;z-index:15025;border-top:0.125rem solid #229cfa;border-left:0.125rem solid #229cfa;border-right:0.125rem solid #229cfa;border-bottom:0.125rem solid #229cfa;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;height:21.125rem;width:37.6875rem;top:14.875rem;left:36.5rem;display:block; }
#TKDPxeF0dqRUZd9oSIe8q00TnWEzlVR4 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #229cfa, #025aff);background-image: -moz-linear-gradient(90deg, #229cfa, #025aff);background-image: -ms-linear-gradient(90deg, #229cfa, #025aff);background-image: -o-linear-gradient(90deg, #229cfa, #025aff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa', endColorstr='#025aff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa', endColorstr='#025aff' );";background-image: linear-gradient(90deg, #229cfa, #025aff);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.1875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:37.8125rem;left:36.5rem;display:block; }
#gnO63peqTz1lbIxk9psbNDXgUyi3qGsa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQ96I3Wl26H8DDVV06kzcag5hhtXSUQO { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:21rem;left:0rem;height:5.09911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sfhKgWn8tuxJRfh40wiurxiSiIpADpVp { color:#229cfa;display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:27.3125rem;left:0rem;height:5.09911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oPcXQt8g8m5D7TrMNO2NkuDks75k7Aad { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:43.0625rem;left:36.5rem;height:1.69970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#oPcXQt8g8m5D7TrMNO2NkuDks75k7Aad li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oPcXQt8g8m5D7TrMNO2NkuDks75k7Aad li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
#FCUJEWSO2VHnDmVKTDQC5fT5lyqaAQgA { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:43.0625rem;left:51.3125rem;height:1.69970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#FCUJEWSO2VHnDmVKTDQC5fT5lyqaAQgA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FCUJEWSO2VHnDmVKTDQC5fT5lyqaAQgA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
#Tt3LIQ9cvhtoNzOidsMVdNovwZzeekXA { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:43.0625rem;left:63.3125rem;height:1.69970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Tt3LIQ9cvhtoNzOidsMVdNovwZzeekXA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tt3LIQ9cvhtoNzOidsMVdNovwZzeekXA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
#h1OJw2VVhzIf2FOeaboHTpJTI2d6l7ur { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:33.25rem;left:0rem;height:6.7988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GFz0dfGHgPdgl8S0Uv3us3Ea1OtKgaia { box-sizing:content-box;height:2.3125rem;width:16.3125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #229cfa;border-left:0.0625rem solid #229cfa;border-right:0.0625rem solid #229cfa;border-bottom:0.0625rem solid #229cfa;top:0rem;left:0rem;display:block; }
#oOyGfUzITTeS5lnm6X0dVvQznDOwI83y { color:#229cfa;display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:0.369140625rem;left:2.25rem;height:1.69970625rem;text-align:center;text-align-last:center;display:block; }
#J20aeAu3WdNFbxfsKy2ZovsLQlJdZnK6 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa7f', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa7f', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(34,156,250,0.5), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:25.125rem;width:25.125rem;top:16.9375rem;left:49.875rem;display:block; }
#f7RlhyN0HsrMO0E4gUwTfU1ATvJ6UGRv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a0e1a;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; }#f7RlhyN0HsrMO0E4gUwTfU1ATvJ6UGRv > .row .container { background-color: transparent; background-image: none; }#f7RlhyN0HsrMO0E4gUwTfU1ATvJ6UGRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7RlhyN0HsrMO0E4gUwTfU1ATvJ6UGRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7RlhyN0HsrMO0E4gUwTfU1ATvJ6UGRv > .row .container > .video-iframe-container { display: none; }#f7RlhyN0HsrMO0E4gUwTfU1ATvJ6UGRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7RlhyN0HsrMO0E4gUwTfU1ATvJ6UGRv > .row > .video-iframe-container { display: none; }#f7RlhyN0HsrMO0E4gUwTfU1ATvJ6UGRv > .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); }#f7RlhyN0HsrMO0E4gUwTfU1ATvJ6UGRv > .row .container { border-width: 0; border-radius: 0; }#f7RlhyN0HsrMO0E4gUwTfU1ATvJ6UGRv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7RlhyN0HsrMO0E4gUwTfU1ATvJ6UGRv > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#xz5cmepfaPUCqT2H9MWAz7k5PiMeD9LZ { position:absolute;display:block;z-index:15000;height:6.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#CZV77lnXcmNdGEDH4J1hP5eTV2EpEB6e { position:absolute;display:block;z-index:15000;height:6.0625rem;width:75rem;top:0rem;left:0rem;display:none; }
#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c2e4f;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; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { background-color: transparent; background-image: none; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container > .video-iframe-container { display: none; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row > .video-iframe-container { display: none; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .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); }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { border-width: 0; border-radius: 0; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:48.5rem;width:75rem;position:relative;display:block; }#zHM6WslyywdTKJKLa4BqcI3LMn2B0rIO { color:#229cfa;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:6.25rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m0l4lr52TxEn0mz79epV4Xa4c4FZLpDX { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:9.75rem;left:11.25rem;height:11.0244375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#W889gytpRWHcPLXAZJWddSyyCKRH8KlT { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#132037', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#132037', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0.25rem;left:66.8125rem;display:block; }
#D5052Dsg0qV044nJNl4KEU5CaWRKvCiU { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#132037', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#132037', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0.25rem;left:69.1875rem;display:block; }
#W9WTZvIP4VbtVfs3xocLKKBMzVMqiEt3 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#132037', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#132037', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0.25rem;left:71.5625rem;display:block; }
#oFhihihD578prBne3f0TQuoMbPvEBRKa { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#132037', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#132037', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, #132037, rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0.25rem;left:64.4375rem;display:block; }
#I2aCE1xfAKeQectkwZ8ZdwvT9PPO0un6 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:21.5rem;left:7.71875rem;height:13.384775rem;text-align:center;text-align-last:center;display:block; }
#gsvC8BnbnRHsK9JHQp6Tvav74T053A0V { color:rgba(var(--color-tertiary-0),1);display:block;width:51.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:35.00927734375rem;left:11.65625rem;height:10.1855625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#gsvC8BnbnRHsK9JHQp6Tvav74T053A0V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gsvC8BnbnRHsK9JHQp6Tvav74T053A0V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { border-top:0.0625rem solid #229cfa;border-left:0rem solid #229cfa;border-right:0rem solid #229cfa;border-bottom:0.0625rem solid #229cfa;background-color:#081021;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; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { background-color: transparent; background-image: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .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); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { border-width: 0; border-radius: 0; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:45.8125rem;width:75rem;position:relative;display:block; }#cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { position:absolute;display:block;z-index:15015;background-color:#1c2e4f;background-image:none;border-top:0.0625rem solid rgba(34,156,250,0.51);border-left:0.0625rem solid rgba(34,156,250,0.51);border-right:0.0625rem solid rgba(34,156,250,0.51);border-bottom:0.0625rem solid rgba(34,156,250,0.51);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.3125rem;width:21.25rem;top:16.875rem;left:0rem;display:block; }
#hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:19.25rem;left:8rem;height:7.6494375rem;font-style:normal;display:block; }
#dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:27.5rem;left:1.9375rem;height:8.4985625rem;font-style:normal;display:block; }
#Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { color:#229cfa;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:7.44921875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HKNO4RVdBLRud437KOVpTnHefGhDOfhb { color:#229cfa;display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:17.75rem;left:1.1875rem;height:10.625rem;font-style:normal;display:block; }
#CHdciLXiVLD9h6Z2spi6sz4D5LiJ43dG { position:absolute;display:block;z-index:15019;background-color:#0a0e1a;background-image:none;border-top:0.0625rem solid rgba(34,156,250,0.51);border-left:0.0625rem solid rgba(34,156,250,0.51);border-right:0.0625rem solid rgba(34,156,250,0.51);border-bottom:0.0625rem solid rgba(34,156,250,0.51);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.3125rem;width:21.25rem;top:16.875rem;left:26.8125rem;display:block; }
#q5lT7sugldqgzNP63rJfkbmWhUnwM3AZ { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:26.875rem;left:28.75rem;height:6.7988125rem;font-style:normal;display:block; }
#yGHD7yFIGBzw3FbkbxZH9QDXp9B5qK7c { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.125rem;left:35.625rem;height:5.0996125rem;font-style:normal;display:block; }
#twVDbVMm5AfkuBTBACk2UZVVwKBcdtdi { color:#229cfa;display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:17.75rem;left:28rem;height:10.625rem;font-style:normal;display:block; }
#J3ietT4ifnvk0M97WZmTD0vCC6okwn0c { position:absolute;display:block;z-index:15023;background-color:#1c2e4f;background-image:none;border-top:0.0625rem solid rgba(34,156,250,0.51);border-left:0.0625rem solid rgba(34,156,250,0.51);border-right:0.0625rem solid rgba(34,156,250,0.51);border-bottom:0.0625rem solid rgba(34,156,250,0.51);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.3125rem;width:21.25rem;top:16.875rem;left:53.625rem;display:block; }
#fzot1AProrO0WEOK6qHKxgl1f0PF62S1 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:26.875rem;left:55.5625rem;height:8.4985625rem;font-style:normal;display:block; }
#BSIGNMCvtxvaDaag2T0vpGRC98WfAW5d { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.125rem;left:62.4375rem;height:5.0996125rem;font-style:normal;display:block; }
#eiPXvovXyiF1vyXeX9ffICF1opZBtR1M { color:#229cfa;display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:17.75rem;left:54.8125rem;height:10.625rem;font-style:normal;display:block; }
#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76126b91-58c4-4f94-b391-3cb48067628f/kadrowanie_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa.adaptive-delivery-prevent-bg, #PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa.lazyload, #PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa.lazyloading { background-image: none; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row .container { background-color: transparent; background-image: none; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,14,26,0.65); }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row .container > .video-iframe-container { display: none; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,14,26,0.65); }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row > .video-iframe-container { display: none; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .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); }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row .container { border-width: 0; border-radius: 0; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:58.25rem;width:75rem;position:relative;display:block; }#U1EyksEHEzlIhob7npJiEJ6HL6cCpUvO { color:rgba(var(--color-tertiary-0),1);display:block;width:64.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:12.23779296875rem;left:5.34375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTevFdtCF68o0P5cxvSK3e5aLRDLc9nf { color:rgba(var(--color-tertiary-0),1);display:block;width:59.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:16.66259765625rem;left:7.71875rem;height:3.824225rem;text-align:center;text-align-last:center;display:block; }
#crAT44xqHyXHqxGF7S67M6yf4nnMogiD { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #025aff, #229cfa);background-image: -moz-linear-gradient(90deg, #025aff, #229cfa);background-image: -ms-linear-gradient(90deg, #025aff, #229cfa);background-image: -o-linear-gradient(90deg, #025aff, #229cfa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#025aff', endColorstr='#229cfa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#025aff', endColorstr='#229cfa' );";background-image: linear-gradient(90deg, #025aff, #229cfa);background-size:auto !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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:4.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:42.29638671875rem;left:25.15625rem;display:block; }
#aTeQx9SDSOBeBxTJJNEdJFNA4DrlHAVS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OKqVtu8f8yTvqyD97c04X64Hhh4VDQNp { position:absolute;display:block;z-index:15001;background-color:#0a0e1a;background-image:none;border-top:0.0625rem solid #c3e5ff;border-left:0.0625rem solid #c3e5ff;border-right:0.0625rem solid #c3e5ff;border-bottom:0.0625rem solid #c3e5ff;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: 0.0625rem 0.0625rem 1.875rem #000000 ;height:39.375rem;width:68.875rem;top:9.6044921875rem;left:3.0625rem;display:block; }
#IovZap4SxcgKOEsXoTlUr1EDu699NuOv { color:#ffffff;display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:20.42431640625rem;left:13.90625rem;height:5.7363375rem;text-align:center;text-align-last:center;display:block; }
#u9sSo67J9wKcm0vTnpD8gKFwq9UTxmsG { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:33.72216796875rem;left:27.25rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VpxkZZpXGn3TtbcxvzeTbegGawqBkpSA { color:rgba(var(--color-tertiary-0),1);display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:32.0595703125rem;left:14.53125rem;height:1.9121125rem;text-align:center;text-align-last:center;display:block; }
#rOGkiBCOAH6Spw5v6CQuob054U2w7Xxx { color:#229cfa;display:block;width:59.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:27.33447265625rem;left:8.34375rem;height:2.54980625rem;text-align:center;text-align-last:center;display:block; }
#to3vTv8gAT6nMFE648uTwauTXbZkUi0T { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:37.90966796875rem;left:27.46875rem;height:1.69970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#to3vTv8gAT6nMFE648uTwauTXbZkUi0T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#to3vTv8gAT6nMFE648uTwauTXbZkUi0T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
#PyPdhHoKFpVKeBRDQ7vRyt9W7lWiwbLE { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #229cfa, rgba(34,156,250,0.01));background-image: -moz-linear-gradient(90deg, #229cfa, rgba(34,156,250,0.01));background-image: -ms-linear-gradient(90deg, #229cfa, rgba(34,156,250,0.01));background-image: -o-linear-gradient(90deg, #229cfa, rgba(34,156,250,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa', endColorstr='#229cfa02' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa', endColorstr='#229cfa02' );";background-image: linear-gradient(90deg, #229cfa, rgba(34,156,250,0.01));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.82177734375rem;left:37.53125rem;display:block; }
#kTqoBEcvwGrMe1PTkFytxm5EDcCci9XD { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(34,156,250,0.01), #229cfa);background-image: -moz-linear-gradient(90deg, rgba(34,156,250,0.01), #229cfa);background-image: -ms-linear-gradient(90deg, rgba(34,156,250,0.01), #229cfa);background-image: -o-linear-gradient(90deg, rgba(34,156,250,0.01), #229cfa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa02', endColorstr='#229cfa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa02', endColorstr='#229cfa' );";background-image: linear-gradient(90deg, rgba(34,156,250,0.01), #229cfa);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.82177734375rem;left:18.84375rem;display:block; }
#nyTtVnOT8VUU7Gl9higLg4BWiVCevz7x { box-sizing:content-box;height:9.25rem;width:22.1875rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:31.15966796875rem;left:26.34375rem;display:block; }
#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 { border-top:0.0625rem solid #229cfa;border-left:0;border-right:0;border-bottom:0.0625rem solid #229cfa;background-color:transparent;background-image: -webkit-linear-gradient(76deg, #132037, #040913);background-image: -moz-linear-gradient(76deg, #132037, #040913);background-image: -ms-linear-gradient(76deg, #132037, #040913);background-image: -o-linear-gradient(76deg, #132037, #040913);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#132037', endColorstr='#040913' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#132037', endColorstr='#040913' );";background-image: linear-gradient(76deg, #132037, #040913);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container { background-color: transparent; background-image: none; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container > .video-iframe-container { display: none; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row > .video-iframe-container { display: none; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .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); }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container { border-width: 0; border-radius: 0; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:124.1875rem;width:75rem;position:relative;display:block; }#Xv0PWyw9nx5BmXQ6IxF4Zwri9GTPsFCV { color:rgba(var(--color-tertiary-1),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:27.9375rem;left:31.25rem;height:8.4985625rem;font-style:normal;display:block; }
#R8I4wouX2UB8i5AR12uAk6TBuu1t2tpx { color:rgba(var(--color-tertiary-1),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:12.4375rem;left:31.25rem;height:11.89793125rem;font-style:normal;display:block; }
#XUEfvTzJDDcOzFMXo0dVgWZeEHRsur0N { color:#229cfa;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:25.375rem;left:31.25rem;height:2.54980625rem;font-style:normal;display:block; }
#xBc6twApiXxLavdsXkcr4wTpHbxxl4PT { color:#229cfa;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.474609375rem;left:34.375rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#osTKIb5bNmwuN6FulFwqV7HrMaRrCGlP { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:8.375rem;left:31.25rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IDZpuZ70bdnODfnwBIPTZNWg2qHWKam0 { color:rgba(var(--color-tertiary-1),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.7;letter-spacing:0;top:43.9375rem;left:31.25rem;height:6.7988125rem;font-style:normal;display:block; }
#HDh6RUwfts1BkkrflT7TqN2GCTVv3eDe { color:#229cfa;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:41.3125rem;left:31.25rem;height:2.54980625rem;font-style:normal;display:block; }
#hp2OZCSng6KzZ42RtiFMr6phMylaoZ8Q { color:rgba(var(--color-tertiary-1),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:57rem;left:31.25rem;height:10.19825rem;font-style:normal;display:block; }
#d9649f4WPxifqMlk7wu6vEi4cneKnBSh { color:#229cfa;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15042;line-height:1.7;letter-spacing:0;top:54.5625rem;left:31.25rem;height:2.54980625rem;font-style:normal;display:block; }
#hTwQigOMLrly2N0GWRVDWoGaVp02g6ad { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(34,156,250,0.5));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(34,156,250,0.5));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(34,156,250,0.5));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(34,156,250,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#229cfa7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#229cfa7f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(34,156,250,0.5));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:58.125rem;width:0.125rem;top:4.625rem;left:29.6875rem;display:block; }
#iLoU5wXzAvTXJz02UoGLaVWMHKBhgVTL { color:rgba(var(--color-tertiary-1),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.7;letter-spacing:0;top:90.3125rem;left:31.25rem;height:6.7988125rem;font-style:normal;display:block; }
#R1PLI4kWDrq0Oqqo0TitzbdLz1NtNy52 { color:#229cfa;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.7;letter-spacing:0;top:87.8125rem;left:31.25rem;height:2.54980625rem;font-style:normal;display:block; }
#t8TZeNSkrMiXgPAzbECVbOuIzwS6oHTi { color:rgba(var(--color-tertiary-1),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:105.5625rem;left:31.25rem;height:11.8979375rem;font-style:normal;display:block; }
#SlkKdC4iw7zeMHJfCVqcZ5x1cnMFegbl { color:#229cfa;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:102.625rem;left:31.25rem;height:2.54980625rem;font-style:normal;display:block; }
#ZanS0CSMXbZdRPt8IKzgzNMwim4l6X4q { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa7f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa7f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(34,156,250,0.5), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59.375rem;width:0.125rem;top:62.75rem;left:29.6875rem;display:block; }
#ii9a17MMsHd74HVVaooVfTsIZO0gl7Km { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:14.5625rem;width:26.25rem;top:102.9375rem;left:1.25rem;overflow:hidden;display:block; }
#rDkbkALp8DTIMsfU3Gfes4bXnCCdK3TJ { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:28.75rem;top:23.64697265625rem;left:0rem;overflow:hidden;display:block; }
#czy4dblTAA2L4xn9HKhWiaQNZTQ3LykN { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.875rem;width:27.875rem;top:78.5rem;left:0rem;overflow:hidden;display:block; }
#ZsfdtVdal2KETxvsVkKPdnlid24SHi1K { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:28.75rem;top:37.375rem;left:0rem;overflow:hidden;display:block; }
#RxfQZ6AEWiN5QakK46epRzMKviA6DJmT { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:28.625rem;top:52.31787109375rem;left:0rem;overflow:hidden;display:block; }
#fFGluz5MrL2tc7qfKnrXpfbcqB9DKeF2 { color:rgba(var(--color-tertiary-1),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.7;letter-spacing:0;top:74.4375rem;left:31.25rem;height:6.7988125rem;font-style:normal;display:block; }
#hJBve8EsvD8AWRepNMyNLlBXt8G2i7xL { color:#229cfa;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.7;letter-spacing:0;top:71.75rem;left:31.25rem;height:2.54980625rem;font-style:normal;display:block; }
#h63f1oqhFsZ6yM1ASxxxlPnaAkfM1xIH { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:28.5rem;top:67.93017578125rem;left:0rem;overflow:hidden;display:block; }
#O7NN2zSQ5hLAyLBEypqxTDAIAXTisPbl { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:28.75rem;top:10.5107421875rem;left:0rem;overflow:hidden;display:block; }
#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 { border-top:0.0625rem solid #229cfa;border-left:0;border-right:0;border-bottom:0;background-color:#132037;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; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { background-color: transparent; background-image: none; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container > .video-iframe-container { display: none; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row > .video-iframe-container { display: none; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .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); }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { border-width: 0; border-radius: 0; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:77.25rem;width:75rem;position:relative;display:block; }#UHJfZZM5NGdMJpLXkQ5crRoGwScpWo3k { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:21.125rem;left:5.8125rem;height:3.82421875rem;display:block; }
#TgOgiAbeHr880qPggnugG4AFzTBTFuIB { color:rgba(var(--color-tertiary-0),1);display:block;width:48.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:8.62353515625rem;left:13.53125rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#usrb3kcmXbxczF35e2wGFNziSE8EbeFm { color:#229cfa;display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:5.4375rem;left:21.5625rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FoVBaK8FhxdmhdTF7a1dJb7y2dgOc1ar { box-sizing:content-box;height:12.3125rem;width:21rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-image: -moz-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-image: -ms-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-image: -o-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2e4f', endColorstr='#229cfa4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2e4f', endColorstr='#229cfa4c' );";background-image: linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0.25rem solid #229cfa;border-right:0;border-bottom:0;top:15.4375rem;left:3.875rem;display:block; }
#yWisrrSpi3hRZHN1qTSXsln4vARNxPsq { color:#229cfa;display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:18.875rem;left:5.8125rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oIUCn3yuCyirlUHRtMCzBG2HwE4IK1vT { box-sizing:content-box;height:12.3125rem;width:21rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-image: -moz-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-image: -ms-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-image: -o-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2e4f', endColorstr='#229cfa4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2e4f', endColorstr='#229cfa4c' );";background-image: linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-size:auto !important;box-shadow: none;border-top:0;border-left:0.25rem solid #229cfa;border-right:0;border-bottom:0;top:15.4375rem;left:27rem;display:block; }
#CqDp920adV6TKK9CETDIRN1OwIhMCScw { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:21.125rem;left:28.9375rem;height:3.82421875rem;display:block; }
#DVBo867Apr5WOTKF7clgFchzHnbhdfJy { color:#229cfa;display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:18.875rem;left:28.9375rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GpkfMTViHBFTfrb3kCeCtJu0iyQQAZh5 { box-sizing:content-box;height:12.3125rem;width:21rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-image: -moz-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-image: -ms-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-image: -o-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2e4f', endColorstr='#229cfa4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2e4f', endColorstr='#229cfa4c' );";background-image: linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-size:auto !important;box-shadow: none;border-top:0;border-left:0.25rem solid #229cfa;border-right:0;border-bottom:0;top:15.4375rem;left:49.75rem;display:block; }
#yNQvSkMLqMTXwIspEQtT2fQByLAzTrHq { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:22.5625rem;left:51.75rem;height:1.9121125rem;display:block; }
#msvl1R9GHS6OF3lQN0demDCLfsMcymBB { color:#229cfa;display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:18.875rem;left:51.6875rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hR4BoBc6DWtgFGqtg2n621hS9MKBxoc0 { box-sizing:content-box;height:12.3125rem;width:21rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-image: -moz-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-image: -ms-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-image: -o-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2e4f', endColorstr='#229cfa4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2e4f', endColorstr='#229cfa4c' );";background-image: linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-size:auto !important;box-shadow: none;border-top:0;border-left:0.25rem solid #229cfa;border-right:0;border-bottom:0;top:29.8125rem;left:15.25rem;display:block; }
#zscP7JuebdMV902r2Pgi3lgTTgylWMqO { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:35.5rem;left:17.1875rem;height:3.82421875rem;display:block; }
#Ba84kEERTlhUXW8L7am35sIQNs8DiANm { color:#229cfa;display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:33.25rem;left:17.1875rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zd0thua11LcNKsTUogwnuBZV3mUH88Hg { box-sizing:content-box;height:12.3125rem;width:21rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-image: -moz-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-image: -ms-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-image: -o-linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2e4f', endColorstr='#229cfa4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2e4f', endColorstr='#229cfa4c' );";background-image: linear-gradient(180deg, #1c2e4f, rgba(34,156,250,0.3));background-size:auto !important;box-shadow: none;border-top:0;border-left:0.25rem solid #229cfa;border-right:0;border-bottom:0;top:29.8125rem;left:38rem;display:block; }
#V4oNMBqqvRTcTpPeTxmaKAPIwAUPufiD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:35.5rem;left:39.90625rem;height:3.82421875rem;display:block; }
#bfRBJsdiyAVTcu2anpN5nduGMop8wPVM { color:#229cfa;display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:33.25rem;left:39.9375rem;height:1.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RZxloQ4sVs05Hksi3b1cuEfaNWE8vhwF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;top:34.94921875rem;left:0rem;overflow:hidden;display:block; }
#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/035b7a09-a699-4069-b4ae-41c32177f80e/kadrowanie_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe.adaptive-delivery-prevent-bg, #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe.lazyload, #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe.lazyloading { background-image: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { background-color: transparent; background-image: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,14,26,0.65); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container > .video-iframe-container { display: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,14,26,0.65); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row > .video-iframe-container { display: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .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); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { border-width: 0; border-radius: 0; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:57.5625rem;width:75rem;position:relative;display:block; }#eKwIpAMKKfPtT0JhKeCKATKiZ9rGuBq2 { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:14.5625rem;left:10rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zql8GWaIm6roTlM2OATcKw0GDgTLxfTW { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:21.775390625rem;left:10rem;height:3.82421875rem;text-align:center;text-align-last:center;display:block; }
#g6gDhMxberIBIcZGniOgzOHpIuDuEccV { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:26.63671875rem;left:10rem;height:3.824225rem;text-align:center;text-align-last:center;display:block; }
#d7kRAnT1Xx3BWoWascApzd4frRVJFHss { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #229cfa, #025aff);background-image: -moz-linear-gradient(90deg, #229cfa, #025aff);background-image: -ms-linear-gradient(90deg, #229cfa, #025aff);background-image: -o-linear-gradient(90deg, #229cfa, #025aff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa', endColorstr='#025aff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#229cfa', endColorstr='#025aff' );";background-image: linear-gradient(90deg, #229cfa, #025aff);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:4.1875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:43.375rem;left:24.875rem;display:block; }
#XMiCOuCEc3AWBBwQLqrwtJA5NT7slw6V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uAlUOGkFFxos5UULTiVeFWSuMnDdTUE0 { position:absolute;display:block;z-index:15001;background-color:#0a0e1a;background-image:none;border-top:0.0625rem solid #c3e5ff;border-left:0.0625rem solid #c3e5ff;border-right:0.0625rem solid #c3e5ff;border-bottom:0.0625rem solid #c3e5ff;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: 0.0625rem 0.0625rem 1.875rem #000000 ;height:40.1875rem;width:68.875rem;top:10.8125rem;left:2.5rem;display:block; }
#vb8v74MzLL1M2DkvMrDZuGfIEDLBADH4 { box-sizing:content-box;height:9.25rem;width:22.1875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:32.1875rem;left:25.84375rem;display:block; }
#OzXQOTe2GG81Oc9wCwXmrSpq8TJTieZW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:32.89990234375rem;left:30.75rem;height:1.9121125rem;text-align:center;text-align-last:center;display:block; }
#lu3IP6sBH02AsDxh2ct2kiZyxTcdAKqU { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:34.75rem;left:30.03125rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z1aGTAPXvBr59TSGD0Ktx27qByCEBfKT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:38.42578125rem;left:27.46875rem;height:1.69970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Z1aGTAPXvBr59TSGD0Ktx27qByCEBfKT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z1aGTAPXvBr59TSGD0Ktx27qByCEBfKT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { border-top:0.0625rem solid #229cfa;border-left:0;border-right:0;border-bottom:0;background-color:#0a0e1a;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; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { background-color: transparent; background-image: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .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); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { border-width: 0; border-radius: 0; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:13.125rem;width:75rem;position:relative;display:block; }#ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { position:absolute;display:block;z-index:15001;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.4375rem;width:18.75rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#ETwXi7LskattPF7kd401iRyIe2yXzJCa { color:#229cfa;display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:5.712890625rem;left:52.4375rem;height:1.69970625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PmTiaD63W4ZySKUBUMF2B0C7F81y6nAF { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:4.84375rem;left:0rem;display:block; }
#s63IfQWqErglhHuhhVgXbTWu7BlfrZzX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SKamT1eo83NNivPhwG1i3E4Bb9FilK68 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:8.25rem;left:0rem;display:block; }
#x8IZ5KRv1nApZl6xnXLa8AIeezxsDmTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { display:block; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Os67B6FHCX9QPKXzuxAOTmWkOTuKvady { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbsZZ1HqsN8rWTLGMEHI39xExKl7215q { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEHomNPruACwtG8xv5sSu0r7O2SEmPNL { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDtkqhuKvvKRz6XnvwbtiZc4187urL4 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLRARrAQUVRupwmd8LySI9FnrTCi5N38 { width:18.75rem;height:2.4375rem;top:1.875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi { display:block; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJOCbJbklZ2qT1uzzxhwhV2rgCDFEAex { top:14.875rem;left:0rem;width:34.375rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRzRX4TJD4wB1WPaKVdH4cvNBkACwDd8 { top:3.1875rem;left:0rem;width:47.75rem;height:10.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTovq90LbiEoGZpGTdkGvOv8TpeAL5xJ { top:14.875rem;left:9.8125rem;width:37.6875rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDPxeF0dqRUZd9oSIe8q00TnWEzlVR4 { width:21.875rem;height:4.1875rem;top:37.8125rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnO63peqTz1lbIxk9psbNDXgUyi3qGsa { display:block; }
 }@media only screen and (max-width: 763px) { #NQ96I3Wl26H8DDVV06kzcag5hhtXSUQO { top:21rem;left:0rem;width:34.375rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfhKgWn8tuxJRfh40wiurxiSiIpADpVp { top:27.3125rem;left:0rem;width:34.375rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPcXQt8g8m5D7TrMNO2NkuDks75k7Aad { top:43.0625rem;left:22.875rem;width:14.8125rem;height:1.6875rem;font-size:0.875rem;display:block; }#oPcXQt8g8m5D7TrMNO2NkuDks75k7Aad li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
 }@media only screen and (max-width: 763px) { #FCUJEWSO2VHnDmVKTDQC5fT5lyqaAQgA { top:43.0625rem;left:35.75rem;width:12rem;height:1.6875rem;font-size:0.875rem;display:block; }#FCUJEWSO2VHnDmVKTDQC5fT5lyqaAQgA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
 }@media only screen and (max-width: 763px) { #Tt3LIQ9cvhtoNzOidsMVdNovwZzeekXA { top:43.0625rem;left:40.0625rem;width:7.6875rem;height:1.6875rem;font-size:0.875rem;display:block; }#Tt3LIQ9cvhtoNzOidsMVdNovwZzeekXA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
 }@media only screen and (max-width: 763px) { #h1OJw2VVhzIf2FOeaboHTpJTI2d6l7ur { top:33.25rem;left:0rem;width:34.375rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFz0dfGHgPdgl8S0Uv3us3Ea1OtKgaia { top:0rem;left:0rem;width:16.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOyGfUzITTeS5lnm6X0dVvQznDOwI83y { top:0.3125rem;left:0rem;width:12.125rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J20aeAu3WdNFbxfsKy2ZovsLQlJdZnK6 { width:25.125rem;height:25.125rem;top:16.9375rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7RlhyN0HsrMO0E4gUwTfU1ATvJ6UGRv { display:block; }#f7RlhyN0HsrMO0E4gUwTfU1ATvJ6UGRv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xz5cmepfaPUCqT2H9MWAz7k5PiMeD9LZ { top:0rem;left:0rem;width:47.75rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZV77lnXcmNdGEDH4J1hP5eTV2EpEB6e { top:0rem;left:0rem;width:47.75rem;height:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T { display:block; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHM6WslyywdTKJKLa4BqcI3LMn2B0rIO { top:6.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0l4lr52TxEn0mz79epV4Xa4c4FZLpDX { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W889gytpRWHcPLXAZJWddSyyCKRH8KlT { width:0.5rem;height:11.25rem;top:0.25rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5052Dsg0qV044nJNl4KEU5CaWRKvCiU { width:0.5rem;height:11.25rem;top:0.25rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9WTZvIP4VbtVfs3xocLKKBMzVMqiEt3 { width:0.5rem;height:11.25rem;top:0.25rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFhihihD578prBne3f0TQuoMbPvEBRKa { width:0.5rem;height:11.25rem;top:0.25rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2aCE1xfAKeQectkwZ8ZdwvT9PPO0un6 { top:21.5rem;left:0rem;width:47.75rem;height:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsvC8BnbnRHsK9JHQp6Tvav74T053A0V { top:35rem;left:0rem;width:47.75rem;height:10.125rem;font-size:0.9375rem;display:block; }#gsvC8BnbnRHsK9JHQp6Tvav74T053A0V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { width:21.25rem;height:20.3125rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKNO4RVdBLRud437KOVpTnHefGhDOfhb { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHdciLXiVLD9h6Z2spi6sz4D5LiJ43dG { width:21.25rem;height:20.3125rem;top:16.875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5lT7sugldqgzNP63rJfkbmWhUnwM3AZ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGHD7yFIGBzw3FbkbxZH9QDXp9B5qK7c { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twVDbVMm5AfkuBTBACk2UZVVwKBcdtdi { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3ietT4ifnvk0M97WZmTD0vCC6okwn0c { width:21.25rem;height:20.3125rem;top:16.875rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzot1AProrO0WEOK6qHKxgl1f0PF62S1 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSIGNMCvtxvaDaag2T0vpGRC98WfAW5d { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiPXvovXyiF1vyXeX9ffICF1opZBtR1M { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa { display:block; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1EyksEHEzlIhob7npJiEJ6HL6cCpUvO { top:12.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTevFdtCF68o0P5cxvSK3e5aLRDLc9nf { top:16.625rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crAT44xqHyXHqxGF7S67M6yf4nnMogiD { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTeQx9SDSOBeBxTJJNEdJFNA4DrlHAVS { display:block; }
 }@media only screen and (max-width: 763px) { #OKqVtu8f8yTvqyD97c04X64Hhh4VDQNp { width:47.75rem;height:39.375rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IovZap4SxcgKOEsXoTlUr1EDu699NuOv { top:20.375rem;left:0.28125rem;width:47.1875rem;height:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9sSo67J9wKcm0vTnpD8gKFwq9UTxmsG { top:33.6875rem;left:13.625rem;width:20.5rem;height:4.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpxkZZpXGn3TtbcxvzeTbegGawqBkpSA { top:32rem;left:0.5625rem;width:47.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOGkiBCOAH6Spw5v6CQuob054U2w7Xxx { top:27.3125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #to3vTv8gAT6nMFE648uTwauTXbZkUi0T { top:37.875rem;left:13.84375rem;width:20.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }#to3vTv8gAT6nMFE648uTwauTXbZkUi0T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
 }@media only screen and (max-width: 763px) { #PyPdhHoKFpVKeBRDQ7vRyt9W7lWiwbLE { top:26.8125rem;left:23.90625rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTqoBEcvwGrMe1PTkFytxm5EDcCci9XD { top:26.8125rem;left:5.21875rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyTtVnOT8VUU7Gl9higLg4BWiVCevz7x { top:31.125rem;left:12.71875rem;width:22.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 { display:block; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xv0PWyw9nx5BmXQ6IxF4Zwri9GTPsFCV { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8I4wouX2UB8i5AR12uAk6TBuu1t2tpx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUEfvTzJDDcOzFMXo0dVgWZeEHRsur0N { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBc6twApiXxLavdsXkcr4wTpHbxxl4PT { top:5.4375rem;left:10.25rem;width:37.5rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osTKIb5bNmwuN6FulFwqV7HrMaRrCGlP { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDZpuZ70bdnODfnwBIPTZNWg2qHWKam0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDh6RUwfts1BkkrflT7TqN2GCTVv3eDe { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp2OZCSng6KzZ42RtiFMr6phMylaoZ8Q { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9649f4WPxifqMlk7wu6vEi4cneKnBSh { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTwQigOMLrly2N0GWRVDWoGaVp02g6ad { width:0.125rem;height:58.125rem;top:4.625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLoU5wXzAvTXJz02UoGLaVWMHKBhgVTL { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1PLI4kWDrq0Oqqo0TitzbdLz1NtNy52 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8TZeNSkrMiXgPAzbECVbOuIzwS6oHTi { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlkKdC4iw7zeMHJfCVqcZ5x1cnMFegbl { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZanS0CSMXbZdRPt8IKzgzNMwim4l6X4q { width:0.125rem;height:59.375rem;top:62.75rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii9a17MMsHd74HVVaooVfTsIZO0gl7Km { top:102.9375rem;left:0rem;width:26.25rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDkbkALp8DTIMsfU3Gfes4bXnCCdK3TJ { top:23.625rem;left:0rem;width:28.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #czy4dblTAA2L4xn9HKhWiaQNZTQ3LykN { top:78.5rem;left:0rem;width:27.875rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsfdtVdal2KETxvsVkKPdnlid24SHi1K { top:37.375rem;left:0rem;width:28.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxfQZ6AEWiN5QakK46epRzMKviA6DJmT { top:52.3125rem;left:0rem;width:28.625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFGluz5MrL2tc7qfKnrXpfbcqB9DKeF2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJBve8EsvD8AWRepNMyNLlBXt8G2i7xL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h63f1oqhFsZ6yM1ASxxxlPnaAkfM1xIH { top:67.875rem;left:0rem;width:28.5rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7NN2zSQ5hLAyLBEypqxTDAIAXTisPbl { top:10.5rem;left:0rem;width:28.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxe3eD3XkmgNqT66MtmqmpBlweJtg428 { display:block; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHJfZZM5NGdMJpLXkQ5crRoGwScpWo3k { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgOgiAbeHr880qPggnugG4AFzTBTFuIB { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usrb3kcmXbxczF35e2wGFNziSE8EbeFm { top:5.4375rem;left:0rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoVBaK8FhxdmhdTF7a1dJb7y2dgOc1ar { top:15.4375rem;left:0rem;width:21rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWisrrSpi3hRZHN1qTSXsln4vARNxPsq { top:18.875rem;left:0rem;width:16.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIUCn3yuCyirlUHRtMCzBG2HwE4IK1vT { top:15.4375rem;left:2.625rem;width:21rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqDp920adV6TKK9CETDIRN1OwIhMCScw { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVBo867Apr5WOTKF7clgFchzHnbhdfJy { top:18.875rem;left:7.25rem;width:16.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpkfMTViHBFTfrb3kCeCtJu0iyQQAZh5 { top:15.4375rem;left:26.5rem;width:21rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNQvSkMLqMTXwIspEQtT2fQByLAzTrHq { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msvl1R9GHS6OF3lQN0demDCLfsMcymBB { top:18.875rem;left:31.125rem;width:16.625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR4BoBc6DWtgFGqtg2n621hS9MKBxoc0 { top:29.8125rem;left:2.625rem;width:21rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zscP7JuebdMV902r2Pgi3lgTTgylWMqO { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba84kEERTlhUXW8L7am35sIQNs8DiANm { top:33.25rem;left:7.25rem;width:16.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd0thua11LcNKsTUogwnuBZV3mUH88Hg { top:29.8125rem;left:23.875rem;width:21rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4oNMBqqvRTcTpPeTxmaKAPIwAUPufiD { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfRBJsdiyAVTcu2anpN5nduGMop8wPVM { top:33.25rem;left:23.875rem;width:16.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZxloQ4sVs05Hksi3b1cuEfaNWE8vhwF { top:34.9375rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe { display:block; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKwIpAMKKfPtT0JhKeCKATKiZ9rGuBq2 { top:14.5625rem;left:0rem;width:47.75rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zql8GWaIm6roTlM2OATcKw0GDgTLxfTW { top:21.75rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6gDhMxberIBIcZGniOgzOHpIuDuEccV { top:26.625rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7kRAnT1Xx3BWoWascApzd4frRVJFHss { width:25.25rem;height:4.1875rem;top:43.375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMiCOuCEc3AWBBwQLqrwtJA5NT7slw6V { display:block; }
 }@media only screen and (max-width: 763px) { #uAlUOGkFFxos5UULTiVeFWSuMnDdTUE0 { width:47.75rem;height:40.1875rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb8v74MzLL1M2DkvMrDZuGfIEDLBADH4 { top:32.1875rem;left:12.21875rem;width:22.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzXQOTe2GG81Oc9wCwXmrSpq8TJTieZW { top:32.875rem;left:17.125rem;width:12.375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu3IP6sBH02AsDxh2ct2kiZyxTcdAKqU { top:34.75rem;left:16.40625rem;width:13.8125rem;height:4.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1aGTAPXvBr59TSGD0Ktx27qByCEBfKT { top:38.375rem;left:13.84375rem;width:20.0625rem;height:1.6875rem;font-size:0.875rem;display:block; }#Z1aGTAPXvBr59TSGD0Ktx27qByCEBfKT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { width:18.75rem;height:2.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETwXi7LskattPF7kd401iRyIe2yXzJCa { top:5.6875rem;left:25.1875rem;width:22.5625rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmTiaD63W4ZySKUBUMF2B0C7F81y6nAF { width:17.5rem;height:3.4375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s63IfQWqErglhHuhhVgXbTWu7BlfrZzX { display:block; }
 }@media only screen and (max-width: 763px) { #SKamT1eo83NNivPhwG1i3E4Bb9FilK68 { width:17.5rem;height:3.4375rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8IZ5KRv1nApZl6xnXLa8AIeezxsDmTn { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { position:relative;z-index:auto;display:block; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { border-width: 0; border-radius: 0; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { width:20rem;height:3.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Os67B6FHCX9QPKXzuxAOTmWkOTuKvady { width:0.5rem;height:3.125rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbsZZ1HqsN8rWTLGMEHI39xExKl7215q { width:0.5rem;height:3.125rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEHomNPruACwtG8xv5sSu0r7O2SEmPNL { width:0.5rem;height:3.125rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDtkqhuKvvKRz6XnvwbtiZc4187urL4 { width:0.5rem;height:3.125rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLRARrAQUVRupwmd8LySI9FnrTCi5N38 { width:8.5625rem;height:1.0625rem;top:1.03125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi { display:block; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { width:20rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJOCbJbklZ2qT1uzzxhwhV2rgCDFEAex { width:18.6875rem;height:6.375rem;top:15.8125rem;left:0.6875rem;font-size:0.9375rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRzRX4TJD4wB1WPaKVdH4cvNBkACwDd8 { width:20rem;height:10.722625rem;top:4.25rem;left:0rem;font-size:1.375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTovq90LbiEoGZpGTdkGvOv8TpeAL5xJ { height:11.0635rem;width:19.625rem;top:59.025390625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDPxeF0dqRUZd9oSIe8q00TnWEzlVR4 { width:19rem;height:4.1875rem;top:49.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnO63peqTz1lbIxk9psbNDXgUyi3qGsa { display:block; }
 }@media only screen and (max-width: 763px) { #NQ96I3Wl26H8DDVV06kzcag5hhtXSUQO { width:20rem;height:7.96875rem;top:22.8125rem;left:0rem;font-size:0.9375rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfhKgWn8tuxJRfh40wiurxiSiIpADpVp { width:20rem;height:6.375rem;top:31.5625rem;left:0rem;font-size:0.9375rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oPcXQt8g8m5D7TrMNO2NkuDks75k7Aad { width:12.9375rem;height:1.48730625rem;top:54.625rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:left;text-align-last:left;display:block; }#oPcXQt8g8m5D7TrMNO2NkuDks75k7Aad li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
 }@media only screen and (max-width: 763px) { #FCUJEWSO2VHnDmVKTDQC5fT5lyqaAQgA { width:10.25rem;height:1.48730625rem;top:56.6875rem;left:4.875rem;font-size:0.875rem;z-index:15027;text-align:left;text-align-last:left;display:block; }#FCUJEWSO2VHnDmVKTDQC5fT5lyqaAQgA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
 }@media only screen and (max-width: 763px) { #Tt3LIQ9cvhtoNzOidsMVdNovwZzeekXA { width:5.875rem;height:1.48730625rem;top:54.625rem;left:14.125rem;font-size:0.875rem;z-index:15027;text-align:left;text-align-last:left;display:block; }#Tt3LIQ9cvhtoNzOidsMVdNovwZzeekXA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
 }@media only screen and (max-width: 763px) { #h1OJw2VVhzIf2FOeaboHTpJTI2d6l7ur { width:20rem;height:9.5625rem;top:38.8125rem;left:0rem;font-size:0.9375rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GFz0dfGHgPdgl8S0Uv3us3Ea1OtKgaia { width:16.3125rem;height:2.3125rem;top:0.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOyGfUzITTeS5lnm6X0dVvQznDOwI83y { width:12.125rem;height:1.59375rem;top:1.1875rem;left:4.125rem;font-size:0.9375rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J20aeAu3WdNFbxfsKy2ZovsLQlJdZnK6 { width:16.0625rem;height:16.0625rem;top:50.60546875rem;left:4.21875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #229cfa);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #229cfa);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #229cfa);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #229cfa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#229cfa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#229cfa' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #229cfa);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #f7RlhyN0HsrMO0E4gUwTfU1ATvJ6UGRv { display:block; }#f7RlhyN0HsrMO0E4gUwTfU1ATvJ6UGRv > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xz5cmepfaPUCqT2H9MWAz7k5PiMeD9LZ { width:20rem;height:6.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZV77lnXcmNdGEDH4J1hP5eTV2EpEB6e { width:20rem;height:3.125rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T { display:block; }#eTO3PU2d6rwDcIom7OrwFcn8FLM5C10T > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHM6WslyywdTKJKLa4BqcI3LMn2B0rIO { width:20rem;height:1.59375rem;top:2.67578125rem;left:0rem;font-size:0.9375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #m0l4lr52TxEn0mz79epV4Xa4c4FZLpDX { width:20rem;height:7.69925rem;top:5.125rem;left:0rem;font-size:1.375rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #W889gytpRWHcPLXAZJWddSyyCKRH8KlT { width:0.5rem;height:11.25rem;top:0.625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5052Dsg0qV044nJNl4KEU5CaWRKvCiU { width:0.5rem;height:11.25rem;top:0.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9WTZvIP4VbtVfs3xocLKKBMzVMqiEt3 { width:0.5rem;height:11.25rem;top:0.625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFhihihD578prBne3f0TQuoMbPvEBRKa { width:0.5rem;height:11.25rem;top:0.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2aCE1xfAKeQectkwZ8ZdwvT9PPO0un6 { width:20rem;height:22.3125rem;top:14rem;left:0rem;font-size:0.9375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #gsvC8BnbnRHsK9JHQp6Tvav74T053A0V { width:20rem;height:16.5625rem;top:37.0625rem;left:0rem;font-size:0.9375rem;z-index:15027;text-align:left;text-align-last:left;display:block; }#gsvC8BnbnRHsK9JHQp6Tvav74T053A0V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { width:19.875rem;height:19.0625rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { width:13.75rem;height:7.0121875rem;top:11.375rem;left:6.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { width:17.5rem;height:7.96875rem;top:19.0625rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { width:20rem;height:1.59375rem;top:3rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { width:20rem;height:1.92480625rem;top:5.38671875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKNO4RVdBLRud437KOVpTnHefGhDOfhb { width:4.125rem;height:6.587375rem;top:11.5625rem;left:1.25rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CHdciLXiVLD9h6Z2spi6sz4D5LiJ43dG { width:19.875rem;height:15rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5lT7sugldqgzNP63rJfkbmWhUnwM3AZ { width:17.5rem;height:6.375rem;top:37.4375rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yGHD7yFIGBzw3FbkbxZH9QDXp9B5qK7c { width:11.5rem;height:4.67480625rem;top:31.8125rem;left:6.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #twVDbVMm5AfkuBTBACk2UZVVwKBcdtdi { width:4.125rem;height:6.587375rem;top:30.875rem;left:1.1875rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J3ietT4ifnvk0M97WZmTD0vCC6okwn0c { width:19.875rem;height:17.375rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzot1AProrO0WEOK6qHKxgl1f0PF62S1 { width:17.5rem;height:7.96875rem;top:53.6875rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BSIGNMCvtxvaDaag2T0vpGRC98WfAW5d { width:11.5rem;height:4.67480625rem;top:48.0625rem;left:6.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eiPXvovXyiF1vyXeX9ffICF1opZBtR1M { width:4.125rem;height:6.587375rem;top:47.125rem;left:1.1875rem;font-size:3.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa { display:block; }#PVXlhrLUsw14e9KwbqeD0ecqsdlMKUVa > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1EyksEHEzlIhob7npJiEJ6HL6cCpUvO { width:19rem;height:3.29980625rem;top:5.875rem;left:0.4375rem;font-size:1.375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #yTevFdtCF68o0P5cxvSK3e5aLRDLc9nf { width:18.625rem;height:6.375rem;top:10.5625rem;left:0.6875rem;font-size:0.9375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #crAT44xqHyXHqxGF7S67M6yf4nnMogiD { width:16.125rem;height:3.75rem;top:46.0625rem;left:1.9375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #aTeQx9SDSOBeBxTJJNEdJFNA4DrlHAVS { display:block; }
 }@media only screen and (max-width: 763px) { #OKqVtu8f8yTvqyD97c04X64Hhh4VDQNp { width:19.875rem;height:47.5rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IovZap4SxcgKOEsXoTlUr1EDu699NuOv { width:18.4375rem;height:11.15625rem;top:17.625rem;left:0.8125rem;font-size:0.9375rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9sSo67J9wKcm0vTnpD8gKFwq9UTxmsG { width:20rem;height:3.3999rem;top:38.3125rem;left:0rem;font-size:2rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #VpxkZZpXGn3TtbcxvzeTbegGawqBkpSA { width:20rem;height:1.9121125rem;top:36.4375rem;left:0rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #rOGkiBCOAH6Spw5v6CQuob054U2w7Xxx { width:18.625rem;height:3.3994125rem;top:29.4375rem;left:0.6875rem;font-size:1rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #to3vTv8gAT6nMFE648uTwauTXbZkUi0T { width:15.5625rem;height:1.2749rem;top:42.1875rem;left:2.25rem;font-size:0.75rem;z-index:15027;text-align:left;text-align-last:left;display:block; }#to3vTv8gAT6nMFE648uTwauTXbZkUi0T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
 }@media only screen and (max-width: 763px) { #PyPdhHoKFpVKeBRDQ7vRyt9W7lWiwbLE { width:18.75rem;height:0.0625rem;top:18.46728515625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTqoBEcvwGrMe1PTkFytxm5EDcCci9XD { width:18.75rem;height:0.0625rem;top:18.46728515625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyTtVnOT8VUU7Gl9higLg4BWiVCevz7x { width:16.125rem;height:9.25rem;top:35.3125rem;left:1.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 { display:block; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container { width:20rem;height:239.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xv0PWyw9nx5BmXQ6IxF4Zwri9GTPsFCV { width:20rem;height:17.53125rem;top:56.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8I4wouX2UB8i5AR12uAk6TBuu1t2tpx { width:20rem;height:23.90625rem;top:17.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUEfvTzJDDcOzFMXo0dVgWZeEHRsur0N { width:16.875rem;height:2.54980625rem;top:43.0625rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBc6twApiXxLavdsXkcr4wTpHbxxl4PT { width:20rem;height:1.59375rem;top:1.9375rem;left:0rem;font-size:0.9375rem;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #osTKIb5bNmwuN6FulFwqV7HrMaRrCGlP { width:20rem;height:1.92480625rem;top:4.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDZpuZ70bdnODfnwBIPTZNWg2qHWKam0 { width:20rem;height:11.15625rem;top:88.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HDh6RUwfts1BkkrflT7TqN2GCTVv3eDe { width:20rem;height:2.54980625rem;top:75.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hp2OZCSng6KzZ42RtiFMr6phMylaoZ8Q { width:20rem;height:17.53125rem;top:114.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d9649f4WPxifqMlk7wu6vEi4cneKnBSh { width:20rem;height:2.54980625rem;top:101.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTwQigOMLrly2N0GWRVDWoGaVp02g6ad { width:0.125rem;height:58.125rem;top:4.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLoU5wXzAvTXJz02UoGLaVWMHKBhgVTL { width:20rem;height:14.34375rem;top:176.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1PLI4kWDrq0Oqqo0TitzbdLz1NtNy52 { width:20rem;height:2.54980625rem;top:160.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t8TZeNSkrMiXgPAzbECVbOuIzwS6oHTi { width:20rem;height:23.90625rem;top:211.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SlkKdC4iw7zeMHJfCVqcZ5x1cnMFegbl { width:20rem;height:5.0996125rem;top:193.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZanS0CSMXbZdRPt8IKzgzNMwim4l6X4q { width:0.125rem;height:59.375rem;top:62.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ii9a17MMsHd74HVVaooVfTsIZO0gl7Km { width:20rem;height:11.25rem;top:199.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDkbkALp8DTIMsfU3Gfes4bXnCCdK3TJ { width:20rem;height:12rem;top:44.9375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #czy4dblTAA2L4xn9HKhWiaQNZTQ3LykN { width:19.25rem;height:19.25rem;top:159.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsfdtVdal2KETxvsVkKPdnlid24SHi1K { width:20rem;height:12rem;top:77.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RxfQZ6AEWiN5QakK46epRzMKviA6DJmT { width:20rem;height:12rem;top:102.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fFGluz5MrL2tc7qfKnrXpfbcqB9DKeF2 { width:20rem;height:11.15625rem;top:147.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJBve8EsvD8AWRepNMyNLlBXt8G2i7xL { width:20rem;height:2.54980625rem;top:133.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h63f1oqhFsZ6yM1ASxxxlPnaAkfM1xIH { width:20rem;height:11.973684210526rem;top:135.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O7NN2zSQ5hLAyLBEypqxTDAIAXTisPbl { width:20rem;height:10rem;top:6.78125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xxe3eD3XkmgNqT66MtmqmpBlweJtg428 { display:block; }#xxe3eD3XkmgNqT66MtmqmpBlweJtg428 > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHJfZZM5NGdMJpLXkQ5crRoGwScpWo3k { width:15.8125rem;height:3.3994125rem;top:14rem;left:2.125rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #TgOgiAbeHr880qPggnugG4AFzTBTFuIB { width:20rem;height:1.92480625rem;top:5.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usrb3kcmXbxczF35e2wGFNziSE8EbeFm { width:20rem;height:1.69970625rem;top:3.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FoVBaK8FhxdmhdTF7a1dJb7y2dgOc1ar { width:19.75rem;height:9.375rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWisrrSpi3hRZHN1qTSXsln4vARNxPsq { width:16.625rem;height:1.69970625rem;top:11.5rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIUCn3yuCyirlUHRtMCzBG2HwE4IK1vT { width:19.75rem;height:9.375rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqDp920adV6TKK9CETDIRN1OwIhMCScw { width:17.4375rem;height:3.3994125rem;top:24.125rem;left:1.9375rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #DVBo867Apr5WOTKF7clgFchzHnbhdfJy { width:16.625rem;height:1.69970625rem;top:21.875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpkfMTViHBFTfrb3kCeCtJu0iyQQAZh5 { width:19.75rem;height:9.375rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNQvSkMLqMTXwIspEQtT2fQByLAzTrHq { width:17.4375rem;height:1.69970625rem;top:46.3125rem;left:2rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #msvl1R9GHS6OF3lQN0demDCLfsMcymBB { width:16.625rem;height:3.3994125rem;top:42.625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR4BoBc6DWtgFGqtg2n621hS9MKBxoc0 { width:19.75rem;height:9.375rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zscP7JuebdMV902r2Pgi3lgTTgylWMqO { width:17.4375rem;height:3.3994125rem;top:34.4375rem;left:1.9375rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Ba84kEERTlhUXW8L7am35sIQNs8DiANm { width:16.625rem;height:1.69970625rem;top:32.1875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd0thua11LcNKsTUogwnuBZV3mUH88Hg { width:19.75rem;height:9.375rem;top:51.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4oNMBqqvRTcTpPeTxmaKAPIwAUPufiD { width:17.4375rem;height:3.3994125rem;top:55.6875rem;left:1.9375rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #bfRBJsdiyAVTcu2anpN5nduGMop8wPVM { width:16.625rem;height:1.69970625rem;top:53.4375rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZxloQ4sVs05Hksi3b1cuEfaNWE8vhwF { width:20rem;height:11.25rem;top:62.548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe { display:block; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKwIpAMKKfPtT0JhKeCKATKiZ9rGuBq2 { width:17.5rem;height:6.599625rem;top:5.6875rem;left:1.25rem;font-size:1.375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Zql8GWaIm6roTlM2OATcKw0GDgTLxfTW { width:18.1875rem;height:7.96875rem;top:13.037109375rem;left:0.90625rem;font-size:0.9375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #g6gDhMxberIBIcZGniOgzOHpIuDuEccV { width:18.875rem;height:4.78125rem;top:21.765625rem;left:0.5625rem;font-size:0.9375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #d7kRAnT1Xx3BWoWascApzd4frRVJFHss { width:17.5625rem;height:4.1875rem;top:39.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMiCOuCEc3AWBBwQLqrwtJA5NT7slw6V { display:block; }
 }@media only screen and (max-width: 763px) { #uAlUOGkFFxos5UULTiVeFWSuMnDdTUE0 { width:19.875rem;height:41.75rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb8v74MzLL1M2DkvMrDZuGfIEDLBADH4 { width:17.6875rem;height:9.25rem;top:28.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzXQOTe2GG81Oc9wCwXmrSpq8TJTieZW { width:12.375rem;height:1.9121125rem;top:29.6875rem;left:3.8125rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #lu3IP6sBH02AsDxh2ct2kiZyxTcdAKqU { width:13.8125rem;height:3.3999rem;top:31.5rem;left:3.125rem;font-size:2rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #Z1aGTAPXvBr59TSGD0Ktx27qByCEBfKT { width:17.375rem;height:1.48730625rem;top:35.1875rem;left:1.625rem;font-size:0.875rem;z-index:15027;text-align:left;text-align-last:left;display:block; }#Z1aGTAPXvBr59TSGD0Ktx27qByCEBfKT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e623353c75caba5a23d5ea8b9a42384041f623eb.svg); }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewqBTdSO3Ga8Imk3Tt3Jzh8qC7DfvzsJ { width:8.5625rem;height:1.25rem;top:1.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETwXi7LskattPF7kd401iRyIe2yXzJCa { width:20rem;height:1.48730625rem;top:8rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PmTiaD63W4ZySKUBUMF2B0C7F81y6nAF { width:10.25rem;height:3.4375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s63IfQWqErglhHuhhVgXbTWu7BlfrZzX { display:block; }
 }@media only screen and (max-width: 763px) { #SKamT1eo83NNivPhwG1i3E4Bb9FilK68 { width:9.1875rem;height:3.4375rem;top:3.6875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8IZ5KRv1nApZl6xnXLa8AIeezxsDmTn { display:block; }
 }