.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:251,198,200;--color-primary-1:246,142,146;--color-primary-2:242,85,91;--color-primary-3:237,28,36;--color-primary-4:178,21,27;--color-secondary-0:255,255,255;--color-secondary-1:200,199,199;--color-secondary-2:145,143,144;--color-secondary-3:90,87,88;--color-secondary-4:35,31,32;--color-tertiary-0:213,214,214;--color-tertiary-1:172,172,173;--color-tertiary-2:130,131,132;--color-tertiary-3:88,89,91;--color-tertiary-4:66,67,68;--headlines-font-family:Lato;--paragraphs-font-family:open sans; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-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); }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/254b4d78-f40c-4ea6-a159-1d8f85e4d1e9/pytka.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU.adaptive-delivery-prevent-bg, #WN2A36asNiluvLUL0IGfcpRZeDVcFSoU.lazyload, #WN2A36asNiluvLUL0IGfcpRZeDVcFSoU.lazyloading { background-image: none; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container { background-color: transparent; background-image: none; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container > .video-iframe-container { display: none; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row > .video-iframe-container { display: none; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .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); }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container { border-width: 0; border-radius: 0; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#n9c8ReTw2zFd8LrcAFsrmgNHF2ngGP6p { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.8125rem;left:52.375rem;display:block; }
#oONuwPF4Xh6d5th4GP8N1Ui142XsaLhd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhMOvHPr3tqvBnxdbFPqpE7UC26kz0nV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.8125rem;left:43.6875rem;display:block; }
#qMdgXFEDPtwWuQ7JlgzixvfabATE4zw8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ooh9VIhoI1wAoEuZzbZ1Ce7PQLk1afJy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.8125rem;left:35rem;display:block; }
#b3NBdu39GB36cgFyXTpCOTSW89Fq57o5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#txgdM1h8MxlDDdNr6zdRQJsHwr2WFtq0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:20rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#Rf4lGUUOmIFwO1Ai2fTJPLBGCUxWxlc6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.8125rem;left:26.3125rem;display:block; }
#vF21aPri01NvKCl3vZNnzIGdTpSR1uon { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QgVIxctbvUV2eyCJnzNI3f993HAK7Xew { background-color:#e20613;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.5rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:1.40625rem;left:60.5rem;display:block; }
#pc0M8TOWe4o9Eni7Wc26w4ogxT26apOF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cu0HT4aCPUtwPVewI9DSTKffxbLcoA10 { box-sizing:content-box;height:5.375rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/254b4d78-f40c-4ea6-a159-1d8f85e4d1e9/pytka.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.adaptive-delivery-prevent-bg, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyload, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyloading { background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:42rem;width:75rem;overflow:visible;position:relative;display:block; }#EJMpt4vJIrQ1DnzBEdgAIcgcKa9G5Pkf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:41.9375rem;width:75rem;top:0rem;left:0rem;display:block; }
#eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/254b4d78-f40c-4ea6-a159-1d8f85e4d1e9/pytka.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5.adaptive-delivery-prevent-bg, #eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5.lazyload, #eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5.lazyloading { background-image: none; }#eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5 > .row .container { background-color: transparent; background-image: none; }#eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5 > .row .container > .video-iframe-container { display: none; }#eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5 > .row > .video-iframe-container { display: none; }#eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5 > .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); }#eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5 > .row .container { border-width: 0; border-radius: 0; }#eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:91.875rem;width:75rem;overflow:visible;position:relative;display:block; }#dCVAF8XWHWVEcv2eS3HZBvwNgpwyNf1h { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:14.0625rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KTswNatAiazy6gLHEoyRp3XMVHKoTyre { color:rgba(var(--color-secondary-4),1);display:block;width:70rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:23.5625rem;left:2.5rem;height:8.4375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#KTswNatAiazy6gLHEoyRp3XMVHKoTyre li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KTswNatAiazy6gLHEoyRp3XMVHKoTyre li:before{  }
#hHG4oA4XBtnSqpIwqcJTyUgIedk4DDnr { color:#ff00fd;display:block;width:70rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19rem;left:2.5rem;height:2.5rem;text-align:justify;text-align-last:initial;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; }
#AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { color:rgba(var(--color-secondary-4),1);display:block;width:69.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:7.375rem;left:2.65625rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { color:rgba(var(--color-secondary-4),1);display:block;width:74.1875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:0.8125rem;left:0.40625rem;height:3.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ldF0DKooyTPu5yRILMbcq4JNzC2GoMJR { color:#ff00fd;display:block;width:70.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:73.125rem;left:2.375rem;height:7.1875rem;text-align:justify;text-align-last:initial;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; }
#JIoDKgz3eLNBHlARgrM8afR42Zscw3ka { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:36.6875rem;left:0rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QqdUAdzp9trF6R5zpMwNQlKmLCZhRzut { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:7.6875rem;width:32.125rem;top:43.0625rem;left:2.4375rem;display:block; }
#KQ0uQ9GSXqrTZrB3TDIlomKtXIdAtn8e { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:7.625rem;width:32.0625rem;top:52.1875rem;left:2.4375rem;display:block; }
#HzAGbsNl9hy2XOm8XLCLqiQW5XC4xJ33 { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:7.75rem;width:32.1875rem;top:61.3125rem;left:2.4375rem;display:block; }
#ueh3l0TJ83Veofa556hXPRiALTHS7cJF { color:#ff00fd;display:block;width:21rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:44.4375rem;left:9.6875rem;height:4.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; }
#yxIXdNuTc2eT1sB9LFqhnxv9eRpWrWUM { color:#ff00fd;display:block;width:25.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:53.5rem;left:9.8125rem;height:4.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; }
#QJykE6lc5PCcQX9AETG6mLl6iXuOc4Wv { color:#ff00fd;display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:62.625rem;left:9.6875rem;height:4.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; }
#BuAcJNmLokIb7oIaeMuDtqh0UsXGbcsS { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:7.625rem;width:32.25rem;top:43.125rem;left:40.25rem;display:block; }
#bUmXd5koO8u7pFvpX3vXeJRPTTWXHKa6 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:7.75rem;width:32.5625rem;top:52.125rem;left:40.0625rem;display:block; }
#osxgNWLih9XNFxzxeFCy2I5IbGeFABpv { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:83.625rem;left:30.9375rem;display:block; }
#JNS4NNVHTsihiA3hLQtItqGHQLHEUTgz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UsKaQBGZbZ7BVLE3XtfsGUUREVxFkIeC { color:#ff00fd;display:block;width:23.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:44.75rem;left:47.8125rem;height:4.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; }
#Tv2VW9kf7poBRglfp6I76aEFW2BsBp4v { color:#ff00fd;display:block;width:25.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:53.53125rem;left:47.8125rem;height:2.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; }
#s5E86cJJmAFrTiZFSTGe3omhIPPlVpFQ { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:44.5rem;left:4rem;overflow:hidden;display:block; }
#K0E4kTzQVxXv1eTvrKPO8hBoxrMQwkex { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:62.78125rem;left:4rem;overflow:hidden;display:block; }
#T5llxOiq5RciOGsvLr58nI67ePFPMWgH { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:53.59375rem;left:41.71875rem;overflow:hidden;display:block; }
#yOrohvvlpGlgE6VDllOA2AIGGzOAm7hk { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:53.59375rem;left:4rem;overflow:hidden;display:block; }
#A3F1IIzgkMRpv0Ud8736LT7AOOpFGtCO { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:44.75rem;left:41.71875rem;overflow:hidden;display:block; }
#cenWtDE07STPGGiMlmIcGrbdl3QPTlAR { box-sizing:content-box;height:91.8125rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#fn2Whg6p6oPc9xA05sCFvcKBRLa7d7xO { box-sizing:content-box;height:56rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:138.625rem;left:0rem;display:block; }
#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE { background-color:rgba(var(--color-tertiary-0),0.12);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row .container { background-color: transparent; background-image: none; }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row .container > .video-iframe-container { display: none; }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row > .video-iframe-container { display: none; }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .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); }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row .container { border-width: 0; border-radius: 0; }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:46.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#EUbVgRoVpqXOmsR4R9Wl2NTVb4eSJcSl { color:rgba(var(--color-secondary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:1.3125rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mFskBLztektF0omiKTIDXET5okgI96gg { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:19.375rem;width:16.875rem;top:5.875rem;left:2.375rem;display:block; }
#Ggp5QdaU73G2NUPeUXSH2LVf4JGk2x5b { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:19.375rem;width:16.875rem;top:5.875rem;left:20.1875rem;display:block; }
#zy5TBFRbnNgmyBTpvrbo0S2zM9ENCyNb { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:19.375rem;width:16.875rem;top:5.875rem;left:37.9375rem;display:block; }
#BifHR20XyThPvlTbv1qf0CyitGTHMc2B { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:19.375rem;width:16.875rem;top:5.875rem;left:55.75rem;display:block; }
#JxCwqTgA6Bcugf7782zG44BxWHkAx1uL { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:19.375rem;width:16.875rem;top:26.25rem;left:2.375rem;display:block; }
#WMth4P4dBni7hWEJpCS4CMQfRDTcWbrh { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:19.375rem;width:16.875rem;top:26.25rem;left:20.1875rem;display:block; }
#bwLDu0od9kby1RrnDG4OM803xhznGKJq { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:19.375rem;width:16.875rem;top:26.25rem;left:37.9375rem;display:block; }
#sNDnpTudZ8FpVWVC4TigrlHTebV5U6Dr { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:19.375rem;width:16.875rem;top:26.25rem;left:55.75rem;display:block; }
#cTIE2pesTw6bOGmexEdoQfn9FJbdfz1N { color:#ff00fd;display:block;width:17rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:21.875rem;left:2.375rem;height:2.875rem;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; }
#wIio4I3nkKiVu7VeaKPCU3EsR3RfoCDT { color:#ff00fd;display:block;width:17rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.75rem;left:20.125rem;height:2.875rem;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; }
#KkAMbxBkPqHag9O8p8rDLOlJcJJTHQI8 { color:#ff00fd;display:block;width:17rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:21.875rem;left:37.875rem;height:2.875rem;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; }
#GG5pvWi5DfGkpCIBNPPE8MR2vmWsV88B { color:#ff00fd;display:block;width:17rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:21.875rem;left:55.6875rem;height:1.4375rem;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; }
#Zes2EJ8Pr2oRn6sZBnul4g06zHFI3y5k { color:#ff00fd;display:block;width:17rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:41.875rem;left:2.375rem;height:2.875rem;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; }
#raS5znThuNc2z728aEW2cSz21uZUsStF { color:#ff00fd;display:block;width:17rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:41.875rem;left:20.125rem;height:2.875rem;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; }
#W2fb5U2rvaKEzMy7XMrP5AykSQGT8W53 { color:#ff00fd;display:block;width:17rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:41.875rem;left:37.875rem;height:2.875rem;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; }
#PFC8cvvdxhKB261fnGQiQhnhmzXEZz9w { color:#ff00fd;display:block;width:17rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:41.875rem;left:55.6875rem;height:1.4375rem;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; }
#ooqZ5B55wMg5Xha2TMIREpq0VBfOJo3a { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:13.875rem;top:7.25rem;left:3.9375rem;overflow:hidden;display:block; }
#Xc5l0U1huGQEtRtDZ8Z1cpqJ1pl9lOVy { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:13.875rem;top:7.25rem;left:21.6875rem;overflow:hidden;display:block; }
#Zm4bNC6vtOEXP3i3yTkmiTcUaCU3Gmey { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:13.875rem;top:7.25rem;left:39.4375rem;overflow:hidden;display:block; }
#fnBKFboLQQayKSmMub1JycTrVJbzIiah { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:13.75rem;top:7.25rem;left:57.25rem;overflow:hidden;display:block; }
#DMtMiL903hVXnE2m7so9ZLp6FN8ocC62 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:13.875rem;top:27.5rem;left:3.9375rem;overflow:hidden;display:block; }
#QBfSGGC0OrcwXDaxV1IVDTiR8kKSqvtM { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:13.75rem;top:27.5rem;left:21.6875rem;overflow:hidden;display:block; }
#wfdO5nTVg27bbSysHBNOQffX5M0uyw6s { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:13.875rem;top:27.5rem;left:39.3125rem;overflow:hidden;display:block; }
#MGX2AUeKIJ8BDp6TX1KgUbm72kr8TUK8 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:13.875rem;top:27.5rem;left:57.25rem;overflow:hidden;display:block; }
#XD4BWgUwRZ2KCy5rG9OleTSqmNHX5Fns { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.8125rem;top:18.25rem;left:15.5rem;overflow:hidden;display:block; }
#z2I1X3PxeTDJlTBMVKmI7FLOPpDa3V3n { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.8125rem;top:18.25rem;left:33.3125rem;overflow:hidden;display:block; }
#RUWdQIhTDXQfWyqJR8xs1bFTihPJ617o { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.8125rem;top:18.25rem;left:51.0625rem;overflow:hidden;display:block; }
#h4U73krq2wNreWlnUke7pb5fAVmag4FX { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.8125rem;top:18.25rem;left:68.875rem;overflow:hidden;display:block; }
#xd2fdwuG7of6WVTx2htfhVP82vgagMHD { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.8125rem;top:38.6875rem;left:15.5rem;overflow:hidden;display:block; }
#Tx9VtVMhSWXJRzs5s8RrEn3PUXVPgmOy { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.8125rem;top:38.6875rem;left:33.3125rem;overflow:hidden;display:block; }
#mkbCdEVA1arIKEEWZOFTasJE3O18S8Ii { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.8125rem;top:38.6875rem;left:51.0625rem;overflow:hidden;display:block; }
#OoQtVa2vaqTT96NBQymu439m4fRZCryR { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.8125rem;top:38.6875rem;left:68.875rem;overflow:hidden;display:block; }
#kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/254b4d78-f40c-4ea6-a159-1d8f85e4d1e9/pytka.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B.adaptive-delivery-prevent-bg, #kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B.lazyload, #kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B.lazyloading { background-image: none; }#kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B > .row .container { background-color: transparent; background-image: none; }#kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B > .row .container > .video-iframe-container { display: none; }#kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B > .row > .video-iframe-container { display: none; }#kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B > .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); }#kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B > .row .container { border-width: 0; border-radius: 0; }#kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#Q98q2N2nI8K8oRKHGROZQuC1GMuiJRgC { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:7.75rem;width:34.3125rem;top:2.125rem;left:2.0625rem;display:block; }
#ulxafdWeEAgk7FFX7iJRdi60vHntWwQy { color:#ff00fd;display:block;width:25.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.5rem;left:10.0625rem;height:4.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; }
#wTT16dsQNOJeQbqJKvRD9B9u0VE5NkIm { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:7.75rem;width:34.375rem;top:11.6875rem;left:2.0625rem;display:block; }
#inVPeNarEXknPoOQch3Uvv533rSTGmur { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:4.0625rem;left:3.625rem; }
#qq6XrJllgQBfvTzTJVaJEC9uWTNT7HAC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1875rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:13rem;left:3.25rem; }
#Bg73pMTQLJVhKKSmqQnVD2SLt2X4Wxtw { color:#ff00fd;display:block;width:19.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14.125rem;left:10.3125rem;height:2.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; }
#ETd3qSbhXT1iIDoKTKTHetonB3poorCL { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:7.75rem;width:34.6875rem;top:2.125rem;left:37.75rem;display:block; }
#KLO0BQzyM3b4w3KwLolO5QeE40yJ015v { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.09) ;height:7.75rem;width:34.5625rem;top:11.75rem;left:37.75rem;display:block; }
#nWU7PQbyxGDl1bnkMTI7nrIkrmBDm5i7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:12.375rem;left:39.125rem; }
#xwqk7SwClRrRKWOvlrxBXhJGTKNs1y35 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:3.25rem;left:39.375rem; }
#zrNEwyiv9BeK48EB6WT3rrQNFDQ0P252 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:14.5625rem;left:41rem; }
#Tl8mkcgT7xrwUu9iPJzmoLC6KiSW0uLz { color:#ff00fd;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:3.8125rem;left:47.9375rem;height:7.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; }
#VGi8trIrDFayU8355coiOqDCJ915xxa7 { color:#ff00fd;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.375rem;left:47.9375rem;height:4.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; }
#CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/254b4d78-f40c-4ea6-a159-1d8f85e4d1e9/pytka.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW.adaptive-delivery-prevent-bg, #CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW.lazyload, #CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW.lazyloading { background-image: none; }#CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW > .row .container { background-color: transparent; background-image: none; }#CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW > .row .container > .video-iframe-container { display: none; }#CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW > .row > .video-iframe-container { display: none; }#CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW > .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); }#CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW > .row .container { border-width: 0; border-radius: 0; }#CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:34.375rem;width:75rem;overflow:visible;position:relative;display:block; }#paxmMHCnaeqsft5bpTeHo3k2kXhh42Zq { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:7.125rem;left:2.6875rem;height:1.75rem;font-style:normal;display:block; }
#gcQun94WGi6AAftusQ8opnaZJTIsRuQT { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:1.8125rem;left:2.6875rem;height:4.375rem;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; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-form-header {  }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:35.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:35.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family); }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-input-text {padding-top: 0; padding-bottom: 0;}#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:35.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family); }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:35.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-input-select {padding-top: 0; padding-bottom: 0;}#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#e20613;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:35.3125rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--headlines-font-family);font-size:0.875rem; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .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:var(--headlines-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:33.875rem;overflow:hidden;font-style:normal; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .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; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .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:var(--headlines-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-container:first-of-type{padding-top:0;}#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-container:last-of-type{padding-bottom:0;}#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS  { background-color:rgba(var(--color-secondary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15033;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0.39453125rem;left:36.5rem; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.3125rem; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS {display:block;}#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS { background-color:rgba(var(--color-secondary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15033;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0.39453125rem;left:36.5rem; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #QuMFwyFK1wBkdKSooM2LJralrtoyDTqx { position:relative; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #a5g3qBusJDkcBM1QTzTz7F4ExEtzFcpL { position:relative;display:block; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #DDATnbMiVplF9brxlGAODBW9blD3nkFq { position:relative; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #E4r49SmEF2S3tkAfuRHEXfOTNKDWCqqT { position:relative; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #w1vRrpVPKBLiKqm02EtGCTsKMWT6O73W { position:relative;display:block; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #Xe6Lt3OQezBiOVIeZKPztLdtrPpD8K1R { position:relative; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #IsTqosPP8ng1qWMy5yWgX65L2FTZlWXO { position:relative; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #tQow8TyDZLAAhwrhm3HAuxFGdomM8tvz { position:relative;display:block; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #IX8fTyiS7hArI54tZf9Uiap1QT5axo66 { position:relative; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #skNTbNlwoIMR7bQfDW60l1PWvgDDOKNR { position:relative; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #afAobS2zO5X9vfvEa4wrWuTSqgn31DOn { position:relative;display:block; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #dqR4VuskPPWEpKiVQLFPL21I32aST4oD { position:relative; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #iTXNcqqxn415kp5CPqcZgMNdN6uph07A { position:relative; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #PWzn3QZ0G34kuGsL6Ep44BegRnBFlglA { position:relative;display:block; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #AHIKymSDVIB4SFBwugITDytQeaWBFbkK { position:relative; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #lENMBEhdwT59a8mXSE1qvm0oBNDkaAp8 { position:relative; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #SXyVhNrziRzv5gChFQgUggpWiWv4HanC { position:relative;z-index:2; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #tAihlMnC6UWNAlcnNUhz7VhqQPBs5FWw { position:relative; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #rRvfzBGBzDhFz6lV6zyKCHSRGTo5lOug { position:relative; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #EnFIcJMdKFgCOwfyKVBWgBk3VIfLvCBc { position:relative; }
#HviemVJCCkZsvqmq5bpfFMrHNzOfKd72 { position:absolute;display:block;z-index:15034;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:22.4375rem;width:28.9375rem;top:10.25rem;left:2.5625rem;overflow:hidden;display:block; }
#mSP1GZg6S4HEap25txTlsA43TDZN4yNH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/254b4d78-f40c-4ea6-a159-1d8f85e4d1e9/pytka.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH.adaptive-delivery-prevent-bg, #mSP1GZg6S4HEap25txTlsA43TDZN4yNH.lazyload, #mSP1GZg6S4HEap25txTlsA43TDZN4yNH.lazyloading { background-image: none; }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH > .row .container { background-color: transparent; background-image: none; }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH > .row .container > .video-iframe-container { display: none; }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH > .row > .video-iframe-container { display: none; }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH > .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); }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH > .row .container { border-width: 0; border-radius: 0; }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#yTc8vRSofJcAnm5SQHq3fpk1zBBs5y3i { color:rgba(var(--color-secondary-0),1);display:block;width:44.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-secondary-4),1);top:1.16796875rem;left:2.4375rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IwKy9mGIiK5If7OHRQqEkrv5A18mrH53 { color:rgba(var(--color-secondary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:14.1083984375rem;left:7.0625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#luDhwaTPilkVpbKJ88tSz2NCEJNnU2zJ { color:rgba(var(--color-secondary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:18.1455078125rem;left:7.0625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#s6RF4lE309fhFcT2bNAkXT64iim7T0bs { color:rgba(var(--color-secondary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:22.2080078125rem;left:7.0625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ScMAy4qUqv39dpNZcJuw0z5hwvdWFf2n { color:rgba(var(--color-secondary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:10.5654296875rem;left:7.0625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Qib66XQL4Xy6rvnbfLr15UiIzhi2AkEE { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:9.6162109375rem;left:2.4375rem;display:block; }
#VuVuZmIbmrQdiAbxkCv4hXPIueJnnqE6 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.375rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.7900390625rem;left:2.78125rem; }
#N8UoUk7Jwk0Zy7KTsJocyTGXQGXoX86r { color:rgba(var(--color-secondary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:26.2080078125rem;left:7.0625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vrMu7dzW9WgycFwRThtmRNbcUc1uTyoc { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:13.5400390625rem;left:2.4375rem;display:block; }
#rg3nSFiwSIVtL05zwieNSh8aXL1WbB4o { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:17.6201171875rem;left:2.4375rem;display:block; }
#PUEF4IR5aecHhQW5NCQ6Qnb3mmIp20oC { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:21.6826171875rem;left:2.4375rem;display:block; }
#tgPG2BcKHUmTA1ld3VBXdLPt1udq09d3 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:25.7451171875rem;left:2.4375rem;display:block; }
#dTEZy56y0tlUiTmB4ap20KZ9mROARq9D { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.375rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.802734375rem;left:2.8125rem; }
#eTafOn1kXicEadfFvbTvVu3ZKPzy6TtF { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.375rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:17.802734375rem;left:2.8125rem; }
#o7icGOcp3e58epUxv80WDgQNy5HT0kpi { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.375rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:21.8828125rem;left:2.84375rem; }
#nTvpIT9WviXCissXVQpTfkR6xlkJmXEy { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.375rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:25.9326171875rem;left:2.875rem; }
#Lp1DiDm2T81y3QAv36NKTpLSIkHFvMRU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.6875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/254b4d78-f40c-4ea6-a159-1d8f85e4d1e9/pytka.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM.adaptive-delivery-prevent-bg, #R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM.lazyload, #R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM.lazyloading { background-image: none; }#R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM > .row .container { background-color: transparent; background-image: none; }#R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM > .row .container > .video-iframe-container { display: none; }#R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM > .row > .video-iframe-container { display: none; }#R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM > .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); }#R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM > .row .container { border-width: 0; border-radius: 0; }#R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM > .row .container { font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;position:relative;display:block; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ { background-color:#e5eaea;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container { background-color: transparent; background-image: none; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container > .video-iframe-container { display: none; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row > .video-iframe-container { display: none; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .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); }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container { border-width: 0; border-radius: 0; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:15.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#qesWVTxkEkp31mVfxGuLKRGD3WXDp7T5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:7.5rem;left:22.875rem; }
#mzAGEytoLoWInzzo5brCNs4o9Mx1eaTS { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:11.3125rem;left:22.8125rem; }
#ceepc7Vq4olQeNhf3NvaP0p2VImla69B { color:rgba(var(--color-tertiary-3),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.875rem;left:26rem;height:1.6875rem;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; }
#Tw5ZbDq3EZ6t7nExwuF4ENq3rux2Ff6Q { color:rgba(var(--color-tertiary-3),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:11.75rem;left:26rem;height:1.6875rem;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; }
#ylTFDBMNxhL8XB8K2h7hxIx97rQd5nTu { color:#000000;display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:0.5625rem;left:1.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xxu0C1EhsuVX77bwN38kJMxCGgrsKA3Z { color:rgba(var(--color-tertiary-3),1);display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:0.5625rem;left:22.875rem;height:4.625rem;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; }
#SMt6NxfhQ25xX6MkPtLCNgp6pirSqFF6 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:0.5625rem;left:54.4375rem;height:4.625rem;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; }
#C8DWhrSi8U3xn3ba3qLDnFAfNCXcbGgp { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.5rem;left:54.4375rem; }
#aepF8Nn5VJc78UnVCCVyWSBBgsfoAcEF { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.3125rem;left:54.40625rem; }
#mhWtprUxSvox0cvnwv5zoA1mqcEw4gz8 { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.90625rem;left:58.1875rem;height:1.6875rem;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; }
#y7LPBIJoNCWV8oK2Ngk6D2XIyL4M55sP { color:rgba(var(--color-tertiary-3),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:11.75rem;left:58.1875rem;height:1.6875rem;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; }
#kwaaTnDWTMQxytCFiMMN3Rs8ssfHbBCz { position:absolute;display:block;z-index:15020;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:12.75rem;width:8.4375rem;top:1.1875rem;left:12.875rem;overflow:hidden;display:block; }
#XSzDGpa9S0qyauOohwD0hDLQ4BsETBPR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e20613;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; }#XSzDGpa9S0qyauOohwD0hDLQ4BsETBPR > .row .container { background-color: transparent; background-image: none; }#XSzDGpa9S0qyauOohwD0hDLQ4BsETBPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSzDGpa9S0qyauOohwD0hDLQ4BsETBPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSzDGpa9S0qyauOohwD0hDLQ4BsETBPR > .row .container > .video-iframe-container { display: none; }#XSzDGpa9S0qyauOohwD0hDLQ4BsETBPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSzDGpa9S0qyauOohwD0hDLQ4BsETBPR > .row > .video-iframe-container { display: none; }#XSzDGpa9S0qyauOohwD0hDLQ4BsETBPR > .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); }#XSzDGpa9S0qyauOohwD0hDLQ4BsETBPR > .row .container { border-width: 0; border-radius: 0; }#XSzDGpa9S0qyauOohwD0hDLQ4BsETBPR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XSzDGpa9S0qyauOohwD0hDLQ4BsETBPR > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container { background-color: transparent; background-image: none; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container > .video-iframe-container { display: none; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row > .video-iframe-container { display: none; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .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); }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container { border-width: 0; border-radius: 0; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:6.625rem;width:75rem;overflow:visible;position:relative;display:block; }#ydRVARlwMrXCL0STNft0izefQxBGXFhk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:20.9375rem;top:0.53125rem;left:1.0263671875rem;overflow:hidden;display:block; }
#PwsImyuUaTLw5gCapV01TtcnpO2nEVhp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.6875rem;left:50.125rem; }
#xmKiXBr5anJdO2qoET6TMtTGbZsfQ9sF { color:rgba(var(--color-secondary-0),1);display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:2.46875rem;left:54rem;height:1.6875rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WN2A36asNiluvLUL0IGfcpRZeDVcFSoU { display:block; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9c8ReTw2zFd8LrcAFsrmgNHF2ngGP6p { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oONuwPF4Xh6d5th4GP8N1Ui142XsaLhd { display:block; }
 }@media only screen and (max-width: 763px) { #rhMOvHPr3tqvBnxdbFPqpE7UC26kz0nV { width:6.875rem;height:2.5rem;top:1.5rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMdgXFEDPtwWuQ7JlgzixvfabATE4zw8 { display:block; }
 }@media only screen and (max-width: 763px) { #Ooh9VIhoI1wAoEuZzbZ1Ce7PQLk1afJy { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3NBdu39GB36cgFyXTpCOTSW89Fq57o5 { display:block; }
 }@media only screen and (max-width: 763px) { #txgdM1h8MxlDDdNr6zdRQJsHwr2WFtq0 { top:1.1875rem;left:0rem;width:20rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf4lGUUOmIFwO1Ai2fTJPLBGCUxWxlc6 { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF21aPri01NvKCl3vZNnzIGdTpSR1uon { display:block; }
 }@media only screen and (max-width: 763px) { #QgVIxctbvUV2eyCJnzNI3f993HAK7Xew { width:12.8125rem;height:2.5rem;top:1.375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc0M8TOWe4o9Eni7Wc26w4ogxT26apOF { display:block; }
 }@media only screen and (max-width: 763px) { #cu0HT4aCPUtwPVewI9DSTKffxbLcoA10 { top:0rem;left:0rem;width:47.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJMpt4vJIrQ1DnzBEdgAIcgcKa9G5Pkf { top:0rem;left:0rem;width:47.75rem;height:26.700208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5 { display:block; }#eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCVAF8XWHWVEcv2eS3HZBvwNgpwyNf1h { top:14.0625rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTswNatAiazy6gLHEoyRp3XMVHKoTyre { top:23.5625rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:0.9375rem;display:block; }#KTswNatAiazy6gLHEoyRp3XMVHKoTyre li:before{  }
 }@media only screen and (max-width: 763px) { #hHG4oA4XBtnSqpIwqcJTyUgIedk4DDnr { top:19rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { top:7.375rem;left:0rem;width:47.75rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:0.8125rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldF0DKooyTPu5yRILMbcq4JNzC2GoMJR { top:73.125rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIoDKgz3eLNBHlARgrM8afR42Zscw3ka { top:36.6875rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqdUAdzp9trF6R5zpMwNQlKmLCZhRzut { top:43.0625rem;left:0rem;width:32.125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ0uQ9GSXqrTZrB3TDIlomKtXIdAtn8e { top:52.1875rem;left:0rem;width:32.0625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzAGbsNl9hy2XOm8XLCLqiQW5XC4xJ33 { top:61.3125rem;left:0rem;width:32.1875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueh3l0TJ83Veofa556hXPRiALTHS7cJF { top:44.4375rem;left:0rem;width:21rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxIXdNuTc2eT1sB9LFqhnxv9eRpWrWUM { top:53.5rem;left:0rem;width:25.125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJykE6lc5PCcQX9AETG6mLl6iXuOc4Wv { top:62.625rem;left:0rem;width:24.375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuAcJNmLokIb7oIaeMuDtqh0UsXGbcsS { top:43.125rem;left:15.5rem;width:32.25rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUmXd5koO8u7pFvpX3vXeJRPTTWXHKa6 { top:52.125rem;left:15.1875rem;width:32.5625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #osxgNWLih9XNFxzxeFCy2I5IbGeFABpv { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNS4NNVHTsihiA3hLQtItqGHQLHEUTgz { display:block; }
 }@media only screen and (max-width: 763px) { #UsKaQBGZbZ7BVLE3XtfsGUUREVxFkIeC { top:44.75rem;left:23.9375rem;width:23.8125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv2VW9kf7poBRglfp6I76aEFW2BsBp4v { top:53.5rem;left:22.6875rem;width:25.0625rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5E86cJJmAFrTiZFSTGe3omhIPPlVpFQ { top:44.5rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0E4kTzQVxXv1eTvrKPO8hBoxrMQwkex { top:62.75rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5llxOiq5RciOGsvLr58nI67ePFPMWgH { top:53.5625rem;left:28.09375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOrohvvlpGlgE6VDllOA2AIGGzOAm7hk { top:53.5625rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3F1IIzgkMRpv0Ud8736LT7AOOpFGtCO { top:44.75rem;left:28.09375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cenWtDE07STPGGiMlmIcGrbdl3QPTlAR { top:0rem;left:0rem;width:47.75rem;height:91.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn2Whg6p6oPc9xA05sCFvcKBRLa7d7xO { top:138.625rem;left:0rem;width:47.75rem;height:56rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE { display:block; }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUbVgRoVpqXOmsR4R9Wl2NTVb4eSJcSl { top:1.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFskBLztektF0omiKTIDXET5okgI96gg { top:5.875rem;left:0rem;width:16.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggp5QdaU73G2NUPeUXSH2LVf4JGk2x5b { top:5.875rem;left:6.5625rem;width:16.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy5TBFRbnNgmyBTpvrbo0S2zM9ENCyNb { top:5.875rem;left:24.3125rem;width:16.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BifHR20XyThPvlTbv1qf0CyitGTHMc2B { top:5.875rem;left:30.875rem;width:16.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxCwqTgA6Bcugf7782zG44BxWHkAx1uL { top:26.25rem;left:0rem;width:16.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMth4P4dBni7hWEJpCS4CMQfRDTcWbrh { top:26.25rem;left:6.5625rem;width:16.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwLDu0od9kby1RrnDG4OM803xhznGKJq { top:26.25rem;left:24.3125rem;width:16.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNDnpTudZ8FpVWVC4TigrlHTebV5U6Dr { top:26.25rem;left:30.875rem;width:16.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTIE2pesTw6bOGmexEdoQfn9FJbdfz1N { top:21.875rem;left:0rem;width:17rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIio4I3nkKiVu7VeaKPCU3EsR3RfoCDT { top:21.75rem;left:6.5rem;width:17rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkAMbxBkPqHag9O8p8rDLOlJcJJTHQI8 { top:21.875rem;left:24.25rem;width:17rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG5pvWi5DfGkpCIBNPPE8MR2vmWsV88B { top:21.875rem;left:30.75rem;width:17rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zes2EJ8Pr2oRn6sZBnul4g06zHFI3y5k { top:41.875rem;left:0rem;width:17rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raS5znThuNc2z728aEW2cSz21uZUsStF { top:41.875rem;left:6.5rem;width:17rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2fb5U2rvaKEzMy7XMrP5AykSQGT8W53 { top:41.875rem;left:24.25rem;width:17rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFC8cvvdxhKB261fnGQiQhnhmzXEZz9w { top:41.875rem;left:30.75rem;width:17rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooqZ5B55wMg5Xha2TMIREpq0VBfOJo3a { top:7.25rem;left:0rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc5l0U1huGQEtRtDZ8Z1cpqJ1pl9lOVy { top:7.25rem;left:8.0625rem;width:13.875rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm4bNC6vtOEXP3i3yTkmiTcUaCU3Gmey { top:7.25rem;left:25.8125rem;width:13.875rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnBKFboLQQayKSmMub1JycTrVJbzIiah { top:7.25rem;left:33.875rem;width:13.75rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMtMiL903hVXnE2m7so9ZLp6FN8ocC62 { top:27.5rem;left:0rem;width:13.875rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBfSGGC0OrcwXDaxV1IVDTiR8kKSqvtM { top:27.5rem;left:8.0625rem;width:13.75rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfdO5nTVg27bbSysHBNOQffX5M0uyw6s { top:27.5rem;left:25.6875rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGX2AUeKIJ8BDp6TX1KgUbm72kr8TUK8 { top:27.5rem;left:33.875rem;width:13.875rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD4BWgUwRZ2KCy5rG9OleTSqmNHX5Fns { top:18.25rem;left:1.875rem;width:3.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2I1X3PxeTDJlTBMVKmI7FLOPpDa3V3n { top:18.25rem;left:19.6875rem;width:3.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUWdQIhTDXQfWyqJR8xs1bFTihPJ617o { top:18.25rem;left:37.4375rem;width:3.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4U73krq2wNreWlnUke7pb5fAVmag4FX { top:18.25rem;left:43.9375rem;width:3.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd2fdwuG7of6WVTx2htfhVP82vgagMHD { top:38.6875rem;left:1.875rem;width:3.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx9VtVMhSWXJRzs5s8RrEn3PUXVPgmOy { top:38.6875rem;left:19.6875rem;width:3.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkbCdEVA1arIKEEWZOFTasJE3O18S8Ii { top:38.6875rem;left:37.4375rem;width:3.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoQtVa2vaqTT96NBQymu439m4fRZCryR { top:38.6875rem;left:43.9375rem;width:3.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B { display:block; }#kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q98q2N2nI8K8oRKHGROZQuC1GMuiJRgC { top:2.125rem;left:0rem;width:34.3125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulxafdWeEAgk7FFX7iJRdi60vHntWwQy { top:4.5rem;left:0rem;width:25.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTT16dsQNOJeQbqJKvRD9B9u0VE5NkIm { top:11.6875rem;left:0rem;width:34.375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #inVPeNarEXknPoOQch3Uvv533rSTGmur { top:4.0625rem;left:0rem;width:3.8125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq6XrJllgQBfvTzTJVaJEC9uWTNT7HAC { top:13rem;left:0rem;width:4.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg73pMTQLJVhKKSmqQnVD2SLt2X4Wxtw { top:14.125rem;left:0rem;width:19.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETd3qSbhXT1iIDoKTKTHetonB3poorCL { top:2.125rem;left:13.0625rem;width:34.6875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLO0BQzyM3b4w3KwLolO5QeE40yJ015v { top:11.75rem;left:13.1875rem;width:34.5625rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWU7PQbyxGDl1bnkMTI7nrIkrmBDm5i7 { top:12.375rem;left:25.5rem;width:5.375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwqk7SwClRrRKWOvlrxBXhJGTKNs1y35 { top:3.25rem;left:25.75rem;width:4.9375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrNEwyiv9BeK48EB6WT3rrQNFDQ0P252 { top:14.5625rem;left:27.375rem;width:4.4375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl8mkcgT7xrwUu9iPJzmoLC6KiSW0uLz { top:3.8125rem;left:28.375rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGi8trIrDFayU8355coiOqDCJ915xxa7 { top:13.375rem;left:22.75rem;width:25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW { display:block; }#CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paxmMHCnaeqsft5bpTeHo3k2kXhh42Zq { top:7.125rem;left:0rem;width:30.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcQun94WGi6AAftusQ8opnaZJTIsRuQT { width:27.5625rem;height:4.375rem;top:1.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-regular-label { width:35.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-input-text { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-input-text {padding-top: 0; padding-bottom: 0;}#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-textarea { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-input-select { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-input-select {padding-top: 0; padding-bottom: 0;}#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-input-button { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-checkbox-label { width:33.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS  { width:35.3125rem;height:auto;top:0.375rem;left:9.9375rem; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .radio-container { width:35.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS {display:block;}#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS { width:35.3125rem;height:auto;top:0.375rem;left:9.9375rem; }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #QuMFwyFK1wBkdKSooM2LJralrtoyDTqx {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #a5g3qBusJDkcBM1QTzTz7F4ExEtzFcpL {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #DDATnbMiVplF9brxlGAODBW9blD3nkFq {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #E4r49SmEF2S3tkAfuRHEXfOTNKDWCqqT {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #w1vRrpVPKBLiKqm02EtGCTsKMWT6O73W {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #Xe6Lt3OQezBiOVIeZKPztLdtrPpD8K1R {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #IsTqosPP8ng1qWMy5yWgX65L2FTZlWXO {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #tQow8TyDZLAAhwrhm3HAuxFGdomM8tvz {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #IX8fTyiS7hArI54tZf9Uiap1QT5axo66 {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #skNTbNlwoIMR7bQfDW60l1PWvgDDOKNR {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #afAobS2zO5X9vfvEa4wrWuTSqgn31DOn {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #dqR4VuskPPWEpKiVQLFPL21I32aST4oD {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #iTXNcqqxn415kp5CPqcZgMNdN6uph07A {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #PWzn3QZ0G34kuGsL6Ep44BegRnBFlglA {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #AHIKymSDVIB4SFBwugITDytQeaWBFbkK {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #lENMBEhdwT59a8mXSE1qvm0oBNDkaAp8 {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #SXyVhNrziRzv5gChFQgUggpWiWv4HanC {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #tAihlMnC6UWNAlcnNUhz7VhqQPBs5FWw {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #rRvfzBGBzDhFz6lV6zyKCHSRGTo5lOug {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #EnFIcJMdKFgCOwfyKVBWgBk3VIfLvCBc {  }
 }@media only screen and (max-width: 763px) { #HviemVJCCkZsvqmq5bpfFMrHNzOfKd72 { top:10.25rem;left:0rem;width:28.9375rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSP1GZg6S4HEap25txTlsA43TDZN4yNH { display:block; }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTc8vRSofJcAnm5SQHq3fpk1zBBs5y3i { top:1.125rem;left:0rem;width:44.1875rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwKy9mGIiK5If7OHRQqEkrv5A18mrH53 { top:14.0625rem;left:0rem;width:25rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luDhwaTPilkVpbKJ88tSz2NCEJNnU2zJ { top:18.125rem;left:0rem;width:25rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6RF4lE309fhFcT2bNAkXT64iim7T0bs { top:22.1875rem;left:0rem;width:25rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScMAy4qUqv39dpNZcJuw0z5hwvdWFf2n { top:10.5625rem;left:0rem;width:25rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qib66XQL4Xy6rvnbfLr15UiIzhi2AkEE { top:9.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuVuZmIbmrQdiAbxkCv4hXPIueJnnqE6 { top:9.75rem;left:0rem;width:2rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8UoUk7Jwk0Zy7KTsJocyTGXQGXoX86r { top:26.1875rem;left:0rem;width:25rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrMu7dzW9WgycFwRThtmRNbcUc1uTyoc { top:13.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg3nSFiwSIVtL05zwieNSh8aXL1WbB4o { top:17.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUEF4IR5aecHhQW5NCQ6Qnb3mmIp20oC { top:21.625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgPG2BcKHUmTA1ld3VBXdLPt1udq09d3 { top:25.6875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTEZy56y0tlUiTmB4ap20KZ9mROARq9D { top:13.75rem;left:0rem;width:2rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTafOn1kXicEadfFvbTvVu3ZKPzy6TtF { top:17.75rem;left:0rem;width:2rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7icGOcp3e58epUxv80WDgQNy5HT0kpi { top:21.875rem;left:0rem;width:2rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTvpIT9WviXCissXVQpTfkR6xlkJmXEy { top:25.875rem;left:0rem;width:2rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp1DiDm2T81y3QAv36NKTpLSIkHFvMRU { top:0rem;left:0rem;width:47.75rem;height:19.537708333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM { display:block; }#R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTlIR89sQGoCNwt3nKWxoDscreybbLBQ { display:block; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qesWVTxkEkp31mVfxGuLKRGD3WXDp7T5 { top:7.5rem;left:9.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzAGEytoLoWInzzo5brCNs4o9Mx1eaTS { top:11.3125rem;left:9.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceepc7Vq4olQeNhf3NvaP0p2VImla69B { top:7.875rem;left:12.375rem;width:10.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5ZbDq3EZ6t7nExwuF4ENq3rux2Ff6Q { top:11.75rem;left:12.375rem;width:16.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylTFDBMNxhL8XB8K2h7hxIx97rQd5nTu { top:0.5625rem;left:0rem;width:10.625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxu0C1EhsuVX77bwN38kJMxCGgrsKA3Z { top:0.5625rem;left:9.25rem;width:21.0625rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMt6NxfhQ25xX6MkPtLCNgp6pirSqFF6 { top:0.5625rem;left:30rem;width:17.75rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8DWhrSi8U3xn3ba3qLDnFAfNCXcbGgp { top:7.5rem;left:40.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aepF8Nn5VJc78UnVCCVyWSBBgsfoAcEF { top:11.3125rem;left:40.78125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhWtprUxSvox0cvnwv5zoA1mqcEw4gz8 { top:7.875rem;left:37.5625rem;width:10.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7LPBIJoNCWV8oK2Ngk6D2XIyL4M55sP { top:11.75rem;left:32.8125rem;width:14.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwaaTnDWTMQxytCFiMMN3Rs8ssfHbBCz { top:1.1875rem;left:0rem;width:8.4375rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSzDGpa9S0qyauOohwD0hDLQ4BsETBPR { display:block; }#XSzDGpa9S0qyauOohwD0hDLQ4BsETBPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBvO8SBcLWtbrdctul3AWBzSbz9FCblw { display:block; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydRVARlwMrXCL0STNft0izefQxBGXFhk { width:20.9375rem;height:5.5625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwsImyuUaTLw5gCapV01TtcnpO2nEVhp { top:1.6875rem;left:36.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmKiXBr5anJdO2qoET6TMtTGbZsfQ9sF { top:2.4375rem;left:26.75rem;width:21rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WN2A36asNiluvLUL0IGfcpRZeDVcFSoU { display:block; }#WN2A36asNiluvLUL0IGfcpRZeDVcFSoU > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9c8ReTw2zFd8LrcAFsrmgNHF2ngGP6p { width:5rem;height:2.1875rem;top:3rem;left:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oONuwPF4Xh6d5th4GP8N1Ui142XsaLhd { display:block; }
 }@media only screen and (max-width: 763px) { #rhMOvHPr3tqvBnxdbFPqpE7UC26kz0nV { width:4.6875rem;height:2.1875rem;top:3rem;left:9.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMdgXFEDPtwWuQ7JlgzixvfabATE4zw8 { display:block; }
 }@media only screen and (max-width: 763px) { #Ooh9VIhoI1wAoEuZzbZ1Ce7PQLk1afJy { width:3.25rem;height:2.1875rem;top:3rem;left:4.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3NBdu39GB36cgFyXTpCOTSW89Fq57o5 { display:block; }
 }@media only screen and (max-width: 763px) { #txgdM1h8MxlDDdNr6zdRQJsHwr2WFtq0 { width:8.125rem;height:1.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf4lGUUOmIFwO1Ai2fTJPLBGCUxWxlc6 { width:3.1875rem;height:2.1875rem;top:2.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF21aPri01NvKCl3vZNnzIGdTpSR1uon { display:block; }
 }@media only screen and (max-width: 763px) { #QgVIxctbvUV2eyCJnzNI3f993HAK7Xew { width:8.875rem;height:1.6875rem;top:5.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc0M8TOWe4o9Eni7Wc26w4ogxT26apOF { display:block; }
 }@media only screen and (max-width: 763px) { #cu0HT4aCPUtwPVewI9DSTKffxbLcoA10 { width:20rem;height:5.375rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJMpt4vJIrQ1DnzBEdgAIcgcKa9G5Pkf { height:11.182625rem;width:20rem;top:0.689453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5 { display:block; }#eGb1ow8BCgwDJM5JlNb9HNaEZaJR7UZ5 > .row .container { width:20rem;height:296.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCVAF8XWHWVEcv2eS3HZBvwNgpwyNf1h { width:20rem;height:2.3994125rem;top:19.4599609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTswNatAiazy6gLHEoyRp3XMVHKoTyre { width:20rem;height:9.78125rem;top:32.3349609375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#KTswNatAiazy6gLHEoyRp3XMVHKoTyre li:before{  }
 }@media only screen and (max-width: 763px) { #hHG4oA4XBtnSqpIwqcJTyUgIedk4DDnr { width:20rem;height:7.3125rem;top:22.6083984375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { width:20rem;height:9.84375rem;top:8.734375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:20rem;height:7.4238125rem;top:0.6875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ldF0DKooyTPu5yRILMbcq4JNzC2GoMJR { width:20rem;height:18.28125rem;top:121.1044921875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JIoDKgz3eLNBHlARgrM8afR42Zscw3ka { width:20rem;height:7.19825rem;top:43.705078125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QqdUAdzp9trF6R5zpMwNQlKmLCZhRzut { width:20rem;height:12.875rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ0uQ9GSXqrTZrB3TDIlomKtXIdAtn8e { width:20rem;height:12.875rem;top:79.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzAGbsNl9hy2XOm8XLCLqiQW5XC4xJ33 { width:20rem;height:12.875rem;top:106.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueh3l0TJ83Veofa556hXPRiALTHS7cJF { width:20rem;height:4.3857375rem;top:59.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yxIXdNuTc2eT1sB9LFqhnxv9eRpWrWUM { width:20rem;height:4.3857375rem;top:87.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJykE6lc5PCcQX9AETG6mLl6iXuOc4Wv { width:20rem;height:4.3857375rem;top:114.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BuAcJNmLokIb7oIaeMuDtqh0UsXGbcsS { width:20rem;height:12.875rem;top:66.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUmXd5koO8u7pFvpX3vXeJRPTTWXHKa6 { width:20rem;height:12.875rem;top:93.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osxgNWLih9XNFxzxeFCy2I5IbGeFABpv { width:8.8125rem;height:2.875rem;top:142.125rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNS4NNVHTsihiA3hLQtItqGHQLHEUTgz { display:block; }
 }@media only screen and (max-width: 763px) { #UsKaQBGZbZ7BVLE3XtfsGUUREVxFkIeC { width:20rem;height:4.3857375rem;top:72.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tv2VW9kf7poBRglfp6I76aEFW2BsBp4v { width:20rem;height:4.3857375rem;top:100.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s5E86cJJmAFrTiZFSTGe3omhIPPlVpFQ { width:4.8125rem;height:4.8125rem;top:190.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0E4kTzQVxXv1eTvrKPO8hBoxrMQwkex { width:4.8125rem;height:4.8125rem;top:209.03125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5llxOiq5RciOGsvLr58nI67ePFPMWgH { width:4.8125rem;height:4.8125rem;top:199.84375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOrohvvlpGlgE6VDllOA2AIGGzOAm7hk { width:4.8125rem;height:4.8125rem;top:199.84375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3F1IIzgkMRpv0Ud8736LT7AOOpFGtCO { width:4.8125rem;height:4.8125rem;top:191rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cenWtDE07STPGGiMlmIcGrbdl3QPTlAR { width:20rem;height:91.8125rem;top:146.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn2Whg6p6oPc9xA05sCFvcKBRLa7d7xO { width:20rem;height:56rem;top:239.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE { display:block; }#uKhbFJ4IlVQBfBJP7zIyMUA2Ax9wpsdE > .row .container { width:20rem;height:168.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUbVgRoVpqXOmsR4R9Wl2NTVb4eSJcSl { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mFskBLztektF0omiKTIDXET5okgI96gg { width:16.875rem;height:19.375rem;top:4.8984375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggp5QdaU73G2NUPeUXSH2LVf4JGk2x5b { width:16.875rem;height:19.375rem;top:25.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy5TBFRbnNgmyBTpvrbo0S2zM9ENCyNb { width:16.875rem;height:19.375rem;top:45.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BifHR20XyThPvlTbv1qf0CyitGTHMc2B { width:16.875rem;height:19.375rem;top:66.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxCwqTgA6Bcugf7782zG44BxWHkAx1uL { width:16.875rem;height:19.375rem;top:86.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMth4P4dBni7hWEJpCS4CMQfRDTcWbrh { width:16.875rem;height:19.375rem;top:106.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwLDu0od9kby1RrnDG4OM803xhznGKJq { width:16.875rem;height:19.375rem;top:126.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNDnpTudZ8FpVWVC4TigrlHTebV5U6Dr { width:16.875rem;height:19.375rem;top:147.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTIE2pesTw6bOGmexEdoQfn9FJbdfz1N { width:17rem;height:2.923825rem;top:20.8984375rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wIio4I3nkKiVu7VeaKPCU3EsR3RfoCDT { width:17rem;height:2.923825rem;top:41.6875rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KkAMbxBkPqHag9O8p8rDLOlJcJJTHQI8 { width:17rem;height:2.923825rem;top:61.4375rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GG5pvWi5DfGkpCIBNPPE8MR2vmWsV88B { width:17rem;height:1.4619125rem;top:82.75rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zes2EJ8Pr2oRn6sZBnul4g06zHFI3y5k { width:17rem;height:2.923825rem;top:101.8125rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raS5znThuNc2z728aEW2cSz21uZUsStF { width:17rem;height:2.923825rem;top:122.125rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2fb5U2rvaKEzMy7XMrP5AykSQGT8W53 { width:17rem;height:2.923825rem;top:142.625rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFC8cvvdxhKB261fnGQiQhnhmzXEZz9w { width:17rem;height:1.4619125rem;top:163.8125rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ooqZ5B55wMg5Xha2TMIREpq0VBfOJo3a { width:13.875rem;height:13.875rem;top:6.2734375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc5l0U1huGQEtRtDZ8Z1cpqJ1pl9lOVy { width:13.875rem;height:13.8125rem;top:26.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm4bNC6vtOEXP3i3yTkmiTcUaCU3Gmey { width:13.875rem;height:13.8125rem;top:47rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnBKFboLQQayKSmMub1JycTrVJbzIiah { width:13.75rem;height:13.875rem;top:67.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMtMiL903hVXnE2m7so9ZLp6FN8ocC62 { width:13.875rem;height:13.8125rem;top:87.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBfSGGC0OrcwXDaxV1IVDTiR8kKSqvtM { width:13.75rem;height:13.875rem;top:107.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfdO5nTVg27bbSysHBNOQffX5M0uyw6s { width:13.875rem;height:13.875rem;top:127.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGX2AUeKIJ8BDp6TX1KgUbm72kr8TUK8 { width:13.875rem;height:13.8125rem;top:148.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD4BWgUwRZ2KCy5rG9OleTSqmNHX5Fns { width:3.8125rem;height:3.6875rem;top:17.1484375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2I1X3PxeTDJlTBMVKmI7FLOPpDa3V3n { width:3.8125rem;height:3.6875rem;top:37.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUWdQIhTDXQfWyqJR8xs1bFTihPJ617o { width:3.8125rem;height:3.6875rem;top:57.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4U73krq2wNreWlnUke7pb5fAVmag4FX { width:3.8125rem;height:3.6875rem;top:78.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd2fdwuG7of6WVTx2htfhVP82vgagMHD { width:3.8125rem;height:3.6875rem;top:98.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx9VtVMhSWXJRzs5s8RrEn3PUXVPgmOy { width:3.8125rem;height:3.6875rem;top:118.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkbCdEVA1arIKEEWZOFTasJE3O18S8Ii { width:3.8125rem;height:3.6875rem;top:138.8125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoQtVa2vaqTT96NBQymu439m4fRZCryR { width:3.8125rem;height:3.6875rem;top:159.1875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B { display:block; }#kesAdB2R2z8bnnEMEdeGxH8AaWwuZb7B > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q98q2N2nI8K8oRKHGROZQuC1GMuiJRgC { width:20rem;height:12.3125rem;top:2.43359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulxafdWeEAgk7FFX7iJRdi60vHntWwQy { width:20rem;height:5.84765625rem;top:7.77734375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTT16dsQNOJeQbqJKvRD9B9u0VE5NkIm { width:20rem;height:13rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inVPeNarEXknPoOQch3Uvv533rSTGmur { display:flex;width:3.8125rem;height:3.9375rem;top:3.15234375rem;left:8.09375rem; }
 }@media only screen and (max-width: 763px) { #qq6XrJllgQBfvTzTJVaJEC9uWTNT7HAC { display:flex;width:4.625rem;height:5.1875rem;top:30.0625rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #Bg73pMTQLJVhKKSmqQnVD2SLt2X4Wxtw { width:19.875rem;height:2.923825rem;top:36.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETd3qSbhXT1iIDoKTKTHetonB3poorCL { width:20rem;height:11.625rem;top:15.18359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLO0BQzyM3b4w3KwLolO5QeE40yJ015v { width:20rem;height:13.5625rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWU7PQbyxGDl1bnkMTI7nrIkrmBDm5i7 { display:flex;width:4.5rem;height:4.8125rem;top:42.03125rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #xwqk7SwClRrRKWOvlrxBXhJGTKNs1y35 { display:flex;width:4.9375rem;height:5.5rem;top:16.361328125rem;left:7.53125rem; }
 }@media only screen and (max-width: 763px) { #zrNEwyiv9BeK48EB6WT3rrQNFDQ0P252 { display:flex;width:4.4375rem;height:4.625rem;top:43.5rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #Tl8mkcgT7xrwUu9iPJzmoLC6KiSW0uLz { width:20rem;height:4.3857375rem;top:21.798828125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VGi8trIrDFayU8355coiOqDCJ915xxa7 { width:20rem;height:5.84765625rem;top:48.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW { display:block; }#CplTg15TZS1x8wkXPJc8Q6MTrfzrdXvW > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paxmMHCnaeqsft5bpTeHo3k2kXhh42Zq { width:20rem;height:3.5996125rem;top:23.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcQun94WGi6AAftusQ8opnaZJTIsRuQT { width:20rem;height:6.597625rem;top:16.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:roboto; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-input-text {padding-top: 0; padding-bottom: 0;}#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-input-select {padding-top: 0; padding-bottom: 0;}#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS [class*="-text"]:-moz-placeholder { font-family:roboto; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS [class*="-text"]::-moz-placeholder { font-family:roboto; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS [class*="-text"]:-ms-input-placeholder { font-family:roboto; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS [class*="-text"]::-webkit-input-placeholder { font-family:roboto; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:roboto;font-size:0.625rem;overflow:hidden;height:auto; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS  { width:17.5rem;height:auto;top:28.1962890625rem;left:0rem; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS {display:block;}#pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS { width:17.5rem;height:auto;top:28.1962890625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #QuMFwyFK1wBkdKSooM2LJralrtoyDTqx {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #a5g3qBusJDkcBM1QTzTz7F4ExEtzFcpL {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #DDATnbMiVplF9brxlGAODBW9blD3nkFq {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #E4r49SmEF2S3tkAfuRHEXfOTNKDWCqqT {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #w1vRrpVPKBLiKqm02EtGCTsKMWT6O73W {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #Xe6Lt3OQezBiOVIeZKPztLdtrPpD8K1R {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #IsTqosPP8ng1qWMy5yWgX65L2FTZlWXO {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #tQow8TyDZLAAhwrhm3HAuxFGdomM8tvz {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #IX8fTyiS7hArI54tZf9Uiap1QT5axo66 {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #skNTbNlwoIMR7bQfDW60l1PWvgDDOKNR {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #afAobS2zO5X9vfvEa4wrWuTSqgn31DOn {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #dqR4VuskPPWEpKiVQLFPL21I32aST4oD {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #iTXNcqqxn415kp5CPqcZgMNdN6uph07A {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #PWzn3QZ0G34kuGsL6Ep44BegRnBFlglA {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #AHIKymSDVIB4SFBwugITDytQeaWBFbkK {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #lENMBEhdwT59a8mXSE1qvm0oBNDkaAp8 {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #SXyVhNrziRzv5gChFQgUggpWiWv4HanC {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #tAihlMnC6UWNAlcnNUhz7VhqQPBs5FWw {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #rRvfzBGBzDhFz6lV6zyKCHSRGTo5lOug {  }
 }@media only screen and (max-width: 763px) { #pfQk7FTAeyx8xNiNp9yCNBrhbQfvxeMS #EnFIcJMdKFgCOwfyKVBWgBk3VIfLvCBc {  }
 }@media only screen and (max-width: 763px) { #HviemVJCCkZsvqmq5bpfFMrHNzOfKd72 { width:20rem;height:15.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSP1GZg6S4HEap25txTlsA43TDZN4yNH { display:block; }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH { background-color: transparent; background-image: none; }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH > .row .container > .video-iframe-container { display: none; }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH > .row > .video-iframe-container { display: none; }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH > .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); }#mSP1GZg6S4HEap25txTlsA43TDZN4yNH > .row .container { width:20rem;height:31.0625rem;background-color:#bebebe;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTc8vRSofJcAnm5SQHq3fpk1zBBs5y3i { width:16.8125rem;height:3.8984375rem;top:3.9375rem;left:1.59375rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #IwKy9mGIiK5If7OHRQqEkrv5A18mrH53 { width:13rem;height:1.19921875rem;top:15.494140625rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luDhwaTPilkVpbKJ88tSz2NCEJNnU2zJ { width:12.9375rem;height:1.19921875rem;top:19.556640625rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6RF4lE309fhFcT2bNAkXT64iim7T0bs { width:13.125rem;height:1.19921875rem;top:23.619140625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScMAy4qUqv39dpNZcJuw0z5hwvdWFf2n { width:12.9375rem;height:1.19921875rem;top:11.244140625rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qib66XQL4Xy6rvnbfLr15UiIzhi2AkEE { width:2.8125rem;height:2.8125rem;top:10.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuVuZmIbmrQdiAbxkCv4hXPIueJnnqE6 { display:flex;width:2.375rem;height:2.375rem;top:10.662109375rem;left:3.21875rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #N8UoUk7Jwk0Zy7KTsJocyTGXQGXoX86r { width:13.125rem;height:1.19921875rem;top:27.681640625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrMu7dzW9WgycFwRThtmRNbcUc1uTyoc { width:2.8125rem;height:2.8125rem;top:14.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg3nSFiwSIVtL05zwieNSh8aXL1WbB4o { width:2.8125rem;height:2.8125rem;top:18.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUEF4IR5aecHhQW5NCQ6Qnb3mmIp20oC { width:2.8125rem;height:2.8125rem;top:22.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgPG2BcKHUmTA1ld3VBXdLPt1udq09d3 { width:2.8125rem;height:2.8125rem;top:26.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTEZy56y0tlUiTmB4ap20KZ9mROARq9D { display:flex;width:2rem;height:2.375rem;top:14.9375rem;left:3.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #eTafOn1kXicEadfFvbTvVu3ZKPzy6TtF { display:flex;width:2rem;height:2.375rem;top:19rem;left:3.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #o7icGOcp3e58epUxv80WDgQNy5HT0kpi { display:flex;width:2rem;height:2.375rem;top:23rem;left:3.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #nTvpIT9WviXCissXVQpTfkR6xlkJmXEy { display:flex;width:2rem;height:2.375rem;top:27.0625rem;left:3.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Lp1DiDm2T81y3QAv36NKTpLSIkHFvMRU { width:7.75rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM { display:block; }#R32NfmLrX1rMElCJVqdZFIdzgrc9dPwM > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTlIR89sQGoCNwt3nKWxoDscreybbLBQ { display:block; }#HTlIR89sQGoCNwt3nKWxoDscreybbLBQ > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qesWVTxkEkp31mVfxGuLKRGD3WXDp7T5 { display:flex;width:2.375rem;height:2.375rem;top:26.3125rem;left:1.34375rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #mzAGEytoLoWInzzo5brCNs4o9Mx1eaTS { display:flex;width:2.1875rem;height:2.1875rem;top:29.5rem;left:1.4375rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #ceepc7Vq4olQeNhf3NvaP0p2VImla69B { width:13.75rem;height:1.5rem;top:26.75rem;left:5.0625rem;font-size:1rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #Tw5ZbDq3EZ6t7nExwuF4ENq3rux2Ff6Q { width:13.75rem;height:1.5rem;top:29.84375rem;left:5.0625rem;font-size:1rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #ylTFDBMNxhL8XB8K2h7hxIx97rQd5nTu { width:20rem;height:2.3994125rem;top:0.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #xxu0C1EhsuVX77bwN38kJMxCGgrsKA3Z { width:20rem;height:4.6875rem;top:5.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #SMt6NxfhQ25xX6MkPtLCNgp6pirSqFF6 { width:20rem;height:4.6875rem;top:34.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #C8DWhrSi8U3xn3ba3qLDnFAfNCXcbGgp { display:flex;width:2.5rem;height:2.5rem;top:41rem;left:1.53125rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #aepF8Nn5VJc78UnVCCVyWSBBgsfoAcEF { display:flex;width:2.5625rem;height:2.5625rem;top:44.40625rem;left:1.4375rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #mhWtprUxSvox0cvnwv5zoA1mqcEw4gz8 { width:10.1875rem;height:1.5rem;top:41.5rem;left:4.90625rem;font-size:1rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #y7LPBIJoNCWV8oK2Ngk6D2XIyL4M55sP { width:14.9375rem;height:1.5rem;top:44.9375rem;left:5.0625rem;font-size:1rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #kwaaTnDWTMQxytCFiMMN3Rs8ssfHbBCz { width:8.4375rem;height:12.75rem;top:12.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSzDGpa9S0qyauOohwD0hDLQ4BsETBPR { display:block; }#XSzDGpa9S0qyauOohwD0hDLQ4BsETBPR > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBvO8SBcLWtbrdctul3AWBzSbz9FCblw { display:block; }#cBvO8SBcLWtbrdctul3AWBzSbz9FCblw > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydRVARlwMrXCL0STNft0izefQxBGXFhk { width:14.0625rem;height:3.875rem;top:1.1123046875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwsImyuUaTLw5gCapV01TtcnpO2nEVhp { display:flex;width:2.5rem;height:2.5rem;top:6.4375rem;left:1.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #xmKiXBr5anJdO2qoET6TMtTGbZsfQ9sF { width:13.75rem;height:3rem;top:6.1875rem;left:5.6875rem;font-size:1rem;display:block; }
 }