.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,230,222;--color-primary-1:255,172,144;--color-primary-2:255,88,33;--color-primary-3:128,44,17;--color-primary-4:38,13,5;--color-secondary-0:255,250,217;--color-secondary-1:255,237,128;--color-secondary-2:255,219,0;--color-secondary-3:128,110,0;--color-secondary-4:38,33,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:123,123,123;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container { background-color: transparent; background-image: none; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container > .video-iframe-container { display: none; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row > .video-iframe-container { display: none; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .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); }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container { border-width: 0; border-radius: 0; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#BkJNscugCfNtyCFg3s2hGdKUs9UgMTlJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:20.0625rem;top:1.9042969942093rem;left:0rem;overflow:hidden;display:block; }
#z8uDxecFNTTIOMVRuGpuFeM7lxgEEoUT { color:rgba(var(--color-tertiary-0),1);display:block;width:48.9970625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:2.130859375rem;left:25.1376953125rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 .widget-text.counter-number { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0.619375rem;padding-right:0.555rem;padding-bottom:0.619375rem;padding-left:0.555rem;display:block;align-items:center;width:3.32875rem;min-width:3.32875rem;height:3.326875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.4775rem;font-weight:400;line-height:53.23px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 .widget-text.counter-label { background-color:;background-image:none;color:#fdfffe;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.43875rem;height:1.315rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.92875rem;font-weight:700;line-height:21.04px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:22.75rem;height:6.518125rem;padding-top:0.0775rem;padding-right:0.079375rem;padding-bottom:0.0775rem;padding-left:0.079375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.67057293653488rem;left:50.341800689698rem;z-index:15012; }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #bhUcR5W5r8k4m0o6ziG6kGlUC7grfokr { display:flex;position:relative;top:0rem;left:0rem; }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #u5T9FnZQkT8IgPB8LKurZCBDiwShk2os { width:auto; }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #wpZhmCcXiqm888TFZiAxZAA2xq9cIqKL {  }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #kPyklKKTn1IWh004iw2z3uUPaTwAWoZX { display:flex;position:relative;top:0rem;left:0rem; }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #SfZOs19S1WDlUEtbBU4arn50D8MKb0lZ {  }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #p9oVmhEqznwyHAr6aTCTfpaoWtA5aW5s {  }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #Iemcvf7QkLexf6tO3zBO7S5libdGVwTp { display:flex;position:relative;top:0rem;left:0rem; }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #oQbTgsOsBrVyFsTqJFqveFVN8uxkt4ZF {  }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #Zy1sQoCRgVUQaLZ40kb74KMafV3KZnHu {  }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #JQhQnx8UVyluoJdqSBhRCCnnqPzdV97P { display:flex;position:relative;top:0rem;left:0rem; }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #McT80mLzRW0kJx9Dq18CaxzD4s6nb0Eg {  }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #By3qOu1PpsMw3mWz9pKfucl7u0ynFN6T {  }
#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05843dea-180e-49ba-a01c-c328ccd2ccec/blackweektlo1sekcjav1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.adaptive-delivery-prevent-bg, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyload, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyloading { background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { background-color: transparent; background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .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); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { border-width: 0; border-radius: 0; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { font-size:0.875rem;font-family:arial;height:59.25rem;width:75rem;overflow:visible;position:relative;display:block; }#ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { position:absolute;display:block;z-index:15005;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0;width:0;top:29.095596313476rem;left:0rem;display:block; }
#THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { position:absolute;display:block;z-index:14998;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 1.0625rem 3.4375rem rgba(7,7,7,0.48) ;height:31.311875rem;width:25.9375rem;top:17.875rem;left:47.0625rem;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-form-header {  }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;line-height:1.1;overflow:hidden;font-style:normal; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.625rem;height:3.5625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.5; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:first-of-type{padding-top:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:last-of-type{padding-bottom:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.811632156372rem;left:47.749568939209rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.811632156372rem;left:47.749568939209rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE { position:relative;z-index:2; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF { position:relative; }
#ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.4375rem;width:25.9375rem;top:14.875rem;left:47.0625rem;display:block; }
#ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { color:rgba(var(--color-tertiary-0),1);display:block;width:23.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:15.25rem;left:48.4375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OSaHVmS61mxMXk4en97EqJgAStS28rUV { color:#373737;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:22.312284469604rem;left:62.186855316162rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { box-sizing:content-box;height:2.5625rem;width:10rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22.0625rem;left:62.25rem;display:block; }
#hbwGnSw7Tq01dPpOzS9JbCy9kgRqioRb { position:absolute;display:block;z-index:15032;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:32.9375rem;width:41.875rem;top:16.185546875rem;left:2.5146484375rem;overflow:hidden;display:block; }
#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh { 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; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container { background-color: transparent; background-image: none; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container > .video-iframe-container { display: none; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row > .video-iframe-container { display: none; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .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); }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container { border-width: 0; border-radius: 0; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#iE7nKoTrF0xXA2mN3P1nu1MgNFDxcQeV { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:2.7490234375rem;left:0rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#um1RQvfdgdT3LQTssCDKBys2a7BLAC5B { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:19.789497613907rem;left:9.124351501465rem;height:6.3rem;text-align:center;text-align-last:center;display:block; }
#UVHlCRxD8Tg4KlGwu14vQJn3fXD0cEsR { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.7;letter-spacing:0;top:15.609810113907rem;left:8.49609375rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#evPtuieMnh4PQGpDye3vP1GpGgocMnRk { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.2498125rem;width:18.9995625rem;top:9.375rem;left:28.0625rem;display:block; }
#dtirDINNtg3oTDerLU90INMlU8DL1cX3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:19.789497613907rem;left:30.156253814698rem;height:4.7125rem;text-align:center;text-align-last:center;display:block; }
#A1KkgKaVWWXmuZ2Du3XBCbUzQGVWF04k { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:15.609810113907rem;left:30.156253814698rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A7Ci1HsirwvCaKHcKUPBke6OfApdcIis { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.25rem;width:19rem;top:9.3750006258488rem;left:6.9677743911744rem;display:block; }
#InlcPD0qS4mlC5ByTpPRxRd6m2fCrctc { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.247625rem;width:18.9963125rem;top:9.4455301761625rem;left:6.9694023132325rem;display:block; }
#omW0ksv6N8xS943QgGLWbcPc7VVJDbFF { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.5623125rem;width:19.1873125rem;top:9.2881946563719rem;left:27.905818939209rem;display:block; }
#GFyF8QcAZtqOKekwScpDIn0oFeRV3ETu { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.2498125rem;width:18.9985rem;top:9.4444446563719rem;left:48.748920440674rem;display:block; }
#L4dk59DfwxzoEHzNVwVXXOFQpTTbGFtW { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.2498125rem;width:18.9995625rem;top:9.4444448947906rem;left:48.748920440674rem;display:block; }
#Fcer1bXJEEx5vUJ9vPk78PufV33edoDL { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:19.789497375488rem;left:50.903865814209rem;height:5.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FHWaKTKwbMRdeidi77dxFCDlDZVWd57D { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15036;line-height:1.7;letter-spacing:0;top:10.388455629349rem;left:9.124351501465rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UFtvkB94q2TRv1oqKTFTCBhUWqbRynal { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:10.388455629349rem;left:30.286460876465rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nL2zLpFISiVAmHb247KaEykTfsaaxf8i { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:10.299480438233rem;left:50.973308563233rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr { 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; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container { background-color: transparent; background-image: none; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container > .video-iframe-container { display: none; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row > .video-iframe-container { display: none; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .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); }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container { border-width: 0; border-radius: 0; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#tOJH7sBNTkWZL9LCQeTfRBWzEbTlQnGA { 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:6.8125rem;width:37.9375rem;top:2.09375rem;left:17.875rem;overflow:hidden;display:block; }
#r9QCW34K99TT1SBmN47sVldTVygOd14U { 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; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container { background-color: transparent; background-image: none; }#r9QCW34K99TT1SBmN47sVldTVygOd14U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container > .video-iframe-container { display: none; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row > .video-iframe-container { display: none; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .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); }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container { border-width: 0; border-radius: 0; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#SK9fC1Zw5wsyn1fByem9moXTNGHQmKka { color:#023375;display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:3.70703125rem;left:11.5625rem;height:2.2753875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 { 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; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container { background-color: transparent; background-image: none; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container > .video-iframe-container { display: none; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row > .video-iframe-container { display: none; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .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); }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container { border-width: 0; border-radius: 0; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#uXhfcUyOoBWeCOvHcyWQH36tInlJ0s8S { color:#023375;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:0.994140625rem;left:34.3125rem;height:2.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MwR2aMrR7wlqg2PnyXVy2ZgQ7z3XD7fn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15012;opacity:1;top:1.45703125rem;left:31.125rem; }
#uGaPK9W3teN91O4tlDDdLdRnZp48Kg4P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15013;opacity:1;top:5.931640625rem;left:31.125rem; }
#TSktXSJIXoCKNcgzvIDba6434RdH2u71 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15014;opacity:1;top:10.16796875rem;left:31.125rem; }
#GXhz5IsTm1kUtnyvPiFBEe5aHEd2yQKv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15015;opacity:1;top:14.59375rem;left:31.125rem; }
#GTZctaHiHTyWMUAaeUiM9si4Qc5JOcT6 { color:#023375;display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:5.46875rem;left:34.3125rem;height:2.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pJTGApb4PaylqexZhEOC8LXolPsO9vDS { color:#023375;display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:10.40625rem;left:34.3125rem;height:1.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kfpy6TDi86AJIKlQTLn50PAh7BfdIVta { color:#023375;display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:14.130859375rem;left:34.25rem;height:2.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qbSNZ5K8aiVLA6Td4BGyviId8rkuwRfW { color:#023375;display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:18.953125rem;left:34.375rem;height:2.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f3MyizbIL3J80zBNpTFguIvBsJ5bqhJb { color:#023375;display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:23.7578125rem;left:34.3125rem;height:1.4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rWmCQbKRgFTdnKgRc4qeCZDa13uJb39X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15016;opacity:1;top:19.416015625rem;left:31.125rem; }
#eyCToFmF2zunbLxUsF7tAc25pH1SLaIJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15016;opacity:1;top:23.51953125rem;left:31.125rem; }
#Er57N0P6UqGhHaWHHZodeQETMJVcRMlc { position:absolute;display:block;z-index:15017;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:27.5625rem;width:27.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/2b31a4ce-f387-4ba7-bba1-75f660550d01/blackweektlo_sekcji_dol_pasek.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp.adaptive-delivery-prevent-bg, #HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp.lazyload, #HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp.lazyloading { background-image: none; }#HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp > .row .container { background-color: transparent; background-image: none; }#HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp > .row .container > .video-iframe-container { display: none; }#HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp > .row > .video-iframe-container { display: none; }#HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp > .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); }#HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp > .row .container { border-width: 0; border-radius: 0; }#HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#HAKeyF5I8HKWqekmHWiFkFinXQgJlAuQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.125rem;left:16.96875rem;height:2.6rem;display:block; }
#TQZTRkcWVlmZTV1cpWNM4wscfuXO0Ppp { color:#023375;display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:10.42578125rem;left:5.625rem;height:4.900175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WrM1chpZyHKoctZMLTsKxmbA18iPT079 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:1.287109375rem;left:33.75rem;overflow:hidden;display:block; }
#O23ZEbCLi9sXisXoKyNTqeKKdElCK655 { position:absolute;display:block;z-index:15017;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.1875rem;width:35.375rem;top:16.3125rem;left:19.8125rem;overflow:hidden;display:block; }
#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { border-width: 0; border-radius: 0; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:2rem;left:35.5rem; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#TPpUNe8edykLeak8E1pkcfbyuCVGKiae { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.875rem;left:38.625rem; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:1.875rem;left:42.0625rem; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.875rem;left:32.1875rem; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.287109375rem;left:0rem;height:0.975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm { display:block; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkJNscugCfNtyCFg3s2hGdKUs9UgMTlJ { top:1.875rem;left:0rem;width:20.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8uDxecFNTTIOMVRuGpuFeM7lxgEEoUT { width:47.75rem;height:2.75rem;top:2.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 { width:19.1875rem;height:5.35875rem;display:flex;top:0.8125rem;left:28.125rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #bhUcR5W5r8k4m0o6ziG6kGlUC7grfokr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #u5T9FnZQkT8IgPB8LKurZCBDiwShk2os {  }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #wpZhmCcXiqm888TFZiAxZAA2xq9cIqKL {  }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #kPyklKKTn1IWh004iw2z3uUPaTwAWoZX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #SfZOs19S1WDlUEtbBU4arn50D8MKb0lZ {  }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #p9oVmhEqznwyHAr6aTCTfpaoWtA5aW5s {  }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #Iemcvf7QkLexf6tO3zBO7S5libdGVwTp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #oQbTgsOsBrVyFsTqJFqveFVN8uxkt4ZF {  }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #Zy1sQoCRgVUQaLZ40kb74KMafV3KZnHu {  }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #JQhQnx8UVyluoJdqSBhRCCnnqPzdV97P { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #McT80mLzRW0kJx9Dq18CaxzD4s6nb0Eg {  }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #By3qOu1PpsMw3mWz9pKfucl7u0ynFN6T {  }
 }@media only screen and (max-width: 763px) { #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { display:block; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { top:29.0625rem;left:0rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { top:17.875rem;left:21.8125rem;width:25.9375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:22.0625rem;height:auto;top:20.75rem;left:23.1875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:22.0625rem;height:auto;top:20.75rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { top:14.875rem;left:21.8125rem;width:25.9375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { top:15.25rem;left:24.625rem;width:23.125rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { top:22.25rem;left:37.625rem;width:10.0625rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:22.0625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbwGnSw7Tq01dPpOzS9JbCy9kgRqioRb { width:41.875rem;height:32.9375rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh { display:block; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iE7nKoTrF0xXA2mN3P1nu1MgNFDxcQeV { top:2.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #um1RQvfdgdT3LQTssCDKBys2a7BLAC5B { top:19.75rem;left:0rem;width:14.6875rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVHlCRxD8Tg4KlGwu14vQJn3fXD0cEsR { top:15.5625rem;left:0rem;width:14.6875rem;height:4.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evPtuieMnh4PQGpDye3vP1GpGgocMnRk { width:18.9375rem;height:18.1875rem;top:9.375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtirDINNtg3oTDerLU90INMlU8DL1cX3 { top:19.75rem;left:16.531253814698rem;width:14.6875rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1KkgKaVWWXmuZ2Du3XBCbUzQGVWF04k { top:15.5625rem;left:16.531253814698rem;width:14.6875rem;height:4.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7Ci1HsirwvCaKHcKUPBke6OfApdcIis { top:9.375rem;left:0rem;width:19rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #InlcPD0qS4mlC5ByTpPRxRd6m2fCrctc { top:9.4375rem;left:0rem;width:18.9375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omW0ksv6N8xS943QgGLWbcPc7VVJDbFF { width:19.125rem;height:18.5rem;top:9.25rem;left:14.280818939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFyF8QcAZtqOKekwScpDIn0oFeRV3ETu { width:18.9375rem;height:18.1875rem;top:9.4375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4dk59DfwxzoEHzNVwVXXOFQpTTbGFtW { top:9.4375rem;left:28.8125rem;width:18.9375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcer1bXJEEx5vUJ9vPk78PufV33edoDL { top:19.75rem;left:33.0625rem;width:14.6875rem;height:5.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHWaKTKwbMRdeidi77dxFCDlDZVWd57D { top:10.375rem;left:0rem;width:14.6875rem;height:6.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFtvkB94q2TRv1oqKTFTCBhUWqbRynal { top:10.375rem;left:16.661460876465rem;width:14.6875rem;height:6.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL2zLpFISiVAmHb247KaEykTfsaaxf8i { top:10.25rem;left:33.0625rem;width:14.6875rem;height:9.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr { display:block; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOJH7sBNTkWZL9LCQeTfRBWzEbTlQnGA { width:37.9375rem;height:6.8125rem;top:2.0625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9QCW34K99TT1SBmN47sVldTVygOd14U { display:block; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SK9fC1Zw5wsyn1fByem9moXTNGHQmKka { top:3.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 { display:block; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXhfcUyOoBWeCOvHcyWQH36tInlJ0s8S { top:0.9375rem;left:7.25rem;width:40.5rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwR2aMrR7wlqg2PnyXVy2ZgQ7z3XD7fn { width:1.875rem;height:1.875rem;top:1.4375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGaPK9W3teN91O4tlDDdLdRnZp48Kg4P { width:1.875rem;height:1.875rem;top:5.875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSktXSJIXoCKNcgzvIDba6434RdH2u71 { width:1.875rem;height:1.875rem;top:10.125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXhz5IsTm1kUtnyvPiFBEe5aHEd2yQKv { width:1.875rem;height:1.875rem;top:14.5625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTZctaHiHTyWMUAaeUiM9si4Qc5JOcT6 { top:5.4375rem;left:11.375rem;width:36.375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJTGApb4PaylqexZhEOC8LXolPsO9vDS { top:10.375rem;left:7.0625rem;width:40.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfpy6TDi86AJIKlQTLn50PAh7BfdIVta { top:14.125rem;left:7rem;width:40.75rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbSNZ5K8aiVLA6Td4BGyviId8rkuwRfW { top:18.9375rem;left:7.125rem;width:40.625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3MyizbIL3J80zBNpTFguIvBsJ5bqhJb { top:23.75rem;left:18.8125rem;width:28.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWmCQbKRgFTdnKgRc4qeCZDa13uJb39X { width:1.875rem;height:1.875rem;top:19.375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyCToFmF2zunbLxUsF7tAc25pH1SLaIJ { width:1.875rem;height:1.875rem;top:23.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er57N0P6UqGhHaWHHZodeQETMJVcRMlc { width:27.5625rem;height:27.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp { display:block; }#HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAKeyF5I8HKWqekmHWiFkFinXQgJlAuQ { width:12.5rem;height:;top:6.125rem;left:3.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQZTRkcWVlmZTV1cpWNM4wscfuXO0Ppp { width:47.75rem;height:4.875rem;top:10.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrM1chpZyHKoctZMLTsKxmbA18iPT079 { width:7.5rem;height:7.5rem;top:1.25rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O23ZEbCLi9sXisXoKyNTqeKKdElCK655 { width:35.375rem;height:6.1875rem;top:16.3125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:2.25rem;height:2.25rem;top:2rem;left:21.875rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2.5625rem;height:2.5625rem;top:1.875rem;left:25rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:2.5625rem;height:2.5625rem;top:1.875rem;left:28.4375rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:2.5rem;height:2.5rem;top:1.875rem;left:18.5625rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:47.75rem;height:0.9375rem;top:2.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkJNscugCfNtyCFg3s2hGdKUs9UgMTlJ { width:9.25rem;height:1.9375rem;top:1.06640625rem;left:5.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z8uDxecFNTTIOMVRuGpuFeM7lxgEEoUT { width:17rem;height:1.27386875rem;top:3.50390625rem;left:1.5rem;font-size:1.0625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.29375rem;padding-bottom:0.333125rem;padding-left:0.29375rem;width:1.76125rem;min-width:1.76125rem;height:1.79125rem;font-size:1.333125rem;line-height:28.66px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ff5821;border-left:0.0625rem solid #ff5821;border-right:0.0625rem solid #ff5821;border-bottom:0.0625rem solid #ff5821; }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.208125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.348125rem;height:0.708125rem;font-size:0.5rem;line-height:11.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 { width:13.875rem;height:3.49875rem;display:flex;top:5.7096357345581rem;left:3.5080295205116rem;z-index:15012;padding-top:0.051875rem;padding-right:0.053125rem;padding-bottom:0.051875rem;padding-left:0.053125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #bhUcR5W5r8k4m0o6ziG6kGlUC7grfokr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #u5T9FnZQkT8IgPB8LKurZCBDiwShk2os {  }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #wpZhmCcXiqm888TFZiAxZAA2xq9cIqKL {  }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #kPyklKKTn1IWh004iw2z3uUPaTwAWoZX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #SfZOs19S1WDlUEtbBU4arn50D8MKb0lZ {  }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #p9oVmhEqznwyHAr6aTCTfpaoWtA5aW5s {  }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #Iemcvf7QkLexf6tO3zBO7S5libdGVwTp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #oQbTgsOsBrVyFsTqJFqveFVN8uxkt4ZF {  }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #Zy1sQoCRgVUQaLZ40kb74KMafV3KZnHu {  }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #JQhQnx8UVyluoJdqSBhRCCnnqPzdV97P { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #McT80mLzRW0kJx9Dq18CaxzD4s6nb0Eg {  }
 }@media only screen and (max-width: 763px) { #fMsp2o2SEsa2h4cTKtKXiNn2CFPmLx39 #By3qOu1PpsMw3mWz9pKfucl7u0ynFN6T {  }
 }@media only screen and (max-width: 763px) { #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05843dea-180e-49ba-a01c-c328ccd2ccec/blackweektlo1sekcjav1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.adaptive-delivery-prevent-bg, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyload, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyloading { background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { background-color: transparent; background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .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); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { width:0;height:0;top:21.735052062988rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { width:20rem;height:26.25rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.6875rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ff5821;background-image:none;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;font-size:1.625rem;overflow:hidden;height:3.4375rem;text-align:center;text-align-last:center; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:17.5rem;height:auto;top:32.4375rem;left:0rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:17.5rem;height:auto;top:32.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { width:20rem;height:6.6875rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { width:20rem;height:4.6875rem;top:26.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { width:9.436875rem;height:1.5rem;top:34.3125rem;left:8.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:33.8125rem;left:8.625rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbwGnSw7Tq01dPpOzS9JbCy9kgRqioRb { width:19.0625rem;height:15rem;top:9.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh { display:block; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iE7nKoTrF0xXA2mN3P1nu1MgNFDxcQeV { width:20rem;height:4.2rem;top:1.40234375rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #um1RQvfdgdT3LQTssCDKBys2a7BLAC5B { width:14.6875rem;height:5.361325rem;top:14.4375rem;left:2.75rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UVHlCRxD8Tg4KlGwu14vQJn3fXD0cEsR { width:16.5625rem;height:2.2rem;top:11.749131679535rem;left:1.9058161377907rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #evPtuieMnh4PQGpDye3vP1GpGgocMnRk { width:16.75rem;height:16.0625rem;top:24rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtirDINNtg3oTDerLU90INMlU8DL1cX3 { width:14.6875rem;height:3.897575rem;top:33.810765266419rem;left:2.6562500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1KkgKaVWWXmuZ2Du3XBCbUzQGVWF04k { width:16.625rem;height:2.2rem;top:31.000434875488rem;left:1.8439670205116rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #A7Ci1HsirwvCaKHcKUPBke6OfApdcIis { width:16.6875rem;height:16.0625rem;top:6.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #InlcPD0qS4mlC5ByTpPRxRd6m2fCrctc { width:16.749125rem;height:16.311875rem;top:23.944228172302rem;left:1.6243489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #omW0ksv6N8xS943QgGLWbcPc7VVJDbFF { width:16.749125rem;height:16.0623125rem;top:6.5625rem;left:1.6243489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFyF8QcAZtqOKekwScpDIn0oFeRV3ETu { width:16.749125rem;height:16.0623125rem;top:42.249351501465rem;left:1.6243489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4dk59DfwxzoEHzNVwVXXOFQpTTbGFtW { width:16.75rem;height:16.0625rem;top:42.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcer1bXJEEx5vUJ9vPk78PufV33edoDL { width:14.6875rem;height:4.725rem;top:51.810983657837rem;left:2.6562500596046rem;font-size:1.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FHWaKTKwbMRdeidi77dxFCDlDZVWd57D { width:16.5625rem;height:3.4375rem;top:7.8027348518369rem;left:1.8120661377907rem;font-size:3.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UFtvkB94q2TRv1oqKTFTCBhUWqbRynal { width:16.75rem;height:3.4375rem;top:26.678604125976rem;left:1.7565105557442rem;font-size:3.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nL2zLpFISiVAmHb247KaEykTfsaaxf8i { width:14.6875rem;height:8.3984375rem;top:42.856988906861rem;left:2.6562500596046rem;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container { background-color: transparent; background-image: none; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container > .video-iframe-container { display: none; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row > .video-iframe-container { display: none; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .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); }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container { border-width: 0; border-radius: 0; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JpwDR4y4LVwe8vB95hXJUfoC3Muwf6wr > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOJH7sBNTkWZL9LCQeTfRBWzEbTlQnGA { width:20rem;height:3.24978125rem;top:1.810977935791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9QCW34K99TT1SBmN47sVldTVygOd14U { background-color:#ffffff;background-image:none;display:block; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container { background-color: transparent; background-image: none; }#r9QCW34K99TT1SBmN47sVldTVygOd14U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container > .video-iframe-container { display: none; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row > .video-iframe-container { display: none; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .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); }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SK9fC1Zw5wsyn1fByem9moXTNGHQmKka { width:20rem;height:4.94791875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 { background-color:#ffffff;background-image:none;display:block; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container { background-color: transparent; background-image: none; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container > .video-iframe-container { display: none; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row > .video-iframe-container { display: none; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .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); }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXhfcUyOoBWeCOvHcyWQH36tInlJ0s8S { width:15.3125rem;height:5.2463125rem;top:17.6875rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MwR2aMrR7wlqg2PnyXVy2ZgQ7z3XD7fn { width:1.875rem;height:1.875rem;top:17.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGaPK9W3teN91O4tlDDdLdRnZp48Kg4P { width:1.875rem;height:1.875rem;top:24.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSktXSJIXoCKNcgzvIDba6434RdH2u71 { width:1.875rem;height:1.875rem;top:29.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXhz5IsTm1kUtnyvPiFBEe5aHEd2yQKv { width:1.875rem;height:1.875rem;top:33.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTZctaHiHTyWMUAaeUiM9si4Qc5JOcT6 { width:15.4375rem;height:4.19705rem;top:24.125rem;left:3.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pJTGApb4PaylqexZhEOC8LXolPsO9vDS { width:15.75rem;height:3.1477875rem;top:29.375rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kfpy6TDi86AJIKlQTLn50PAh7BfdIVta { width:15.1875rem;height:4.19705rem;top:33.8125rem;left:3.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qbSNZ5K8aiVLA6Td4BGyviId8rkuwRfW { width:15.5625rem;height:5.2463125rem;top:39.1875rem;left:3.625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f3MyizbIL3J80zBNpTFguIvBsJ5bqhJb { width:14.4375rem;height:2.098525rem;top:45.5rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rWmCQbKRgFTdnKgRc4qeCZDa13uJb39X { width:1.875rem;height:1.875rem;top:39.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyCToFmF2zunbLxUsF7tAc25pH1SLaIJ { width:1.875rem;height:1.875rem;top:45.6123046875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er57N0P6UqGhHaWHHZodeQETMJVcRMlc { width:16.5625rem;height:16.5625rem;top:0.625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp { display:block; }#HAlcDeDdbKsPk7QAtbJiuQ8hp0SfdJkp > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAKeyF5I8HKWqekmHWiFkFinXQgJlAuQ { width:12.5rem;height:2.6rem;top:6.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQZTRkcWVlmZTV1cpWNM4wscfuXO0Ppp { width:20rem;height:5.0954875rem;top:7.326171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WrM1chpZyHKoctZMLTsKxmbA18iPT079 { width:5.375rem;height:5.375rem;top:0.9375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O23ZEbCLi9sXisXoKyNTqeKKdElCK655 { width:20rem;height:3.49718125rem;top:13.669704437256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { background-color:transparent;background-image:none;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:1.75rem;height:1.75rem;top:1.875rem;left:7.5625rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2rem;height:2rem;top:1.75rem;left:10.75rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:1.9375rem;height:1.9375rem;top:1.75rem;left:14.0625rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:1.75rem;height:1.75rem;top:1.875rem;left:4.0625rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:19.7471875rem;height:1.9987rem;top:0rem;left:0rem;font-size:0.625rem;color:#343a40;line-height:1.6;display:block; }
 }