.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:215,228,241;--color-primary-1:134,173,214;--color-primary-2:53,119,187;--color-primary-3:2,85,170;--color-primary-4:0,39,98;--color-secondary-0:252,214,214;--color-secondary-1:246,133,133;--color-secondary-2:240,51,51;--color-secondary-3:236,0,0;--color-secondary-4:72,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:51,51,51;--color-tertiary-2:32,32,32;--color-tertiary-3:26,26,26;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFQlsdvyitzaTiwKiTEAH5uCrcOIiGmd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a0192d;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; }#KFQlsdvyitzaTiwKiTEAH5uCrcOIiGmd > .row .container { background-color: transparent; background-image: none; }#KFQlsdvyitzaTiwKiTEAH5uCrcOIiGmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFQlsdvyitzaTiwKiTEAH5uCrcOIiGmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFQlsdvyitzaTiwKiTEAH5uCrcOIiGmd > .row .container > .video-iframe-container { display: none; }#KFQlsdvyitzaTiwKiTEAH5uCrcOIiGmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFQlsdvyitzaTiwKiTEAH5uCrcOIiGmd > .row > .video-iframe-container { display: none; }#KFQlsdvyitzaTiwKiTEAH5uCrcOIiGmd > .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); }#KFQlsdvyitzaTiwKiTEAH5uCrcOIiGmd > .row .container { border-width: 0; border-radius: 0; }#KFQlsdvyitzaTiwKiTEAH5uCrcOIiGmd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFQlsdvyitzaTiwKiTEAH5uCrcOIiGmd > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:block; }#nx4ZuHKXqQLWglfEZcH1Nl6iu2UQ8BT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:0.578125rem;left:19.9375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tf4iTaEmFir9mHtkZMonwWnurD7TTue1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef1f5;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; }#Tf4iTaEmFir9mHtkZMonwWnurD7TTue1 > .row .container { background-color: transparent; background-image: none; }#Tf4iTaEmFir9mHtkZMonwWnurD7TTue1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf4iTaEmFir9mHtkZMonwWnurD7TTue1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf4iTaEmFir9mHtkZMonwWnurD7TTue1 > .row .container > .video-iframe-container { display: none; }#Tf4iTaEmFir9mHtkZMonwWnurD7TTue1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tf4iTaEmFir9mHtkZMonwWnurD7TTue1 > .row > .video-iframe-container { display: none; }#Tf4iTaEmFir9mHtkZMonwWnurD7TTue1 > .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); }#Tf4iTaEmFir9mHtkZMonwWnurD7TTue1 > .row .container { border-width: 0; border-radius: 0; }#Tf4iTaEmFir9mHtkZMonwWnurD7TTue1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tf4iTaEmFir9mHtkZMonwWnurD7TTue1 > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#rsGwOXiJ6Iq2TwPBoBB9SKxh6G93hVVi { color:#0f1d36;display:block;width:32rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:5.9375rem;left:0rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ihOO78k6f6XtKyUKUnqDli70Zzzz6n8F { color:#0f1d36;display:block;width:30.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:16.78125rem;left:0rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xmLTSD9HAEl49PVi55CQ4fkrHfNEtSny { color:#0f1d36;display:block;width:12.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:23.453125rem;left:6.5625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J5i3vSD1JuIRE1nUvzMFluOyT6gWyZLL { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:22.224609375rem;left:0.125rem;overflow:hidden;display:block; }
#AZwRuPNQz2KIm0rBOhB8axplBdtFcxRt { box-sizing:content-box;height:33.0625rem;width:30.6875rem;position:absolute;display:block;z-index:15086;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:3.125rem solid #a0192d;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;top:1.3125rem;left:37.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#GtfCt2hIUkBPSgwFuOHw1uCbdiigIqI7 { box-sizing:content-box;height:4rem;width:27rem;position:absolute;display:block;z-index:15088;background-color:#fffae9;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffe489;border-left:0.0625rem solid #ffe489;border-right:0.0625rem solid #ffe489;border-bottom:0.0625rem solid #ffe489;top:30.6875rem;left:39.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-form-header { font-size:0.9375rem; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:400;color:#112753;width:27.5625rem;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;font-style:normal;line-height:1.4;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#f7f5f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #c3c3c3;border-left:0.0625rem solid #c3c3c3;border-right:0.0625rem solid #c3c3c3;border-bottom:0.0625rem solid #c3c3c3;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:27.5625rem;box-sizing:border-box;height:2.8125rem;color:#18181b;font-size:0.8125rem;overflow:hidden;font-family:manrope;vertical-align:top;box-shadow: none;font-weight:700;font-style:normal; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-input-text {padding-top: 0; padding-bottom: 0;}#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#f7f5f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #c3c3c3;border-left:0.0625rem solid #c3c3c3;border-right:0.0625rem solid #c3c3c3;border-bottom:0.0625rem solid #c3c3c3;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:27.5625rem;box-sizing:border-box;height:4.375rem;color:#18181b;font-size:0.8125rem;overflow:hidden;font-family:manrope;vertical-align:top;box-shadow: none;font-weight:700;font-style:normal; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-input-select { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#f7f5f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #c3c3c3;border-left:0.0625rem solid #c3c3c3;border-right:0.0625rem solid #c3c3c3;border-bottom:0.0625rem solid #c3c3c3;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:27.5625rem;box-sizing:border-box;height:2.8125rem;color:#333333;font-family:manrope;font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-input-select {padding-top: 0; padding-bottom: 0;}#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-input-checkbox { width:1rem;height:1rem;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; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#a0192d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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;box-sizing:border-box;font-size:1rem;font-weight:700;color:#f2f9ff;width:27.5625rem;height:3.4375rem;font-family:"plus jakarta sans grubsza";overflow:hidden;box-shadow: 0.125rem 0.125rem 0.8125rem rgba(0,0,0,0.5) ;font-style:normal; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op [class*="-text"]:-moz-placeholder { color:#767676;font-family:manrope;font-size:0.8125rem;font-weight:400;font-style:normal; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op [class*="-text"]::-moz-placeholder { color:#767676;font-family:manrope;font-size:0.8125rem;font-weight:400;font-style:normal; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op [class*="-text"]:-ms-input-placeholder { color:#767676;font-family:manrope;font-size:0.8125rem;font-weight:400;font-style:normal; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op [class*="-text"]::-webkit-input-placeholder { color:#767676;font-family:manrope;font-size:0.8125rem;font-weight:400;font-style:normal; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:400;color:#868686;vertical-align:top;width:26.3125rem;overflow:hidden;font-style:normal;float:none; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .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; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .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;float:none; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-container:first-of-type{padding-top:0;}#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-container:last-of-type{padding-bottom:0;}#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15098;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:8.3369140625rem;left:38.3125rem;font-size:0.9375rem; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.5625rem;display:block;vertical-align:top; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-info-text { display:block;height:auto;font-family:"nunito sans";font-size:0.9375rem;line-height:1.3;font-weight:400;color:#333333;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op {display:block;}#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15098;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:8.3369140625rem;left:38.3125rem;font-size:0.9375rem; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #Rq3DNmG7htUfDhLwDQ55AgucrFmZi2ms { position:relative; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #ox5pHJsCJ0aEi6g4mpDn9O3owRn4e0Mf { position:relative;display:block; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #PLDvAWvmNNvkCE2MViGwXEfcP8sXhb2a { position:relative; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #iAIcBxavb2ZkHnDUUf3NaKOx6Neg96aa { position:relative; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #hSZVnC8QafrncNWcTm0IMPaaSkJAOckA { position:relative;display:block; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #IPTGnF2qmXTHIVNMb4EGfTPTlceXIm1N { position:relative; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #V7mL4yy4CCntbof14u70UQTgLoWOsRDU { position:relative; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #l2LBiFawFKgJ3mygsWSs1K8QJ81CwGpx { position:relative;display:block; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #a6VMCyJ4wuiRT84dtCeTNxkJGQ5chlaP { position:relative; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #ogLUIJdloJtpR6SqP4vpUGku19eF7dnM { position:relative; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #tfpTP8HAMV4vCfKutxa1F2hnPc5lWe3n { position:relative;display:block; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #gMmBgGz25ElPKamTdBamRcFi6vFaZlqc { position:relative; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #KiZGEc7iD9v6OXHWR4mmkOR6cDMSoFUw { position:relative; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #q992w9HpGDecxx5CGTnwBOyW0EzUp7nv { position:relative;z-index:2; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #KkWSgy9cTsnGqxIlxKztwLaDOrOhxFKx { position:relative; }
#g1qb1Tb5LX8T5r3wqeb0Qz0yTq28wp9K { position:relative;display:block; }
#t4FIT02Tgv2xxHJgp7MkH9CGzkKIzF0y { position:relative;display:block; }
#cu6mTMtT4bTitqU6cQVHNiAuwdpKUdPx { position:relative;display:block; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #BPt2u1rR7oVC5SaggeZwz7x38wAKpWKT { position:relative; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #Hpwn79t9V4KHINnd83esPSxCQ557TRXa { position:relative; }
#GLRcy0yfzm4IRfVh0HfOoepLZcHo6Pkq { color:#6b7280;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:32.125rem;left:43.625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hPCHPEpLaARHT7q2NV15VyckpIXP8gmF { color:#767676;display:block;width:23.75rem;position:absolute;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:300;z-index:15097;line-height:1.5;letter-spacing:0;top:28.1875rem;left:41.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BLbdymXwVbapVF0hsmH3nznhITcG5dqa { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:300;z-index:15095;line-height:1.5;letter-spacing:0;top:2.0625rem;left:46.6875rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ca6ZXecwg5Fr0XqhSbvb8UcNVgWN84TQ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15096;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5625rem;left:45.875rem;display:block; }
#tuKtEqISh4eI7UAT6bCuiCbTigHEEICW { box-sizing:content-box;height:2.0625rem;width:15.9375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(227,31,46,0.46);border-left:0.0625rem solid rgba(227,31,46,0.46);border-right:0.0625rem solid rgba(227,31,46,0.46);border-bottom:0.0625rem solid rgba(227,31,46,0.46);top:2.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#T9h8Ccvc3TqWBysbl6WJ7nzE5WiK8a2R { color:#dc2626;display:block;width:12.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.125rem;left:2.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mMXfctzlBQIPCbcgtHvCSfawyyS559Km { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15086;background-color:#dc2626;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:1.0625rem;display:block; }
#BCiOfM1MidiFQ8wTiWt0WMvOWT5JebQ7 { box-sizing:content-box;height:5.9375rem;width:5.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15099;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.037109375rem;left:0rem;display:block; }
#x5xGl0psKBtDQTxdLb2CAAhOy5pCUrim { color:#0f1d36;display:block;width:17.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:25.140625rem;left:6.53125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XDpWwCtglgzsdqkyV589EshCHT3IgzFk { position:absolute;display:block;z-index:15097;height:3.25rem;width:23.75rem;top:5.5rem;left:40.4375rem;display:block; }
#W7yLlaNLVCq7EW1ZCiciOGliNunKmI1V { color:#0f1d36;display:block;width:6.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:30.125rem;left:3.75rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p5d8VpHu87M0vNL56c3DbC8p6CBw7KTR { color:#2f2f2f;display:block;width:7.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:31.4375rem;left:3.75rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RZPuNkKH2yfalANqQCbRPfbRyEl1LToD { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15101;background-color:#d4a020;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#x2AVHLpxrAI5dag30p2yHums2rFRF4Ry { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:30.59375rem;left:0.8125rem; }
#RNIzEWhxTEq5GVqM8RL0i4TsCebLkIds { color:#2f2f2f;display:block;width:3.375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:31.4375rem;left:16.375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gCKr8U8W98ESIS8TyKKrvTdJMe8DBUR9 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15105;background-color:#d4a020;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.875rem;left:12.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#i0XNgR37HMGtGWx8feT6z0Ut7IOCO7FL { color:#0f1d36;display:block;width:4.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:30.125rem;left:16.375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hXcCpzipTRFexZHIKkRno1ZbGPOZQTWL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:30.625rem;left:13.4375rem; }
#Bd5hn66AA8WTyyHoJHJhQPWOkoRaTikf { color:#2f2f2f;display:block;width:6.125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:31.4375rem;left:25.4375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JzQbHRQqJdwlf0HC28bIHk6qTpCNfOTG { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15109;background-color:#d4a020;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.875rem;left:21.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#U7qRlqOzUqKLDnvdbb8GGvIzmzy1O9O3 { color:#0f1d36;display:block;width:4.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:30.125rem;left:25.4375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IcwP8xcO5o5X3yk3ltTg44QwAyFRiDqG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:30.625rem;left:22.5rem; }
#S7nKFxnTCB0ullUQZVtXT3dbgzTuVkt3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:31.8125rem;left:40.8125rem; }
#SbdRkumxlvfhmZyyd4ZhLhLoDDklpNv0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f1d36;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; }#SbdRkumxlvfhmZyyd4ZhLhLoDDklpNv0 > .row .container { background-color: transparent; background-image: none; }#SbdRkumxlvfhmZyyd4ZhLhLoDDklpNv0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbdRkumxlvfhmZyyd4ZhLhLoDDklpNv0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbdRkumxlvfhmZyyd4ZhLhLoDDklpNv0 > .row .container > .video-iframe-container { display: none; }#SbdRkumxlvfhmZyyd4ZhLhLoDDklpNv0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SbdRkumxlvfhmZyyd4ZhLhLoDDklpNv0 > .row > .video-iframe-container { display: none; }#SbdRkumxlvfhmZyyd4ZhLhLoDDklpNv0 > .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); }#SbdRkumxlvfhmZyyd4ZhLhLoDDklpNv0 > .row .container { border-width: 0; border-radius: 0; }#SbdRkumxlvfhmZyyd4ZhLhLoDDklpNv0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SbdRkumxlvfhmZyyd4ZhLhLoDDklpNv0 > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#mb5sSvQIwoyN6KkBeQpX5D9P59T0yIxB { color:#ffffff;display:block;width:51.3125rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:2.6875rem;left:11.84375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z .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; }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),0.29);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"plus jakarta sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"plus jakarta sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z { 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;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.6875rem;left:27.875rem;z-index:15021; }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #mlGNBN78ee6GEMuDLVQqrcGUUgNU7xTN { display:flex;position:relative;top:0rem;left:0rem; }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #iPJ8QJh3d9HzEnTAo3UpP1QBfkdI12pw { width:auto; }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #JvyfQWm4aJTCL1KlTlAHfeypxZrXzU3V {  }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #BNHaQJIyLFSDTQ5mHcUB219omvu05BBv { display:flex;position:relative;top:0rem;left:0rem; }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #Kq1MwkFSWXT0ubw0dnh5Xzgqx8Ia8o59 {  }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #ZtdwLqgXXZE91SUPMkbR0pzBV5Tp55Rn {  }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #K956vrIsFn2Tz3CFBTOfbc1VrN8OKRLo { display:flex;position:relative;top:0rem;left:0rem; }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #GCAis11CoS5byyQ8rF9SnypWSUyNO6pX {  }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #hqERWAGwo3NBIouTb7TlRrV6XuwKTzF9 {  }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #FT1ODu4e9i9RXAHBAkyWoWyZNUCocgcK { display:flex;position:relative;top:0rem;left:0rem; }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #o10KMoyQ1lJpHNSp2t0R6TiblXxsS47K {  }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #zpgBDriV46xBb182yC6cf2MScn6XAwUl {  }
#Urb1kk0rihrEIFdQUazVCnPT6zEyrG0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef1f5;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; }#Urb1kk0rihrEIFdQUazVCnPT6zEyrG0n > .row .container { background-color: transparent; background-image: none; }#Urb1kk0rihrEIFdQUazVCnPT6zEyrG0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urb1kk0rihrEIFdQUazVCnPT6zEyrG0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urb1kk0rihrEIFdQUazVCnPT6zEyrG0n > .row .container > .video-iframe-container { display: none; }#Urb1kk0rihrEIFdQUazVCnPT6zEyrG0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Urb1kk0rihrEIFdQUazVCnPT6zEyrG0n > .row > .video-iframe-container { display: none; }#Urb1kk0rihrEIFdQUazVCnPT6zEyrG0n > .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); }#Urb1kk0rihrEIFdQUazVCnPT6zEyrG0n > .row .container { border-width: 0; border-radius: 0; }#Urb1kk0rihrEIFdQUazVCnPT6zEyrG0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Urb1kk0rihrEIFdQUazVCnPT6zEyrG0n > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#c7RXsyiZ2zG7svaZMUlzVDhldUukgiuT { color:#a0192d;display:block;width:6rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:4.875rem;left:0rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XWX9v6rC4P3qgJgaicdT4BNVw49bLs0E { color:#0f1d36;display:block;width:54.375rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:6.875rem;left:0rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MXFCDeAc5k65LmcOc1KBkHUd62uDcdmt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef1f5;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; }#MXFCDeAc5k65LmcOc1KBkHUd62uDcdmt > .row .container { background-color: transparent; background-image: none; }#MXFCDeAc5k65LmcOc1KBkHUd62uDcdmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXFCDeAc5k65LmcOc1KBkHUd62uDcdmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXFCDeAc5k65LmcOc1KBkHUd62uDcdmt > .row .container > .video-iframe-container { display: none; }#MXFCDeAc5k65LmcOc1KBkHUd62uDcdmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXFCDeAc5k65LmcOc1KBkHUd62uDcdmt > .row > .video-iframe-container { display: none; }#MXFCDeAc5k65LmcOc1KBkHUd62uDcdmt > .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); }#MXFCDeAc5k65LmcOc1KBkHUd62uDcdmt > .row .container { border-width: 0; border-radius: 0; }#MXFCDeAc5k65LmcOc1KBkHUd62uDcdmt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXFCDeAc5k65LmcOc1KBkHUd62uDcdmt > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#UPiZAMxbTFodWxDwtSUXsVNZ9R3QWHpX { color:rgba(var(--color-tertiary-2),1);display:block;width:28.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.75rem;left:5.3125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ccZyvsRrpOpUXOr7xSEinD1OPcmHFaTh { position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #d4a020, #e8b830);background-image: -moz-linear-gradient(135deg, #d4a020, #e8b830);background-image: -ms-linear-gradient(135deg, #d4a020, #e8b830);background-image: -o-linear-gradient(135deg, #d4a020, #e8b830);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4a020', endColorstr='#e8b830' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4a020', endColorstr='#e8b830' );";background-image: linear-gradient(135deg, #d4a020, #e8b830);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.875rem;left:1.25rem;display:block; }
#SsJkou8uavFxRR4EUv5HTab8I8nCXTaG { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:4.8125rem;left:5.3125rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aa45s5laM5KyUUu68TZnWiqQQsT6lPqA { box-sizing:content-box;height:7.5rem;width:36.25rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#eLhZ3BI2fHTRg3CixaLfp8Z1FqNBubuO { 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:15060;opacity:1;top:2.69921875rem;left:2.03125rem; }
#VZJ9RiR03OMGpipuxPgmdCuJ9RrmasiZ { box-sizing:content-box;height:7.5rem;width:36.25rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:38.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#cGxDLCBHfArKEQ061e8155OPVmCauDqb { color:rgba(var(--color-tertiary-2),1);display:block;width:20.75rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:3.42578125rem;left:44.0625rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tpz8LSVUxe6AUw10MIKT8hNiAG50UEIG { color:rgba(var(--color-tertiary-2),1);display:block;width:28.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.75rem;left:44.0625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XI25iDGf4q9k19EceKnJafBC6kAahy8I { position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #d4a020, #e8b830);background-image: -moz-linear-gradient(135deg, #d4a020, #e8b830);background-image: -ms-linear-gradient(135deg, #d4a020, #e8b830);background-image: -o-linear-gradient(135deg, #d4a020, #e8b830);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4a020', endColorstr='#e8b830' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4a020', endColorstr='#e8b830' );";background-image: linear-gradient(135deg, #d4a020, #e8b830);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.875rem;left:40rem;display:block; }
#ZOloI0QkbTURECGCocLiBSBZ1hnowlb4 { 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:15065;opacity:1;top:2.6875rem;left:40.8125rem; }
#aNaWAzmVThrZourEJNTdKHnz8H9n3Ada { box-sizing:content-box;height:7.5rem;width:36.25rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#qeu6kTbCHwa7SByDQXNDbqpQyybNQgQd { position:absolute;display:block;z-index:15069;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #d4a020, #e8b830);background-image: -moz-linear-gradient(135deg, #d4a020, #e8b830);background-image: -ms-linear-gradient(135deg, #d4a020, #e8b830);background-image: -o-linear-gradient(135deg, #d4a020, #e8b830);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4a020', endColorstr='#e8b830' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4a020', endColorstr='#e8b830' );";background-image: linear-gradient(135deg, #d4a020, #e8b830);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:10.625rem;left:1.25rem;display:block; }
#HhTbqkoDHFuCRtQC6r3AHLPRKSTo9ERT { color:rgba(var(--color-tertiary-2),1);display:block;width:20.75rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:12.1875rem;left:5.3125rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HUtLMMJisHn0HhwycAEP4SOnI9toF94p { color:rgba(var(--color-tertiary-2),1);display:block;width:28.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:10.5rem;left:5.3125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KBm88bvxgxtKcK3DrT7AWlpXThKzV4P8 { 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:15070;opacity:1;top:11.4375rem;left:2.0625rem; }
#kK6aGLk9z21G6iiQlKDxr7zNnlBqxWrt { box-sizing:content-box;height:7.5rem;width:36.25rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:38.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Zw0dM2c41XtSIuXoMsUXxRrOffqzv7tX { position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #d4a020, #e8b830);background-image: -moz-linear-gradient(135deg, #d4a020, #e8b830);background-image: -ms-linear-gradient(135deg, #d4a020, #e8b830);background-image: -o-linear-gradient(135deg, #d4a020, #e8b830);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4a020', endColorstr='#e8b830' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4a020', endColorstr='#e8b830' );";background-image: linear-gradient(135deg, #d4a020, #e8b830);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:10.625rem;left:40rem;display:block; }
#ffKJ85iNi1s5JuIgCtJUbQnUc8d3TA6d { color:rgba(var(--color-tertiary-2),1);display:block;width:20.75rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:12.1875rem;left:44.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oPDz9lHCmtxLNsRuTX1HnsV5Hu2GT6JA { 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:15075;opacity:1;top:11.4375rem;left:40.8125rem; }
#B9Hc3MzRV8dRonh03guCLvIxLBNx4MGR { color:rgba(var(--color-tertiary-2),1);display:block;width:28.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:10.5rem;left:44.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#picqNXLTpnH00hPH9kVxSze90gLp3rHt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef1f5;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; }#picqNXLTpnH00hPH9kVxSze90gLp3rHt > .row .container { background-color: transparent; background-image: none; }#picqNXLTpnH00hPH9kVxSze90gLp3rHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#picqNXLTpnH00hPH9kVxSze90gLp3rHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#picqNXLTpnH00hPH9kVxSze90gLp3rHt > .row .container > .video-iframe-container { display: none; }#picqNXLTpnH00hPH9kVxSze90gLp3rHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#picqNXLTpnH00hPH9kVxSze90gLp3rHt > .row > .video-iframe-container { display: none; }#picqNXLTpnH00hPH9kVxSze90gLp3rHt > .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); }#picqNXLTpnH00hPH9kVxSze90gLp3rHt > .row .container { border-width: 0; border-radius: 0; }#picqNXLTpnH00hPH9kVxSze90gLp3rHt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#picqNXLTpnH00hPH9kVxSze90gLp3rHt > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#krRhgVTGsT3T6dK4NheEep1fftVqnyxa { background-color:#a0192d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans grubsza";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:4.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.25rem;left:25.1875rem;display:block; }
#NryGNMIix4Rx4sw5kTcOvA1lgxrBsOup { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fkrx5g8aTkNPyaOgHSbeoQE4MzF38cS7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fkrx5g8aTkNPyaOgHSbeoQE4MzF38cS7 > .row .container { background-color: transparent; background-image: none; }#fkrx5g8aTkNPyaOgHSbeoQE4MzF38cS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkrx5g8aTkNPyaOgHSbeoQE4MzF38cS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkrx5g8aTkNPyaOgHSbeoQE4MzF38cS7 > .row .container > .video-iframe-container { display: none; }#fkrx5g8aTkNPyaOgHSbeoQE4MzF38cS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkrx5g8aTkNPyaOgHSbeoQE4MzF38cS7 > .row > .video-iframe-container { display: none; }#fkrx5g8aTkNPyaOgHSbeoQE4MzF38cS7 > .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); }#fkrx5g8aTkNPyaOgHSbeoQE4MzF38cS7 > .row .container { border-width: 0; border-radius: 0; }#fkrx5g8aTkNPyaOgHSbeoQE4MzF38cS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkrx5g8aTkNPyaOgHSbeoQE4MzF38cS7 > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#zb1vTsbVZXXbC3peGLdrmeyw6NXIDm5W { color:#a0192d;display:block;width:7.25rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:4.875rem;left:0rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#utKTFtvFMLTtVmTHUyJ8X3KT0xNfwJR1 { color:#0f1d36;display:block;width:54.375rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:6.875rem;left:0rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OJU9HMBUGXT8m4592GNodiIALEt4tkZl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OJU9HMBUGXT8m4592GNodiIALEt4tkZl > .row .container { background-color: transparent; background-image: none; }#OJU9HMBUGXT8m4592GNodiIALEt4tkZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJU9HMBUGXT8m4592GNodiIALEt4tkZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJU9HMBUGXT8m4592GNodiIALEt4tkZl > .row .container > .video-iframe-container { display: none; }#OJU9HMBUGXT8m4592GNodiIALEt4tkZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJU9HMBUGXT8m4592GNodiIALEt4tkZl > .row > .video-iframe-container { display: none; }#OJU9HMBUGXT8m4592GNodiIALEt4tkZl > .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); }#OJU9HMBUGXT8m4592GNodiIALEt4tkZl > .row .container { border-width: 0; border-radius: 0; }#OJU9HMBUGXT8m4592GNodiIALEt4tkZl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OJU9HMBUGXT8m4592GNodiIALEt4tkZl > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#B0bDCdTFTEguH0MLEfWSt0xR1EmMhb4E { color:#0f1d36;display:block;width:32.1875rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:9.75rem;left:27.5rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VoaOoBQdnG4JXH25qVTP3hv2Az4XZAKp { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:31.625rem;width:25.875rem;top:2.375rem;left:0rem;display:block; }
#wtokBtfdPrWhetJXPpx2evkPXTb6uT6n { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:31.125rem;width:25.9375rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#ZiVsJW26h7QqvRiBTBmrmyRoPG1JzhEK { color:rgba(var(--color-tertiary-2),1);display:block;width:38rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:12.625rem;left:27.5rem;height:2.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ktwvQV9lZApRmb51TpzU592HzDokZWdG { color:#d4a020;display:block;width:6.25rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:16.875rem;left:27.5rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wuFMqBqkZ3Jd4LbDXERaBs7POwWomnVk { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:18.75rem;left:27.5rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bSoHWaf1NWM6QDCLBu2XtEJXPDDKCGJT { color:#d4a020;display:block;width:6.25rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:16.875rem;left:33.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LLdZcVdUIMx0XebTgxoMHXenW0HpRqfM { color:rgba(var(--color-tertiary-2),1);display:block;width:6.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:18.75rem;left:33.75rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ryhCt9Tdbi60B9Z1KZdxAoTTrg2327aU { color:rgba(var(--color-tertiary-2),1);display:block;width:6.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:18.75rem;left:41.8125rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G8F4v9tVL8GxKXB5JvvsisaesvMhWia7 { color:#d4a020;display:block;width:6.25rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:16.875rem;left:41.8125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nxUMSwth51IohAI9nlMIJgaN2Hq167Aq { background-color:#a0192d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans grubsza";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:4.0625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:22.5625rem;left:27.5rem;display:block; }
#v4qD10XNas95ELtpOLckScO4dKAXB3Hf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kM5QtseGPoAqklcoA6TzLLlwp13f4W4y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef1f5;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; }#kM5QtseGPoAqklcoA6TzLLlwp13f4W4y > .row .container { background-color: transparent; background-image: none; }#kM5QtseGPoAqklcoA6TzLLlwp13f4W4y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kM5QtseGPoAqklcoA6TzLLlwp13f4W4y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kM5QtseGPoAqklcoA6TzLLlwp13f4W4y > .row .container > .video-iframe-container { display: none; }#kM5QtseGPoAqklcoA6TzLLlwp13f4W4y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kM5QtseGPoAqklcoA6TzLLlwp13f4W4y > .row > .video-iframe-container { display: none; }#kM5QtseGPoAqklcoA6TzLLlwp13f4W4y > .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); }#kM5QtseGPoAqklcoA6TzLLlwp13f4W4y > .row .container { border-width: 0; border-radius: 0; }#kM5QtseGPoAqklcoA6TzLLlwp13f4W4y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kM5QtseGPoAqklcoA6TzLLlwp13f4W4y > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#qrTOlhRfxhcCBEZ24UeputQphWyIv8xy { color:#a0192d;display:block;width:7.25rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:2.875rem;left:33.875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#khlBTbukxhHZ7TDENiPHuqtluS4EFXdT { color:#0f1d36;display:block;width:54.375rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:2.1875rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:4.53125rem;left:10.3125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CXKMQAkgmyMlPg0Ugdze1fMfDzuCU8wc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef1f5;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; }#CXKMQAkgmyMlPg0Ugdze1fMfDzuCU8wc > .row .container { background-color: transparent; background-image: none; }#CXKMQAkgmyMlPg0Ugdze1fMfDzuCU8wc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXKMQAkgmyMlPg0Ugdze1fMfDzuCU8wc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXKMQAkgmyMlPg0Ugdze1fMfDzuCU8wc > .row .container > .video-iframe-container { display: none; }#CXKMQAkgmyMlPg0Ugdze1fMfDzuCU8wc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXKMQAkgmyMlPg0Ugdze1fMfDzuCU8wc > .row > .video-iframe-container { display: none; }#CXKMQAkgmyMlPg0Ugdze1fMfDzuCU8wc > .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); }#CXKMQAkgmyMlPg0Ugdze1fMfDzuCU8wc > .row .container { border-width: 0; border-radius: 0; }#CXKMQAkgmyMlPg0Ugdze1fMfDzuCU8wc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CXKMQAkgmyMlPg0Ugdze1fMfDzuCU8wc > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#HABXAIMgoXsG6cwbTEtfkrOWQ8UrbFTZ { color:#253045;display:block;width:24.375rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1875rem;left:18.8125rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XQWfRKcPJPgcKhX6guTBQSKX9EeipQ6h { color:rgba(var(--color-tertiary-1),1);display:block;width:21.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.6875rem;left:18.8125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ND542VmrJ8wElgnt0lrOLb3O9vzHlQ5K { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:67.0625rem;top:7.125rem;left:2.9375rem;display:block; }
#Bv6w0tJKlnJawXJXTIPGsLCdDTa8riCf { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.875rem;left:14.4375rem;display:block; }
#SlW5Bm5hTbgNTTbzfDhUeg4Ke2MgnfUG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:2.8125rem;left:15.375rem; }
#sBVRafB49zTbquvF5SHDQmTgoWZPwzgQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef1f5;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; }#sBVRafB49zTbquvF5SHDQmTgoWZPwzgQ > .row .container { background-color: transparent; background-image: none; }#sBVRafB49zTbquvF5SHDQmTgoWZPwzgQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBVRafB49zTbquvF5SHDQmTgoWZPwzgQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBVRafB49zTbquvF5SHDQmTgoWZPwzgQ > .row .container > .video-iframe-container { display: none; }#sBVRafB49zTbquvF5SHDQmTgoWZPwzgQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBVRafB49zTbquvF5SHDQmTgoWZPwzgQ > .row > .video-iframe-container { display: none; }#sBVRafB49zTbquvF5SHDQmTgoWZPwzgQ > .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); }#sBVRafB49zTbquvF5SHDQmTgoWZPwzgQ > .row .container { border-width: 0; border-radius: 0; }#sBVRafB49zTbquvF5SHDQmTgoWZPwzgQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sBVRafB49zTbquvF5SHDQmTgoWZPwzgQ > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#PFo2Evw3DfSuFkg3BMlKJoTf85PRzK4Z { color:#253045;display:block;width:24.375rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1875rem;left:18.8125rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CvGei0KGJtEyIv5LT59B4wQO4JtV1K0S { color:rgba(var(--color-tertiary-1),1);display:block;width:29.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.6875rem;left:18.8125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WnuRUAleptikWlLmdpiw3sGn9y6D1EOx { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:67.0625rem;top:7.125rem;left:2.9375rem;display:block; }
#KysLJnKVggbPZbWAerIdeVbc7DtfB8AG { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.875rem;left:14.4375rem;display:block; }
#gzw19pi2XzncoosgIZxZbtuxvndJzFMT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:2.8125rem;left:15.375rem; }
#WV8AkxHCmhoT6sZ5ZEOq1IrGwUVtUpmo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef1f5;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; }#WV8AkxHCmhoT6sZ5ZEOq1IrGwUVtUpmo > .row .container { background-color: transparent; background-image: none; }#WV8AkxHCmhoT6sZ5ZEOq1IrGwUVtUpmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV8AkxHCmhoT6sZ5ZEOq1IrGwUVtUpmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV8AkxHCmhoT6sZ5ZEOq1IrGwUVtUpmo > .row .container > .video-iframe-container { display: none; }#WV8AkxHCmhoT6sZ5ZEOq1IrGwUVtUpmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV8AkxHCmhoT6sZ5ZEOq1IrGwUVtUpmo > .row > .video-iframe-container { display: none; }#WV8AkxHCmhoT6sZ5ZEOq1IrGwUVtUpmo > .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); }#WV8AkxHCmhoT6sZ5ZEOq1IrGwUVtUpmo > .row .container { border-width: 0; border-radius: 0; }#WV8AkxHCmhoT6sZ5ZEOq1IrGwUVtUpmo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WV8AkxHCmhoT6sZ5ZEOq1IrGwUVtUpmo > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#f3wGvTdWI6pQ6HGzyEAdVc9V7V6Lxp4w { color:#253045;display:block;width:24.375rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1875rem;left:18.8125rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aFQzhRc9ke4Zda8kTrJVkKfuMdbTQgHO { color:rgba(var(--color-tertiary-1),1);display:block;width:29.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.6875rem;left:18.8125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TE4zVz4EMedBS69UdvBTBHJKQV9SKBSm { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:67.0625rem;top:7.125rem;left:2.9375rem;display:block; }
#qBxnP11Tc0avATubtAL1Oc7OO68ZgNoF { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.875rem;left:14.4375rem;display:block; }
#drRSaacnhZBkzvIpTHwqMv3XA75795bZ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:2.8125rem;left:15.375rem; }
#ueqs6LOtNkNNa6RxEyGrrf30RvX6KwaQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef1f5;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; }#ueqs6LOtNkNNa6RxEyGrrf30RvX6KwaQ > .row .container { background-color: transparent; background-image: none; }#ueqs6LOtNkNNa6RxEyGrrf30RvX6KwaQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueqs6LOtNkNNa6RxEyGrrf30RvX6KwaQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueqs6LOtNkNNa6RxEyGrrf30RvX6KwaQ > .row .container > .video-iframe-container { display: none; }#ueqs6LOtNkNNa6RxEyGrrf30RvX6KwaQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueqs6LOtNkNNa6RxEyGrrf30RvX6KwaQ > .row > .video-iframe-container { display: none; }#ueqs6LOtNkNNa6RxEyGrrf30RvX6KwaQ > .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); }#ueqs6LOtNkNNa6RxEyGrrf30RvX6KwaQ > .row .container { border-width: 0; border-radius: 0; }#ueqs6LOtNkNNa6RxEyGrrf30RvX6KwaQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ueqs6LOtNkNNa6RxEyGrrf30RvX6KwaQ > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#Rnhus6TOKWod2zbfdTz02vDSXMtJWXKP { color:#253045;display:block;width:24.375rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1875rem;left:18.8125rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ECDEL0tG4beuhyrTfVb5yok8Jxfln3Xb { color:rgba(var(--color-tertiary-1),1);display:block;width:29.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.6875rem;left:18.8125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BRFpTKGFIFNTkfwyO5AZRQQMMIErtOtd { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:67.0625rem;top:7.125rem;left:2.9375rem;display:block; }
#gE8ChT396pgLS6oKtAafAtHD0TtwAE9y { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.875rem;left:14.4375rem;display:block; }
#iimK8mV4A63ko7R82bpAgpI7M0OFsmub { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:2.8125rem;left:15.375rem; }
#uX3WlKXyIU2wexygV5FbJscohtvTQTdi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef1f5;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; }#uX3WlKXyIU2wexygV5FbJscohtvTQTdi > .row .container { background-color: transparent; background-image: none; }#uX3WlKXyIU2wexygV5FbJscohtvTQTdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX3WlKXyIU2wexygV5FbJscohtvTQTdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX3WlKXyIU2wexygV5FbJscohtvTQTdi > .row .container > .video-iframe-container { display: none; }#uX3WlKXyIU2wexygV5FbJscohtvTQTdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX3WlKXyIU2wexygV5FbJscohtvTQTdi > .row > .video-iframe-container { display: none; }#uX3WlKXyIU2wexygV5FbJscohtvTQTdi > .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); }#uX3WlKXyIU2wexygV5FbJscohtvTQTdi > .row .container { border-width: 0; border-radius: 0; }#uX3WlKXyIU2wexygV5FbJscohtvTQTdi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uX3WlKXyIU2wexygV5FbJscohtvTQTdi > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#AtE3dth3ytfWDDM8l6fohlOX0blQk1QZ { color:#253045;display:block;width:24.375rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1875rem;left:18.8125rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K4xBNGDWf69icK5LcDT7F8NJdMnZOS6q { color:rgba(var(--color-tertiary-1),1);display:block;width:29.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.6875rem;left:18.8125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vIK5EKxA29STgODiZ1b9LpEPDeOdNL7x { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.875rem;left:14.4375rem;display:block; }
#aUvzIHtgarTTVpTxRVNTPoAwIstSXSTA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:2.8125rem;left:15.375rem; }
#nCVG2MAO0V0PbP2dy8VKJtygUOnhNIwi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #0f1d36, #1a2d4a);background-image: -moz-linear-gradient(135deg, #0f1d36, #1a2d4a);background-image: -ms-linear-gradient(135deg, #0f1d36, #1a2d4a);background-image: -o-linear-gradient(135deg, #0f1d36, #1a2d4a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1d36', endColorstr='#1a2d4a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1d36', endColorstr='#1a2d4a' );";background-image: linear-gradient(135deg, #0f1d36, #1a2d4a);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nCVG2MAO0V0PbP2dy8VKJtygUOnhNIwi > .row .container { background-color: transparent; background-image: none; }#nCVG2MAO0V0PbP2dy8VKJtygUOnhNIwi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCVG2MAO0V0PbP2dy8VKJtygUOnhNIwi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCVG2MAO0V0PbP2dy8VKJtygUOnhNIwi > .row .container > .video-iframe-container { display: none; }#nCVG2MAO0V0PbP2dy8VKJtygUOnhNIwi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCVG2MAO0V0PbP2dy8VKJtygUOnhNIwi > .row > .video-iframe-container { display: none; }#nCVG2MAO0V0PbP2dy8VKJtygUOnhNIwi > .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); }#nCVG2MAO0V0PbP2dy8VKJtygUOnhNIwi > .row .container { border-width: 0; border-radius: 0; }#nCVG2MAO0V0PbP2dy8VKJtygUOnhNIwi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nCVG2MAO0V0PbP2dy8VKJtygUOnhNIwi > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#hAc9SyLTPevVWa7dy7RI8zvOyz8xz1er { background-color:#a0192d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans grubsza";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:4.0625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:12.75rem;left:25.1875rem;display:block; }
#PtBUHbxt4zm8TdRschgUXJ1rq41k8r8O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PSFEiVUAEuMf0BVpqJDPOGC8Q0PVbHNF { color:#ffffff;display:block;width:51.3125rem;position:absolute;font-family:"plus jakarta sans grubsza";font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:7.1875rem;left:11.875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WHhL6d0bmQfO28E1f9x47i2Xx86b3F20 { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:10rem;left:22.5625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cvocTL6mTSgvwvKkJzTy0cAu189oqrL6 { position:relative;display:block; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #cvocTL6mTSgvwvKkJzTy0cAu189oqrL6 > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KFQlsdvyitzaTiwKiTEAH5uCrcOIiGmd { display:block; }#KFQlsdvyitzaTiwKiTEAH5uCrcOIiGmd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nx4ZuHKXqQLWglfEZcH1Nl6iu2UQ8BT7 { width:35.125rem;height:1.1875rem;top:0.5625rem;left:6.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf4iTaEmFir9mHtkZMonwWnurD7TTue1 { display:block; }#Tf4iTaEmFir9mHtkZMonwWnurD7TTue1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsGwOXiJ6Iq2TwPBoBB9SKxh6G93hVVi { width:32rem;height:9rem;top:5.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihOO78k6f6XtKyUKUnqDli70Zzzz6n8F { width:30.25rem;height:3.1875rem;top:16.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmLTSD9HAEl49PVi55CQ4fkrHfNEtSny { width:12.4375rem;height:1.6875rem;top:23.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5i3vSD1JuIRE1nUvzMFluOyT6gWyZLL { width:5.625rem;height:5.625rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZwRuPNQz2KIm0rBOhB8axplBdtFcxRt { width:30.6875rem;height:33.0625rem;top:1.3125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtfCt2hIUkBPSgwFuOHw1uCbdiigIqI7 { width:27rem;height:4rem;top:30.6875rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-regular-label { width:28.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-input-text { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-input-text {padding-top: 0; padding-bottom: 0;}#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-textarea { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-input-select { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-input-select {padding-top: 0; padding-bottom: 0;}#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5625rem;height:4.375rem; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-checkbox-label { width:26.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op  { width:28.125rem;height:auto;top:27.8125rem;left:8.5625rem; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .radio-container { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op {display:block;}#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op { width:28.125rem;height:auto;top:27.8125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #Rq3DNmG7htUfDhLwDQ55AgucrFmZi2ms {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #ox5pHJsCJ0aEi6g4mpDn9O3owRn4e0Mf { display:block; }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #PLDvAWvmNNvkCE2MViGwXEfcP8sXhb2a {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #iAIcBxavb2ZkHnDUUf3NaKOx6Neg96aa {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #hSZVnC8QafrncNWcTm0IMPaaSkJAOckA { display:block; }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #IPTGnF2qmXTHIVNMb4EGfTPTlceXIm1N {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #V7mL4yy4CCntbof14u70UQTgLoWOsRDU {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #l2LBiFawFKgJ3mygsWSs1K8QJ81CwGpx { display:block; }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #a6VMCyJ4wuiRT84dtCeTNxkJGQ5chlaP {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #ogLUIJdloJtpR6SqP4vpUGku19eF7dnM {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #tfpTP8HAMV4vCfKutxa1F2hnPc5lWe3n { display:block; }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #gMmBgGz25ElPKamTdBamRcFi6vFaZlqc {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #KiZGEc7iD9v6OXHWR4mmkOR6cDMSoFUw {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #q992w9HpGDecxx5CGTnwBOyW0EzUp7nv {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #KkWSgy9cTsnGqxIlxKztwLaDOrOhxFKx {  }
 }@media only screen and (max-width: 763px) { #g1qb1Tb5LX8T5r3wqeb0Qz0yTq28wp9K { display:block; }
 }@media only screen and (max-width: 763px) { #t4FIT02Tgv2xxHJgp7MkH9CGzkKIzF0y { display:block; }
 }@media only screen and (max-width: 763px) { #cu6mTMtT4bTitqU6cQVHNiAuwdpKUdPx { display:block; }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #BPt2u1rR7oVC5SaggeZwz7x38wAKpWKT {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #Hpwn79t9V4KHINnd83esPSxCQ557TRXa {  }
 }@media only screen and (max-width: 763px) { #GLRcy0yfzm4IRfVh0HfOoepLZcHo6Pkq { width:47.75rem;height:1.42480625rem;top:23.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPCHPEpLaARHT7q2NV15VyckpIXP8gmF { width:23.75rem;height:1.1875rem;top:28.1875rem;left:24rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLbdymXwVbapVF0hsmH3nznhITcG5dqa { width:13.8125rem;height:1.5625rem;top:2.0625rem;left:33.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca6ZXecwg5Fr0XqhSbvb8UcNVgWN84TQ { width:0.625rem;height:0.625rem;top:2.5625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuKtEqISh4eI7UAT6bCuiCbTigHEEICW { width:15.9375rem;height:2.0625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9h8Ccvc3TqWBysbl6WJ7nzE5WiK8a2R { width:12.6875rem;height:0.9375rem;top:3.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMXfctzlBQIPCbcgtHvCSfawyyS559Km { width:0.9375rem;height:0.9375rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCiOfM1MidiFQ8wTiWt0WMvOWT5JebQ7 { width:5.9375rem;height:5.9375rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5xGl0psKBtDQTxdLb2CAAhOy5pCUrim { width:17.9375rem;height:1.3125rem;top:25.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDpWwCtglgzsdqkyV589EshCHT3IgzFk { width:23.75rem;height:3.25rem;top:5.5rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7yLlaNLVCq7EW1ZCiciOGliNunKmI1V { width:6.0625rem;height:1.3125rem;top:30.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5d8VpHu87M0vNL56c3DbC8p6CBw7KTR { width:7.875rem;height:;top:31.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZPuNkKH2yfalANqQCbRPfbRyEl1LToD { width:3.125rem;height:3.125rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2AVHLpxrAI5dag30p2yHums2rFRF4Ry { width:1.6875rem;height:1.6875rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNIzEWhxTEq5GVqM8RL0i4TsCebLkIds { width:3.375rem;height:1.3125rem;top:31.4375rem;left:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCKr8U8W98ESIS8TyKKrvTdJMe8DBUR9 { width:3.125rem;height:3.125rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0XNgR37HMGtGWx8feT6z0Ut7IOCO7FL { width:4.0625rem;height:1.3125rem;top:30.125rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXcCpzipTRFexZHIKkRno1ZbGPOZQTWL { width:1.6875rem;height:1.6875rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd5hn66AA8WTyyHoJHJhQPWOkoRaTikf { width:6.125rem;height:;top:31.4375rem;left:11.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzQbHRQqJdwlf0HC28bIHk6qTpCNfOTG { width:3.125rem;height:3.125rem;top:29.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7qRlqOzUqKLDnvdbb8GGvIzmzy1O9O3 { width:4.0625rem;height:;top:30.125rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcwP8xcO5o5X3yk3ltTg44QwAyFRiDqG { width:1.6875rem;height:1.6875rem;top:30.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7nKFxnTCB0ullUQZVtXT3dbgzTuVkt3 { width:1.875rem;height:1.875rem;top:31.8125rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbdRkumxlvfhmZyyd4ZhLhLoDDklpNv0 { display:block; }#SbdRkumxlvfhmZyyd4ZhLhLoDDklpNv0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mb5sSvQIwoyN6KkBeQpX5D9P59T0yIxB { width:47.75rem;height:;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z .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; }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z .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; }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z { display:flex;width:18rem;height:5.0625rem;top:5.5rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #mlGNBN78ee6GEMuDLVQqrcGUUgNU7xTN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #iPJ8QJh3d9HzEnTAo3UpP1QBfkdI12pw {  }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #JvyfQWm4aJTCL1KlTlAHfeypxZrXzU3V {  }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #BNHaQJIyLFSDTQ5mHcUB219omvu05BBv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #Kq1MwkFSWXT0ubw0dnh5Xzgqx8Ia8o59 {  }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #ZtdwLqgXXZE91SUPMkbR0pzBV5Tp55Rn {  }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #K956vrIsFn2Tz3CFBTOfbc1VrN8OKRLo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #GCAis11CoS5byyQ8rF9SnypWSUyNO6pX {  }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #hqERWAGwo3NBIouTb7TlRrV6XuwKTzF9 {  }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #FT1ODu4e9i9RXAHBAkyWoWyZNUCocgcK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #o10KMoyQ1lJpHNSp2t0R6TiblXxsS47K {  }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #zpgBDriV46xBb182yC6cf2MScn6XAwUl {  }
 }@media only screen and (max-width: 763px) { #Urb1kk0rihrEIFdQUazVCnPT6zEyrG0n { display:block; }#Urb1kk0rihrEIFdQUazVCnPT6zEyrG0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7RXsyiZ2zG7svaZMUlzVDhldUukgiuT { width:6rem;height:1.125rem;top:4.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWX9v6rC4P3qgJgaicdT4BNVw49bLs0E { width:47.75rem;height:2.625rem;top:6.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXFCDeAc5k65LmcOc1KBkHUd62uDcdmt { display:block; }#MXFCDeAc5k65LmcOc1KBkHUd62uDcdmt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPiZAMxbTFodWxDwtSUXsVNZ9R3QWHpX { width:28.125rem;height:2.75rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccZyvsRrpOpUXOr7xSEinD1OPcmHFaTh { width:3.4375rem;height:3.4375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsJkou8uavFxRR4EUv5HTab8I8nCXTaG { width:14.8125rem;height:1.375rem;top:4.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa45s5laM5KyUUu68TZnWiqQQsT6lPqA { width:36.25rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLhZ3BI2fHTRg3CixaLfp8Z1FqNBubuO { width:1.875rem;height:1.875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZJ9RiR03OMGpipuxPgmdCuJ9RrmasiZ { width:36.25rem;height:7.5rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGxDLCBHfArKEQ061e8155OPVmCauDqb { width:20.75rem;height:1.375rem;top:3.375rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpz8LSVUxe6AUw10MIKT8hNiAG50UEIG { width:28.125rem;height:;top:1.75rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI25iDGf4q9k19EceKnJafBC6kAahy8I { width:3.4375rem;height:3.4375rem;top:1.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOloI0QkbTURECGCocLiBSBZ1hnowlb4 { width:1.875rem;height:1.875rem;top:2.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNaWAzmVThrZourEJNTdKHnz8H9n3Ada { width:36.25rem;height:7.5rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeu6kTbCHwa7SByDQXNDbqpQyybNQgQd { width:3.4375rem;height:3.4375rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhTbqkoDHFuCRtQC6r3AHLPRKSTo9ERT { width:20.75rem;height:;top:12.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUtLMMJisHn0HhwycAEP4SOnI9toF94p { width:28.125rem;height:;top:10.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBm88bvxgxtKcK3DrT7AWlpXThKzV4P8 { width:1.875rem;height:1.875rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK6aGLk9z21G6iiQlKDxr7zNnlBqxWrt { width:36.25rem;height:7.5rem;top:8.75rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw0dM2c41XtSIuXoMsUXxRrOffqzv7tX { width:3.4375rem;height:3.4375rem;top:10.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffKJ85iNi1s5JuIgCtJUbQnUc8d3TA6d { width:20.75rem;height:;top:12.1875rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPDz9lHCmtxLNsRuTX1HnsV5Hu2GT6JA { width:1.875rem;height:1.875rem;top:11.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Hc3MzRV8dRonh03guCLvIxLBNx4MGR { width:28.125rem;height:;top:10.5rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #picqNXLTpnH00hPH9kVxSze90gLp3rHt { display:block; }#picqNXLTpnH00hPH9kVxSze90gLp3rHt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krRhgVTGsT3T6dK4NheEep1fftVqnyxa { width:20.75rem;height:3.875rem;top:19.25rem;left:2.28125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NryGNMIix4Rx4sw5kTcOvA1lgxrBsOup { display:block; }
 }@media only screen and (max-width: 763px) { #fkrx5g8aTkNPyaOgHSbeoQE4MzF38cS7 { display:block; }#fkrx5g8aTkNPyaOgHSbeoQE4MzF38cS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zb1vTsbVZXXbC3peGLdrmeyw6NXIDm5W { width:7.25rem;height:1.125rem;top:4.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utKTFtvFMLTtVmTHUyJ8X3KT0xNfwJR1 { width:47.75rem;height:;top:6.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJU9HMBUGXT8m4592GNodiIALEt4tkZl { display:block; }#OJU9HMBUGXT8m4592GNodiIALEt4tkZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0bDCdTFTEguH0MLEfWSt0xR1EmMhb4E { width:32.1875rem;height:2.25rem;top:9.75rem;left:13.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoaOoBQdnG4JXH25qVTP3hv2Az4XZAKp { width:25.875rem;height:31.625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtokBtfdPrWhetJXPpx2evkPXTb6uT6n { width:25.9375rem;height:31.125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiVsJW26h7QqvRiBTBmrmyRoPG1JzhEK { width:38rem;height:2.75rem;top:12.625rem;left:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktwvQV9lZApRmb51TpzU592HzDokZWdG { width:6.25rem;height:1.875rem;top:16.875rem;left:13.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuFMqBqkZ3Jd4LbDXERaBs7POwWomnVk { width:6.25rem;height:1.375rem;top:18.75rem;left:13.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSoHWaf1NWM6QDCLBu2XtEJXPDDKCGJT { width:6.25rem;height:1.875rem;top:16.875rem;left:20.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLdZcVdUIMx0XebTgxoMHXenW0HpRqfM { width:6.875rem;height:1.375rem;top:18.75rem;left:20.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryhCt9Tdbi60B9Z1KZdxAoTTrg2327aU { width:6.875rem;height:1.375rem;top:18.75rem;left:28.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8F4v9tVL8GxKXB5JvvsisaesvMhWia7 { width:6.25rem;height:1.875rem;top:16.875rem;left:28.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxUMSwth51IohAI9nlMIJgaN2Hq167Aq { width:20.75rem;height:3.875rem;top:19.25rem;left:2.28125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4qD10XNas95ELtpOLckScO4dKAXB3Hf { display:block; }
 }@media only screen and (max-width: 763px) { #kM5QtseGPoAqklcoA6TzLLlwp13f4W4y { display:block; }#kM5QtseGPoAqklcoA6TzLLlwp13f4W4y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrTOlhRfxhcCBEZ24UeputQphWyIv8xy { width:7.25rem;height:1.125rem;top:2.875rem;left:20.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khlBTbukxhHZ7TDENiPHuqtluS4EFXdT { width:47.75rem;height:2.625rem;top:4.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXKMQAkgmyMlPg0Ugdze1fMfDzuCU8wc { display:block; }#CXKMQAkgmyMlPg0Ugdze1fMfDzuCU8wc > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HABXAIMgoXsG6cwbTEtfkrOWQ8UrbFTZ { top:3.9375rem;left:7.125rem;width:39.4375rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQWfRKcPJPgcKhX6guTBQSKX9EeipQ6h { top:6.875rem;left:7.125rem;width:39.25rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND542VmrJ8wElgnt0lrOLb3O9vzHlQ5K { width:47.75rem;height:0.0625rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv6w0tJKlnJawXJXTIPGsLCdDTa8riCf { width:3.4375rem;height:3.4375rem;top:1.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlW5Bm5hTbgNTTbzfDhUeg4Ke2MgnfUG { width:1.5625rem;height:1.5625rem;top:2.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBVRafB49zTbquvF5SHDQmTgoWZPwzgQ { display:block; }#sBVRafB49zTbquvF5SHDQmTgoWZPwzgQ > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFo2Evw3DfSuFkg3BMlKJoTf85PRzK4Z { top:3.9375rem;left:7.125rem;width:39.4375rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvGei0KGJtEyIv5LT59B4wQO4JtV1K0S { top:6.875rem;left:7.125rem;width:39.25rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnuRUAleptikWlLmdpiw3sGn9y6D1EOx { width:47.75rem;height:0.0625rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KysLJnKVggbPZbWAerIdeVbc7DtfB8AG { width:3.4375rem;height:3.4375rem;top:1.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzw19pi2XzncoosgIZxZbtuxvndJzFMT { width:1.5625rem;height:1.5625rem;top:2.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV8AkxHCmhoT6sZ5ZEOq1IrGwUVtUpmo { display:block; }#WV8AkxHCmhoT6sZ5ZEOq1IrGwUVtUpmo > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3wGvTdWI6pQ6HGzyEAdVc9V7V6Lxp4w { top:3.9375rem;left:7.125rem;width:39.4375rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFQzhRc9ke4Zda8kTrJVkKfuMdbTQgHO { top:6.875rem;left:7.125rem;width:39.25rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4zVz4EMedBS69UdvBTBHJKQV9SKBSm { width:47.75rem;height:0.0625rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBxnP11Tc0avATubtAL1Oc7OO68ZgNoF { width:3.4375rem;height:3.4375rem;top:1.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drRSaacnhZBkzvIpTHwqMv3XA75795bZ { width:1.5625rem;height:1.5625rem;top:2.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueqs6LOtNkNNa6RxEyGrrf30RvX6KwaQ { display:block; }#ueqs6LOtNkNNa6RxEyGrrf30RvX6KwaQ > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rnhus6TOKWod2zbfdTz02vDSXMtJWXKP { top:3.9375rem;left:7.125rem;width:39.4375rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECDEL0tG4beuhyrTfVb5yok8Jxfln3Xb { top:6.875rem;left:7.125rem;width:39.25rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRFpTKGFIFNTkfwyO5AZRQQMMIErtOtd { width:47.75rem;height:0.0625rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE8ChT396pgLS6oKtAafAtHD0TtwAE9y { width:3.4375rem;height:3.4375rem;top:1.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iimK8mV4A63ko7R82bpAgpI7M0OFsmub { width:1.5625rem;height:1.5625rem;top:2.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX3WlKXyIU2wexygV5FbJscohtvTQTdi { display:block; }#uX3WlKXyIU2wexygV5FbJscohtvTQTdi > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtE3dth3ytfWDDM8l6fohlOX0blQk1QZ { top:3.9375rem;left:7.125rem;width:39.4375rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4xBNGDWf69icK5LcDT7F8NJdMnZOS6q { top:6.875rem;left:7.125rem;width:39.25rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIK5EKxA29STgODiZ1b9LpEPDeOdNL7x { width:3.4375rem;height:3.4375rem;top:1.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUvzIHtgarTTVpTxRVNTPoAwIstSXSTA { width:1.5625rem;height:1.5625rem;top:2.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCVG2MAO0V0PbP2dy8VKJtygUOnhNIwi { display:block; }#nCVG2MAO0V0PbP2dy8VKJtygUOnhNIwi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAc9SyLTPevVWa7dy7RI8zvOyz8xz1er { width:20.75rem;height:3.875rem;top:19.25rem;left:2.28125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtBUHbxt4zm8TdRschgUXJ1rq41k8r8O { display:block; }
 }@media only screen and (max-width: 763px) { #PSFEiVUAEuMf0BVpqJDPOGC8Q0PVbHNF { width:47.75rem;height:2.25rem;top:7.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHhL6d0bmQfO28E1f9x47i2Xx86b3F20 { top:6.875rem;left:7.125rem;width:39.25rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvocTL6mTSgvwvKkJzTy0cAu189oqrL6 { display:block; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #cvocTL6mTSgvwvKkJzTy0cAu189oqrL6 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KFQlsdvyitzaTiwKiTEAH5uCrcOIiGmd { display:block; }#KFQlsdvyitzaTiwKiTEAH5uCrcOIiGmd > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nx4ZuHKXqQLWglfEZcH1Nl6iu2UQ8BT7 { width:20rem;height:1.03125rem;top:0.734375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Tf4iTaEmFir9mHtkZMonwWnurD7TTue1 { display:block; }#Tf4iTaEmFir9mHtkZMonwWnurD7TTue1 > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsGwOXiJ6Iq2TwPBoBB9SKxh6G93hVVi { width:20rem;height:6.5625rem;top:4.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ihOO78k6f6XtKyUKUnqDli70Zzzz6n8F { width:20rem;height:4.21875rem;top:12.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xmLTSD9HAEl49PVi55CQ4fkrHfNEtSny { width:10.875rem;height:1.6875rem;top:19.125rem;left:7.75rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #J5i3vSD1JuIRE1nUvzMFluOyT6gWyZLL { width:5.3125rem;height:5.3125rem;top:18.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZwRuPNQz2KIm0rBOhB8axplBdtFcxRt { width:19.875rem;height:33.4375rem;top:29.849609375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtfCt2hIUkBPSgwFuOHw1uCbdiigIqI7 { width:16.0625rem;height:4rem;top:59.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;font-size:0.75rem;overflow:hidden;display:block;font-family:poppins; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.5rem; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-input-text {padding-top: 0; padding-bottom: 0;}#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.5rem; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-input-select {padding-top: 0; padding-bottom: 0;}#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0.9375rem;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;height:3.4375rem; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-container:first-of-type{padding-top:0;}#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .widget-container:last-of-type{padding-bottom:0;}#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op  { width:17.5rem;height:auto;top:36.26171875rem;left:0rem; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op {display:block;}#gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op { width:17.5rem;height:auto;top:36.26171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #Rq3DNmG7htUfDhLwDQ55AgucrFmZi2ms {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #ox5pHJsCJ0aEi6g4mpDn9O3owRn4e0Mf { display:block; }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #PLDvAWvmNNvkCE2MViGwXEfcP8sXhb2a {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #iAIcBxavb2ZkHnDUUf3NaKOx6Neg96aa {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #hSZVnC8QafrncNWcTm0IMPaaSkJAOckA { display:block; }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #IPTGnF2qmXTHIVNMb4EGfTPTlceXIm1N {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #V7mL4yy4CCntbof14u70UQTgLoWOsRDU {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #l2LBiFawFKgJ3mygsWSs1K8QJ81CwGpx { display:block; }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #a6VMCyJ4wuiRT84dtCeTNxkJGQ5chlaP {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #ogLUIJdloJtpR6SqP4vpUGku19eF7dnM {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #tfpTP8HAMV4vCfKutxa1F2hnPc5lWe3n { display:block; }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #gMmBgGz25ElPKamTdBamRcFi6vFaZlqc {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #KiZGEc7iD9v6OXHWR4mmkOR6cDMSoFUw {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #q992w9HpGDecxx5CGTnwBOyW0EzUp7nv {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #KkWSgy9cTsnGqxIlxKztwLaDOrOhxFKx {  }
 }@media only screen and (max-width: 763px) { #g1qb1Tb5LX8T5r3wqeb0Qz0yTq28wp9K { display:block; }
 }@media only screen and (max-width: 763px) { #t4FIT02Tgv2xxHJgp7MkH9CGzkKIzF0y { display:block; }
 }@media only screen and (max-width: 763px) { #cu6mTMtT4bTitqU6cQVHNiAuwdpKUdPx { display:block; }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #BPt2u1rR7oVC5SaggeZwz7x38wAKpWKT {  }
 }@media only screen and (max-width: 763px) { #gFrZJmKXMnV2UqznZN1DrdPP4JTAv0Op #Hpwn79t9V4KHINnd83esPSxCQ557TRXa {  }
 }@media only screen and (max-width: 763px) { #GLRcy0yfzm4IRfVh0HfOoepLZcHo6Pkq { width:12.5625rem;height:2.44921875rem;top:60.5625rem;left:5.375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hPCHPEpLaARHT7q2NV15VyckpIXP8gmF { width:20rem;height:1.21875rem;top:57.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BLbdymXwVbapVF0hsmH3nznhITcG5dqa { width:13.8125rem;height:1.40625rem;top:30.65625rem;left:3.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ca6ZXecwg5Fr0XqhSbvb8UcNVgWN84TQ { width:0.625rem;height:0.625rem;top:31.109375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuKtEqISh4eI7UAT6bCuiCbTigHEEICW { width:13.4375rem;height:2.0625rem;top:0.875rem;left:3.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9h8Ccvc3TqWBysbl6WJ7nzE5WiK8a2R { width:11.5625rem;height:0.8125rem;top:1.5625rem;left:5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMXfctzlBQIPCbcgtHvCSfawyyS559Km { width:0.9375rem;height:0.9375rem;top:1.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCiOfM1MidiFQ8wTiWt0WMvOWT5JebQ7 { width:5.9375rem;height:5.9375rem;top:18.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5xGl0psKBtDQTxdLb2CAAhOy5pCUrim { width:10.0625rem;height:2.625rem;top:20.8125rem;left:7.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XDpWwCtglgzsdqkyV589EshCHT3IgzFk { width:18.75rem;height:3.25rem;top:33.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7yLlaNLVCq7EW1ZCiciOGliNunKmI1V { width:3.3125rem;height:1.40625rem;top:25.984375rem;left:3.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #p5d8VpHu87M0vNL56c3DbC8p6CBw7KTR { width:7.875rem;height:1.21875rem;top:27.390625rem;left:3.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RZPuNkKH2yfalANqQCbRPfbRyEl1LToD { width:2.5rem;height:2.5rem;top:26.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2AVHLpxrAI5dag30p2yHums2rFRF4Ry { display:flex;width:1.25rem;height:1.25rem;top:26.6875rem;left:1.125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #RNIzEWhxTEq5GVqM8RL0i4TsCebLkIds { width:3.375rem;height:1.21875rem;top:27.390625rem;left:14.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gCKr8U8W98ESIS8TyKKrvTdJMe8DBUR9 { width:2.5rem;height:2.5rem;top:26rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0XNgR37HMGtGWx8feT6z0Ut7IOCO7FL { width:4.0625rem;height:1.40625rem;top:25.984375rem;left:14.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hXcCpzipTRFexZHIKkRno1ZbGPOZQTWL { display:flex;width:1.25rem;height:1.25rem;top:26.625rem;left:12.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Bd5hn66AA8WTyyHoJHJhQPWOkoRaTikf { width:6.125rem;height:0;top:55.75rem;left:6.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #JzQbHRQqJdwlf0HC28bIHk6qTpCNfOTG { width:2.5rem;height:2.5rem;top:51.375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7qRlqOzUqKLDnvdbb8GGvIzmzy1O9O3 { width:4.0625rem;height:0;top:46.4375rem;left:7.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #IcwP8xcO5o5X3yk3ltTg44QwAyFRiDqG { display:flex;width:1.25rem;height:1.25rem;top:52.125rem;left:9.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7nKFxnTCB0ullUQZVtXT3dbgzTuVkt3 { display:flex;width:1.875rem;height:1.875rem;top:60.875rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #SbdRkumxlvfhmZyyd4ZhLhLoDDklpNv0 { display:block; }#SbdRkumxlvfhmZyyd4ZhLhLoDDklpNv0 > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mb5sSvQIwoyN6KkBeQpX5D9P59T0yIxB { width:20rem;height:1.19921875rem;top:2.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z .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; }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z .widget-text.counter-number { padding-top:0.410625rem;padding-right:0.364375rem;padding-bottom:0.410625rem;padding-left:0.364375rem;width:2.18625rem;min-width:2.18625rem;height:2.20875rem;font-size:1.64375rem;line-height:35.34px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.256875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.915rem;height:0.873125rem;font-size:0.61625rem;line-height:13.97px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z { display:flex;width:15.0625rem;height:4.1875rem;top:3.875rem;left:1.9375rem;padding-top:0.51375rem;padding-right:0.520625rem;padding-bottom:0.51375rem;padding-left:0.520625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #mlGNBN78ee6GEMuDLVQqrcGUUgNU7xTN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #iPJ8QJh3d9HzEnTAo3UpP1QBfkdI12pw {  }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #JvyfQWm4aJTCL1KlTlAHfeypxZrXzU3V {  }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #BNHaQJIyLFSDTQ5mHcUB219omvu05BBv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #Kq1MwkFSWXT0ubw0dnh5Xzgqx8Ia8o59 {  }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #ZtdwLqgXXZE91SUPMkbR0pzBV5Tp55Rn {  }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #K956vrIsFn2Tz3CFBTOfbc1VrN8OKRLo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #GCAis11CoS5byyQ8rF9SnypWSUyNO6pX {  }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #hqERWAGwo3NBIouTb7TlRrV6XuwKTzF9 {  }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #FT1ODu4e9i9RXAHBAkyWoWyZNUCocgcK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #o10KMoyQ1lJpHNSp2t0R6TiblXxsS47K {  }
 }@media only screen and (max-width: 763px) { #A1eoCR3eE6RcEW2wT57q1pmcyDwTPu9z #zpgBDriV46xBb182yC6cf2MScn6XAwUl {  }
 }@media only screen and (max-width: 763px) { #Urb1kk0rihrEIFdQUazVCnPT6zEyrG0n { display:block; }#Urb1kk0rihrEIFdQUazVCnPT6zEyrG0n > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7RXsyiZ2zG7svaZMUlzVDhldUukgiuT { width:6rem;height:1.3125rem;top:2.625rem;left:7rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XWX9v6rC4P3qgJgaicdT4BNVw49bLs0E { width:17.4375rem;height:3.298825rem;top:4.1875rem;left:1.28125rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MXFCDeAc5k65LmcOc1KBkHUd62uDcdmt { display:block; }#MXFCDeAc5k65LmcOc1KBkHUd62uDcdmt > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPiZAMxbTFodWxDwtSUXsVNZ9R3QWHpX { width:14.6875rem;height:2.798825rem;top:2.5rem;left:4.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ccZyvsRrpOpUXOr7xSEinD1OPcmHFaTh { width:3.4375rem;height:3.4375rem;top:2.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsJkou8uavFxRR4EUv5HTab8I8nCXTaG { width:14.6875rem;height:1.13671875rem;top:5.609375rem;left:4.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aa45s5laM5KyUUu68TZnWiqQQsT6lPqA { width:20rem;height:6.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLhZ3BI2fHTRg3CixaLfp8Z1FqNBubuO { display:flex;width:1.875rem;height:1.875rem;top:3.28125rem;left:1.40625rem; }
 }@media only screen and (max-width: 763px) { #VZJ9RiR03OMGpipuxPgmdCuJ9RrmasiZ { width:20rem;height:6.875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGxDLCBHfArKEQ061e8155OPVmCauDqb { width:14.6875rem;height:1.13671875rem;top:23.119140625rem;left:4.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tpz8LSVUxe6AUw10MIKT8hNiAG50UEIG { width:14.6875rem;height:2.798825rem;top:20rem;left:4.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XI25iDGf4q9k19EceKnJafBC6kAahy8I { width:3.4375rem;height:3.4375rem;top:20rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOloI0QkbTURECGCocLiBSBZ1hnowlb4 { display:flex;width:1.875rem;height:1.875rem;top:20.78125rem;left:1.40625rem; }
 }@media only screen and (max-width: 763px) { #aNaWAzmVThrZourEJNTdKHnz8H9n3Ada { width:20rem;height:6.875rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeu6kTbCHwa7SByDQXNDbqpQyybNQgQd { width:3.4375rem;height:3.4375rem;top:11.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhTbqkoDHFuCRtQC6r3AHLPRKSTo9ERT { width:14.6875rem;height:1.13671875rem;top:14.369140625rem;left:4.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HUtLMMJisHn0HhwycAEP4SOnI9toF94p { width:14.6875rem;height:2.798825rem;top:11.25rem;left:4.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KBm88bvxgxtKcK3DrT7AWlpXThKzV4P8 { display:flex;width:1.875rem;height:1.875rem;top:12.03125rem;left:1.40625rem; }
 }@media only screen and (max-width: 763px) { #kK6aGLk9z21G6iiQlKDxr7zNnlBqxWrt { width:20rem;height:6.875rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw0dM2c41XtSIuXoMsUXxRrOffqzv7tX { width:3.4375rem;height:3.4375rem;top:28.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffKJ85iNi1s5JuIgCtJUbQnUc8d3TA6d { width:14.6875rem;height:1.13671875rem;top:31.869140625rem;left:4.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oPDz9lHCmtxLNsRuTX1HnsV5Hu2GT6JA { display:flex;width:1.875rem;height:1.875rem;top:29.53125rem;left:1.40625rem; }
 }@media only screen and (max-width: 763px) { #B9Hc3MzRV8dRonh03guCLvIxLBNx4MGR { width:14.6875rem;height:2.798825rem;top:28.75rem;left:4.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #picqNXLTpnH00hPH9kVxSze90gLp3rHt { display:block; }#picqNXLTpnH00hPH9kVxSze90gLp3rHt > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krRhgVTGsT3T6dK4NheEep1fftVqnyxa { width:19rem;height:4.0625rem;top:1.25rem;left:0.5rem;font-size:0.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(253deg, #620000, #a20000);background-image: -moz-linear-gradient(253deg, #620000, #a20000);background-image: -ms-linear-gradient(253deg, #620000, #a20000);background-image: -o-linear-gradient(253deg, #620000, #a20000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#620000', endColorstr='#a20000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#620000', endColorstr='#a20000' );";background-image: linear-gradient(253deg, #620000, #a20000);background-size:auto !important;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NryGNMIix4Rx4sw5kTcOvA1lgxrBsOup { display:block; }
 }@media only screen and (max-width: 763px) { #fkrx5g8aTkNPyaOgHSbeoQE4MzF38cS7 { display:block; }#fkrx5g8aTkNPyaOgHSbeoQE4MzF38cS7 > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zb1vTsbVZXXbC3peGLdrmeyw6NXIDm5W { width:7.25rem;height:1.3125rem;top:3.25rem;left:6.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #utKTFtvFMLTtVmTHUyJ8X3KT0xNfwJR1 { width:18rem;height:3.298825rem;top:5.1875rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OJU9HMBUGXT8m4592GNodiIALEt4tkZl { display:block; }#OJU9HMBUGXT8m4592GNodiIALEt4tkZl > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0bDCdTFTEguH0MLEfWSt0xR1EmMhb4E { width:20rem;height:2.1875rem;top:28.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VoaOoBQdnG4JXH25qVTP3hv2Az4XZAKp { width:20rem;height:22.8125rem;top:4.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtokBtfdPrWhetJXPpx2evkPXTb6uT6n { width:20rem;height:23.875rem;top:3.125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiVsJW26h7QqvRiBTBmrmyRoPG1JzhEK { width:20rem;height:5.25rem;top:30.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ktwvQV9lZApRmb51TpzU592HzDokZWdG { width:6.25rem;height:2.1875rem;top:36.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wuFMqBqkZ3Jd4LbDXERaBs7POwWomnVk { width:6.25rem;height:1.13671875rem;top:39.0625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bSoHWaf1NWM6QDCLBu2XtEJXPDDKCGJT { width:6.25rem;height:2.1875rem;top:36.9375rem;left:7rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LLdZcVdUIMx0XebTgxoMHXenW0HpRqfM { width:6.875rem;height:1.13671875rem;top:39.0625rem;left:6.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ryhCt9Tdbi60B9Z1KZdxAoTTrg2327aU { width:6.875rem;height:1.13671875rem;top:39.0625rem;left:13.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #G8F4v9tVL8GxKXB5JvvsisaesvMhWia7 { width:6.25rem;height:2.1875rem;top:36.9375rem;left:13.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nxUMSwth51IohAI9nlMIJgaN2Hq167Aq { width:19rem;height:4.0625rem;top:41.44921875rem;left:0.5rem;font-size:0.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(253deg, #620000, #a20000);background-image: -moz-linear-gradient(253deg, #620000, #a20000);background-image: -ms-linear-gradient(253deg, #620000, #a20000);background-image: -o-linear-gradient(253deg, #620000, #a20000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#620000', endColorstr='#a20000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#620000', endColorstr='#a20000' );";background-image: linear-gradient(253deg, #620000, #a20000);background-size:auto !important;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v4qD10XNas95ELtpOLckScO4dKAXB3Hf { display:block; }
 }@media only screen and (max-width: 763px) { #kM5QtseGPoAqklcoA6TzLLlwp13f4W4y { display:block; }#kM5QtseGPoAqklcoA6TzLLlwp13f4W4y > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrTOlhRfxhcCBEZ24UeputQphWyIv8xy { width:7.25rem;height:1.3125rem;top:3.4375rem;left:6.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #khlBTbukxhHZ7TDENiPHuqtluS4EFXdT { width:20rem;height:1.92480625rem;top:5.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CXKMQAkgmyMlPg0Ugdze1fMfDzuCU8wc { display:block; }#CXKMQAkgmyMlPg0Ugdze1fMfDzuCU8wc > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HABXAIMgoXsG6cwbTEtfkrOWQ8UrbFTZ { width:16.25rem;height:1.19921875rem;top:0.625rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XQWfRKcPJPgcKhX6guTBQSKX9EeipQ6h { width:16.25rem;height:2.625rem;top:2.44921875rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ND542VmrJ8wElgnt0lrOLb3O9vzHlQ5K { width:20rem;height:0.0625rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv6w0tJKlnJawXJXTIPGsLCdDTa8riCf { width:2.8125rem;height:2.8125rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlW5Bm5hTbgNTTbzfDhUeg4Ke2MgnfUG { display:flex;width:1.375rem;height:1.375rem;top:1.375rem;left:1.3125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #sBVRafB49zTbquvF5SHDQmTgoWZPwzgQ { display:block; }#sBVRafB49zTbquvF5SHDQmTgoWZPwzgQ > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFo2Evw3DfSuFkg3BMlKJoTf85PRzK4Z { width:16.25rem;height:1.19921875rem;top:0.625rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CvGei0KGJtEyIv5LT59B4wQO4JtV1K0S { width:16.25rem;height:2.625rem;top:2.44921875rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WnuRUAleptikWlLmdpiw3sGn9y6D1EOx { width:20rem;height:0.0625rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KysLJnKVggbPZbWAerIdeVbc7DtfB8AG { width:2.8125rem;height:2.8125rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzw19pi2XzncoosgIZxZbtuxvndJzFMT { display:flex;width:1.375rem;height:1.375rem;top:1.375rem;left:1.3125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #WV8AkxHCmhoT6sZ5ZEOq1IrGwUVtUpmo { display:block; }#WV8AkxHCmhoT6sZ5ZEOq1IrGwUVtUpmo > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3wGvTdWI6pQ6HGzyEAdVc9V7V6Lxp4w { width:16.25rem;height:1.19921875rem;top:0.625rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aFQzhRc9ke4Zda8kTrJVkKfuMdbTQgHO { width:16.25rem;height:1.3125rem;top:2.44921875rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TE4zVz4EMedBS69UdvBTBHJKQV9SKBSm { width:20rem;height:0.0625rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBxnP11Tc0avATubtAL1Oc7OO68ZgNoF { width:2.8125rem;height:2.8125rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drRSaacnhZBkzvIpTHwqMv3XA75795bZ { display:flex;width:1.375rem;height:1.375rem;top:1.375rem;left:1.3125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ueqs6LOtNkNNa6RxEyGrrf30RvX6KwaQ { display:block; }#ueqs6LOtNkNNa6RxEyGrrf30RvX6KwaQ > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rnhus6TOKWod2zbfdTz02vDSXMtJWXKP { width:16.25rem;height:1.19921875rem;top:0.625rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ECDEL0tG4beuhyrTfVb5yok8Jxfln3Xb { width:16.25rem;height:1.3125rem;top:2.44921875rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BRFpTKGFIFNTkfwyO5AZRQQMMIErtOtd { width:20rem;height:0.0625rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE8ChT396pgLS6oKtAafAtHD0TtwAE9y { width:2.8125rem;height:2.8125rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iimK8mV4A63ko7R82bpAgpI7M0OFsmub { display:flex;width:1.375rem;height:1.375rem;top:1.375rem;left:1.3125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #uX3WlKXyIU2wexygV5FbJscohtvTQTdi { display:block; }#uX3WlKXyIU2wexygV5FbJscohtvTQTdi > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtE3dth3ytfWDDM8l6fohlOX0blQk1QZ { width:16.25rem;height:1.19921875rem;top:0.625rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K4xBNGDWf69icK5LcDT7F8NJdMnZOS6q { width:15.0625rem;height:2.625rem;top:2.44921875rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vIK5EKxA29STgODiZ1b9LpEPDeOdNL7x { width:2.8125rem;height:2.8125rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUvzIHtgarTTVpTxRVNTPoAwIstSXSTA { display:flex;width:1.375rem;height:1.375rem;top:1.375rem;left:1.3125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #nCVG2MAO0V0PbP2dy8VKJtygUOnhNIwi { display:block; }#nCVG2MAO0V0PbP2dy8VKJtygUOnhNIwi > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAc9SyLTPevVWa7dy7RI8zvOyz8xz1er { width:18.875rem;height:4.0625rem;top:10.5rem;left:0.5625rem;font-size:0.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(253deg, #620000, #a20000);background-image: -moz-linear-gradient(253deg, #620000, #a20000);background-image: -ms-linear-gradient(253deg, #620000, #a20000);background-image: -o-linear-gradient(253deg, #620000, #a20000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#620000', endColorstr='#a20000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#620000', endColorstr='#a20000' );";background-image: linear-gradient(253deg, #620000, #a20000);background-size:auto !important;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PtBUHbxt4zm8TdRschgUXJ1rq41k8r8O { display:block; }
 }@media only screen and (max-width: 763px) { #PSFEiVUAEuMf0BVpqJDPOGC8Q0PVbHNF { width:17.0625rem;height:3.298825rem;top:4.0625rem;left:1.5rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WHhL6d0bmQfO28E1f9x47i2Xx86b3F20 { width:20rem;height:1.3125rem;top:7.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cvocTL6mTSgvwvKkJzTy0cAu189oqrL6 { display:block; } #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection *:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="text"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="email"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection input[type="tel"]:focus-visible, #ic2512df6f1e2e2a6ef9fee9275a122c.widget-smartsection textarea:focus-visible { outline: none; } #cvocTL6mTSgvwvKkJzTy0cAu189oqrL6 > .row .container { position:relative;display:block; } }