.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:214,249,255;--color-primary-1:133,238,255;--color-primary-2:51,227,255;--color-primary-3:31,136,153;--color-primary-4:34,50,62;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@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:url("https://images.assets-landingi.com/uc/47e8a0ab-8e69-45ae-a580-bdd3189edd69/BARBIE1_ZajawkaPion1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(358deg, #22323e, #000000);background-image: -moz-linear-gradient(358deg, #22323e, #000000);background-image: -ms-linear-gradient(358deg, #22323e, #000000);background-image: -o-linear-gradient(358deg, #22323e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );";background-image: linear-gradient(358deg, #22323e, #000000);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;z-index:auto;display:block; } #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection *:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="text"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="email"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="tel"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection textarea:focus-visible { outline: none; } #ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row .container { background-color: transparent; background-image: none; }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row .container > .video-iframe-container { display: none; }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row > .video-iframe-container { display: none; }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .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); }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row .container { border-width: 0; border-radius: 0; }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#GCHNhgFIvLQ4XxKSxLUwtkdQoJFm3hgF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#GCHNhgFIvLQ4XxKSxLUwtkdQoJFm3hgF > .row .container { background-color: transparent; background-image: none; }#GCHNhgFIvLQ4XxKSxLUwtkdQoJFm3hgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCHNhgFIvLQ4XxKSxLUwtkdQoJFm3hgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCHNhgFIvLQ4XxKSxLUwtkdQoJFm3hgF > .row .container > .video-iframe-container { display: none; }#GCHNhgFIvLQ4XxKSxLUwtkdQoJFm3hgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCHNhgFIvLQ4XxKSxLUwtkdQoJFm3hgF > .row > .video-iframe-container { display: none; }#GCHNhgFIvLQ4XxKSxLUwtkdQoJFm3hgF > .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); }#GCHNhgFIvLQ4XxKSxLUwtkdQoJFm3hgF > .row .container { border-width: 0; border-radius: 0; }#GCHNhgFIvLQ4XxKSxLUwtkdQoJFm3hgF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GCHNhgFIvLQ4XxKSxLUwtkdQoJFm3hgF > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:url("https://images.assets-landingi.com/uc/78ca8325-cf9c-4460-9ba3-ca26af808593/Teciowie_1200x3001.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD.adaptive-delivery-prevent-bg, #OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD.lazyload, #OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD.lazyloading { background-image: none; }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row .container { background-color: transparent; background-image: none; }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row .container > .video-iframe-container { display: none; }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row > .video-iframe-container { display: none; }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .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); }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row .container { border-width: 0; border-radius: 0; }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .row .container { background-color: transparent; background-image: none; }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .row .container > .video-iframe-container { display: none; }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .row > .video-iframe-container { display: none; }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .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); }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .row .container { border-width: 0; border-radius: 0; }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#IKi4OfZaQFGko1qAcUxI4Lrsp2Ud1w5Z { 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:7.5rem;width:16.3125rem;top:5.935546875rem;left:5.0625rem;overflow:hidden;display:block; }
#fJRpWtQ7lDfgWRX2sMk7Ep1BvMgQnhd5 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.1875rem 0.25rem rgba(18,26,33,0.5) ;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:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:24.0830078125rem;left:17.6875rem;display:block; }
#gdduSbTDezJsCfU8gLZOPEE3ZcErPrVm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mVDG8Glzfa7qm0abdA2HF3gEdohCpdyd { color:rgba(var(--color-tertiary-2),1);display:block;width:28.3736875rem;position:absolute;font-family:"source sans pro semibold";font-size:1.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.936199188233rem;left:5.0625rem;height:2.51875rem;text-align:left;text-align-last:left;display:block; }
#RTKtrrStRL2owuFJT9bzah3QTynZT4K1 { position:absolute;display:block;z-index:15086;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.875rem;width:18.9375rem;top:6.5625rem;left:19.9541015625rem;overflow:hidden;display:block; }
#xdTxJoo4dnEZf5BuLQKhbsZlXNTNLG4s { color:rgba(var(--color-tertiary-2),1);display:block;width:17.25rem;position:absolute;font-family:"source sans pro semibold";font-size:1.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.9375rem;left:45.247398376465rem;height:2.51875rem;text-align:left;text-align-last:left;display:block; }
#TS1F7eTbtTrD8eMuNKzi0QgiUaaB7mFu { position:absolute;display:block;z-index:15003;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.4375rem;width:13.625rem;top:13.7255859375rem;left:57.6865234375rem;overflow:hidden;display:block; }
#wslZoUoGeBvNQc3kvMBquCaPXdaMl5LK { color:rgba(var(--color-tertiary-2),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.70703125rem;left:16.662109375rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#D3eGDC6qouLMTg2khASEu3gaadvDEsg9 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.1875rem;position:absolute;font-family:"source sans pro";font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.079429626465rem;left:5.0625rem;height:2.925rem;font-style:normal;display:block; }
#QvIXuy6Ogs7LSW6ROkaqLt4Oq3R6GeXD { position:absolute;display:block;z-index:15092;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:5.1875rem;width:15.5625rem;top:7.091796875rem;left:50.1845703125rem;overflow:hidden;display:block; }
#X48Qbz8WQhThXKnyEyIXaHkXt9K5eUS1 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:"source sans pro";font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.0791015625rem;left:45.2470703125rem;height:2.925rem;font-style:normal;display:block; }
#Pr1NwLlMqJiycVvGr2dBsxV94Eu5WoCt { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.1875rem 0.25rem rgba(18,26,33,0.5) ;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:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:24.0625rem;left:58.9990234375rem;display:block; }
#mzK319vI7z1xnC43ntScX6uPQz4hwyH2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V66c6iHE91DFK6ZtNSqITLS2F5lZRSUM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:28.0625rem;left:17.75rem;height:0.975rem;font-style:normal;display:block; }
#Zq9NT2l9D7KirooHR2o3yLEyBoyzWcfV { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:29.625rem;left:17.75rem;height:0.975rem;font-style:normal;display:block; }
#DtHeZbwNIOEDzgAcpEde75qQCMVSkpih { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.31225625rem;width:1.25rem;top:29.5625rem;left:22.8125rem;overflow:hidden;display:block; }
#ZqoL5G8WuH6ccT3o0ZUglg5Katk88mSg { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:4rem;top:27.125rem;left:25.9375rem;overflow:hidden;display:block; }
#CxQJHRO1Ooahr7A7iePQpic2vzoz9vMI { color:rgba(var(--color-tertiary-0),0.95);display:block;width:8.5625rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.1875rem;left:45.0986328125rem;height:3.9rem;display:block; }
#FEwOVsELI2DGOsrVGOTpFqrgKWO2EFRF { color:rgba(var(--color-tertiary-0),0.95);display:block;width:15.9375rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.3125rem;left:52.2080078125rem;height:2.6rem;display:block; }
#PBObtxcQPld83TpaxZSCMJEIHTXtIDNn { color:rgba(var(--color-tertiary-0),0.95);display:block;width:5.3125rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.1845703125rem;left:5.0625rem;height:3.9rem;display:block; }
#TCt0PF9t1zHoL6OB5hgKVM3XFk4fvwHl { color:rgba(var(--color-tertiary-0),0.95);display:block;width:15.9375rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.294921875rem;left:8.3486328125rem;height:2.6rem;display:block; }
#sXkWWnzF81prBHCSOZsFdPdgOAksTeVt { position:relative;display:none; }#sXkWWnzF81prBHCSOZsFdPdgOAksTeVt { border-width: 0; border-radius: 0; }#sXkWWnzF81prBHCSOZsFdPdgOAksTeVt > .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; }#sXkWWnzF81prBHCSOZsFdPdgOAksTeVt > .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:18.75rem;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:none; }#Aryshnqkvuu3SfkrvMK2Rc2IAIIiHU5D { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:20rem;display:none; }
#EIhIPZcRVqSPqXDokC5HFVGsXxXuJc3m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EIhIPZcRVqSPqXDokC5HFVGsXxXuJc3m > .row .container { border-width: 0; border-radius: 0; }#EIhIPZcRVqSPqXDokC5HFVGsXxXuJc3m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EIhIPZcRVqSPqXDokC5HFVGsXxXuJc3m > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:none; }#HDb2XNlfIwByvtZal8VA4TlwIq5M46Q3 { position:absolute;display:block;z-index:15099;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:5.1875rem;width:15.5625rem;top:2.1875rem;left:30.1875rem;overflow:hidden;display:none; }
#EbeZHcH3EkewGPIQaEXUCDsmeRiP7UE2 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.25rem;position:absolute;font-family:"source sans pro semibold";font-size:1.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.0625rem;left:25.25rem;height:0;text-align:left;text-align-last:left;display:none; }
#D0gJ29mNmnLh4EdmCMX1vXXqDbgbViFG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:13.625rem;top:8.8125rem;left:37.6875rem;overflow:hidden;display:none; }
#A1dVs73TLhFWbfXvvalxdgNMRcvE5PSc { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:"source sans pro";font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.1875rem;left:25.25rem;height:0;font-style:normal;display:none; }
#TZbwFE8qinwDhSR4vPEknUk9xvspHb7d { color:rgba(var(--color-tertiary-0),0.95);display:block;width:8.5625rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:18.3125rem;left:25.125rem;height:0;display:none; }
#CHl8KfIh05Qr6RzTNcTTrSbHTUkACg2y { color:rgba(var(--color-tertiary-0),0.95);display:block;width:15.9375rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:19.4375rem;left:32.1875rem;height:0;display:none; }
#lXfv6ARLhl0ozmJlKpSP3ZZyqPEAEe1w { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.25rem 0.1875rem 0.25rem rgba(18,26,33,0.5) ;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:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15093;text-align:center;text-align-last:center;top:19.1875rem;left:39rem;display:none; }
#BEvAF1Bs71kNKIoThxCsTt2SFqkbuiBC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dh3l75yHHdamSIwlrOBAxoverEGA55Gf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#dh3l75yHHdamSIwlrOBAxoverEGA55Gf > .row .container { background-color: transparent; background-image: none; }#dh3l75yHHdamSIwlrOBAxoverEGA55Gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dh3l75yHHdamSIwlrOBAxoverEGA55Gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dh3l75yHHdamSIwlrOBAxoverEGA55Gf > .row .container > .video-iframe-container { display: none; }#dh3l75yHHdamSIwlrOBAxoverEGA55Gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dh3l75yHHdamSIwlrOBAxoverEGA55Gf > .row > .video-iframe-container { display: none; }#dh3l75yHHdamSIwlrOBAxoverEGA55Gf > .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); }#dh3l75yHHdamSIwlrOBAxoverEGA55Gf > .row .container { border-width: 0; border-radius: 0; }#dh3l75yHHdamSIwlrOBAxoverEGA55Gf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dh3l75yHHdamSIwlrOBAxoverEGA55Gf > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#NsHDrZW9f3hRAREbUl1Dx9eOncTAimZ5 { position:absolute;display:block;z-index:15087;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:9.6875rem;width:14.5rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#IgT7R7hJCyJJymUVgn44JFJLyB4xVJI4 { position:absolute;display:block;z-index:15088;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:9.6875rem;width:14.5rem;top:0.8125rem;left:15.0625rem;overflow:hidden;display:block; }
#KLaVTHBhnoSqi4fgSViFTxtf1gDxLt5T { position:absolute;display:block;z-index:15089;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:9.6875rem;width:14.5rem;top:0.8125rem;left:30.125rem;overflow:hidden;display:block; }
#Cbo3lGpoeE45AINGcSnWmzMIE1pB5cp0 { position:absolute;display:block;z-index:15090;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:9.6875rem;width:14.5rem;top:0.8125rem;left:45.25rem;overflow:hidden;display:block; }
#B6O9FRQQh6TXoxFtGG2XRWpTZe0NP46Q { position:absolute;display:block;z-index:15091;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:9.6875rem;width:14.5rem;top:0.8125rem;left:60.25rem;overflow:hidden;display:block; }
#guOeMP4FSM3CTwCAWPgSqxvKKFVWgQC2 { position:absolute;display:block;z-index:15088;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:9.6875rem;width:14.5rem;top:11.75rem;left:0rem;overflow:hidden;display:block; }
#TPSXlZtTE4FAWeDT9bMJJHOr0606qZi4 { position:absolute;display:block;z-index:15089;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:9.6875rem;width:14.5rem;top:11.8125rem;left:15.0625rem;overflow:hidden;display:block; }
#tZJuOgGcrXoXTJ5pTlMzTT5L8MN4t4U7 { position:absolute;display:block;z-index:15090;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:9.6875rem;width:14.5rem;top:11.75rem;left:30.25rem;overflow:hidden;display:block; }
#aV8WhqI4kWEckJFSrJ28ucu32qFPaReD { position:absolute;display:block;z-index:15091;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:9.6875rem;width:14.5rem;top:11.8125rem;left:45.25rem;overflow:hidden;display:block; }
#IiT2d2yUHLFU2e9uoRJR5qWfi92Oi2uU { position:absolute;display:block;z-index:15092;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:9.625rem;width:14.5rem;top:11.75rem;left:60.5625rem;overflow:hidden;display:block; }
#Z7Cc7i6DM0PPcNtQiEBq9vuP0XxmuPSE { position:absolute;display:block;z-index:15089;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:9.6875rem;width:14.5625rem;top:22.625rem;left:0rem;overflow:hidden;display:block; }
#blFaKZ1zXx537KNcTVah1UL6dR45cOCw { position:absolute;display:block;z-index:15090;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:9.6875rem;width:14.5625rem;top:22.625rem;left:15.125rem;overflow:hidden;display:block; }
#DDzTlmfD66kdhP5WB5eXHfgcnevmWzON { position:absolute;display:block;z-index:15091;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:9.6875rem;width:14.5625rem;top:22.625rem;left:30.25rem;overflow:hidden;display:block; }
#QutmEynDM9dOrTuVEnv29FNFSRQ67UFA { position:absolute;display:block;z-index:15092;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:9.6875rem;width:14.5625rem;top:22.625rem;left:45.25rem;overflow:hidden;display:block; }
#UZs6NCPtAebgk9X9X3qAF1kObhLTDT40 { position:absolute;display:block;z-index:15093;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:9.6875rem;width:14.5625rem;top:22.625rem;left:60.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(351deg, #22323e, #000000);background-image: -moz-linear-gradient(351deg, #22323e, #000000);background-image: -ms-linear-gradient(351deg, #22323e, #000000);background-image: -o-linear-gradient(351deg, #22323e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );";background-image: linear-gradient(351deg, #22323e, #000000);background-size:cover !important;display:block; } #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection *:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="text"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="email"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="tel"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection textarea:focus-visible { outline: none; } #ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row .container { background-color: transparent; background-image: none; }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row .container > .video-iframe-container { display: none; }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row > .video-iframe-container { display: none; }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .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); }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GCHNhgFIvLQ4XxKSxLUwtkdQoJFm3hgF { display:block; }#GCHNhgFIvLQ4XxKSxLUwtkdQoJFm3hgF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD { display:block; }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row .container { width:47.75rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WO41KOENRkhnbTmzoqTf5vkP0P45MgxK { display:block; }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKi4OfZaQFGko1qAcUxI4Lrsp2Ud1w5Z { width:16.3125rem;height:7.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJRpWtQ7lDfgWRX2sMk7Ep1BvMgQnhd5 { width:17rem;height:2.875rem;top:16.333984375rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdduSbTDezJsCfU8gLZOPEE3ZcErPrVm { display:block; }
 }@media only screen and (max-width: 763px) { #mVDG8Glzfa7qm0abdA2HF3gEdohCpdyd { width:28.3125rem;height:2.5rem;top:14.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTKtrrStRL2owuFJT9bzah3QTynZT4K1 { width:18.9375rem;height:5.875rem;top:6.5625rem;left:6.3291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdTxJoo4dnEZf5BuLQKhbsZlXNTNLG4s { width:17.25rem;height:2.5rem;top:14.9375rem;left:30.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1F7eTbtTrD8eMuNKzi0QgiUaaB7mFu { width:13.625rem;height:5.4375rem;top:13.6875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wslZoUoGeBvNQc3kvMBquCaPXdaMl5LK { width:3.6875rem;height:4.0625rem;top:8.6875rem;left:3.037109375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3eGDC6qouLMTg2khASEu3gaadvDEsg9 { top:1.96875rem;left:2.1875rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvIXuy6Ogs7LSW6ROkaqLt4Oq3R6GeXD { width:15.5625rem;height:5.1875rem;top:7.0625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X48Qbz8WQhThXKnyEyIXaHkXt9K5eUS1 { top:1.96875rem;left:2.1875rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr1NwLlMqJiycVvGr2dBsxV94Eu5WoCt { width:17rem;height:2.875rem;top:16.333984375rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzK319vI7z1xnC43ntScX6uPQz4hwyH2 { display:block; }
 }@media only screen and (max-width: 763px) { #V66c6iHE91DFK6ZtNSqITLS2F5lZRSUM { top:12.5rem;left:37.4228515625rem;width:7.499rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq9NT2l9D7KirooHR2o3yLEyBoyzWcfV { top:11.017578125rem;left:10.81494140625rem;width:4.3125rem;height:1.055775rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DtHeZbwNIOEDzgAcpEde75qQCMVSkpih { top:10.830078125rem;left:15.6884765625rem;width:1.2495125rem;height:1.3110375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqoL5G8WuH6ccT3o0ZUglg5Katk88mSg { width:3.0625rem;height:2.125rem;top:11.8228515625rem;left:18.853125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxQJHRO1Ooahr7A7iePQpic2vzoz9vMI { top:23.1875rem;left:31.5rem;width:8.5625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEwOVsELI2DGOsrVGOTpFqrgKWO2EFRF { top:24.3125rem;left:31.8125rem;width:15.9375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBObtxcQPld83TpaxZSCMJEIHTXtIDNn { top:23.125rem;left:0rem;width:5.3125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCt0PF9t1zHoL6OB5hgKVM3XFk4fvwHl { top:24.25rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXkWWnzF81prBHCSOZsFdPdgOAksTeVt { display:none; }#sXkWWnzF81prBHCSOZsFdPdgOAksTeVt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Aryshnqkvuu3SfkrvMK2Rc2IAIIiHU5D { width:20rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIhIPZcRVqSPqXDokC5HFVGsXxXuJc3m { display:none; }#EIhIPZcRVqSPqXDokC5HFVGsXxXuJc3m > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HDb2XNlfIwByvtZal8VA4TlwIq5M46Q3 { width:15.5625rem;height:5.1875rem;top:2.1875rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbeZHcH3EkewGPIQaEXUCDsmeRiP7UE2 { width:17.25rem;height:2.5rem;top:10.0625rem;left:11.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0gJ29mNmnLh4EdmCMX1vXXqDbgbViFG { width:13.625rem;height:5.4375rem;top:8.8125rem;left:24.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1dVs73TLhFWbfXvvalxdgNMRcvE5PSc { top:1.96875rem;left:2.1875rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZbwFE8qinwDhSR4vPEknUk9xvspHb7d { top:18.3125rem;left:11.5rem;width:8.5625rem;height:3.875rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHl8KfIh05Qr6RzTNcTTrSbHTUkACg2y { top:19.4375rem;left:18.5625rem;width:15.9375rem;height:2.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXfv6ARLhl0ozmJlKpSP3ZZyqPEAEe1w { width:17rem;height:2.875rem;top:16.333984375rem;left:2.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEvAF1Bs71kNKIoThxCsTt2SFqkbuiBC { display:block; }
 }@media only screen and (max-width: 763px) { #dh3l75yHHdamSIwlrOBAxoverEGA55Gf { display:block; }#dh3l75yHHdamSIwlrOBAxoverEGA55Gf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsHDrZW9f3hRAREbUl1Dx9eOncTAimZ5 { width:14.5rem;height:9.6875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgT7R7hJCyJJymUVgn44JFJLyB4xVJI4 { width:14.5rem;height:9.6875rem;top:0.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLaVTHBhnoSqi4fgSViFTxtf1gDxLt5T { width:14.5rem;height:9.6875rem;top:0.8125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbo3lGpoeE45AINGcSnWmzMIE1pB5cp0 { width:14.5rem;height:9.6875rem;top:0.8125rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6O9FRQQh6TXoxFtGG2XRWpTZe0NP46Q { width:14.5rem;height:9.6875rem;top:0.8125rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guOeMP4FSM3CTwCAWPgSqxvKKFVWgQC2 { width:14.5rem;height:9.6875rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPSXlZtTE4FAWeDT9bMJJHOr0606qZi4 { width:14.5rem;height:9.6875rem;top:11.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZJuOgGcrXoXTJ5pTlMzTT5L8MN4t4U7 { width:14.5rem;height:9.6875rem;top:11.75rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV8WhqI4kWEckJFSrJ28ucu32qFPaReD { width:14.5rem;height:9.6875rem;top:11.8125rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiT2d2yUHLFU2e9uoRJR5qWfi92Oi2uU { width:14.5rem;height:9.625rem;top:11.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7Cc7i6DM0PPcNtQiEBq9vuP0XxmuPSE { width:14.5625rem;height:9.6875rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blFaKZ1zXx537KNcTVah1UL6dR45cOCw { width:14.5625rem;height:9.6875rem;top:22.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDzTlmfD66kdhP5WB5eXHfgcnevmWzON { width:14.5625rem;height:9.6875rem;top:22.625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QutmEynDM9dOrTuVEnv29FNFSRQ67UFA { width:14.5625rem;height:9.6875rem;top:22.625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZs6NCPtAebgk9X9X3qAF1kObhLTDT40 { width:14.5625rem;height:9.6875rem;top:22.625rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/47e8a0ab-8e69-45ae-a580-bdd3189edd69/BARBIE1_ZajawkaPion1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #121a21; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #121a21; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #22323e, #000000);background-image: -moz-linear-gradient(180deg, #22323e, #000000);background-image: -ms-linear-gradient(180deg, #22323e, #000000);background-image: -o-linear-gradient(180deg, #22323e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );";background-image: linear-gradient(180deg, #22323e, #000000);background-size:cover !important;display:block; } #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection *:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="text"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="email"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="tel"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection textarea:focus-visible { outline: none; } #ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row .container { background-color: transparent; background-image: none; }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row .container > .video-iframe-container { display: none; }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row > .video-iframe-container { display: none; }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .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); }#ggvWlu6mOTlfTzcwCBRJUJD0T94xtA4g > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GCHNhgFIvLQ4XxKSxLUwtkdQoJFm3hgF { display:block; }#GCHNhgFIvLQ4XxKSxLUwtkdQoJFm3hgF > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD { display:block; }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD { background-color: transparent; background-image: none; }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row .container > .video-iframe-container { display: none; }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row > .video-iframe-container { display: none; }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .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); }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD { border-width: 0; border-radius: 0; }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row .container { width:20rem;height:6.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/99772657-c095-47c8-a989-b599be16c62e/Teciowie12_320x100.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;position:relative;display:block; }#OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row .container.adaptive-delivery-prevent-bg, #OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row .container.lazyload, #OrlwIBaWID9nIwzQW5bGLq7lDs8AdlPD > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #WO41KOENRkhnbTmzoqTf5vkP0P45MgxK { background-color:#121a21;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .row .container { background-color: transparent; background-image: none; }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .row .container > .video-iframe-container { display: none; }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .row > .video-iframe-container { display: none; }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .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); }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .row .container { border-width: 0; border-radius: 0; }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WO41KOENRkhnbTmzoqTf5vkP0P45MgxK > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKi4OfZaQFGko1qAcUxI4Lrsp2Ud1w5Z { width:8.684875rem;height:3.9987rem;top:2.0859375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJRpWtQ7lDfgWRX2sMk7Ep1BvMgQnhd5 { width:8.625rem;height:2.5rem;top:11.250782012939rem;left:9.8125005364419rem;font-size:1.0625rem;background-color:#33e3ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gdduSbTDezJsCfU8gLZOPEE3ZcErPrVm { display:block; }
 }@media only screen and (max-width: 763px) { #mVDG8Glzfa7qm0abdA2HF3gEdohCpdyd { width:19.997375rem;height:1.54375rem;top:5.4713544845581rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTKtrrStRL2owuFJT9bzah3QTynZT4K1 { width:9.872375rem;height:2.9362rem;top:2.53515625rem;left:10.127604484558rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdTxJoo4dnEZf5BuLQKhbsZlXNTNLG4s { width:10.75rem;height:1.54296875rem;top:27.125rem;left:2.03125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TS1F7eTbtTrD8eMuNKzi0QgiUaaB7mFu { width:8rem;height:2.875rem;top:43.6875rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #wslZoUoGeBvNQc3kvMBquCaPXdaMl5LK { width:3.6875rem;height:2.6rem;top:2.7864589691162rem;left:8.15625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3eGDC6qouLMTg2khASEu3gaadvDEsg9 { width:16.875rem;height:2.03125rem;top:8.357421875rem;left:0.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvIXuy6Ogs7LSW6ROkaqLt4Oq3R6GeXD { width:10.875rem;height:3.5rem;top:23.6875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X48Qbz8WQhThXKnyEyIXaHkXt9K5eUS1 { width:13.5rem;height:2.03125rem;top:77.5625rem;left:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pr1NwLlMqJiycVvGr2dBsxV94Eu5WoCt { width:10.625rem;height:3.125rem;top:36.25rem;left:2.21875rem;font-size:1.0625rem;background-color:#33e3ff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #mzK319vI7z1xnC43ntScX6uPQz4hwyH2 { display:block; }
 }@media only screen and (max-width: 763px) { #V66c6iHE91DFK6ZtNSqITLS2F5lZRSUM { width:7.875rem;height:0.89375rem;top:14.500001907349rem;left:9.8125005364419rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zq9NT2l9D7KirooHR2o3yLEyBoyzWcfV { width:4.3125rem;height:0.89375rem;top:15.750001907349rem;left:9.8125005364419rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DtHeZbwNIOEDzgAcpEde75qQCMVSkpih { width:1.125rem;height:1.125rem;top:15.687501907349rem;left:14.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqoL5G8WuH6ccT3o0ZUglg5Katk88mSg { width:3.25rem;height:2.25rem;top:13.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxQJHRO1Ooahr7A7iePQpic2vzoz9vMI { width:8.5625rem;height:2.5996125rem;top:31.0625rem;left:8.15625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEwOVsELI2DGOsrVGOTpFqrgKWO2EFRF { width:15.9375rem;height:1.625rem;top:82.0625rem;left:4.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBObtxcQPld83TpaxZSCMJEIHTXtIDNn { width:5.3125rem;height:2.6rem;top:11.138671875rem;left:0.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCt0PF9t1zHoL6OB5hgKVM3XFk4fvwHl { width:13.875rem;height:1.625rem;top:11.80078125rem;left:2.8125000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXkWWnzF81prBHCSOZsFdPdgOAksTeVt { display:block; }#sXkWWnzF81prBHCSOZsFdPdgOAksTeVt { background-color: transparent; background-image: none; }#sXkWWnzF81prBHCSOZsFdPdgOAksTeVt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXkWWnzF81prBHCSOZsFdPdgOAksTeVt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXkWWnzF81prBHCSOZsFdPdgOAksTeVt > .row .container > .video-iframe-container { display: none; }#sXkWWnzF81prBHCSOZsFdPdgOAksTeVt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXkWWnzF81prBHCSOZsFdPdgOAksTeVt > .row > .video-iframe-container { display: none; }#sXkWWnzF81prBHCSOZsFdPdgOAksTeVt > .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); }#sXkWWnzF81prBHCSOZsFdPdgOAksTeVt > .row .container { width:20rem;height:6.375rem;background-color:#121a21;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aryshnqkvuu3SfkrvMK2Rc2IAIIiHU5D { top:0rem;left:0rem;width:20rem;height:6.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EIhIPZcRVqSPqXDokC5HFVGsXxXuJc3m { background-color:#121a21;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EIhIPZcRVqSPqXDokC5HFVGsXxXuJc3m > .row .container { background-color: transparent; background-image: none; }#EIhIPZcRVqSPqXDokC5HFVGsXxXuJc3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIhIPZcRVqSPqXDokC5HFVGsXxXuJc3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIhIPZcRVqSPqXDokC5HFVGsXxXuJc3m > .row .container > .video-iframe-container { display: none; }#EIhIPZcRVqSPqXDokC5HFVGsXxXuJc3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIhIPZcRVqSPqXDokC5HFVGsXxXuJc3m > .row > .video-iframe-container { display: none; }#EIhIPZcRVqSPqXDokC5HFVGsXxXuJc3m > .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); }#EIhIPZcRVqSPqXDokC5HFVGsXxXuJc3m > .row .container { border-width: 0; border-radius: 0; }#EIhIPZcRVqSPqXDokC5HFVGsXxXuJc3m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EIhIPZcRVqSPqXDokC5HFVGsXxXuJc3m > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDb2XNlfIwByvtZal8VA4TlwIq5M46Q3 { width:10.5625rem;height:3.3125rem;top:0.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbeZHcH3EkewGPIQaEXUCDsmeRiP7UE2 { width:14.0625rem;height:1.54375rem;top:5rem;left:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0gJ29mNmnLh4EdmCMX1vXXqDbgbViFG { width:8.5625rem;height:3.3125rem;top:4.375rem;left:10.455419389978rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1dVs73TLhFWbfXvvalxdgNMRcvE5PSc { width:12.5625rem;height:2.03125rem;top:7.35546875rem;left:0.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZbwFE8qinwDhSR4vPEknUk9xvspHb7d { width:8.5625rem;height:2.6rem;top:9.88671875rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHl8KfIh05Qr6RzTNcTTrSbHTUkACg2y { width:4.5rem;height:1.625rem;top:10.62343788147rem;left:5.1875000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXfv6ARLhl0ozmJlKpSP3ZZyqPEAEe1w { width:8.625rem;height:2.5rem;top:10.0625rem;left:9.8125rem;font-size:1.0625rem;background-color:#33e3ff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BEvAF1Bs71kNKIoThxCsTt2SFqkbuiBC { display:block; }
 }@media only screen and (max-width: 763px) { #dh3l75yHHdamSIwlrOBAxoverEGA55Gf { display:block; }#dh3l75yHHdamSIwlrOBAxoverEGA55Gf > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsHDrZW9f3hRAREbUl1Dx9eOncTAimZ5 { width:6.125rem;height:4.0625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgT7R7hJCyJJymUVgn44JFJLyB4xVJI4 { width:6.1875rem;height:4.0625rem;top:0.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLaVTHBhnoSqi4fgSViFTxtf1gDxLt5T { width:6.125rem;height:4.0625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbo3lGpoeE45AINGcSnWmzMIE1pB5cp0 { width:6.125rem;height:4.0625rem;top:0.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6O9FRQQh6TXoxFtGG2XRWpTZe0NP46Q { width:6.125rem;height:4.0625rem;top:5.3125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guOeMP4FSM3CTwCAWPgSqxvKKFVWgQC2 { width:6.125rem;height:4.0625rem;top:14.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPSXlZtTE4FAWeDT9bMJJHOr0606qZi4 { width:9.375rem;height:6.25rem;top:14.3125rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZJuOgGcrXoXTJ5pTlMzTT5L8MN4t4U7 { width:6.125rem;height:4.0625rem;top:5.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV8WhqI4kWEckJFSrJ28ucu32qFPaReD { width:6.125rem;height:4.0625rem;top:10.0625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiT2d2yUHLFU2e9uoRJR5qWfi92Oi2uU { width:14.5rem;height:9.625rem;top:11.75rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7Cc7i6DM0PPcNtQiEBq9vuP0XxmuPSE { width:9.375rem;height:6.31075rem;top:76.84353637695rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #blFaKZ1zXx537KNcTVah1UL6dR45cOCw { width:6.125rem;height:4.0625rem;top:10.0625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDzTlmfD66kdhP5WB5eXHfgcnevmWzON { width:6.125rem;height:4.0625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QutmEynDM9dOrTuVEnv29FNFSRQ67UFA { width:6.125rem;height:4.0625rem;top:14.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZs6NCPtAebgk9X9X3qAF1kObhLTDT40 { width:6.125rem;height:4.0625rem;top:14.75rem;left:0rem;display:block; }
 }