.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:255,254,210;--color-primary-1:255,251,120;--color-primary-2:255,249,30;--color-primary-3:248,247,0;--color-primary-4:51,50,6;--color-secondary-0:224,227,229;--color-secondary-1:163,171,176;--color-secondary-2:102,115,123;--color-secondary-3:61,69,74;--color-secondary-4:0,22,35;--color-tertiary-0:255,255,255;--color-tertiary-1:184,189,191;--color-tertiary-2:137,145,149;--color-tertiary-3:108,117,123;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7b1a2f43-8954-4c32-abef-672ce458a009/Zrzutekranu20251112o140216.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.81); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.81); }#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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { background-color:rgba(var(--color-tertiary-0),0);background-image:none;width:60rem;height:27.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#TF99WXTeHuP9yE9vsX4qJD9DRfp72Pwp { position:absolute;display:block;z-index:15009;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:4.3125rem;width:21.9375rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#khdJdKrR35xfDyEZtnsPdhA3Dubzu9Dk { color:rgba(var(--color-tertiary-0),1);display:block;width:41.4375rem;position:absolute;font-family:"roboto condensed";font-size:16rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.9544272422791rem;left:8.78125rem;height:19.199875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iveIfTRRNLomTLCCFaUVAlolkKKihwQH { color:rgba(var(--color-tertiary-0),1);display:block;width:50.8125rem;position:absolute;font-family:"roboto condensed";font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.661458969116rem;left:4.59375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { background-color: transparent; background-image: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .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); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { border-width: 0; border-radius: 0; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.75rem;left:1.5625rem;height:6.5rem;font-style:normal;display:block; }
#LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:8.0625rem;left:1.5625rem;display:block; }
#BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:8rem;left:1.5625rem;display:block; }
#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { background-color: transparent; background-image: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .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); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { border-width: 0; border-radius: 0; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;position:relative;display:block; }#HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { color:rgba(var(--color-secondary-4),1);display:block;width:38.6875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.75rem;left:1.5rem;height:8.4375rem;font-style:normal;display:block; }
#lpQGxLiPDwkGvEZAlNn0gMmHnxSS01Z7 { color:rgba(var(--color-secondary-4),1);display:block;width:38.6855625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:12.861980438233rem;left:1.5rem;height:1.40625rem;font-style:normal;display:block; }
#aWkSqZDU3aZhhliKTJp2hKryCou49sJX { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.998046875rem;left:43.125rem;height:9.1875rem;font-style:normal;display:block; }
#bUX6qINlhbXOrw9CHDmf5iVyvfSehCE2 { color:rgba(var(--color-secondary-4),1);display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:1.34326171875rem;left:43.0634765625rem;height:2.8125rem;font-style:normal;display:block; }
#QM0INgJ8aC1LfKfbFRfHVeapkwxo4GNn { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:20rem;width:35.9375rem;top:17.8046875rem;left:1.5rem;display:block; }
#FAS6WPAPNnLbFTdSp14Uh9BukS5QTBDg { color:rgba(var(--color-secondary-4),1);display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:23.669269561767rem;left:43.186199188233rem;height:14.21875rem;font-style:normal;display:block; }#FAS6WPAPNnLbFTdSp14Uh9BukS5QTBDg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FAS6WPAPNnLbFTdSp14Uh9BukS5QTBDg li:before{  }
#psFv5Z0sbcyPg7NHy1pXXG1xZgz0hewt { color:rgba(var(--color-secondary-4),1);display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:16.58984375rem;left:43.186199188233rem;height:5.625rem;font-style:normal;display:block; }
#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { background-color: transparent; background-image: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container > .video-iframe-container { display: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container { display: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .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); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { border-width: 0; border-radius: 0; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#p5FSJxEsKINNsodLLo4WgargDNtARIbG { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbfb;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; }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row .container { background-color: transparent; background-image: none; }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row .container > .video-iframe-container { display: none; }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row > .video-iframe-container { display: none; }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .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); }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row .container { border-width: 0; border-radius: 0; }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { color:rgba(var(--color-secondary-4),1);display:block;width:14.8125rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5625rem;left:15rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSQrZieT2wFNdOzdnTZlvRAK9EIZLeNI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.5rem;left:20.9375rem; }
#A6AWzTRsS7rs4I1vaGqT7Cg3m61LSp7m { color:rgba(var(--color-tertiary-3),1);display:block;width:12.1875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:9.0625rem;left:16.4375rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FbQtUQAEwDcM7gxsolMDpMrhLaTKiXsI { color:rgba(var(--color-secondary-4),1);display:block;width:13.9995rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5625rem;left:45.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAJqDdDv24srAwXLFJCtMl08pzgV44lq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.5rem;left:50.9375rem; }
#vPhoIRhB7JXVyqTa2F6qeM3W5vp1w89B { color:rgba(var(--color-tertiary-3),1);display:block;width:12.1875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:9.875rem;left:46.4375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nt1qVzUTvdABCz9zTSXR4zwLVzlbFkSM { color:rgba(var(--color-secondary-4),1);display:block;width:14.875rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ov5nBFpsQTw5KCBUBQyUckmJsE6ehWse { color:rgba(var(--color-tertiary-3),1);display:block;width:12.8125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:8.3125rem;left:1rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BJVXw8R1OF9RQoDCw6cT4hENFLmgJO30 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.937rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:9.0625rem;left:31.5rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ChQDZdtGipcw4q1ucLZyCgufQpR7dKEi { color:rgba(var(--color-secondary-4),1);display:block;width:14.8125rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5625rem;left:30.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erTnicVBvw1XBSWnFE0K2OABF9VedTXz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:1.5rem;left:36.1875rem; }
#TdBF08n02Ud6bfDTemymh5mkx0WIHPZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:1.5rem;left:5.8125rem; }
#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row .container { background-color: transparent; background-image: none; }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row .container > .video-iframe-container { display: none; }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row > .video-iframe-container { display: none; }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .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); }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row .container { border-width: 0; border-radius: 0; }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#P1BNcVRnlQuVKTsEEoZZmMBysLaW1iPR { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#aOoFdExAL3fgAx4NXyThgshO8Xqxenar { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#mXNZlfa6BCryKBqyFKc0Hc1WlTykDXW9 { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#hXOyvAozmwvJIUlCTR8gIV8yXGZ0WPGg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#hXOyvAozmwvJIUlCTR8gIV8yXGZ0WPGg > .row .container { background-color: transparent; background-image: none; }#hXOyvAozmwvJIUlCTR8gIV8yXGZ0WPGg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXOyvAozmwvJIUlCTR8gIV8yXGZ0WPGg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXOyvAozmwvJIUlCTR8gIV8yXGZ0WPGg > .row .container > .video-iframe-container { display: none; }#hXOyvAozmwvJIUlCTR8gIV8yXGZ0WPGg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXOyvAozmwvJIUlCTR8gIV8yXGZ0WPGg > .row > .video-iframe-container { display: none; }#hXOyvAozmwvJIUlCTR8gIV8yXGZ0WPGg > .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); }#hXOyvAozmwvJIUlCTR8gIV8yXGZ0WPGg > .row .container { border-width: 0; border-radius: 0; }#hXOyvAozmwvJIUlCTR8gIV8yXGZ0WPGg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXOyvAozmwvJIUlCTR8gIV8yXGZ0WPGg > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:60rem;position:relative;display:block; }#bvL9lDLGyW6Bt3oeiH5rfuR21m4ZCvRv { display:block;width:29.375rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:34.6875rem;left:0rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#S7F903CLtg80PqTnJgl1bwJ1x1XOh3y3 { display:block;width:30rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:37.625rem;left:0rem;height:13.5rem;color:#333333;display:block; }
#uqUR46XwK35f8qTui9mzR2pPB0S7yGHN { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0605625rem;height:3.62305rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.031244754791rem;left:30.000003814698rem;display:block; }
#SNTZiJq7mp8IikaGmR0w3c2Ozh5T99pc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSGnwR6VGnRHicpcPNIJi7gvNThkpMFi { display:block;width:29.375rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.6875rem;left:30.625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#ggEOpgTpBal9DsE9gLkcf53afwZdST2X { display:block;width:29.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:15.625rem;left:30.625rem;height:7.5rem;color:#333333;display:block; }
#afehun1cl0lmmhzfq33MCSOKlZolx0IA { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:4.2239625rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#GlH2mmualqAl2hzSxW8vrRITUqHBQr2P { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0605625rem;height:3.62305rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:52.406253814698rem;left:0rem;display:block; }
#ONSJst1w0dRUzecUvtCX1irNIK8MN8Kw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#smPpTNo99y2bLEebpb9T2V1mg599iP0r { 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: 0.5625rem 0.6875rem 0.4375rem rgba(var(--color-tertiary-4),0.13) ;height:16.75rem;width:25.1875rem;top:9.326820373535rem;left:0rem;overflow:hidden;display:block; }
#RCS4iXk3UyA31t9XLeKrsxmaGMCHT4iU { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.875rem 0.625rem 0.4375rem rgba(var(--color-tertiary-4),0.2) ;height:15.8125rem;width:28.3125rem;top:35.718753814698rem;left:31.6875rem;display:block; }
#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/3fPXt37X6UQ/unsplash/charles-forerunner-3fPXt37X6UQ-lIZrwvbeRuuzqOoWJUEn_Photoaday_CSD%2520%25281%2520of%25201%2529-5.jpg");background-position:top 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; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2.adaptive-delivery-prevent-bg, #CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2.lazyload, #CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2.lazyloading { background-image: none; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container { background-color: transparent; background-image: none; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.82); }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container > .video-iframe-container { display: none; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.82); }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row > .video-iframe-container { display: none; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .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); }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container { border-width: 0; border-radius: 0; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:60rem;position:relative;display:block; }#PxJ5VpqPvat5bXcVh0KHOaJJbgrkraHz { color:rgba(var(--color-tertiary-0),1);display:block;width:54.5rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.8125009536744rem;left:2.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L5cZUAWGe9X9B9QRHz4gATFwqEXgIZUk { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:"roboto condensed";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.6354074478149rem;left:16.40625rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ybnO3UuPOHLhJiypqMKc0eVdrqBlDSpf { 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:37.125rem;width:37.125rem;top:11.291666984558rem;left:0rem;overflow:hidden;display:block; }
#DbDeoVw9yWu4Ws86iWTBaM1nhQH7tsTo { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:4.375rem;left:0rem;display:block; }
#vXsR3vt3XgqNvcsMG1PDKvo0b7iHiu2X { position:absolute;display:block;z-index:15010;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:4.3125rem;left:0rem;display:block; }
#nCNarnUyULWyk0X8dzMU9AywM8Tqbu8Q { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#UCqehCoEsh3bLmDguRGFuRF8sfzbrTNy { color:rgba(var(--color-tertiary-0),1);display:block;width:25.0625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:18.171875953674rem;left:34.9375rem;height:29.39450625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nk8lyiArN4x084dKblTbtqHV2DWmqs4H { box-sizing:content-box;height:0.311198125rem;width:18.8125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.375000953674rem;left:34.9375rem;display:block; }
#bsiIwea5EzulDyLZfi5anDCWUrP6UCNq { box-sizing:content-box;height:0.3125rem;width:19.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:17rem;left:40.875rem;display:block; }
#s1RspTRMuXZ9x4W4N8FWyG3LVC21F3QE { box-sizing:content-box;height:31.5rem;width:50.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),0.78);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375000953674rem;left:33.977867126465rem;display:block; }
#F9Cfd23XLXN2JfQJEhUtx2sQ6r2bo1EQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F9Cfd23XLXN2JfQJEhUtx2sQ6r2bo1EQ > .row .container { background-color: transparent; background-image: none; }#F9Cfd23XLXN2JfQJEhUtx2sQ6r2bo1EQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9Cfd23XLXN2JfQJEhUtx2sQ6r2bo1EQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9Cfd23XLXN2JfQJEhUtx2sQ6r2bo1EQ > .row .container > .video-iframe-container { display: none; }#F9Cfd23XLXN2JfQJEhUtx2sQ6r2bo1EQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9Cfd23XLXN2JfQJEhUtx2sQ6r2bo1EQ > .row > .video-iframe-container { display: none; }#F9Cfd23XLXN2JfQJEhUtx2sQ6r2bo1EQ > .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); }#F9Cfd23XLXN2JfQJEhUtx2sQ6r2bo1EQ > .row .container { border-width: 0; border-radius: 0; }#F9Cfd23XLXN2JfQJEhUtx2sQ6r2bo1EQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F9Cfd23XLXN2JfQJEhUtx2sQ6r2bo1EQ > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#rfU93Ew6AOn61xccOW5AXh25EibnzKDE { 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:6.125rem;width:19.75rem;top:30.8125rem;left:20rem;overflow:hidden;display:block; }
#TO8e484sLMiH3eEbV6QzTFo8GPexJAul { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;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:13.625rem;width:19.75rem;top:3.4375rem;left:0rem;display:block; }
#qzldygPWX8CQuSsSkRh8LuZUpqU5T5IC { color:#050b26;display:block;width:9.3125rem;position:absolute;font-family:"roboto condensed";font-size:6rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1575565338135rem;left:5.34375rem;height:7.7995rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dhwi4EzOEV2v5gS4Qki179kWrxRnOwyS { color:#3d4051;display:block;width:8.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:11.625rem;left:5.4375rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H4L91EzgLN9JP2ZsNLsgMWar7iq8K2HH { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;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:13.625rem;width:19.75rem;top:23.5625rem;left:40rem;display:block; }
#PAe7rOOTSCK3KhlKFRecbwPOGZw6CqA7 { color:#050b26;display:block;width:9.6875rem;position:absolute;font-family:"roboto condensed";font-size:5.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.750003814698rem;left:45.15625rem;height:7.474625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m8NWJCTr8Bx4ePLkZSb3FUuIMMuywbAG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.25rem;top:17.4375rem;left:0rem;overflow:hidden;display:block; }
#VaDOo6Lh9T6mzGIfuMxdX8WdVJCl2lva { color:#050b26;display:block;width:17.875rem;position:absolute;font-family:"roboto condensed";font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.39453125rem;left:41.8125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rXoTleS3uOMA7agnnoDTiQKZQhDm06v5 { color:#050b26;display:block;width:16.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:6.14453125rem;left:41.71875rem;height:1.9121125rem;font-style:normal;display:block; }
#s8NyybscWuUGLWIvm3lRU8naDGeom3gI { color:#3d4051;display:block;width:17.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:12.875rem;left:41.75rem;height:8.546875rem;font-style:normal;display:block; }
#HIKMMIQ6X6teDIdJ567SX3TSBlR5z2uK { color:#3d4051;display:block;width:8.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:31.3125rem;left:45.5625rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hr0F9vA0TPmu57BKCKreLfJOKEsqgb9o { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:19.75rem;top:31.125rem;left:0rem;overflow:hidden;display:block; }
#rBPURIW8BxLKuxty2xlEadTd8c70uh3u { position:absolute;display:block;z-index:15009;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:9.1875rem;width:19.25rem;top:4rem;left:20.375rem;overflow:hidden;display:block; }
#IcSyqdb4txauHuQFBaqa5TXPUJUN5mTn { position:absolute;display:block;z-index:15010;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.9375rem;width:19.25rem;top:14.5rem;left:20.375rem;overflow:hidden;display:block; }
#m0bCh4Urhr5riS8chIJHxIy3hHKmfvL0 { position:absolute;display:block;z-index:15011;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:7.125rem;width:18.375rem;top:22.25rem;left:20.75rem;overflow:hidden;display:block; }
#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row .container { background-color: transparent; background-image: none; }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row .container > .video-iframe-container { display: none; }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row > .video-iframe-container { display: none; }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .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); }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row .container { border-width: 0; border-radius: 0; }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#fzcxpg9c9TykFJZwzgyHW5WCc57hzWKx { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:"roboto condensed";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.75rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#WKAw3RiIEMmzBoyST2kH5w7vMQ4Trr49 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:5.125rem;left:1.5625rem;display:block; }
#oPM0FBHSkBw0aKEiiaiOJqNnNNfzvTei { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:5.0625rem;left:1.5625rem;display:block; }
#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row .container { background-color: transparent; background-image: none; }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row .container > .video-iframe-container { display: none; }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row > .video-iframe-container { display: none; }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .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); }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row .container { border-width: 0; border-radius: 0; }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;position:relative;display:block; }#WbdsUgugeuWlPzF2EGA9EXwVEu7bmLJc { color:rgba(var(--color-tertiary-4),1);display:block;width:57.375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:0.9375rem;left:1.5rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row .container { background-color: transparent; background-image: none; }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row .container > .video-iframe-container { display: none; }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row > .video-iframe-container { display: none; }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .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); }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row .container { border-width: 0; border-radius: 0; }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#BOND5Ah3WQUB4Uw3VPEPRlStoo8cwodE { position:absolute;display:block;z-index:15003;background-color:#fff91e;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.125rem;left:0.1875rem;display:block; }
#okO6amc2bpK6EJCI1oz0VvrhPZfiS9or { position:absolute;display:block;z-index:15005;background-color:#fff91e;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.125rem;left:4.75rem;display:block; }
#qglVxMSe97BXXx790gZ0tQBzrT4OMaKR { position:absolute;display:block;z-index:15007;background-color:#fff91e;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.125rem;left:8.75rem;display:block; }
#uJ8kKPaI6TI37nBgF1UG5mSW5OVHGd4z { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:5.25rem;left:0rem;height:2.09895625rem;font-style:normal;display:block; }
#zIHUTvlVn2WaFNcUUF83zkSIZbKh5Lfa { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:10.3125rem;left:0rem;display:block; }
#d3V1ul0JATBrX1XJUTNudDKSfrlTOysN { color:rgba(var(--color-secondary-0),1);display:block;width:7.3125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.25rem;left:30.5rem;height:1.2246125rem;font-style:normal;display:block; }
#lF4PELgwhLZS9owwb0qp3c9BwLpLvA5h { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:5.1875rem;left:15.625rem;height:1.2246125rem;font-style:normal;display:block; }
#WquOOqUwbBTxNhRZNpTwqM8o5aNqVQeX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:12rem;left:0rem;height:1.04948125rem;font-style:normal;display:block; }
#T8wBW1DOvZOy3EkvUKTFkfPa6gLrrsxz { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:0rem;height:1.04948125rem;font-style:normal;display:block; }
#dgBy1nwvT7T9uTlDTQM2FO97mW4F58PQ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.0625rem;left:13.625rem; }
#C4SW7W0zfr1PRX5XE7ucn1sse7JMdVAv { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:5.125rem;left:28.5625rem; }
#TOzreWLx8FPXmRdfzWRVuJlIicSgHiDA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:14.75rem;left:5.375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #000000); }
#TOzreWLx8FPXmRdfzWRVuJlIicSgHiDA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#XFCnHPUrKCp0BTCoT3d3STxaK3aMq3ly { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:14.5625rem;left:9.1875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#XFCnHPUrKCp0BTCoT3d3STxaK3aMq3ly > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#QBJpc6p4GuLxSmc5yKIaAFNE0oTTsV2h { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:14.75rem;left:0.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#QBJpc6p4GuLxSmc5yKIaAFNE0oTTsV2h > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#SSZD6bLoDDvUokqBsRN0cnSZAEA3FG8U { position:absolute;display:block;z-index:15008;background-color:#790135;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.125rem;left:13.0625rem;display:block; }
#h6oUdAkrvc2aSNpe6Nexd0GpnvvmQtI4 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:14.5625rem;left:13.5rem; }
#h6oUdAkrvc2aSNpe6Nexd0GpnvvmQtI4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF99WXTeHuP9yE9vsX4qJD9DRfp72Pwp { top:1.625rem;left:0rem;width:21.9375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khdJdKrR35xfDyEZtnsPdhA3Dubzu9Dk { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iveIfTRRNLomTLCCFaUVAlolkKKihwQH { top:20.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { display:block; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:47.75rem;height:6.5rem;top:0.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { width:47.75rem;height:0.0625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpQGxLiPDwkGvEZAlNn0gMmHnxSS01Z7 { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWkSqZDU3aZhhliKTJp2hKryCou49sJX { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #bUX6qINlhbXOrw9CHDmf5iVyvfSehCE2 { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM0INgJ8aC1LfKfbFRfHVeapkwxo4GNn { top:17.75rem;left:0rem;width:35.9375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAS6WPAPNnLbFTdSp14Uh9BukS5QTBDg { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }#FAS6WPAPNnLbFTdSp14Uh9BukS5QTBDg li:before{  }
 }@media only screen and (max-width: 763px) { #psFv5Z0sbcyPg7NHy1pXXG1xZgz0hewt { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { display:block; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5FSJxEsKINNsodLLo4WgargDNtARIbG { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK { display:block; }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { width:14.8125rem;height:1.5625rem;top:5.5625rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSQrZieT2wFNdOzdnTZlvRAK9EIZLeNI { width:3.0625rem;height:3.0625rem;top:1.5rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6AWzTRsS7rs4I1vaGqT7Cg3m61LSp7m { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FbQtUQAEwDcM7gxsolMDpMrhLaTKiXsI { width:13.9375rem;height:3.1875rem;top:5.5625rem;left:33.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAJqDdDv24srAwXLFJCtMl08pzgV44lq { width:3.0625rem;height:3.0625rem;top:1.5rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPhoIRhB7JXVyqTa2F6qeM3W5vp1w89B { width:12.1875rem;height:5.625rem;top:9.8125rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt1qVzUTvdABCz9zTSXR4zwLVzlbFkSM { width:14.8125rem;height:0;top:5.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov5nBFpsQTw5KCBUBQyUckmJsE6ehWse { width:12.75rem;height:9.8125rem;top:8.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJVXw8R1OF9RQoDCw6cT4hENFLmgJO30 { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ChQDZdtGipcw4q1ucLZyCgufQpR7dKEi { width:14.8125rem;height:1.5625rem;top:5.5625rem;left:21rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #erTnicVBvw1XBSWnFE0K2OABF9VedTXz { width:3.0625rem;height:3.0625rem;top:1.5rem;left:28.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdBF08n02Ud6bfDTemymh5mkx0WIHPZK { width:3.0625rem;height:3.0625rem;top:1.5rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE { display:block; }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1BNcVRnlQuVKTsEEoZZmMBysLaW1iPR { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOoFdExAL3fgAx4NXyThgshO8Xqxenar { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXNZlfa6BCryKBqyFKc0Hc1WlTykDXW9 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXOyvAozmwvJIUlCTR8gIV8yXGZ0WPGg { display:block; }#hXOyvAozmwvJIUlCTR8gIV8yXGZ0WPGg > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvL9lDLGyW6Bt3oeiH5rfuR21m4ZCvRv { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7F903CLtg80PqTnJgl1bwJ1x1XOh3y3 { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqUR46XwK35f8qTui9mzR2pPB0S7yGHN { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNTZiJq7mp8IikaGmR0w3c2Ozh5T99pc { display:block; }
 }@media only screen and (max-width: 763px) { #MSGnwR6VGnRHicpcPNIJi7gvNThkpMFi { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggEOpgTpBal9DsE9gLkcf53afwZdST2X { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #afehun1cl0lmmhzfq33MCSOKlZolx0IA { width:47.75rem;height:4.1875rem;top:2.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlH2mmualqAl2hzSxW8vrRITUqHBQr2P { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONSJst1w0dRUzecUvtCX1irNIK8MN8Kw { display:block; }
 }@media only screen and (max-width: 763px) { #smPpTNo99y2bLEebpb9T2V1mg599iP0r { top:9.3125rem;left:0rem;width:25.1875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCS4iXk3UyA31t9XLeKrsxmaGMCHT4iU { top:35.6875rem;left:19.4375rem;width:28.3125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 { display:block; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxJ5VpqPvat5bXcVh0KHOaJJbgrkraHz { top:9.8125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5cZUAWGe9X9B9QRHz4gATFwqEXgIZUk { width:27.1875rem;height:3.625rem;top:5.625rem;left:10.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybnO3UuPOHLhJiypqMKc0eVdrqBlDSpf { top:11.25rem;left:0rem;width:37.125rem;height:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbDeoVw9yWu4Ws86iWTBaM1nhQH7tsTo { width:47.75rem;height:0.0625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXsR3vt3XgqNvcsMG1PDKvo0b7iHiu2X { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCNarnUyULWyk0X8dzMU9AywM8Tqbu8Q { width:47.75rem;height:3.25rem;top:0rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCqehCoEsh3bLmDguRGFuRF8sfzbrTNy { width:25.0625rem;height:29.375rem;top:18.125rem;left:22.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk8lyiArN4x084dKblTbtqHV2DWmqs4H { top:17.375rem;left:28.8125rem;width:18.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsiIwea5EzulDyLZfi5anDCWUrP6UCNq { top:17rem;left:28.625rem;width:19.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1RspTRMuXZ9x4W4N8FWyG3LVC21F3QE { top:16.375rem;left:0rem;width:47.75rem;height:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9Cfd23XLXN2JfQJEhUtx2sQ6r2bo1EQ { display:block; }#F9Cfd23XLXN2JfQJEhUtx2sQ6r2bo1EQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfU93Ew6AOn61xccOW5AXh25EibnzKDE { width:19.75rem;height:6.125rem;top:30.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO8e484sLMiH3eEbV6QzTFo8GPexJAul { width:19.75rem;height:13.625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzldygPWX8CQuSsSkRh8LuZUpqU5T5IC { width:9.3125rem;height:7.75rem;top:5.125rem;left:3.28125rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhwi4EzOEV2v5gS4Qki179kWrxRnOwyS { width:8.5625rem;height:5.0625rem;top:11.625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4L91EzgLN9JP2ZsNLsgMWar7iq8K2HH { width:19.75rem;height:13.625rem;top:23.5625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAe7rOOTSCK3KhlKFRecbwPOGZw6CqA7 { width:9.6875rem;height:7.4375rem;top:24.75rem;left:34.84375rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8NWJCTr8Bx4ePLkZSb3FUuIMMuywbAG { width:19.25rem;height:13.5625rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaDOo6Lh9T6mzGIfuMxdX8WdVJCl2lva { width:17.875rem;height:3rem;top:3.375rem;left:29.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXoTleS3uOMA7agnnoDTiQKZQhDm06v5 { width:16.5625rem;height:1.875rem;top:6.125rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8NyybscWuUGLWIvm3lRU8naDGeom3gI { width:17.5625rem;height:8.5rem;top:12.875rem;left:30.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIKMMIQ6X6teDIdJ567SX3TSBlR5z2uK { width:8.5625rem;height:5.0625rem;top:31.3125rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr0F9vA0TPmu57BKCKreLfJOKEsqgb9o { width:19.75rem;height:5.9375rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBPURIW8BxLKuxty2xlEadTd8c70uh3u { top:4rem;left:12.5rem;width:19.25rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcSyqdb4txauHuQFBaqa5TXPUJUN5mTn { top:14.5rem;left:12.5rem;width:19.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0bCh4Urhr5riS8chIJHxIy3hHKmfvL0 { top:22.25rem;left:13.375rem;width:18.375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 { display:block; }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzcxpg9c9TykFJZwzgyHW5WCc57hzWKx { width:47.75rem;height:3.25rem;top:0.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKAw3RiIEMmzBoyST2kH5w7vMQ4Trr49 { width:47.75rem;height:0.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPM0FBHSkBw0aKEiiaiOJqNnNNfzvTei { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy { display:block; }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbdsUgugeuWlPzF2EGA9EXwVEu7bmLJc { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF { display:block; }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOND5Ah3WQUB4Uw3VPEPRlStoo8cwodE { top:14.125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okO6amc2bpK6EJCI1oz0VvrhPZfiS9or { top:14.125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qglVxMSe97BXXx790gZ0tQBzrT4OMaKR { top:14.125rem;left:2.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ8kKPaI6TI37nBgF1UG5mSW5OVHGd4z { top:5.25rem;left:0rem;width:11rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIHUTvlVn2WaFNcUUF83zkSIZbKh5Lfa { top:10.3125rem;left:0rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3V1ul0JATBrX1XJUTNudDKSfrlTOysN { top:5.25rem;left:24.375rem;width:7.3125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF4PELgwhLZS9owwb0qp3c9BwLpLvA5h { top:5.1875rem;left:9.5rem;width:11.4375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WquOOqUwbBTxNhRZNpTwqM8o5aNqVQeX { top:12rem;left:0rem;width:11.8125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8wBW1DOvZOy3EkvUKTFkfPa6gLrrsxz { top:2rem;left:0rem;width:11.8125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgBy1nwvT7T9uTlDTQM2FO97mW4F58PQ { top:5.0625rem;left:7.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4SW7W0zfr1PRX5XE7ucn1sse7JMdVAv { top:5.125rem;left:22.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOzreWLx8FPXmRdfzWRVuJlIicSgHiDA { top:14.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#TOzreWLx8FPXmRdfzWRVuJlIicSgHiDA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #XFCnHPUrKCp0BTCoT3d3STxaK3aMq3ly { top:14.5625rem;left:3.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
#XFCnHPUrKCp0BTCoT3d3STxaK3aMq3ly > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #QBJpc6p4GuLxSmc5yKIaAFNE0oTTsV2h { top:14.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#QBJpc6p4GuLxSmc5yKIaAFNE0oTTsV2h > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #SSZD6bLoDDvUokqBsRN0cnSZAEA3FG8U { top:14.125rem;left:6.9375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6oUdAkrvc2aSNpe6Nexd0GpnvvmQtI4 { top:14.5625rem;left:7.375rem;width:2.1875rem;height:2.1875rem;display:block; }
#h6oUdAkrvc2aSNpe6Nexd0GpnvvmQtI4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dea352ae-3f87-41a2-8f45-454f15d1ce40/Wyzwaniezdjeciewtlelanding6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.adaptive-delivery-prevent-bg, #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.lazyload, #mleIfxrDny3W60xoUTvaPQnW0Rvgse9P.lazyloading { background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { background-color: transparent; background-image: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,18,0.86); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,18,0.86); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { display: none; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .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); }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { border-width: 0; border-radius: 0; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mleIfxrDny3W60xoUTvaPQnW0Rvgse9P > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF99WXTeHuP9yE9vsX4qJD9DRfp72Pwp { width:13.8125rem;height:2.625rem;top:1.5286458730698rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khdJdKrR35xfDyEZtnsPdhA3Dubzu9Dk { width:20rem;height:8.8489375rem;top:5.8294277191162rem;left:0rem;text-align:center;text-align-last:center;font-size:7.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iveIfTRRNLomTLCCFaUVAlolkKKihwQH { width:20rem;height:5.19791875rem;top:14.59375rem;left:0rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { display:block; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { width:20rem;height:0.0625rem;top:6.1458320617676rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { width:3.75rem;height:0.1875rem;top:6.0208320617676rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:20rem;height:71.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:18.75rem;height:15.75rem;top:1rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lpQGxLiPDwkGvEZAlNn0gMmHnxSS01Z7 { width:20rem;height:2.625rem;top:18.062501907349rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aWkSqZDU3aZhhliKTJp2hKryCou49sJX { width:16.875rem;height:9.1875rem;top:26.062501311302rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUX6qINlhbXOrw9CHDmf5iVyvfSehCE2 { width:16.75rem;height:2.8125rem;top:22.625001311302rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QM0INgJ8aC1LfKfbFRfHVeapkwxo4GNn { height:11.130434782609rem;width:20rem;top:36.500000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAS6WPAPNnLbFTdSp14Uh9BukS5QTBDg { width:16.8125rem;height:14.21875rem;top:55.755188453674rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15001;font-weight:300;font-style:normal;display:block; }#FAS6WPAPNnLbFTdSp14Uh9BukS5QTBDg li:before{  }
 }@media only screen and (max-width: 763px) { #psFv5Z0sbcyPg7NHy1pXXG1xZgz0hewt { width:16.8125rem;height:5.625rem;top:48.399739265442rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15001;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { display:block; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5FSJxEsKINNsodLLo4WgargDNtARIbG { width:20rem;height:4.0625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { width:20rem;height:0.0625rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { width:3.75rem;height:0.1875rem;top:5.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK { display:block; }#cPQelduhMwIcvOfBz1uhlnHOmCDBwgPK > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUb3T59T4M04aLP3SEodqTx4l2l9cmvB { width:16.875rem;height:1.4622375rem;top:18.625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSQrZieT2wFNdOzdnTZlvRAK9EIZLeNI { width:3.125rem;height:3.125rem;top:15.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6AWzTRsS7rs4I1vaGqT7Cg3m61LSp7m { width:16.875rem;height:5.25rem;top:20.75rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FbQtUQAEwDcM7gxsolMDpMrhLaTKiXsI { width:16.875rem;height:2.92448125rem;top:43.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAJqDdDv24srAwXLFJCtMl08pzgV44lq { width:3.125rem;height:3.125rem;top:39.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPhoIRhB7JXVyqTa2F6qeM3W5vp1w89B { width:16.875rem;height:3.9375rem;top:46.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Nt1qVzUTvdABCz9zTSXR4zwLVzlbFkSM { width:16.875rem;height:1.4622375rem;top:5.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov5nBFpsQTw5KCBUBQyUckmJsE6ehWse { width:16.875rem;height:6.5625rem;top:7.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJVXw8R1OF9RQoDCw6cT4hENFLmgJO30 { width:17.25rem;height:5.25rem;top:33.125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ChQDZdtGipcw4q1ucLZyCgufQpR7dKEi { width:14.8125rem;height:1.4622375rem;top:31.6875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erTnicVBvw1XBSWnFE0K2OABF9VedTXz { width:3.125rem;height:3.125rem;top:27.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdBF08n02Ud6bfDTemymh5mkx0WIHPZK { width:3.125rem;height:3.125rem;top:1.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE { display:block; }#tm4EMTXFOC3xdO9MTKNIxcT45N5pRIhE > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1BNcVRnlQuVKTsEEoZZmMBysLaW1iPR { width:20rem;height:2.03125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOoFdExAL3fgAx4NXyThgshO8Xqxenar { width:20rem;height:0.0625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXNZlfa6BCryKBqyFKc0Hc1WlTykDXW9 { width:3.75rem;height:0.1875rem;top:3.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXOyvAozmwvJIUlCTR8gIV8yXGZ0WPGg { display:block; }#hXOyvAozmwvJIUlCTR8gIV8yXGZ0WPGg > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvL9lDLGyW6Bt3oeiH5rfuR21m4ZCvRv { width:18.75rem;height:1.94921875rem;top:51.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7F903CLtg80PqTnJgl1bwJ1x1XOh3y3 { width:18.75rem;height:17.0625rem;top:54rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqUR46XwK35f8qTui9mzR2pPB0S7yGHN { width:16.0625rem;height:3.625rem;top:33.750001907349rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNTZiJq7mp8IikaGmR0w3c2Ozh5T99pc { display:block; }
 }@media only screen and (max-width: 763px) { #MSGnwR6VGnRHicpcPNIJi7gvNThkpMFi { width:18.75rem;height:1.94921875rem;top:23.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggEOpgTpBal9DsE9gLkcf53afwZdST2X { width:18.75rem;height:9.1875rem;top:25.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afehun1cl0lmmhzfq33MCSOKlZolx0IA { width:19.0625rem;height:4.875rem;top:1.6250019073486rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #GlH2mmualqAl2hzSxW8vrRITUqHBQr2P { width:16rem;height:3.5625rem;top:71.018229484556rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONSJst1w0dRUzecUvtCX1irNIK8MN8Kw { display:block; }
 }@media only screen and (max-width: 763px) { #smPpTNo99y2bLEebpb9T2V1mg599iP0r { width:16.625rem;height:11rem;top:10.537760734558rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCS4iXk3UyA31t9XLeKrsxmaGMCHT4iU { height:11.169977924945rem;width:20rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2.adaptive-delivery-prevent-bg, #CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2.lazyload, #CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2.lazyloading { background-image: none; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container { background-color: transparent; background-image: none; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container > .video-iframe-container { display: none; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row > .video-iframe-container { display: none; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .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); }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container { border-width: 0; border-radius: 0; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CXIvVyWwU9n7c8HsNUV5EELsPTQ5f4K2 > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxJ5VpqPvat5bXcVh0KHOaJJbgrkraHz { width:17.5rem;height:8.28125rem;top:22.062501907349rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5cZUAWGe9X9B9QRHz4gATFwqEXgIZUk { width:20rem;height:2.4375rem;top:19.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybnO3UuPOHLhJiypqMKc0eVdrqBlDSpf { width:13.6875rem;height:13.6875rem;top:5.3958301544189rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbDeoVw9yWu4Ws86iWTBaM1nhQH7tsTo { width:20rem;height:0.0625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXsR3vt3XgqNvcsMG1PDKvo0b7iHiu2X { width:3.75rem;height:0.1875rem;top:4.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCNarnUyULWyk0X8dzMU9AywM8Tqbu8Q { width:20rem;height:3.0859375rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCqehCoEsh3bLmDguRGFuRF8sfzbrTNy { width:18.4375rem;height:39.19274375rem;top:33.500001430511rem;left:0.78125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nk8lyiArN4x084dKblTbtqHV2DWmqs4H { width:19.125rem;height:0.3125rem;top:32rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsiIwea5EzulDyLZfi5anDCWUrP6UCNq { width:19.125rem;height:0.3125rem;top:58.103511810302rem;left:0.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #s1RspTRMuXZ9x4W4N8FWyG3LVC21F3QE { width:20rem;height:39.4375rem;top:33.274742126465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9Cfd23XLXN2JfQJEhUtx2sQ6r2bo1EQ { display:block; }#F9Cfd23XLXN2JfQJEhUtx2sQ6r2bo1EQ > .row .container { width:20rem;height:99.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfU93Ew6AOn61xccOW5AXh25EibnzKDE { width:19.75rem;height:6.125rem;top:27.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO8e484sLMiH3eEbV6QzTFo8GPexJAul { width:19.75rem;height:13.625rem;top:13.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzldygPWX8CQuSsSkRh8LuZUpqU5T5IC { width:9.3125rem;height:4.0625rem;top:16.5rem;left:5rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dhwi4EzOEV2v5gS4Qki179kWrxRnOwyS { width:8.5625rem;height:4.72265625rem;top:20.875rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #H4L91EzgLN9JP2ZsNLsgMWar7iq8K2HH { width:19.75rem;height:13.625rem;top:76.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAe7rOOTSCK3KhlKFRecbwPOGZw6CqA7 { width:9.6875rem;height:4.0625rem;top:77.3125038147rem;left:5.15625rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m8NWJCTr8Bx4ePLkZSb3FUuIMMuywbAG { width:19.25rem;height:13.5625rem;top:34.500001192093rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaDOo6Lh9T6mzGIfuMxdX8WdVJCl2lva { width:18rem;height:2.19921875rem;top:0.5rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rXoTleS3uOMA7agnnoDTiQKZQhDm06v5 { width:18rem;height:1.69921875rem;top:3.375rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #s8NyybscWuUGLWIvm3lRU8naDGeom3gI { width:18rem;height:6.796875rem;top:5.8125rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HIKMMIQ6X6teDIdJ567SX3TSBlR5z2uK { width:8.5625rem;height:4.72265625rem;top:81.9375038147rem;left:5.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Hr0F9vA0TPmu57BKCKreLfJOKEsqgb9o { width:19.75rem;height:5.9375rem;top:92.062490463256rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBPURIW8BxLKuxty2xlEadTd8c70uh3u { width:19.25rem;height:9.1875rem;top:48.750003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcSyqdb4txauHuQFBaqa5TXPUJUN5mTn { width:19.25rem;height:6.9375rem;top:58.750011444092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0bCh4Urhr5riS8chIJHxIy3hHKmfvL0 { width:18.375rem;height:7.125rem;top:67.2500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 { display:block; }#wLTVmyJkUJ6GBLKc0QGo5U4kxzacBMQ3 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzcxpg9c9TykFJZwzgyHW5WCc57hzWKx { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKAw3RiIEMmzBoyST2kH5w7vMQ4Trr49 { width:20rem;height:0.0625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPM0FBHSkBw0aKEiiaiOJqNnNNfzvTei { width:3.75rem;height:0.1875rem;top:3.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy { display:block; }#Ib7K2Zi44eEDkqW6OHR1ZUCx66HFgHGy > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbdsUgugeuWlPzF2EGA9EXwVEu7bmLJc { width:20rem;height:11.8125rem;top:1.1562385559082rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF { display:block; }#wd58dukBMA8TiAVTkRaSDe0XCfIz2NJF > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOND5Ah3WQUB4Uw3VPEPRlStoo8cwodE { width:3.0625rem;height:3.0625rem;top:19.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okO6amc2bpK6EJCI1oz0VvrhPZfiS9or { width:3.0625rem;height:3.0625rem;top:19.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qglVxMSe97BXXx790gZ0tQBzrT4OMaKR { width:3.0625rem;height:3.0625rem;top:19.25rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ8kKPaI6TI37nBgF1UG5mSW5OVHGd4z { width:14.625rem;height:2.44791875rem;top:1.3125rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zIHUTvlVn2WaFNcUUF83zkSIZbKh5Lfa { width:18.75rem;height:0.0625rem;top:14.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3V1ul0JATBrX1XJUTNudDKSfrlTOysN { width:7.3125rem;height:1.3997375rem;top:10.5rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF4PELgwhLZS9owwb0qp3c9BwLpLvA5h { width:11.375rem;height:1.3997375rem;top:7.25rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WquOOqUwbBTxNhRZNpTwqM8o5aNqVQeX { width:20rem;height:1.04948125rem;top:16.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #T8wBW1DOvZOy3EkvUKTFkfPa6gLrrsxz { width:18.875rem;height:1.04948125rem;top:4.8125rem;left:1.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dgBy1nwvT7T9uTlDTQM2FO97mW4F58PQ { width:1.5625rem;height:1.5625rem;top:7.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4SW7W0zfr1PRX5XE7ucn1sse7JMdVAv { width:1.5625rem;height:1.5625rem;top:10.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOzreWLx8FPXmRdfzWRVuJlIicSgHiDA { width:1.875rem;height:1.875rem;top:19.875rem;left:6.9375rem;display:block; }
#TOzreWLx8FPXmRdfzWRVuJlIicSgHiDA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #XFCnHPUrKCp0BTCoT3d3STxaK3aMq3ly { width:2.1875rem;height:2.1875rem;top:19.6875rem;left:11.375rem;display:block; }
#XFCnHPUrKCp0BTCoT3d3STxaK3aMq3ly > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #QBJpc6p4GuLxSmc5yKIaAFNE0oTTsV2h { width:1.875rem;height:1.875rem;top:19.875rem;left:2.4375rem;display:block; }
#QBJpc6p4GuLxSmc5yKIaAFNE0oTTsV2h > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #SSZD6bLoDDvUokqBsRN0cnSZAEA3FG8U { width:3.0625rem;height:3.0625rem;top:19.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6oUdAkrvc2aSNpe6Nexd0GpnvvmQtI4 { width:2.1875rem;height:2.1875rem;top:19.75rem;left:15.5625rem;display:block; }
#h6oUdAkrvc2aSNpe6Nexd0GpnvvmQtI4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }