.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:249,218,222;--color-primary-1:235,133,146;--color-primary-2:214,10,36;--color-primary-3:107,5,18;--color-primary-4:32,2,5;--color-secondary-0:255,255,255;--color-secondary-1:241,241,241;--color-secondary-2:239,236,236;--color-secondary-3:143,142,142;--color-secondary-4:48,47,47;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container { display: none; }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ab7cbd74-efb1-4f32-919a-fbda44d7d91b/amio_coveroswietlenie3.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { border-width: 0; border-radius: 0; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:75rem;position:relative;display:block; }#oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { color:rgba(var(--color-secondary-2),1);display:block;width:24.8125rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:11.3125rem;left:0rem;height:7.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O9z19s6aseE8b9phbiGE2NTh2iZBTdaN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:8.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#JaZHQZt4VKovwo6FL95PzTqfOEPak0Ek { color:rgba(var(--color-secondary-2),1);display:block;width:28.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:21.1875rem;left:0rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LJ6zI5gqL4HWm0885keMMoFzf4u5kU2D { color:rgba(var(--color-secondary-2),1);display:block;width:28.0625rem;position:absolute;font-family:montserrat;font-size:8.75rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:23rem;left:0rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V1rrWRAhBrD9oVaekNBSl3gsqTk9WPcQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:48rem;left:0rem;display:block; }
#ZJHtiHXJnp6dcZ7mTwGMF10XUrTA845H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XBhgz7tbwdXmqQGsipSmC4KiSmFzWQTr { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:48rem;left:13.75rem;display:block; }
#oxT39QzEd9Gutv0oSsn3kcFcbnwaPmzG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P { position:relative;display:block; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P { background-color: transparent; background-image: none; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row .container > .video-iframe-container { display: none; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row > .video-iframe-container { display: none; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .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); }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P { border-width: 0; border-radius: 0; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AgrFZTiUovC9GhGoThHXkrFGAdOSCN33 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:17.21875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG { position:relative;display:block; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG { background-color: transparent; background-image: none; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row .container > .video-iframe-container { display: none; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row > .video-iframe-container { display: none; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .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); }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG { border-width: 0; border-radius: 0; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#go5NJzEZHLNHK97RALe057OZ6RKB9PI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:26.4375rem;left:24.15625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PTN4GvdPIqI1ur9MyTGMi5ShPnZpUA7p { position:absolute;display:block;z-index:15001;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:28.4375rem;width:55.3125rem;top:0rem;left:12.28125rem;overflow:hidden;display:block; }
#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container { background-color: transparent; background-image: none; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container > .video-iframe-container { display: none; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row > .video-iframe-container { display: none; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .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); }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container { border-width: 0; border-radius: 0; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.0625rem;left:0rem;height:8.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q li:before{  }
#iUb5i0DKDChquKZvCauHG207TubdqTeW { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#raMdgeJLmz0ZIvtGUfC3BBeABLobLBNO { color:rgba(var(--color-primary-2),1);display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iRt9daKfTFepgRHvakArpf9MKd3xknQE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.4375rem;left:0rem;display:block; }
#C5gLRgfeNLs6rW5B9PAAhhcAgcFDECyS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nKfRNXoTP53HKn7nDK0pcxVUl8pfu0DO { position:absolute;display:block;z-index:15007;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:34.5rem;width:34.5rem;top:1.6875rem;left:39rem;overflow:hidden;display:block; }
#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/65ef5305-4b28-4353-8456-2f63d6450767/Gemini_Generated_Image_1h4aqg1h4aqg1h4a.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP.adaptive-delivery-prevent-bg, #QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP.lazyload, #QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP.lazyloading { background-image: none; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container { background-color: transparent; background-image: none; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container > .video-iframe-container { display: none; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row > .video-iframe-container { display: none; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .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); }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container { border-width: 0; border-radius: 0; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA { position:relative;display:block; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA { background-color: transparent; background-image: none; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row .container > .video-iframe-container { display: none; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row > .video-iframe-container { display: none; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .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); }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA { border-width: 0; border-radius: 0; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VnWEvqSDcy4DbuuMxry8Tz626Ox2TwSD { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.40625rem;left:17.21875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD { position:relative;display:block; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD { background-color: transparent; background-image: none; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row .container > .video-iframe-container { display: none; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row > .video-iframe-container { display: none; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .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); }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD { border-width: 0; border-radius: 0; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yyD1n2vuIUCoZBwH0gu9PxPMZmXwZqEe { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:7.9375rem;left:20.375rem;height:1.1875rem;display:block; }
#IHIwCCeeakeWcMLJ9BTrb1ai9fMiSDsn { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.4;letter-spacing:0;top:4.125rem;left:20.375rem;height:1.1875rem;display:block; }
#LXQa9zSMlWmicewCyFogoyCBNLDPkXZy { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:16.6875rem;left:20.375rem;height:1.1875rem;display:block; }
#IiQ4CV6s0u523VwoVFqIODX6KPxFQL59 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:5.4375rem;left:20.375rem;height:1.1875rem;display:block; }
#iA3OOKiEPihpcReKLQluGtiFO3zgSno6 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:6.6875rem;left:20.375rem;height:1.1875rem;display:block; }
#JM6t1PJThoGS9CRdbOOQ9fk8TiKp15wv { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15058;line-height:1.4;letter-spacing:0;top:9.1875rem;left:20.375rem;height:1.1875rem;display:block; }
#m42KrwIILElVS9nMlTQ4TTawlyCOCXUs { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:10.4375rem;left:20.375rem;height:1.1875rem;display:block; }
#ebCBNqD6TpHEZBf6oOC5HFa5cxUJebFk { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15066;line-height:1.4;letter-spacing:0;top:11.6875rem;left:20.375rem;height:1.1875rem;display:block; }
#neZG00EnnEobaNfrWRoe3aTrXeaLiveQ { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15067;line-height:1.4;letter-spacing:0;top:12.9375rem;left:20.375rem;height:1.1875rem;display:block; }
#NAKW5nMr0wgS5nZnnm7FZG1GODzJnwhn { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15046;line-height:1.4;letter-spacing:0;top:7.9375rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#p3fr6wrsrQm8RW3BtDfNnluDIrpfwp8k { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:4.125rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#GqwKFIwH5uvnHy8J2s4moC1Ug3W0o7a1 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15048;line-height:1.4;letter-spacing:0;top:16.6875rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#dxUo1dnczA5SerZv1q4C1Il0eT7X4QPT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15055;line-height:1.4;letter-spacing:0;top:5.4375rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#TZ3EolOqeaS0p8sxXXFrPke9QbwkTDG4 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15056;line-height:1.4;letter-spacing:0;top:6.6875rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#gsqTuM34yyOuXOKK95P56GyXSbJwSKPG { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1.4;letter-spacing:0;top:9.1875rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#JekAtTFQ4legTU7mOG0zuTlZ5eET4A7O { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15065;line-height:1.4;letter-spacing:0;top:11.6875rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#yM7WTdpO4bReEQ5gChufo6GywGIWWuFA { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:12.9375rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#XcWqhGdPXWCpru1eU7ghXx2pg9MHdCaM { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:10.4375rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#MVpSLNV3CSe9EKqqOSy5ZGtmqiJqaUWr { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15073;line-height:1.4;letter-spacing:0;top:14.1875rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#ypN2NKzWzsoOn48xMcry8Hc0P2r8pNfz { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15074;line-height:1.4;letter-spacing:0;top:14.1875rem;left:20.375rem;height:1.1875rem;display:block; }
#EfkVMXt7WOStVh8KOHkw6kWde5v4PD5b { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15074;line-height:1.4;letter-spacing:0;top:15.4375rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#OT8ObQHVh1lsV3SZTFSzyuWyRecC0Vrq { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15075;line-height:1.4;letter-spacing:0;top:15.4375rem;left:20.375rem;height:1.1875rem;display:block; }
#TANAk6AtWoRxKf7pn2lM9c1dMULUiswy { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15075;line-height:1.4;letter-spacing:0;top:20.3125rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#cFCRtAA1qBt4kKQ6oFrkM2gKla7VUusa { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15076;line-height:1.4;letter-spacing:0;top:20.3125rem;left:20.375rem;height:1.1875rem;display:block; }
#BlbusNnfUlp7AiGQJ6OIWxT4JWrBrTqu { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15111;line-height:1.4;letter-spacing:0;top:35.1875rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#EEoRgq36GPPl9kkLycd9ycO3ebwTpiRg { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15110;line-height:1.4;letter-spacing:0;top:33.9375rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#B9lTPFc53Skz83EIZ9XkLWTxXFuXVTDG { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15109;line-height:1.4;letter-spacing:0;top:32.6875rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#ufhhghLietJIN6IdRAVLZzF7fVzq3Kyh { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.4;letter-spacing:0;top:31.4375rem;left:20.375rem;height:1.1875rem;display:block; }
#FuzxT8gPR9ZoUhLU0mz1gklxObgvKllg { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15102;line-height:1.4;letter-spacing:0;top:31.4375rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#TFICaHTPARDn5TlfT4XqXR0gs7ltSzi1 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15110;line-height:1.4;letter-spacing:0;top:32.6875rem;left:20.375rem;height:1.1875rem;display:block; }
#MWDT2hMfZZXodb7ktokWk2pErtRRdKVD { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15111;line-height:1.4;letter-spacing:0;top:33.9375rem;left:20.375rem;height:1.1875rem;display:block; }
#hp75T93SlUsAoqJN86GUCHTJvuALrTCO { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15112;line-height:1.4;letter-spacing:0;top:35.1875rem;left:20.375rem;height:1.1875rem;display:block; }
#SsV8UK6242yzQOglVbfzkbiTKhFawxr9 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.4;letter-spacing:0;top:30.1875rem;left:20.375rem;height:1.1875rem;display:block; }
#yT71mulwRpWT6PMn9rkxyKnIZOOOfrFL { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15101;line-height:1.4;letter-spacing:0;top:30.1875rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#cmh0A1wiycDMFltwWtSzH2nNvHpb5OFs { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15101;line-height:1.4;letter-spacing:0;top:28.9375rem;left:20.375rem;height:1.1875rem;display:block; }
#MUkUeHcc5vSVZ56zaQgybAqNf6delPuD { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15100;line-height:1.4;letter-spacing:0;top:28.9375rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#aqCRT3mKe3mhxpg0FEqPCopiHARHKI7w { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15094;line-height:1.4;letter-spacing:0;top:27.6875rem;left:20.375rem;height:1.1875rem;display:block; }
#IPgJ0Fx940nvGviRSPp5A18vOI09Rxir { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15093;line-height:1.4;letter-spacing:0;top:27.6875rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#rbyu27KNA6KUGEPLOppxWO194o6ry17o { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15093;line-height:1.4;letter-spacing:0;top:26.4375rem;left:20.375rem;height:1.1875rem;display:block; }
#PdyUsXwB0lDIhnSdcBKCiHNmC1aH7Ktg { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.4;letter-spacing:0;top:26.4375rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#ZywJ7y4fbUERJFlCDF8O4thcIWy9mX11 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15092;line-height:1.4;letter-spacing:0;top:19.0625rem;left:20.375rem;height:1.1875rem;display:block; }
#U6u7a2lm1d04fuAQTw1LJEgMKe3TwI9z { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15091;line-height:1.4;letter-spacing:0;top:19.0625rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#qgd7qKdiRQqC1ZsFdZbTAnSSL8bsBule { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15083;line-height:1.4;letter-spacing:0;top:21.5625rem;left:20.375rem;height:1.1875rem;display:block; }
#zPEOByTgmFL91DqiKHPbX8M1HS8VIAgm { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15084;line-height:1.4;letter-spacing:0;top:22.8125rem;left:20.375rem;height:1.1875rem;display:block; }
#Ph03nIoRumt8QMxC3VsLK5SOQ09W1C9u { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15085;line-height:1.4;letter-spacing:0;top:24.0625rem;left:20.375rem;height:1.1875rem;display:block; }
#M66Ko0CUxIfoxIZWkm3z8ETPMfV7EUXw { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15082;line-height:1.4;letter-spacing:0;top:21.5625rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#AKTMgxiDAhQbe24FpzbxO3d7g1DWcslt { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15083;line-height:1.4;letter-spacing:0;top:22.8125rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#CaVWmvzzQel5TygdtccSa5SLgHcfXhXP { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15084;line-height:1.4;letter-spacing:0;top:24.0625rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#U9x0U6HHC6oOA0G8pGtqVT9c0TEUhHkd { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15125;line-height:1.4;letter-spacing:0;top:45.1875rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#iKXMm0kvvMCnCdE8qusTtrT7b3b8JEvD { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15126;line-height:1.4;letter-spacing:0;top:45.1875rem;left:20.375rem;height:1.1875rem;display:block; }
#ufsIO2TLx9Fz25cTVmDwdEc3MqVEFtWh { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15124;line-height:1.4;letter-spacing:0;top:43.9375rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#Gs1QpT9kGxyyFZGktXmOgJvUJb13lL1G { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15123;line-height:1.4;letter-spacing:0;top:42.6875rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#UzTXKZPdh2sIH38pgfJzIgWATQI2UG8b { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15124;line-height:1.4;letter-spacing:0;top:42.6875rem;left:20.375rem;height:1.1875rem;display:block; }
#WdeGTF0fr1T9p1fwTTXqQ2qRSMtykSe1 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15125;line-height:1.4;letter-spacing:0;top:43.9375rem;left:20.375rem;height:1.1875rem;display:block; }
#dR0bizwgbrGGXzVPKSu4ysUq3ZMF8Xtt { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.4;letter-spacing:0;top:41.4375rem;left:20.375rem;height:1.1875rem;display:block; }
#AzXUEpxgnoal4qIvEknFmqKk4GJIpWTC { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15116;line-height:1.4;letter-spacing:0;top:41.4375rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#Dwg5hvSNNTORd1WqPSE6zqblWk031ubl { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15116;line-height:1.4;letter-spacing:0;top:40.1875rem;left:20.375rem;height:1.1875rem;display:block; }
#KEId2X0LyJlkUHC9JoC73SE3uKdZH3r1 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15115;line-height:1.4;letter-spacing:0;top:40.1875rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#UJrkBTAccX9t6pzJ5NPTafm9THCUilk6 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15114;line-height:1.4;letter-spacing:0;top:38.9375rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#kzonL5Hd0tERWQ3HHdGSUtPknb58dyuC { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15115;line-height:1.4;letter-spacing:0;top:38.9375rem;left:20.375rem;height:1.1875rem;display:block; }
#RmoJMueZqT3Cda9tV9Z6RDTTZmNKJpHD { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15107;line-height:1.4;letter-spacing:0;top:37.6875rem;left:12.4375rem;height:1.1875rem;font-style:normal;display:block; }
#pvzSQyQtlLQQWMFRFWTbXCfM7HVdzTqD { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15108;line-height:1.4;letter-spacing:0;top:37.6875rem;left:20.375rem;height:1.1875rem;display:block; }
#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121119;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; }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row .container { background-color: transparent; background-image: none; }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row .container > .video-iframe-container { display: none; }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row > .video-iframe-container { display: none; }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .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); }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row .container { border-width: 0; border-radius: 0; }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#f5mKFka5U8BgkkmFv75BhTVcHDrtyxAh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:7.5rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#MzH4PGan3E6yafr4zqwSALWqAeUC0wao { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:3.125rem;left:12.0625rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tTTJeQI82tRDNzFTBuhhy5JCznJ9UoBq { color:rgba(255,255,255,0.6);display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:5.875rem;left:12.0625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KlT6TWaLWs3poL98tTxamR6L4GcvRekC { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:3.125rem;left:56rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ulcxT0XEkRNMiSXlPPszwrbQQBz1lRiy { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(255,255,255,0.2);background-image:none;top:5.6875rem;left:56rem;display:block; }
#qT9MsSfLx2uJ3SakztrZQTN1TmLfuaiL { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:6.5rem;left:56.8125rem; }
#qT9MsSfLx2uJ3SakztrZQTN1TmLfuaiL > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#cTnoQZqGirvsddlmITcAANpJGaiPz4SW { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(255,255,255,0.2);background-image:none;top:5.6875rem;left:59.625rem;display:block; }
#FO6XcmGotLMidOnVpwVK81zuAZFWw6xk { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:6.5rem;left:60.4375rem; }
#FO6XcmGotLMidOnVpwVK81zuAZFWw6xk > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#UEBuvzplbVSlhpHWsQ0ztL0Md3QlBG5i { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(255,255,255,0.2);background-image:none;top:5.75rem;left:63.125rem;display:block; }
#qiK8ASOtCFJxBXTknJXlWnZfXvsGNc7g { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:6.5625rem;left:63.9375rem; }
#qiK8ASOtCFJxBXTknJXlWnZfXvsGNc7g > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#PmBHQD1ucmm5LOBie1Tq84P6ahRsvTzW { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:rgba(255,255,255,0.2);background-image:none;top:5.6875rem;left:70.125rem;display:block; }
#MUBqSsEdT23WmihWZMWX8XKs0Hl1sGBO { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:rgba(255,255,255,0.2);background-image:none;top:5.6875rem;left:66.625rem;display:block; }
#xXHMuiDkhD1LOZ3sAriatotxJ4Dp3FtI { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:6.5rem;left:70.9375rem; }
#xXHMuiDkhD1LOZ3sAriatotxJ4Dp3FtI > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#nhEFs9f9tsV2gNqFAhT5Gat9ONBV94Wc { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:6.5rem;left:67.4375rem; }
#nhEFs9f9tsV2gNqFAhT5Gat9ONBV94Wc > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#mPETcTHQ8Cnqfo9uleqO6Tz3EmIXWB2L { color:rgba(255,255,255,0.7);display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:5.875rem;left:16.25rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A56RM84lln3cbmfPQW1MXVW06dSGIER5 { color:rgba(255,255,255,0.6);display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:5.875rem;left:31.5rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cTBPtOb7AhDeRzETTpTJ547bsgaJk4Ok { color:rgba(255,255,255,0.7);display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:5.875rem;left:36.0625rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { width:24.8125rem;height:7.75rem;top:11.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9z19s6aseE8b9phbiGE2NTh2iZBTdaN { width:8.125rem;height:5.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaZHQZt4VKovwo6FL95PzTqfOEPak0Ek { width:28.0625rem;height:1.6875rem;top:21.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ6zI5gqL4HWm0885keMMoFzf4u5kU2D { width:28.0625rem;height:7.875rem;top:23rem;left:0rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1rrWRAhBrD9oVaekNBSl3gsqTk9WPcQ { width:13.125rem;height:3.375rem;top:48rem;left:0rem;background-color:#ff5e14;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZJHtiHXJnp6dcZ7mTwGMF10XUrTA845H { display:block; }
 }@media only screen and (max-width: 763px) { #XBhgz7tbwdXmqQGsipSmC4KiSmFzWQTr { width:11.25rem;height:3.375rem;top:48rem;left:0.125rem;background-color:#ff5e14;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oxT39QzEd9Gutv0oSsn3kcFcbnwaPmzG { display:block; }
 }@media only screen and (max-width: 763px) { #DsGLiBvyghBV7WSCll2iSzvGXEHabs8P { display:block; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgrFZTiUovC9GhGoThHXkrFGAdOSCN33 { top:2.375rem;left:3.59375rem;width:40.5625rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG { display:block; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #go5NJzEZHLNHK97RALe057OZ6RKB9PI8 { top:26.4375rem;left:10.53125rem;width:26.6875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTN4GvdPIqI1ur9MyTGMi5ShPnZpUA7p { top:0rem;left:0rem;width:47.75rem;height:24.549435028249rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uis3hJ1kwL50tlTIu9airb6rs93N0ulo { display:block; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q { width:37.5625rem;height:;top:14.0625rem;left:0rem;font-size:0.875rem;display:block; }#gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q li:before{  }
 }@media only screen and (max-width: 763px) { #iUb5i0DKDChquKZvCauHG207TubdqTeW { width:28.8125rem;height:1.4375rem;top:12.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #raMdgeJLmz0ZIvtGUfC3BBeABLobLBNO { width:28.8125rem;height:1.75rem;top:8.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRt9daKfTFepgRHvakArpf9MKd3xknQE { width:13.125rem;height:3.375rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5gLRgfeNLs6rW5B9PAAhhcAgcFDECyS { display:block; }
 }@media only screen and (max-width: 763px) { #nKfRNXoTP53HKn7nDK0pcxVUl8pfu0DO { top:1.6875rem;left:13.25rem;width:34.5rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP { display:block; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA { display:block; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnWEvqSDcy4DbuuMxry8Tz626Ox2TwSD { top:2.375rem;left:3.59375rem;width:40.5625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD { display:block; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyD1n2vuIUCoZBwH0gu9PxPMZmXwZqEe { top:7.9375rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHIwCCeeakeWcMLJ9BTrb1ai9fMiSDsn { top:4.125rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXQa9zSMlWmicewCyFogoyCBNLDPkXZy { top:16.6875rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiQ4CV6s0u523VwoVFqIODX6KPxFQL59 { top:5.4375rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA3OOKiEPihpcReKLQluGtiFO3zgSno6 { top:6.6875rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM6t1PJThoGS9CRdbOOQ9fk8TiKp15wv { top:9.1875rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m42KrwIILElVS9nMlTQ4TTawlyCOCXUs { top:10.4375rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebCBNqD6TpHEZBf6oOC5HFa5cxUJebFk { top:11.6875rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neZG00EnnEobaNfrWRoe3aTrXeaLiveQ { top:12.9375rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAKW5nMr0wgS5nZnnm7FZG1GODzJnwhn { top:7.9375rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3fr6wrsrQm8RW3BtDfNnluDIrpfwp8k { top:4.125rem;left:0rem;width:6.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqwKFIwH5uvnHy8J2s4moC1Ug3W0o7a1 { top:16.6875rem;left:0rem;width:6.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxUo1dnczA5SerZv1q4C1Il0eT7X4QPT { top:5.4375rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ3EolOqeaS0p8sxXXFrPke9QbwkTDG4 { top:6.6875rem;left:0rem;width:6.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsqTuM34yyOuXOKK95P56GyXSbJwSKPG { top:9.1875rem;left:0rem;width:6.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JekAtTFQ4legTU7mOG0zuTlZ5eET4A7O { top:11.6875rem;left:0rem;width:6.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM7WTdpO4bReEQ5gChufo6GywGIWWuFA { top:12.9375rem;left:0rem;width:6.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcWqhGdPXWCpru1eU7ghXx2pg9MHdCaM { top:10.4375rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVpSLNV3CSe9EKqqOSy5ZGtmqiJqaUWr { top:14.1875rem;left:0rem;width:6.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypN2NKzWzsoOn48xMcry8Hc0P2r8pNfz { top:14.1875rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfkVMXt7WOStVh8KOHkw6kWde5v4PD5b { top:15.4375rem;left:0rem;width:6.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT8ObQHVh1lsV3SZTFSzyuWyRecC0Vrq { top:15.4375rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TANAk6AtWoRxKf7pn2lM9c1dMULUiswy { top:20.3125rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFCRtAA1qBt4kKQ6oFrkM2gKla7VUusa { top:20.3125rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlbusNnfUlp7AiGQJ6OIWxT4JWrBrTqu { top:35.1875rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEoRgq36GPPl9kkLycd9ycO3ebwTpiRg { top:33.9375rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9lTPFc53Skz83EIZ9XkLWTxXFuXVTDG { top:32.6875rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufhhghLietJIN6IdRAVLZzF7fVzq3Kyh { top:31.4375rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuzxT8gPR9ZoUhLU0mz1gklxObgvKllg { top:31.4375rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFICaHTPARDn5TlfT4XqXR0gs7ltSzi1 { top:32.6875rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWDT2hMfZZXodb7ktokWk2pErtRRdKVD { top:33.9375rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hp75T93SlUsAoqJN86GUCHTJvuALrTCO { top:35.1875rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsV8UK6242yzQOglVbfzkbiTKhFawxr9 { top:30.1875rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT71mulwRpWT6PMn9rkxyKnIZOOOfrFL { top:30.1875rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmh0A1wiycDMFltwWtSzH2nNvHpb5OFs { top:28.9375rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUkUeHcc5vSVZ56zaQgybAqNf6delPuD { top:28.9375rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqCRT3mKe3mhxpg0FEqPCopiHARHKI7w { top:27.6875rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPgJ0Fx940nvGviRSPp5A18vOI09Rxir { top:27.6875rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbyu27KNA6KUGEPLOppxWO194o6ry17o { top:26.4375rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdyUsXwB0lDIhnSdcBKCiHNmC1aH7Ktg { top:26.4375rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZywJ7y4fbUERJFlCDF8O4thcIWy9mX11 { top:19.0625rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6u7a2lm1d04fuAQTw1LJEgMKe3TwI9z { top:19.0625rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgd7qKdiRQqC1ZsFdZbTAnSSL8bsBule { top:21.5625rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPEOByTgmFL91DqiKHPbX8M1HS8VIAgm { top:22.8125rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph03nIoRumt8QMxC3VsLK5SOQ09W1C9u { top:24.0625rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M66Ko0CUxIfoxIZWkm3z8ETPMfV7EUXw { top:21.5625rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKTMgxiDAhQbe24FpzbxO3d7g1DWcslt { top:22.8125rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaVWmvzzQel5TygdtccSa5SLgHcfXhXP { top:24.0625rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9x0U6HHC6oOA0G8pGtqVT9c0TEUhHkd { top:45.1875rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKXMm0kvvMCnCdE8qusTtrT7b3b8JEvD { top:45.1875rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufsIO2TLx9Fz25cTVmDwdEc3MqVEFtWh { top:43.9375rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs1QpT9kGxyyFZGktXmOgJvUJb13lL1G { top:42.6875rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzTXKZPdh2sIH38pgfJzIgWATQI2UG8b { top:42.6875rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdeGTF0fr1T9p1fwTTXqQ2qRSMtykSe1 { top:43.9375rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR0bizwgbrGGXzVPKSu4ysUq3ZMF8Xtt { top:41.4375rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzXUEpxgnoal4qIvEknFmqKk4GJIpWTC { top:41.4375rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwg5hvSNNTORd1WqPSE6zqblWk031ubl { top:40.1875rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEId2X0LyJlkUHC9JoC73SE3uKdZH3r1 { top:40.1875rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJrkBTAccX9t6pzJ5NPTafm9THCUilk6 { top:38.9375rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzonL5Hd0tERWQ3HHdGSUtPknb58dyuC { top:38.9375rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmoJMueZqT3Cda9tV9Z6RDTTZmNKJpHD { top:37.6875rem;left:0rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvzSQyQtlLQQWMFRFWTbXCfM7HVdzTqD { top:37.6875rem;left:5.5rem;width:42.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk { background-color:#121119;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row .container { background-color: transparent; background-image: none; }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row .container > .video-iframe-container { display: none; }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row > .video-iframe-container { display: none; }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .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); }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row .container { border-width: 0; border-radius: 0; }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5mKFka5U8BgkkmFv75BhTVcHDrtyxAh { width:7.5rem;height:3.9375rem;top:1.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MzH4PGan3E6yafr4zqwSALWqAeUC0wao { width:17.125rem;height:1.5625rem;top:3.125rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tTTJeQI82tRDNzFTBuhhy5JCznJ9UoBq { width:7.5rem;height:1.375rem;top:5.875rem;left:0rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #KlT6TWaLWs3poL98tTxamR6L4GcvRekC { width:17.125rem;height:1.5625rem;top:3.125rem;left:30.625rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ulcxT0XEkRNMiSXlPPszwrbQQBz1lRiy { width:3rem;height:3rem;top:5.6875rem;left:42.375rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qT9MsSfLx2uJ3SakztrZQTN1TmLfuaiL { width:1.375rem;height:1.375rem;top:6.5rem;left:43.1875rem;color:#5d92ff;display:block; }
#qT9MsSfLx2uJ3SakztrZQTN1TmLfuaiL > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #cTnoQZqGirvsddlmITcAANpJGaiPz4SW { width:3rem;height:3rem;top:5.6875rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FO6XcmGotLMidOnVpwVK81zuAZFWw6xk { width:1.375rem;height:1.375rem;top:6.5rem;left:46.375rem;color:#5d92ff;display:block; }
#FO6XcmGotLMidOnVpwVK81zuAZFWw6xk > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #UEBuvzplbVSlhpHWsQ0ztL0Md3QlBG5i { width:3rem;height:3rem;top:5.75rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qiK8ASOtCFJxBXTknJXlWnZfXvsGNc7g { width:1.375rem;height:1.375rem;top:6.5625rem;left:46.375rem;color:#5d92ff;display:block; }
#qiK8ASOtCFJxBXTknJXlWnZfXvsGNc7g > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #PmBHQD1ucmm5LOBie1Tq84P6ahRsvTzW { width:3rem;height:3rem;top:5.6875rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MUBqSsEdT23WmihWZMWX8XKs0Hl1sGBO { width:3rem;height:3rem;top:5.6875rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xXHMuiDkhD1LOZ3sAriatotxJ4Dp3FtI { width:1.375rem;height:1.375rem;top:6.5rem;left:46.375rem;color:#5d92ff;display:block; }
#xXHMuiDkhD1LOZ3sAriatotxJ4Dp3FtI > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #nhEFs9f9tsV2gNqFAhT5Gat9ONBV94Wc { width:1.375rem;height:1.375rem;top:6.5rem;left:46.375rem;color:#5d92ff;display:block; }
#nhEFs9f9tsV2gNqFAhT5Gat9ONBV94Wc > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #mPETcTHQ8Cnqfo9uleqO6Tz3EmIXWB2L { width:17.5rem;height:6.875rem;top:5.875rem;left:2.625rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #A56RM84lln3cbmfPQW1MXVW06dSGIER5 { width:7.5rem;height:4.125rem;top:5.875rem;left:17.875rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #cTBPtOb7AhDeRzETTpTJ547bsgaJk4Ok { width:17.5rem;height:5.5rem;top:5.875rem;left:22.4375rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/0338afcd-7c09-41a2-b907-1ef9aba5e986/amio_coveroswietleniepion.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { border-width: 0; border-radius: 0; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { width:20rem;height:4.5rem;top:6.5rem;left:0rem;font-size:2.25rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #O9z19s6aseE8b9phbiGE2NTh2iZBTdaN { width:6.25rem;height:4.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaZHQZt4VKovwo6FL95PzTqfOEPak0Ek { width:20rem;height:1.125rem;top:11.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LJ6zI5gqL4HWm0885keMMoFzf4u5kU2D { width:20rem;height:5.25rem;top:12.875rem;left:0rem;font-size:5.25rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #V1rrWRAhBrD9oVaekNBSl3gsqTk9WPcQ { width:10.625rem;height:3.125rem;top:47.1875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:rgba(var(--color-primary-4),1);font-size:0.75rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ZJHtiHXJnp6dcZ7mTwGMF10XUrTA845H { display:block; }
 }@media only screen and (max-width: 763px) { #XBhgz7tbwdXmqQGsipSmC4KiSmFzWQTr { width:8.75rem;height:3.125rem;top:47.1875rem;left:11.25rem;background-color:transparent;background-image: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;box-shadow: none;color:#ffffff;font-size:0.75rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #oxT39QzEd9Gutv0oSsn3kcFcbnwaPmzG { display:block; }
 }@media only screen and (max-width: 763px) { #DsGLiBvyghBV7WSCll2iSzvGXEHabs8P { display:block; }#DsGLiBvyghBV7WSCll2iSzvGXEHabs8P > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgrFZTiUovC9GhGoThHXkrFGAdOSCN33 { width:20rem;height:1.75rem;top:1.75rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG { display:block; }#TKKNVqHUWGqAQHBDxZytDc4OkiF1C6UG > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #go5NJzEZHLNHK97RALe057OZ6RKB9PI8 { width:19.4375rem;height:2.375rem;top:11.25rem;left:0.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTN4GvdPIqI1ur9MyTGMi5ShPnZpUA7p { width:20rem;height:10.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uis3hJ1kwL50tlTIu9airb6rs93N0ulo { display:block; }#Uis3hJ1kwL50tlTIu9airb6rs93N0ulo > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q { width:20rem;height:14.4375rem;top:9.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#gtNiTPvbo5w4qXkypPNd5L4ORq6Hp00q li:before{  }
 }@media only screen and (max-width: 763px) { #iUb5i0DKDChquKZvCauHG207TubdqTeW { width:20rem;height:1.375rem;top:7.25rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #raMdgeJLmz0ZIvtGUfC3BBeABLobLBNO { width:20rem;height:3.25rem;top:2.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iRt9daKfTFepgRHvakArpf9MKd3xknQE { width:11.875rem;height:3.125rem;top:27.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5gLRgfeNLs6rW5B9PAAhhcAgcFDECyS { display:block; }
 }@media only screen and (max-width: 763px) { #nKfRNXoTP53HKn7nDK0pcxVUl8pfu0DO { width:20rem;height:20rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/65ef5305-4b28-4353-8456-2f63d6450767/Gemini_Generated_Image_1h4aqg1h4aqg1h4a.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP.adaptive-delivery-prevent-bg, #QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP.lazyload, #QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP.lazyloading { background-image: none; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container { background-color: transparent; background-image: none; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container > .video-iframe-container { display: none; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row > .video-iframe-container { display: none; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .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); }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container { border-width: 0; border-radius: 0; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QA3KHatVKGVN3sLGdOHIWG0i3dzBOBwP > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA { display:block; }#MibNLIyq3U71ptWAv9LsiPVlTpTEvFUA > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnWEvqSDcy4DbuuMxry8Tz626Ox2TwSD { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD { display:block; }#bhoLbyELXbeGLPf8lZbDFFVCyBQRXafD > .row .container { width:20rem;height:135.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyD1n2vuIUCoZBwH0gu9PxPMZmXwZqEe { width:20rem;height:1.875rem;top:15.8125rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IHIwCCeeakeWcMLJ9BTrb1ai9fMiSDsn { width:20rem;height:1.875rem;top:3.5625rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LXQa9zSMlWmicewCyFogoyCBNLDPkXZy { width:20rem;height:1.875rem;top:44.1875rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IiQ4CV6s0u523VwoVFqIODX6KPxFQL59 { width:20rem;height:1.875rem;top:7.6875rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iA3OOKiEPihpcReKLQluGtiFO3zgSno6 { width:20rem;height:1.875rem;top:11.75rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JM6t1PJThoGS9CRdbOOQ9fk8TiKp15wv { width:20rem;height:1.875rem;top:19.875rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #m42KrwIILElVS9nMlTQ4TTawlyCOCXUs { width:20rem;height:1.875rem;top:23.9375rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ebCBNqD6TpHEZBf6oOC5HFa5cxUJebFk { width:20rem;height:1.875rem;top:28rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #neZG00EnnEobaNfrWRoe3aTrXeaLiveQ { width:20rem;height:1.875rem;top:32.0625rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NAKW5nMr0wgS5nZnnm7FZG1GODzJnwhn { width:4.6875rem;height:1.1875rem;top:14.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3fr6wrsrQm8RW3BtDfNnluDIrpfwp8k { width:6.25rem;height:1.1875rem;top:2.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqwKFIwH5uvnHy8J2s4moC1Ug3W0o7a1 { width:6.25rem;height:1.1875rem;top:42.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxUo1dnczA5SerZv1q4C1Il0eT7X4QPT { width:4.6875rem;height:1.1875rem;top:6.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ3EolOqeaS0p8sxXXFrPke9QbwkTDG4 { width:6.25rem;height:1.1875rem;top:10.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsqTuM34yyOuXOKK95P56GyXSbJwSKPG { width:6.25rem;height:1.1875rem;top:18.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JekAtTFQ4legTU7mOG0zuTlZ5eET4A7O { width:6.25rem;height:1.1875rem;top:26.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM7WTdpO4bReEQ5gChufo6GywGIWWuFA { width:6.25rem;height:1.1875rem;top:30.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcWqhGdPXWCpru1eU7ghXx2pg9MHdCaM { width:4.6875rem;height:1.1875rem;top:22.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVpSLNV3CSe9EKqqOSy5ZGtmqiJqaUWr { width:6.25rem;height:1.1875rem;top:34.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypN2NKzWzsoOn48xMcry8Hc0P2r8pNfz { width:20rem;height:1.875rem;top:36.125rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EfkVMXt7WOStVh8KOHkw6kWde5v4PD5b { width:6.25rem;height:1.1875rem;top:38.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT8ObQHVh1lsV3SZTFSzyuWyRecC0Vrq { width:20rem;height:1.875rem;top:40.125rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TANAk6AtWoRxKf7pn2lM9c1dMULUiswy { width:4.6875rem;height:1.1875rem;top:52.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFCRtAA1qBt4kKQ6oFrkM2gKla7VUusa { width:20rem;height:1.875rem;top:53.9375rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BlbusNnfUlp7AiGQJ6OIWxT4JWrBrTqu { width:4.6875rem;height:1.1875rem;top:99.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEoRgq36GPPl9kkLycd9ycO3ebwTpiRg { width:4.6875rem;height:1.1875rem;top:95.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9lTPFc53Skz83EIZ9XkLWTxXFuXVTDG { width:4.6875rem;height:1.1875rem;top:91.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufhhghLietJIN6IdRAVLZzF7fVzq3Kyh { width:20rem;height:1.875rem;top:88.75rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FuzxT8gPR9ZoUhLU0mz1gklxObgvKllg { width:4.6875rem;height:1.1875rem;top:87.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFICaHTPARDn5TlfT4XqXR0gs7ltSzi1 { width:20rem;height:1.875rem;top:92.8125rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MWDT2hMfZZXodb7ktokWk2pErtRRdKVD { width:20rem;height:1.875rem;top:96.8125rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hp75T93SlUsAoqJN86GUCHTJvuALrTCO { width:20rem;height:1.875rem;top:100.875rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SsV8UK6242yzQOglVbfzkbiTKhFawxr9 { width:20rem;height:1.875rem;top:84.6875rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yT71mulwRpWT6PMn9rkxyKnIZOOOfrFL { width:4.6875rem;height:1.1875rem;top:83.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmh0A1wiycDMFltwWtSzH2nNvHpb5OFs { width:20rem;height:1.875rem;top:80.625rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MUkUeHcc5vSVZ56zaQgybAqNf6delPuD { width:4.6875rem;height:1.1875rem;top:79.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqCRT3mKe3mhxpg0FEqPCopiHARHKI7w { width:20rem;height:1.875rem;top:76.5625rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IPgJ0Fx940nvGviRSPp5A18vOI09Rxir { width:4.6875rem;height:1.1875rem;top:75.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbyu27KNA6KUGEPLOppxWO194o6ry17o { width:20rem;height:1.875rem;top:72.5rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PdyUsXwB0lDIhnSdcBKCiHNmC1aH7Ktg { width:4.6875rem;height:1.1875rem;top:71.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZywJ7y4fbUERJFlCDF8O4thcIWy9mX11 { width:20rem;height:1.875rem;top:50.4375rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #U6u7a2lm1d04fuAQTw1LJEgMKe3TwI9z { width:4.6875rem;height:1.1875rem;top:49.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgd7qKdiRQqC1ZsFdZbTAnSSL8bsBule { width:20rem;height:1.875rem;top:58.125rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zPEOByTgmFL91DqiKHPbX8M1HS8VIAgm { width:20rem;height:1.875rem;top:62.1875rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ph03nIoRumt8QMxC3VsLK5SOQ09W1C9u { width:20rem;height:1.875rem;top:66.25rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #M66Ko0CUxIfoxIZWkm3z8ETPMfV7EUXw { width:4.6875rem;height:1.1875rem;top:56.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKTMgxiDAhQbe24FpzbxO3d7g1DWcslt { width:4.6875rem;height:1.1875rem;top:60.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaVWmvzzQel5TygdtccSa5SLgHcfXhXP { width:4.6875rem;height:1.1875rem;top:64.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9x0U6HHC6oOA0G8pGtqVT9c0TEUhHkd { width:4.6875rem;height:1.1875rem;top:129.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKXMm0kvvMCnCdE8qusTtrT7b3b8JEvD { width:20rem;height:1.875rem;top:131.0625rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ufsIO2TLx9Fz25cTVmDwdEc3MqVEFtWh { width:4.6875rem;height:1.1875rem;top:125.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs1QpT9kGxyyFZGktXmOgJvUJb13lL1G { width:4.6875rem;height:1.1875rem;top:121.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzTXKZPdh2sIH38pgfJzIgWATQI2UG8b { width:20rem;height:1.875rem;top:122.9375rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WdeGTF0fr1T9p1fwTTXqQ2qRSMtykSe1 { width:20rem;height:1.875rem;top:126.9375rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dR0bizwgbrGGXzVPKSu4ysUq3ZMF8Xtt { width:20rem;height:1.875rem;top:118.875rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AzXUEpxgnoal4qIvEknFmqKk4GJIpWTC { width:4.6875rem;height:1.1875rem;top:117.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwg5hvSNNTORd1WqPSE6zqblWk031ubl { width:20rem;height:1.875rem;top:114.8125rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KEId2X0LyJlkUHC9JoC73SE3uKdZH3r1 { width:4.6875rem;height:1.1875rem;top:113.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJrkBTAccX9t6pzJ5NPTafm9THCUilk6 { width:4.6875rem;height:1.1875rem;top:109.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzonL5Hd0tERWQ3HHdGSUtPknb58dyuC { width:20rem;height:1.875rem;top:110.8125rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RmoJMueZqT3Cda9tV9Z6RDTTZmNKJpHD { width:4.6875rem;height:1.1875rem;top:105.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvzSQyQtlLQQWMFRFWTbXCfM7HVdzTqD { width:20rem;height:1.875rem;top:107.1875rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk { background-color:#121119;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row .container { background-color: transparent; background-image: none; }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row .container > .video-iframe-container { display: none; }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row > .video-iframe-container { display: none; }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .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); }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row .container { border-width: 0; border-radius: 0; }#XKXqfQEE3XkN52ZfSdCwIREToLhCz8qk > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5mKFka5U8BgkkmFv75BhTVcHDrtyxAh { width:7.5rem;height:3.9375rem;top:2.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MzH4PGan3E6yafr4zqwSALWqAeUC0wao { width:18.125rem;height:1.75rem;top:9.3125rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tTTJeQI82tRDNzFTBuhhy5JCznJ9UoBq { width:18.125rem;height:1.375rem;top:11.6875rem;left:0rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #KlT6TWaLWs3poL98tTxamR6L4GcvRekC { width:17.125rem;height:1.75rem;top:30rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ulcxT0XEkRNMiSXlPPszwrbQQBz1lRiy { width:3rem;height:3rem;top:33rem;left:0rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qT9MsSfLx2uJ3SakztrZQTN1TmLfuaiL { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:0.8125rem;color:#5d92ff; }
#qT9MsSfLx2uJ3SakztrZQTN1TmLfuaiL > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #cTnoQZqGirvsddlmITcAANpJGaiPz4SW { width:3rem;height:3rem;top:33rem;left:3.5625rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FO6XcmGotLMidOnVpwVK81zuAZFWw6xk { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:4.375rem;color:#5d92ff; }
#FO6XcmGotLMidOnVpwVK81zuAZFWw6xk > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #UEBuvzplbVSlhpHWsQ0ztL0Md3QlBG5i { width:3rem;height:3rem;top:33rem;left:7.1875rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qiK8ASOtCFJxBXTknJXlWnZfXvsGNc7g { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:8rem;color:#5d92ff; }
#qiK8ASOtCFJxBXTknJXlWnZfXvsGNc7g > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #PmBHQD1ucmm5LOBie1Tq84P6ahRsvTzW { width:3rem;height:3rem;top:33rem;left:14.5rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MUBqSsEdT23WmihWZMWX8XKs0Hl1sGBO { width:3rem;height:3rem;top:33rem;left:10.8125rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xXHMuiDkhD1LOZ3sAriatotxJ4Dp3FtI { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:15.3125rem;color:#5d92ff; }
#xXHMuiDkhD1LOZ3sAriatotxJ4Dp3FtI > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #nhEFs9f9tsV2gNqFAhT5Gat9ONBV94Wc { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:11.625rem;color:#5d92ff; }
#nhEFs9f9tsV2gNqFAhT5Gat9ONBV94Wc > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #mPETcTHQ8Cnqfo9uleqO6Tz3EmIXWB2L { width:15rem;height:6.875rem;top:11.6875rem;left:5rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #A56RM84lln3cbmfPQW1MXVW06dSGIER5 { width:7.5rem;height:4.125rem;top:19.9375rem;left:0rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #cTBPtOb7AhDeRzETTpTJ547bsgaJk4Ok { width:15rem;height:5.5rem;top:19.9375rem;left:5rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }