.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image: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); }#CmDT67GVwB8kLH3uPp0iIlp0eQTGAzCb { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#CmDT67GVwB8kLH3uPp0iIlp0eQTGAzCb { background-color: transparent; background-image: none; }#CmDT67GVwB8kLH3uPp0iIlp0eQTGAzCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmDT67GVwB8kLH3uPp0iIlp0eQTGAzCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmDT67GVwB8kLH3uPp0iIlp0eQTGAzCb > .row .container > .video-iframe-container { display: none; }#CmDT67GVwB8kLH3uPp0iIlp0eQTGAzCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmDT67GVwB8kLH3uPp0iIlp0eQTGAzCb > .row > .video-iframe-container { display: none; }#CmDT67GVwB8kLH3uPp0iIlp0eQTGAzCb > .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); }#CmDT67GVwB8kLH3uPp0iIlp0eQTGAzCb { border-width: 0; border-radius: 0; }#CmDT67GVwB8kLH3uPp0iIlp0eQTGAzCb > .row .container > .video-iframe-container { border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem; }#CmDT67GVwB8kLH3uPp0iIlp0eQTGAzCb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;position:relative;display:block; }#U77MAMKAd3VsBBDguViN5KlWcgNL6CVO { position:absolute;display:block;z-index:15026;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:8.625rem;top:1.5625rem;left:2.875rem;overflow:hidden;display:block; }
#UEs0xRKknBHOWwaeDXsBBy0U1J3ykWUS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:2.125rem;left:32.3125rem;display:block; }
#Hvr4udFRMwXGB2C4dGV2kvsEIHZ5ro4X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BeJVxwRL7fM86tiuLCGFFuMqJnoCuZI3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:2.125rem;left:42rem;display:block; }
#DGTehwIztRLKEQO3J1JQXTs3XXeZEmbE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3gQ59Rr2294sh3Tg55y4lTvbfToxfar { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:2.625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:2.125rem;left:47.5625rem;display:block; }
#WQE2SX8l24OAHAxQe0gHqs0ryaTCzk5t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dq4XfzTdEyppn8mimUdgMISonPGdZ9Pg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:2.125rem;left:52.4375rem;display:block; }
#NvvznvSQuzwDxwpZlPU4ZRBpblfL2lIV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akuKoWZZEQoOHCLrQA28fSLUwwskscos { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.625rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:2.125rem;left:57.9375rem;display:block; }
#lCURbO4ThARMCXpbzaKTiMGMNzXer0eD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eoezXVxhgNeCtwl1kSGXz1ngteLOa8MC { background-color:#d23c3c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3.0625rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.875rem;left:63.4375rem;display:block; }
#s1CRNncz5c0yD9WURgzloGCR2gpdi9SU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fbebff;background-image:none;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#oXp4qnpIMCa4syfrN0cEDgD0MWq2Udt0 { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:14.625rem;left:0rem;height:5.25rem;font-style:normal;display:block; }
#buOQwkTLzIniJlkIndopN6e9dnz69SSP { color:#000000;display:block;width:16.75rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:21.17529296875rem;left:0rem;height:7rem;font-style:normal;display:block; }
#ciUdEt0FDuZDRhP6RIJ5VLALWnCgBX8K { position:absolute;display:block;z-index:15028;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:10.1875rem;width:10.3125rem;top:15.375rem;left:64.6875rem;overflow:hidden;display:block; }
#Bg3NQt6u0mnSNs7aX8Lwa9aBQvSGTBiX { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.56);border-left:0.0625rem solid rgba(0,0,0,0.56);border-right:0.0625rem solid rgba(0,0,0,0.56);border-bottom:0.0625rem solid rgba(0,0,0,0.56);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0.56);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:28.3125rem;left:62.625rem;display:block; }
#hyz4ivW3T3UqwexT2BEhpO0GltG2htJ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykCm4mgbkzGvPOouHroTZRCIg4bL4wR6 { position:absolute;display:block;z-index:15026;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:40.6875rem;width:36.9375rem;top:8rem;left:19.0625rem;overflow:hidden;display:block; }
#smiXvhSKXcPkT41MTdud8S4BdM0S0R07 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:36.5625rem;width:32.25rem;top:10.0625rem;left:21.25rem;overflow:hidden;display:block; }
#dIiuOKz2WC882Plg9o0ZXNCz2Jssi00t { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.56);border-left:0.0625rem solid rgba(0,0,0,0.56);border-right:0.0625rem solid rgba(0,0,0,0.56);border-bottom:0.0625rem solid rgba(0,0,0,0.56);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0.56);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:32.125rem;left:56.5rem;display:block; }
#x1Az7lknCIvm3VwSbSH6frD2vA3mvVgk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cDtGfNqzvUTqnPhTRZFh0ArKN5fdZsV3 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.56);border-left:0.0625rem solid rgba(0,0,0,0.56);border-right:0.0625rem solid rgba(0,0,0,0.56);border-bottom:0.0625rem solid rgba(0,0,0,0.56);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0.56);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:32.125rem;left:66.125rem;display:block; }
#SAgPorXatLP9PIxMP5F7c5OEhNMHBXg3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CxtA83ZV6Azny4M6UPzCQxXmnAnzhL57 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.56);border-left:0.0625rem solid rgba(0,0,0,0.56);border-right:0.0625rem solid rgba(0,0,0,0.56);border-bottom:0.0625rem solid rgba(0,0,0,0.56);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0.56);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:35.875rem;left:61rem;display:block; }
#pZQii9qbldraJui9tQI02Kxkli9zofXb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OSlJngfF0HRGVGiQ9nsaiK2bd3N8brkV { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:40.25rem;left:59.3125rem;display:block; }
#t1vPCOlAlICdzcxClMJI02dvGisqgt60 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PlOcd0dGhUcvzhZCU1N074HmRG8qJkMf { background-color:#d23c3c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:30.3125rem;left:0rem;display:block; }
#QWQX1BuC523SnJWgKQ16RG28zz1RsBab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gDbCdXfQ5oeozziEH1Oh1CootwAJ89hW { color:#000000;display:block;width:16.75rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:300;z-index:15040;line-height:1.2;letter-spacing:0;top:11.83740234375rem;left:29.125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;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; }
#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbebff;background-image:url("https://images.assets-landingi.com/uc/1196ee30-7449-4329-9085-9fbcee2282ca/croissant.webp");background-position:center right !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; }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT.adaptive-delivery-prevent-bg, #oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT.lazyload, #oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT.lazyloading { background-image: none; }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT > .row .container { background-color: transparent; background-image: none; }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT > .row .container > .video-iframe-container { display: none; }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT > .row > .video-iframe-container { display: none; }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT > .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); }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT > .row .container { border-width: 0; border-radius: 0; }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#RyRp6dzSnzfWxeEBrNxXNmDwMCTm4OvC { color:#000000;display:block;width:32.75rem;position:absolute;font-family:lobster;font-size:4.5rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:9.2998046875rem;left:21.125rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#b1bi8qx0KsD1cf16klJ1ivM8gMK0RTqn { box-sizing:content-box;height:6.125rem;width:6.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:3.82373046875rem;left:34.4375rem;display:block; }
#Ul4LuNwKaiQngd6foNCV7ZSZ0ZRBKaKZ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.75rem;top:5.47998046875rem;left:36.125rem;overflow:hidden;display:block; }
#rUNMUXnrZG3KcWV45rxKxi6ffIFVGEgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbebff;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; }#rUNMUXnrZG3KcWV45rxKxi6ffIFVGEgc > .row .container { background-color: transparent; background-image: none; }#rUNMUXnrZG3KcWV45rxKxi6ffIFVGEgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUNMUXnrZG3KcWV45rxKxi6ffIFVGEgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUNMUXnrZG3KcWV45rxKxi6ffIFVGEgc > .row .container > .video-iframe-container { display: none; }#rUNMUXnrZG3KcWV45rxKxi6ffIFVGEgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUNMUXnrZG3KcWV45rxKxi6ffIFVGEgc > .row > .video-iframe-container { display: none; }#rUNMUXnrZG3KcWV45rxKxi6ffIFVGEgc > .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); }#rUNMUXnrZG3KcWV45rxKxi6ffIFVGEgc > .row .container { border-width: 0; border-radius: 0; }#rUNMUXnrZG3KcWV45rxKxi6ffIFVGEgc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rUNMUXnrZG3KcWV45rxKxi6ffIFVGEgc > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#hUl2rCG05PnTW28LQSWrC13i1kC7e5LE { color:rgba(0,0,0,0.6);display:block;width:17.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:2.5rem;display:block; }
#qvyLSzbtsPCTXu7T1yXyI9wAQhPyhD41 { box-sizing:content-box;height:0.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:6.75rem;left:0rem;display:block; }
#tT4ZEskwnk7VbncJfOcK5Abx4ihCPbd6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.8125rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#sBO4eKH93NIQOQSUTRySBSP5CCkTZTT2 { color:rgba(0,0,0,0.6);display:block;width:17.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8rem;left:18.75rem;height:1.25rem;display:block; }
#G7tSVSVoJulCIhFFu7B0wWkGGiVqSMGk { box-sizing:content-box;height:0.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;top:6.75rem;left:18.75rem;display:block; }
#UIH7d1AwTpGUrzuL4lMBEqR0HaW7OJxw { 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:3.25rem;width:3.1875rem;top:2.6875rem;left:18.75rem;overflow:hidden;display:block; }
#zTI0RJ2BxuhesOyCTz29XXi8O1SHn8OZ { color:rgba(0,0,0,0.6);display:block;width:17.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8rem;left:37.5rem;height:2.5rem;display:block; }
#stg6wydo1FbhMLvDZwV7QWcLNhI1TaTL { box-sizing:content-box;height:0.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;top:6.75rem;left:37.5rem;display:block; }
#J82yXLecOslVHBK96WJETsJU7M4glHvs { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:3.5rem;top:2.6875rem;left:37.5rem;overflow:hidden;display:block; }
#ru4p1eF4evKSHFTVMENrPZZaqQsmMkM1 { color:rgba(0,0,0,0.6);display:block;width:17.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8rem;left:56.25rem;height:3.75rem;display:block; }
#Azw7kqHyu7EtQNd93u8ebH7NhayuwggD { box-sizing:content-box;height:0.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:6.75rem;left:56.25rem;display:block; }
#Cit9D9yfhM9uWStv5l7QZL6AcIcxxap4 { position:absolute;display:block;z-index:15011;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.0625rem;width:3rem;top:2.6875rem;left:56.25rem;overflow:hidden;display:block; }
#l74We2oRrRFMdrSC7ciFmG0uqWoiHzH2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbebff;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; }#l74We2oRrRFMdrSC7ciFmG0uqWoiHzH2 > .row .container { background-color: transparent; background-image: none; }#l74We2oRrRFMdrSC7ciFmG0uqWoiHzH2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l74We2oRrRFMdrSC7ciFmG0uqWoiHzH2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l74We2oRrRFMdrSC7ciFmG0uqWoiHzH2 > .row .container > .video-iframe-container { display: none; }#l74We2oRrRFMdrSC7ciFmG0uqWoiHzH2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l74We2oRrRFMdrSC7ciFmG0uqWoiHzH2 > .row > .video-iframe-container { display: none; }#l74We2oRrRFMdrSC7ciFmG0uqWoiHzH2 > .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); }#l74We2oRrRFMdrSC7ciFmG0uqWoiHzH2 > .row .container { border-width: 0; border-radius: 0; }#l74We2oRrRFMdrSC7ciFmG0uqWoiHzH2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l74We2oRrRFMdrSC7ciFmG0uqWoiHzH2 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#LTauoIH0152nMGaZk9WpPkRSpkTbdmSs { color:rgba(0,0,0,0.6);display:block;width:17.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:3.75rem;display:block; }
#PxNqVaaIyWO4VdHrhpQeSDEvxEDpgr38 { box-sizing:content-box;height:0.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:6.75rem;left:0rem;display:block; }
#okeKTF6huUaKzgp3rEbBNeTNv1kRWGPd { position:absolute;display:block;z-index:15002;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.0625rem;width:3rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#dsCHLsG5M4fCkz3Ly2ytoaRgJG608vIs { color:rgba(0,0,0,0.6);display:block;width:17.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8rem;left:18.75rem;height:3.75rem;display:block; }
#JkattHXxddemp8lgqJiGePhVT7AWSkC7 { box-sizing:content-box;height:0.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;top:6.75rem;left:18.75rem;display:block; }
#nt6s626ecI0nEOt0ia7dk7FC0oOVtQ5s { 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:2.4375rem;width:3.5rem;top:2.6875rem;left:18.75rem;overflow:hidden;display:block; }
#kALDXoHOpVywzu7cSOQinhcfJ2OyesXh { color:rgba(0,0,0,0.6);display:block;width:17.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8rem;left:37.5rem;height:2.5rem;display:block; }
#zP4o4rC1gC7hsoiwrBN0HdCeL7erHZ5A { box-sizing:content-box;height:0.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;top:6.75rem;left:37.5rem;display:block; }
#s22WBBPWvD1rZXlSHRFtfbNHmQ7taiL1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:2.6875rem;left:37.5rem;overflow:hidden;display:block; }
#T5axWtbUelg1SyIMvaUPczEGkh3ByAa2 { box-sizing:content-box;height:8rem;width:17.8125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:2.78125rem;left:56.71875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#pz4kvRM0SBTLdNQNTa7TLBOIAokBywsy { color:rgba(0,0,0,0.6);display:block;width:14.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.51220703125rem;left:58.25rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#JowFT0r64XvAdZzlxkP3qgfuEAFCBTRs { background-color:#d23c3c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:6.75rem;left:60.21875rem;display:block; }
#H5tf4WzQkXiFWRmfZdtG0vqTn0wpkvuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbebff;background-image:url("https://images.assets-landingi.com/uc/3cfad3b4-12bd-404f-8fcd-c4aa476b8f1a/maliny.webp");background-position:top left !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; }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv.adaptive-delivery-prevent-bg, #G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv.lazyload, #G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv.lazyloading { background-image: none; }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv > .row .container { background-color: transparent; background-image: none; }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv > .row .container > .video-iframe-container { display: none; }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv > .row > .video-iframe-container { display: none; }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv > .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); }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv > .row .container { border-width: 0; border-radius: 0; }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#uiOOuOWX81TPLw2inICTo6S9iH72luT6 { color:#000000;display:block;width:32.75rem;position:absolute;font-family:lobster;font-size:4.5rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:9.2998046875rem;left:21.125rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#qymCTEwRuvgnspQZBx9lzQiJxVffc2Ls { box-sizing:content-box;height:6.125rem;width:6.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:3.82373046875rem;left:34.4375rem;display:block; }
#f4kw27iVxwhkMidQF8A7chtWkr8ZaHUt { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.75rem;top:5.47998046875rem;left:36.125rem;overflow:hidden;display:block; }
#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbebff;background-image:url("https://images.assets-landingi.com/uc/9df0a821-b989-438f-90f9-efeec2420af9/borowki.webp");background-position:bottom right !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; }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf.adaptive-delivery-prevent-bg, #ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf.lazyload, #ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf.lazyloading { background-image: none; }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf > .row .container { background-color: transparent; background-image: none; }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf > .row .container > .video-iframe-container { display: none; }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf > .row > .video-iframe-container { display: none; }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf > .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); }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf > .row .container { border-width: 0; border-radius: 0; }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#MylC6qEm8mGeW32liewGpGlIgPWhm8Ka { box-sizing:content-box;height:25.125rem;width:18.5rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:0rem;left:0.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#p1ft13lKbMneKAsn7fdglSrZlhIZIHbg { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15011;background-color:#747474;background-image:url("https://images.assets-landingi.com/uc/da8c8bd6-6d66-4113-a023-ff25ad245738/mniambox_box_imprezowy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:1.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#p1ft13lKbMneKAsn7fdglSrZlhIZIHbg.adaptive-delivery-prevent-bg, #p1ft13lKbMneKAsn7fdglSrZlhIZIHbg.lazyload, #p1ft13lKbMneKAsn7fdglSrZlhIZIHbg.lazyloading { background-image: none; }
#kBoqnnUbMZ8CNVJGtnFOGWHTsuRWosHo { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lobster;font-size:2rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:18.8125rem;left:1.40625rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lSpRRiCSpVL0AirfffeazEi8SZnLPyob { box-sizing:content-box;height:25.125rem;width:18.5rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0rem;left:18.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#nPkn3cTp7ep6Vorqcudull4WQmJqs9N2 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lobster;font-size:2rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.8125rem;left:20.1875rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RbpbhTgGVfDklFgwpGI2TuWNTp9qLm9e { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15014;background-color:#747474;background-image:url("https://images.assets-landingi.com/uc/ddd135c2-f041-4d52-a4c0-1cc7588c7360/mniambox_catering_firmowy_eventowy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:19.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#RbpbhTgGVfDklFgwpGI2TuWNTp9qLm9e.adaptive-delivery-prevent-bg, #RbpbhTgGVfDklFgwpGI2TuWNTp9qLm9e.lazyload, #RbpbhTgGVfDklFgwpGI2TuWNTp9qLm9e.lazyloading { background-image: none; }
#OSOisz12007EFwTcosggvuVCzXPXLDLR { box-sizing:content-box;height:25.125rem;width:18.5rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:0rem;left:37.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#NbxqGLxAVLRQ8McU0gL3AQiI1Nvfo7Zw { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lobster;font-size:2rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:18.8125rem;left:38.90625rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omexlRvRzE42S1fLuJAwirqPvBpDoolN { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15017;background-color:#747474;background-image:url("https://images.assets-landingi.com/uc/08448ab1-02c7-44f2-b36d-ff21b9b9fde4/mniambox_sniadania_przerwy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:38.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#omexlRvRzE42S1fLuJAwirqPvBpDoolN.adaptive-delivery-prevent-bg, #omexlRvRzE42S1fLuJAwirqPvBpDoolN.lazyload, #omexlRvRzE42S1fLuJAwirqPvBpDoolN.lazyloading { background-image: none; }
#Buiq1HJlZwtT3l51GsA3qw44M1PXxTuF { box-sizing:content-box;height:25.125rem;width:18.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:0rem;left:56.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#GeqfqxUefqCJpPN4oXN0XxyOGbFxnDfm { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lobster;font-size:2rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:18.81201171875rem;left:57.65625rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OkFy3SkCVWUBKd3cRlHb06fxXTIedcIP { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15020;background-color:#747474;background-image:url("https://images.assets-landingi.com/uc/3b303880-7d67-4281-8162-3b522ad4a167/mniambox_fingerfoods.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:57.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#OkFy3SkCVWUBKd3cRlHb06fxXTIedcIP.adaptive-delivery-prevent-bg, #OkFy3SkCVWUBKd3cRlHb06fxXTIedcIP.lazyload, #OkFy3SkCVWUBKd3cRlHb06fxXTIedcIP.lazyloading { background-image: none; }
#EIXGdUVLRfEi7bU1TGqeSmzHcIehzA1t { background-color:#d23c3c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:28.09375rem;left:31.21875rem;display:block; }
#FHlnTrcgxwKF1rMozoGTiBepSanFMLIf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P02kgbebVpK5Jt2rqKtDQtnna6Hyonxk { position:relative;display:block; }#P02kgbebVpK5Jt2rqKtDQtnna6Hyonxk { background-color: transparent; background-image: none; }#P02kgbebVpK5Jt2rqKtDQtnna6Hyonxk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P02kgbebVpK5Jt2rqKtDQtnna6Hyonxk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P02kgbebVpK5Jt2rqKtDQtnna6Hyonxk > .row .container > .video-iframe-container { display: none; }#P02kgbebVpK5Jt2rqKtDQtnna6Hyonxk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P02kgbebVpK5Jt2rqKtDQtnna6Hyonxk > .row > .video-iframe-container { display: none; }#P02kgbebVpK5Jt2rqKtDQtnna6Hyonxk > .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); }#P02kgbebVpK5Jt2rqKtDQtnna6Hyonxk { border-width: 0; border-radius: 0; }#P02kgbebVpK5Jt2rqKtDQtnna6Hyonxk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P02kgbebVpK5Jt2rqKtDQtnna6Hyonxk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TISXG4cP8mtJ9gXTH9tpQVgmd5LKAB9l { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lobster;font-size:2rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:4.1875rem;left:4.53125rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rVUXW6qvzNBDvfcGafndA1pTxvITvH7r { box-sizing:content-box;height:25rem;width:18.75rem;position:absolute;display:block;z-index:15012;background-color:#747474;background-image:url("https://images.assets-landingi.com/uc/ce64206e-863f-4c85-bde2-8c6b29f39329/mniambox_antipasti_box.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.375rem;left:3.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#rVUXW6qvzNBDvfcGafndA1pTxvITvH7r.adaptive-delivery-prevent-bg, #rVUXW6qvzNBDvfcGafndA1pTxvITvH7r.lazyload, #rVUXW6qvzNBDvfcGafndA1pTxvITvH7r.lazyloading { background-image: none; }
#Ikt71FwWuyakuc37LPrUXNdBZUCuklEN { color:#000000;display:block;width:14.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.1;letter-spacing:0;top:34rem;left:5.1875rem;height:;font-style:normal;display:block; }#Ikt71FwWuyakuc37LPrUXNdBZUCuklEN li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ikt71FwWuyakuc37LPrUXNdBZUCuklEN li:before{  }
#Zn39IETkoKXNRrDoDUmf2nAz5xouLk78 { box-sizing:content-box;height:49.0625rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:3rem;left:3.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #d2b1da;border-left:0.0625rem solid #d2b1da;border-right:0.0625rem solid #d2b1da;border-bottom:0.0625rem solid #d2b1da;display:block; }
#TMkJTutzxF8eOnX8giSPp7T84LMixCNi { color:#000000;display:block;width:5.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:8.9375rem;left:5.125rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#LseRElKczZ3NXnP8SrTSdEyrOWbUvEeD { box-sizing:content-box;height:2.75rem;width:7.625rem;position:absolute;display:block;z-index:15030;background-color:#fbebff;background-image:none;top:8.1875rem;left:3.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lnRGMMTVWgx5tFdqagqFa8M0iHfp14Q0 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lobster;font-size:2rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:4.25rem;left:29.5625rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGAgIylQCTSKLxG50OmxbRvIr2I5n9ui { box-sizing:content-box;height:25rem;width:18.75rem;position:absolute;display:block;z-index:15018;background-color:#747474;background-image:url("https://images.assets-landingi.com/uc/ea176b35-926c-4ae8-b033-08ed027726ff/mniambox_party_box.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.4375rem;left:28.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#OGAgIylQCTSKLxG50OmxbRvIr2I5n9ui.adaptive-delivery-prevent-bg, #OGAgIylQCTSKLxG50OmxbRvIr2I5n9ui.lazyload, #OGAgIylQCTSKLxG50OmxbRvIr2I5n9ui.lazyloading { background-image: none; }
#HeQ9RZbHyFDoNUTfAeQqci8GAV9kCLlu { box-sizing:content-box;height:49.0625rem;width:18.75rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:3.0625rem;left:28.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #d2b1da;border-left:0.0625rem solid #d2b1da;border-right:0.0625rem solid #d2b1da;border-bottom:0.0625rem solid #d2b1da;display:block; }
#bKGTN0Abw6JgmX8gAHv2OWQZmCbGaQUK { color:#000000;display:block;width:5.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:9rem;left:30.1875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#PAP8V00zhXp6l1wCzJJSedh2l3c85kn4 { box-sizing:content-box;height:2.75rem;width:7.625rem;position:absolute;display:block;z-index:15036;background-color:#fbebff;background-image:none;top:8.25rem;left:28.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#kuSK2UdyEkcsOpAbEy2cQkMN37JNrkMQ { color:#000000;display:block;width:14.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.1;letter-spacing:0;top:34.0625rem;left:30.25rem;height:;font-style:normal;display:block; }#kuSK2UdyEkcsOpAbEy2cQkMN37JNrkMQ li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#kuSK2UdyEkcsOpAbEy2cQkMN37JNrkMQ li:before{  }
#TqtKVdGyNuARD5HTER5iTPeiRznXnMkJ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lobster;font-size:2rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:4.25rem;left:54.5625rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#llKJgUKdbcEoZm3HBRR7JvNmcBNw91g5 { box-sizing:content-box;height:49.0625rem;width:18.75rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:3.0625rem;left:53.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #d2b1da;border-left:0.0625rem solid #d2b1da;border-right:0.0625rem solid #d2b1da;border-bottom:0.0625rem solid #d2b1da;display:block; }
#RXyKwplFqSDWGOsnPTSU55F4L5JhxZqr { box-sizing:content-box;height:25rem;width:18.75rem;position:absolute;display:block;z-index:15024;background-color:#747474;background-image:url("https://images.assets-landingi.com/uc/d8929849-2f3d-4414-b9db-e439939db57d/mniambox_sweet_box.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.4375rem;left:53.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#RXyKwplFqSDWGOsnPTSU55F4L5JhxZqr.adaptive-delivery-prevent-bg, #RXyKwplFqSDWGOsnPTSU55F4L5JhxZqr.lazyload, #RXyKwplFqSDWGOsnPTSU55F4L5JhxZqr.lazyloading { background-image: none; }
#t7Qncp4IUxrMcFgEPsTSv98oyXoG3LBC { color:#000000;display:block;width:5.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:9rem;left:55.1875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#dz01M4L82FALRMOoBxCBQOe6S319XIZL { box-sizing:content-box;height:2.75rem;width:7.625rem;position:absolute;display:block;z-index:15042;background-color:#fbebff;background-image:none;top:8.25rem;left:53.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hvqaUbUp5mx6ShSzvldTuDSCoeHZdeL3 { color:#000000;display:block;width:14.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.1;letter-spacing:0;top:34.0625rem;left:55.25rem;height:;font-style:normal;display:block; }#hvqaUbUp5mx6ShSzvldTuDSCoeHZdeL3 li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#hvqaUbUp5mx6ShSzvldTuDSCoeHZdeL3 li:before{  }
#QzDhRURGmG46R9Su5OIohyI4gTAMv0XZ { position:relative;display:block; }#QzDhRURGmG46R9Su5OIohyI4gTAMv0XZ { background-color: transparent; background-image: none; }#QzDhRURGmG46R9Su5OIohyI4gTAMv0XZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzDhRURGmG46R9Su5OIohyI4gTAMv0XZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzDhRURGmG46R9Su5OIohyI4gTAMv0XZ > .row .container > .video-iframe-container { display: none; }#QzDhRURGmG46R9Su5OIohyI4gTAMv0XZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzDhRURGmG46R9Su5OIohyI4gTAMv0XZ > .row > .video-iframe-container { display: none; }#QzDhRURGmG46R9Su5OIohyI4gTAMv0XZ > .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); }#QzDhRURGmG46R9Su5OIohyI4gTAMv0XZ { border-width: 0; border-radius: 0; }#QzDhRURGmG46R9Su5OIohyI4gTAMv0XZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QzDhRURGmG46R9Su5OIohyI4gTAMv0XZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BsGTR4owH201Gwad6sbJRZdhaMDNeZdr { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lobster;font-size:2rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:4.1875rem;left:4.53125rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0FI6gU3KSk0IbavbAKDzI4InKQ5436N { box-sizing:content-box;height:25.125rem;width:18.75rem;position:absolute;display:block;z-index:15012;background-color:#747474;background-image:url("https://images.assets-landingi.com/uc/13c36a9f-9be7-4ed0-b257-6e7aac7da2b2/IMG_5060.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.375rem;left:3.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#k0FI6gU3KSk0IbavbAKDzI4InKQ5436N.adaptive-delivery-prevent-bg, #k0FI6gU3KSk0IbavbAKDzI4InKQ5436N.lazyload, #k0FI6gU3KSk0IbavbAKDzI4InKQ5436N.lazyloading { background-image: none; }
#mN3lsvh7dFTq8sMtBbT15Z9IfEKdtiJm { color:#000000;display:block;width:14.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15028;line-height:1.1;letter-spacing:0;top:34.0625rem;left:5.1875rem;height:;font-style:normal;display:block; }#mN3lsvh7dFTq8sMtBbT15Z9IfEKdtiJm li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#mN3lsvh7dFTq8sMtBbT15Z9IfEKdtiJm li:before{  }
#ktWMu3N2tAJEd6iTfVnfF9c4U0DeXuS0 { box-sizing:content-box;height:49.0625rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:3rem;left:3.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #d2b1da;border-left:0.0625rem solid #d2b1da;border-right:0.0625rem solid #d2b1da;border-bottom:0.0625rem solid #d2b1da;display:block; }
#Qv1n7tWak2eMruAhmaqXfhdp4Zwu7o2a { color:#000000;display:block;width:5.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:8.9375rem;left:5.125rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#hu7K3Tzv9El0FkqcPunZRTqTdugHqDyv { box-sizing:content-box;height:2.75rem;width:7.625rem;position:absolute;display:block;z-index:15030;background-color:#fbebff;background-image:none;top:8.1875rem;left:3.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TEUrne0dspeKAsT5On1stT9WLSRQdJC6 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lobster;font-size:2rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:4.25rem;left:29.5625rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QVFdvSyoFPqcCACNtCpVolTA8rLhviM5 { box-sizing:content-box;height:25rem;width:18.75rem;position:absolute;display:block;z-index:15018;background-color:#747474;background-image:url("https://images.assets-landingi.com/uc/10b513d1-63eb-4acb-89a5-7d0532a927a7/mniambox_mix_box.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.4375rem;left:28.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#QVFdvSyoFPqcCACNtCpVolTA8rLhviM5.adaptive-delivery-prevent-bg, #QVFdvSyoFPqcCACNtCpVolTA8rLhviM5.lazyload, #QVFdvSyoFPqcCACNtCpVolTA8rLhviM5.lazyloading { background-image: none; }
#GGC0WF4q8mUk8mgGuOw0hMwMsQsKHDT1 { box-sizing:content-box;height:49.0625rem;width:18.75rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:3.0625rem;left:28.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #d2b1da;border-left:0.0625rem solid #d2b1da;border-right:0.0625rem solid #d2b1da;border-bottom:0.0625rem solid #d2b1da;display:block; }
#p0FOHzTEXT9XtR2RZF8yffr1iKWbkaQC { color:#000000;display:block;width:5.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:9rem;left:30.1875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#lfU4o5TvgTofr6XvH9gwCpmlUlPh84eo { box-sizing:content-box;height:2.75rem;width:7.625rem;position:absolute;display:block;z-index:15036;background-color:#fbebff;background-image:none;top:8.25rem;left:28.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#slGFdfZXR3ZDrgX0NkaF4rIQpfhTM1T1 { color:#000000;display:block;width:14.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.1;letter-spacing:0;top:34.0625rem;left:30.25rem;height:;font-style:normal;display:block; }#slGFdfZXR3ZDrgX0NkaF4rIQpfhTM1T1 li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#slGFdfZXR3ZDrgX0NkaF4rIQpfhTM1T1 li:before{  }
#WTFAHkN9riPHnzHDfi3w7zApCPd64ilv { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lobster;font-size:2rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:4.25rem;left:54.5625rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTWbq2DpFLiyMCg2R4VWW3G1wHqGihaT { box-sizing:content-box;height:49.0625rem;width:18.75rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:3.0625rem;left:53.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #d2b1da;border-left:0.0625rem solid #d2b1da;border-right:0.0625rem solid #d2b1da;border-bottom:0.0625rem solid #d2b1da;display:block; }
#sFxeTlrizu5BBFRzbXdOHZRbmWPntwte { box-sizing:content-box;height:25rem;width:18.75rem;position:absolute;display:block;z-index:15024;background-color:#747474;background-image:url("https://images.assets-landingi.com/uc/7f67b0d4-c5bd-422f-ba85-5695152e9158/mniambox_kanapeczki_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.4375rem;left:53.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#sFxeTlrizu5BBFRzbXdOHZRbmWPntwte.adaptive-delivery-prevent-bg, #sFxeTlrizu5BBFRzbXdOHZRbmWPntwte.lazyload, #sFxeTlrizu5BBFRzbXdOHZRbmWPntwte.lazyloading { background-image: none; }
#nyMrcOV4B39ZcNtJc9IH39mqvcL0J7Ra { color:#000000;display:block;width:5.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:9rem;left:55.1875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#ssZJydXIOQTIh4bvI9v2Ab69GbDiCwsV { box-sizing:content-box;height:2.75rem;width:7.625rem;position:absolute;display:block;z-index:15042;background-color:#fbebff;background-image:none;top:8.25rem;left:53.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#EFGKmV7JCBlZh973Qhx1STJN60D9qRIO { color:#000000;display:block;width:14.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.1;letter-spacing:0;top:34.0625rem;left:55.25rem;height:13.5rem;font-style:normal;display:block; }#EFGKmV7JCBlZh973Qhx1STJN60D9qRIO li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#EFGKmV7JCBlZh973Qhx1STJN60D9qRIO li:before{  }
#mQKvnaQ1JoGNV0uSPrwOGAiTyTDiugev { position:relative;display:block; }#mQKvnaQ1JoGNV0uSPrwOGAiTyTDiugev { background-color: transparent; background-image: none; }#mQKvnaQ1JoGNV0uSPrwOGAiTyTDiugev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQKvnaQ1JoGNV0uSPrwOGAiTyTDiugev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQKvnaQ1JoGNV0uSPrwOGAiTyTDiugev > .row .container > .video-iframe-container { display: none; }#mQKvnaQ1JoGNV0uSPrwOGAiTyTDiugev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQKvnaQ1JoGNV0uSPrwOGAiTyTDiugev > .row > .video-iframe-container { display: none; }#mQKvnaQ1JoGNV0uSPrwOGAiTyTDiugev > .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); }#mQKvnaQ1JoGNV0uSPrwOGAiTyTDiugev { border-width: 0; border-radius: 0; }#mQKvnaQ1JoGNV0uSPrwOGAiTyTDiugev > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#mQKvnaQ1JoGNV0uSPrwOGAiTyTDiugev > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbebff;background-image:none;font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#ZLB27RNPkrI7Cargz17MtbP8SS9LHcQp { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:19.0625rem;height:1.625rem;display:block; }
#rNu8Pl98fWmnHtfrehqnUvBSd6lVt7wz { background-color:#d23c3c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:1.75rem;left:40.875rem;display:block; }
#NypPKE7wgJJdTxAcHoGKqJNJ2mvRSF6I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WVaAoPGfDqcFTqPZMwiQQ4574UIPGq6i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WVaAoPGfDqcFTqPZMwiQQ4574UIPGq6i > .row .container { background-color: transparent; background-image: none; }#WVaAoPGfDqcFTqPZMwiQQ4574UIPGq6i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVaAoPGfDqcFTqPZMwiQQ4574UIPGq6i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVaAoPGfDqcFTqPZMwiQQ4574UIPGq6i > .row .container > .video-iframe-container { display: none; }#WVaAoPGfDqcFTqPZMwiQQ4574UIPGq6i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVaAoPGfDqcFTqPZMwiQQ4574UIPGq6i > .row > .video-iframe-container { display: none; }#WVaAoPGfDqcFTqPZMwiQQ4574UIPGq6i > .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); }#WVaAoPGfDqcFTqPZMwiQQ4574UIPGq6i > .row .container { border-width: 0; border-radius: 0; }#WVaAoPGfDqcFTqPZMwiQQ4574UIPGq6i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVaAoPGfDqcFTqPZMwiQQ4574UIPGq6i > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#iCvFTQKffX2X62dfqHD1ZrIeJ3NE2OTU { color:#000000;display:block;width:32.75rem;position:absolute;font-family:lobster;font-size:4.5rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:10.8125rem;left:21.125rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Sn5bH87ShzGHTAPLvt76QU8nTXhazGKe { box-sizing:content-box;height:6.125rem;width:6.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#fbebff;background-image:none;top:5.3125rem;left:34.4375rem;display:block; }
#QaSqQMKIJNovwiSL8udMN4yuh0Xbibcq { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.875rem;top:7.1875rem;left:35.5625rem;overflow:hidden;display:block; }
#hx9HDQvce2ncB3RftdGmQ9wouECQM3gD { position:relative;display:block; }#hx9HDQvce2ncB3RftdGmQ9wouECQM3gD { background-color: transparent; background-image: none; }#hx9HDQvce2ncB3RftdGmQ9wouECQM3gD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hx9HDQvce2ncB3RftdGmQ9wouECQM3gD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hx9HDQvce2ncB3RftdGmQ9wouECQM3gD > .row .container > .video-iframe-container { display: none; }#hx9HDQvce2ncB3RftdGmQ9wouECQM3gD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hx9HDQvce2ncB3RftdGmQ9wouECQM3gD > .row > .video-iframe-container { display: none; }#hx9HDQvce2ncB3RftdGmQ9wouECQM3gD > .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); }#hx9HDQvce2ncB3RftdGmQ9wouECQM3gD { border-width: 0; border-radius: 0; }#hx9HDQvce2ncB3RftdGmQ9wouECQM3gD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hx9HDQvce2ncB3RftdGmQ9wouECQM3gD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C2SS5yiRHowO60DwBF4BoLHMTnvlGroT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.625rem;width:17.8125rem;top:0rem;left:0.46875rem;overflow:hidden;display:block; }
#RBML5DqL3gOTtbGW8IyHMbKirDXp3s3h { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.75rem;width:17.8125rem;top:0rem;left:19.21875rem;overflow:hidden;display:block; }
#Vgv2vOMGRIwdvHC8uskEXalJBvxsOFwL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.875rem;width:17.8125rem;top:0rem;left:37.96875rem;overflow:hidden;display:block; }
#go1KHUlKDJT4r4URTG7iEDsniEv875Wg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.75rem;width:17.8125rem;top:0rem;left:56.71875rem;overflow:hidden;display:block; }
#ucPvDlVrp0aZRzp1nhH1pwDEvBIr2Btx { position:relative;display:block; }#ucPvDlVrp0aZRzp1nhH1pwDEvBIr2Btx { background-color: transparent; background-image: none; }#ucPvDlVrp0aZRzp1nhH1pwDEvBIr2Btx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucPvDlVrp0aZRzp1nhH1pwDEvBIr2Btx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucPvDlVrp0aZRzp1nhH1pwDEvBIr2Btx > .row .container > .video-iframe-container { display: none; }#ucPvDlVrp0aZRzp1nhH1pwDEvBIr2Btx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucPvDlVrp0aZRzp1nhH1pwDEvBIr2Btx > .row > .video-iframe-container { display: none; }#ucPvDlVrp0aZRzp1nhH1pwDEvBIr2Btx > .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); }#ucPvDlVrp0aZRzp1nhH1pwDEvBIr2Btx { border-width: 0; border-radius: 0; }#ucPvDlVrp0aZRzp1nhH1pwDEvBIr2Btx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ucPvDlVrp0aZRzp1nhH1pwDEvBIr2Btx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g2mH4DK04vGtUPH0ByGTZhh0nxFb6krX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.9375rem;width:17.8125rem;top:0rem;left:0.46875rem;overflow:hidden;display:block; }
#BS4arXCzOZQJAVmdIJs6qo0PLsmbGO0O { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.125rem;width:17.8125rem;top:0rem;left:19.21875rem;overflow:hidden;display:block; }
#hE6ssyqqGfVIa0ttKUapbcvzfUnov9gI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.875rem;width:17.8125rem;top:0rem;left:37.96875rem;overflow:hidden;display:block; }
#nJfaiqZLNgQuG4bnZJouADySz7Gb955x { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.1875rem;width:17.8125rem;top:0rem;left:56.71875rem;overflow:hidden;display:block; }
#uDeD9g3ztptmr35FaFGdkpAP6DxsT26h { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.6875rem;width:17.8125rem;top:14.0625rem;left:37.9375rem;overflow:hidden;display:block; }
#sElVg2uP9P0Qn8fraoToHKdFIbiA7fxD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.875rem;width:17.8125rem;top:12.4375rem;left:56.71875rem;overflow:hidden;display:block; }
#wIATSDVG5FiREsKRLlgaCszkhhERWt7E { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.8125rem;width:17.8125rem;top:8.375rem;left:19.21875rem;overflow:hidden;display:block; }
#V00fJdV0w3gP9huTAMl6ZwDn7o57XJWw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.125rem;width:17.8125rem;top:9.1875rem;left:0.46875rem;overflow:hidden;display:block; }
#q0aOmGeSVhyXTCreeAECyopSGfhGXVsU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.75rem;width:17.8125rem;top:19.5625rem;left:56.71875rem;overflow:hidden;display:block; }
#z2MTOx2OF3DOfwXuEsa0LAute7yfTEFM { position:relative;display:block; }#z2MTOx2OF3DOfwXuEsa0LAute7yfTEFM { background-color: transparent; background-image: none; }#z2MTOx2OF3DOfwXuEsa0LAute7yfTEFM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2MTOx2OF3DOfwXuEsa0LAute7yfTEFM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2MTOx2OF3DOfwXuEsa0LAute7yfTEFM > .row .container > .video-iframe-container { display: none; }#z2MTOx2OF3DOfwXuEsa0LAute7yfTEFM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2MTOx2OF3DOfwXuEsa0LAute7yfTEFM > .row > .video-iframe-container { display: none; }#z2MTOx2OF3DOfwXuEsa0LAute7yfTEFM > .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); }#z2MTOx2OF3DOfwXuEsa0LAute7yfTEFM { border-width: 0; border-radius: 0; }#z2MTOx2OF3DOfwXuEsa0LAute7yfTEFM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z2MTOx2OF3DOfwXuEsa0LAute7yfTEFM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QuhKub4GmC4u0MgaFi5d44bf6xSBBEEc { background-color:#d23c3c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:3.0625rem;left:28.46875rem;display:block; }
#DGTJf8uuHGU1vp3ws7iyEDQILr5HzFMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lBZT52dGQf9DB2AHhikTh1yaLfVwdtFv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lBZT52dGQf9DB2AHhikTh1yaLfVwdtFv > .row .container { background-color: transparent; background-image: none; }#lBZT52dGQf9DB2AHhikTh1yaLfVwdtFv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBZT52dGQf9DB2AHhikTh1yaLfVwdtFv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBZT52dGQf9DB2AHhikTh1yaLfVwdtFv > .row .container > .video-iframe-container { display: none; }#lBZT52dGQf9DB2AHhikTh1yaLfVwdtFv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBZT52dGQf9DB2AHhikTh1yaLfVwdtFv > .row > .video-iframe-container { display: none; }#lBZT52dGQf9DB2AHhikTh1yaLfVwdtFv > .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); }#lBZT52dGQf9DB2AHhikTh1yaLfVwdtFv > .row .container { border-width: 0; border-radius: 0; }#lBZT52dGQf9DB2AHhikTh1yaLfVwdtFv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lBZT52dGQf9DB2AHhikTh1yaLfVwdtFv > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#g07XuafGzgReRG9Or04cnakXEMypRRfB { color:#000000;display:block;width:32.75rem;position:absolute;font-family:lobster;font-size:3rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:4.69970703125rem;left:21.125rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#nNBbysbTF7wrgvmLQ1N5s5oSgN4gx7XT { position:relative;display:block; }#nNBbysbTF7wrgvmLQ1N5s5oSgN4gx7XT { background-color: transparent; background-image: none; }#nNBbysbTF7wrgvmLQ1N5s5oSgN4gx7XT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNBbysbTF7wrgvmLQ1N5s5oSgN4gx7XT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNBbysbTF7wrgvmLQ1N5s5oSgN4gx7XT > .row .container > .video-iframe-container { display: none; }#nNBbysbTF7wrgvmLQ1N5s5oSgN4gx7XT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNBbysbTF7wrgvmLQ1N5s5oSgN4gx7XT > .row > .video-iframe-container { display: none; }#nNBbysbTF7wrgvmLQ1N5s5oSgN4gx7XT > .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); }#nNBbysbTF7wrgvmLQ1N5s5oSgN4gx7XT { border-width: 0; border-radius: 0; }#nNBbysbTF7wrgvmLQ1N5s5oSgN4gx7XT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nNBbysbTF7wrgvmLQ1N5s5oSgN4gx7XT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UDxoZai4xShTyK6Whag5e69SO9Nv3dks { box-sizing:content-box;height:0.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15002;background-color:#c6c6c6;background-image:none;top:6rem;left:0rem;display:block; }
#hWE0x4LWKLeyyrsdvbdZ18Lg322EoEX6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:9.875rem;top:2.9375rem;left:3.96875rem;overflow:hidden;display:block; }
#DZsKT1KXeM1rwuBT8IuJrHFcuu0B53Oc { box-sizing:content-box;height:0.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15006;background-color:#c6c6c6;background-image:none;top:6rem;left:19.25rem;display:block; }
#EMCqLxAtDU6vvXnGlBz6DdRaVf4tlTnT { 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:4.25rem;width:14.0625rem;top:1.8125rem;left:21.09375rem;overflow:hidden;display:block; }
#hrk3KgeiuZVSMDAPVdHdXv0P27pRqyTK { box-sizing:content-box;height:0.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15008;background-color:#c6c6c6;background-image:none;top:6rem;left:38rem;display:block; }
#wdwDrM8xy6yUneAXOHtVqPucbrwvadEe { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:10.875rem;top:2.3125rem;left:41.4375rem;overflow:hidden;display:block; }
#z7mxwLdKpJtNXysvG2BPpD1oUhswWfmp { box-sizing:content-box;height:0.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15008;background-color:#c6c6c6;background-image:none;top:6rem;left:56.75rem;display:block; }
#sKpGJInWKXDITC8g9kGUJr7nW5XJSTZT { position:absolute;display:block;z-index:15007;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.25rem;width:9.0625rem;top:2.375rem;left:61.09375rem;overflow:hidden;display:block; }
#SrqeWEFXTIFpvHaBMlH9GTfVkwbOUFwp { position:relative;display:none; }#SrqeWEFXTIFpvHaBMlH9GTfVkwbOUFwp { border-width: 0; border-radius: 0; }#SrqeWEFXTIFpvHaBMlH9GTfVkwbOUFwp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SrqeWEFXTIFpvHaBMlH9GTfVkwbOUFwp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IyRLL5c6rl4Fo4AC4He6eChAwTwOr3Ru { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15027;background-color:rgba(227,227,227,0.68);background-image:none;top:5.375rem;left:19.125rem;display:block; }
#HRNiygMtT4rLLmF7Tr8oExqFn6kTXTeE { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15026;background-color:rgba(227,227,227,0.68);background-image:none;top:5.375rem;left:12.75rem;display:block; }
#sUCKpb3UbiafERxfMcmGdLnvqn4gwpED { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15025;background-color:rgba(227,227,227,0.68);background-image:none;top:5.375rem;left:6.375rem;display:block; }
#VDyALhl6bRdNeGRz6g3aC49vAA9oNnqH { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(227,227,227,0.68);background-image:none;top:5.375rem;left:0rem;display:block; }
#fTTBbLB6q8vpzuksLJ3Q5hShcLuAWg7g { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15029;background-color:rgba(227,227,227,0.68);background-image:none;top:5.375rem;left:31.875rem;display:block; }
#STRH6yExi9uJ2xTLeQ0G8IPGOvlPnnr8 { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(227,227,227,0.68);background-image:none;top:5.375rem;left:25.5rem;display:block; }
#LJV1FIndC11ZpRLW3lTO1OMZmx1pSZD2 { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(227,227,227,0.68);background-image:none;top:5.375rem;left:51rem;display:block; }
#IHtuIKcez4STQTO8yrXIftQhh6aO2u6k { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(227,227,227,0.68);background-image:none;top:5.375rem;left:44.625rem;display:block; }
#AxG1BKZPI3QDfgVvOIwpXQIMbGuPHzPW { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15030;background-color:rgba(227,227,227,0.68);background-image:none;top:5.375rem;left:38.25rem;display:block; }
#VCoe2DbFm0rn3rJiqkMMtAmzbcrrxpRk { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15033;background-color:rgba(227,227,227,0.68);background-image:none;top:5.375rem;left:57.125rem;display:block; }
#Gc2cEhATkx0kvKyHZEtWvS8u7eRguCuT { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(227,227,227,0.68);background-image:none;top:5.375rem;left:63.5rem;display:block; }
#tM1evGpa5FDoXUKfqwU82sISx4Cgkt7D { box-sizing:content-box;height:12.5rem;width:5.125rem;position:absolute;display:block;z-index:15035;background-color:rgba(227,227,227,0.68);background-image:none;top:5.375rem;left:69.875rem;display:block; }
#xUvEV52EbIChr746cCPoxTHL6hTq6boT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/3cfad3b4-12bd-404f-8fcd-c4aa476b8f1a/maliny.webp");background-position:top right !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; }#xUvEV52EbIChr746cCPoxTHL6hTq6boT.adaptive-delivery-prevent-bg, #xUvEV52EbIChr746cCPoxTHL6hTq6boT.lazyload, #xUvEV52EbIChr746cCPoxTHL6hTq6boT.lazyloading { background-image: none; }#xUvEV52EbIChr746cCPoxTHL6hTq6boT > .row .container { background-color: transparent; background-image: none; }#xUvEV52EbIChr746cCPoxTHL6hTq6boT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUvEV52EbIChr746cCPoxTHL6hTq6boT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUvEV52EbIChr746cCPoxTHL6hTq6boT > .row .container > .video-iframe-container { display: none; }#xUvEV52EbIChr746cCPoxTHL6hTq6boT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUvEV52EbIChr746cCPoxTHL6hTq6boT > .row > .video-iframe-container { display: none; }#xUvEV52EbIChr746cCPoxTHL6hTq6boT > .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); }#xUvEV52EbIChr746cCPoxTHL6hTq6boT > .row .container { border-width: 0; border-radius: 0; }#xUvEV52EbIChr746cCPoxTHL6hTq6boT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xUvEV52EbIChr746cCPoxTHL6hTq6boT > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#yvpPk5GuVxdXRksGoSUTvB5C6eiTdWbT { color:#000000;display:block;width:17.125rem;position:absolute;font-family:lobster;font-size:6.125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:8rem;left:31.875rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WgeaWfetBM7U3J4rRh7KfxM3wrTFrfaz { color:#000000;display:block;width:34.625rem;position:absolute;font-family:inter;font-size:2rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:16.9189453125rem;left:31.875rem;height:6.5625rem;font-style:normal;display:block; }
#eFDr415SNNSWT8ETapJm0fLwuoPPPChb { color:#000000;display:block;width:17rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:26.59375rem;left:31.875rem;height:7.125rem;font-style:normal;display:block; }
#GXCXWCJwCwZt6MdJ5TTCCKngzdp67WRr { color:#000000;display:block;width:17rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:26.59375rem;left:50.9375rem;height:9.5rem;font-style:normal;display:block; }
#v6UT61olErvEQUdT5lfgXm3n3B0MUS4Q { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:40.375rem;left:31.875rem;height:3.5rem;font-style:normal;display:block; }
#q2BJfxnM2Emd4tBxTKVrTJrb2hZd62AH { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:45.3125rem;left:31.875rem;height:1.1875rem;font-style:normal;display:block; }
#ma4iTKaWTuQWhAtIrn2gcgCZZOSnzLD7 { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15027;background-color:#000000;background-image:none;top:38.625rem;left:31.875rem;display:block; }
#UWGeInZ7bp5LnsrWeBvGExoJHLxnyP31 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.5625rem;width:16.9375rem;top:8.75rem;left:12.8125rem;overflow:hidden;display:block; }
#Rzg2WAoPzu6hGuiPFk13enQ4x44EV9rn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbebff;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; }#Rzg2WAoPzu6hGuiPFk13enQ4x44EV9rn > .row .container { background-color: transparent; background-image: none; }#Rzg2WAoPzu6hGuiPFk13enQ4x44EV9rn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rzg2WAoPzu6hGuiPFk13enQ4x44EV9rn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rzg2WAoPzu6hGuiPFk13enQ4x44EV9rn > .row .container > .video-iframe-container { display: none; }#Rzg2WAoPzu6hGuiPFk13enQ4x44EV9rn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rzg2WAoPzu6hGuiPFk13enQ4x44EV9rn > .row > .video-iframe-container { display: none; }#Rzg2WAoPzu6hGuiPFk13enQ4x44EV9rn > .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); }#Rzg2WAoPzu6hGuiPFk13enQ4x44EV9rn > .row .container { border-width: 0; border-radius: 0; }#Rzg2WAoPzu6hGuiPFk13enQ4x44EV9rn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rzg2WAoPzu6hGuiPFk13enQ4x44EV9rn > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:75rem;position:relative;display:block; }#spOZi5hCnSPxwTLcvMxA6aJH1KLTMyAq { box-sizing:content-box;height:3.875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:5.8125rem;left:0rem;display:block; }
#icwTXlxpTDQxIuWc8wmxNJkmMaRXmXJ6 { color:#000000;display:block;width:24.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.099609375rem;left:25.6875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#SAC7ma8QI1M7ImDqyha88KIQRavMTkdJ { color:rgba(0,0,0,0.7);display:block;width:19.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:23.87451171875rem;left:3.6875rem;height:1.25rem;font-style:normal;display:block; }
#Gd95qRxdLAbzWAGbh01egbziBO1VuJQU { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:27.5625rem;left:7.375rem;height:1.625rem;font-style:normal;display:block; }
#fdrz10HBUrKzq1iZK6a4lq0c0H7fm6NF { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.0625rem;left:7.375rem;height:1.625rem;font-style:normal;display:block; }
#XTrIIOuD7GM6lqGr3k9LM8n619cQPAxT { color:#000000;display:block;width:25rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:34.5625rem;left:7.375rem;height:1.625rem;font-style:normal;display:block; }
#WVXXHmInLbGSnJQiNBl1IvM7a9fzyuF1 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:26.875rem;left:3.6875rem;display:block; }
#T6qarskeGSWXE3kfREaqpBWpngZWNXTS { color:#000000;display:block;width:2.3125rem;position:absolute;font-family:lobster;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.400390625rem;left:4.03125rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#g1Wc6GBlK88gG4eDI3CsEPVMySKntawF { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:30.375rem;left:3.6875rem;display:block; }
#FQclOCnGdRIUOTUSDfFHsgEQl4LM5aXt { color:#000000;display:block;width:2.3125rem;position:absolute;font-family:lobster;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.875rem;left:4.0625rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#IFTIluJPzBBXTlMBThrvHEvRuRqda8E2 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:33.875rem;left:3.6875rem;display:block; }
#LrTU0kecTWslTyS1Z8NJ8IS4iOPVwyXV { color:#000000;display:block;width:2.3125rem;position:absolute;font-family:lobster;font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:34.375rem;left:4.0625rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#Rv7vqedZVZWV00DSOvrLNL5sDWEOA9Va { color:rgba(0,0,0,0.7);display:block;width:23.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:47.5rem;left:3.6875rem;height:3rem;font-style:normal;display:block; }
#SazuBQGnMsdLoc3UoFt5QCEiVPWqRCGm { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:lobster;font-size:6.125rem;font-weight:400;z-index:15027;line-height:.7;letter-spacing:0;top:12.82470703125rem;left:4.21875rem;height:8.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NbJQR034CNs9wvan85JrXy7IshT9Q4nN { position:absolute;display:block;z-index:15030;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.25rem;width:3.3125rem;top:25.125rem;left:26.9375rem;overflow:hidden;display:block; }
#XQX6lGcmxN40VPhyLOFJOZlx8aITC4k6 { box-sizing:content-box;height:5.75rem;width:5.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:23.875rem;left:25.6875rem;display:block; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-form-header {  }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-regular-label { height:auto;display:block;font-family:inter;font-size:0.875rem;font-weight:bold;color:#000000;width:23.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:23.5rem;box-sizing:border-box;height:3.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:inter;vertical-align:top; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-input-text {padding-top: 0; padding-bottom: 0;}#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:23.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:inter;vertical-align:top; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:23.5rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:inter;font-size:1rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-input-select {padding-top: 0; padding-bottom: 0;}#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#d23c3c;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:#ffffff;width:23.5rem;height:3.4375rem;font-family:inter;overflow:hidden; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel [class*="-text"]:-moz-placeholder { color:#000000;font-family:inter;font-size:1rem;text-align:center;text-align-last:center; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel [class*="-text"]::-moz-placeholder { color:#000000;font-family:inter;font-size:1rem;text-align:center;text-align-last:center; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:inter;font-size:1rem;text-align:center;text-align-last:center; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:inter;font-size:1rem;text-align:center;text-align-last:center; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .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:inter;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22.25rem;overflow:hidden;font-style:normal;float:none; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .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; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .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:inter;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-container:first-of-type{padding-top:0;}#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-container:last-of-type{padding-bottom:0;}#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15031;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.75rem;left:45.625rem; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.5rem;display:block;vertical-align:top; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-info-text { display:block;height:auto;font-family:inter;font-size:0.6875rem;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; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel {display:block;}#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15031;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.75rem;left:45.625rem; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #t1AVdcmdFKHEudQyCwyFgQ5ucK5vhDF5 { position:relative; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #ZFIzOZMpLKcGlwopnmg42aqC8sLzSu8r { position:relative;display:none; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #hQnT00gRruzQOn7wf1ogEgLMMC5393eS { position:relative; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #bCFI3rQFZR6igGE1K9kGz28p5lGTft3I { position:relative; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #LA2gZlAgu6FvTE5DUnEZtVxaTz51BRuP { position:relative;display:none; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #lDSPuq0cu9FQH4Xo5mxogKJFzcKcEGeR { position:relative; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #Vsuw5VCDzESAJ4tHE2wAmHS4wp6xFPG4 { position:relative; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #ZkUd9ZoramHVTA7C9PCaawk8tyrZe15W { position:relative;display:none; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #hySnAt2Zwx2yqiw6d9P4oP0Xw7fSvWll { position:relative; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #uw52CUBI38W6J5lQyxuT4RBCbz91EQAK { position:relative; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #nosJFovbSTDytps2kcZF8ovzHGy2ULPs { position:relative;display:block; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #Rk1tbBaqel9doyC3x0WGQZFwqo05i6Pi { position:relative; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #FTqoSZmIatrrJoqETwRUUnSuGzTaUIrg { position:relative; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #eMgU1gGAZ0LICzaTOzDN4y7Jf4iMfGgb { position:relative;display:none; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #LHSv3ewGU0UaGygpSN6JKrwTRSZQ8t1a { position:relative; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #dg46zc3RnJd1IRSIiIllvux21xssrZQN { position:relative;display:block;z-index:15000; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #wAcBVR8rSauDRNyd8pXbuTcToSRXBsCP { position:relative;display:block;z-index:15000; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #qtcNaQ6Ld6lExxz2phyw4xUkbh0lJskG { position:relative; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #IqpDK3TeiVgxJs2dm20eMnFAw5HicLKa { position:relative;z-index:2; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #PWHOyXRbfSCAEDmJ3ieUJAU9cZWTWcRS { position:relative; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #DcVmD4X7EDMbs60ltffx7iJpTpT5Rvpy { position:relative; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #fC6RUKOZCndugWLbIWxPysIgJGyWqMhH { position:relative; }
#qIZwQToKIVJv9rGGqrSmOumNpPly092Z { color:#000000;display:block;width:25rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:38.1875rem;left:7.375rem;height:1.625rem;font-style:normal;display:block; }
#kisZxBLuJu1MoB3TNge48l5DVJTmPkub { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:37.5rem;left:3.6875rem;display:block; }
#HM0bdeAzcptNIkGcuOe5XxOv52cvP8Qk { color:#000000;display:block;width:2.3125rem;position:absolute;font-family:lobster;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:38rem;left:4.0625rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#epFQQCicUMKq7b0DTXmf2XZpQvccZf2G { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.6875rem;top:6.4375rem;left:22.4375rem;overflow:hidden;display:block; }
#uKx8v2HHU52QRIQJbeyX4lHakC00vd32 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d6c4c4f-f4be-4da1-98ed-f846ae42a5fa/scierka.webp");background-position:top right !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; }#uKx8v2HHU52QRIQJbeyX4lHakC00vd32.adaptive-delivery-prevent-bg, #uKx8v2HHU52QRIQJbeyX4lHakC00vd32.lazyload, #uKx8v2HHU52QRIQJbeyX4lHakC00vd32.lazyloading { background-image: none; }#uKx8v2HHU52QRIQJbeyX4lHakC00vd32 > .row .container { background-color: transparent; background-image: none; }#uKx8v2HHU52QRIQJbeyX4lHakC00vd32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKx8v2HHU52QRIQJbeyX4lHakC00vd32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKx8v2HHU52QRIQJbeyX4lHakC00vd32 > .row .container > .video-iframe-container { display: none; }#uKx8v2HHU52QRIQJbeyX4lHakC00vd32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKx8v2HHU52QRIQJbeyX4lHakC00vd32 > .row > .video-iframe-container { display: none; }#uKx8v2HHU52QRIQJbeyX4lHakC00vd32 > .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); }#uKx8v2HHU52QRIQJbeyX4lHakC00vd32 > .row .container { border-width: 0; border-radius: 0; }#uKx8v2HHU52QRIQJbeyX4lHakC00vd32 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKx8v2HHU52QRIQJbeyX4lHakC00vd32 > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#TTGmmWrgwFWTUqy1DdNTXPT02ATzE5S9 { color:#000000;display:block;width:32.75rem;position:absolute;font-family:lobster;font-size:4.5rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:10.8125rem;left:21.125rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#F4Sr6Vq7hDQITlQtHGZAZpC6aZAqbzQd { box-sizing:content-box;height:6.125rem;width:6.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#fbebff;background-image:none;top:7.375rem;left:40.8125rem;display:block; }
#FokJwO02ms8ERllA08LRiydRTNbqoL98 { position:absolute;display:block;z-index:15027;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.3125rem;width:3.875rem;top:8.8125rem;left:41.9375rem;overflow:hidden;display:block; }
#gTUVHnJlT2QZ7CQa6UR00fRmn5nJLpZe { color:rgba(0,0,0,0.7);display:block;width:23.5625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:18.5rem;left:25.71875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wRgJWndfFeNQiWbOAe0b85yUNuM6inuc { position:relative;display:block; }#wRgJWndfFeNQiWbOAe0b85yUNuM6inuc { background-color: transparent; background-image: none; }#wRgJWndfFeNQiWbOAe0b85yUNuM6inuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRgJWndfFeNQiWbOAe0b85yUNuM6inuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRgJWndfFeNQiWbOAe0b85yUNuM6inuc > .row .container > .video-iframe-container { display: none; }#wRgJWndfFeNQiWbOAe0b85yUNuM6inuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRgJWndfFeNQiWbOAe0b85yUNuM6inuc > .row > .video-iframe-container { display: none; }#wRgJWndfFeNQiWbOAe0b85yUNuM6inuc > .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); }#wRgJWndfFeNQiWbOAe0b85yUNuM6inuc { border-width: 0; border-radius: 0; }#wRgJWndfFeNQiWbOAe0b85yUNuM6inuc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wRgJWndfFeNQiWbOAe0b85yUNuM6inuc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aWOBdDfTv4CNBoZ1HdslvQGnlWTDOqKB { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:2.25036875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#paCBOg7uLRdmh8UTKsWcW9zPzfhpsxys { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;top:2.4375rem;left:12.71875rem;display:block; }
#JHVOaA1iD7ABCyKgz2xMOXlb0UE4Q6MP { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.5rem;top:0.84375rem;left:60.84375rem;overflow:hidden;display:block; }
#ugB2e03M0Z13HQ0oEbRSgkx9KfKKdZPy { position:relative;display:block; }#ugB2e03M0Z13HQ0oEbRSgkx9KfKKdZPy { background-color: transparent; background-image: none; }#ugB2e03M0Z13HQ0oEbRSgkx9KfKKdZPy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugB2e03M0Z13HQ0oEbRSgkx9KfKKdZPy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugB2e03M0Z13HQ0oEbRSgkx9KfKKdZPy > .row .container > .video-iframe-container { display: none; }#ugB2e03M0Z13HQ0oEbRSgkx9KfKKdZPy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugB2e03M0Z13HQ0oEbRSgkx9KfKKdZPy > .row > .video-iframe-container { display: none; }#ugB2e03M0Z13HQ0oEbRSgkx9KfKKdZPy > .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); }#ugB2e03M0Z13HQ0oEbRSgkx9KfKKdZPy { border-width: 0; border-radius: 0; }#ugB2e03M0Z13HQ0oEbRSgkx9KfKKdZPy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ugB2e03M0Z13HQ0oEbRSgkx9KfKKdZPy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KnFTeeI7rvZDTsiaexhCLVX0gTJimZkX { color:rgba(0,0,0,0.7);display:block;width:49.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s1VN7i2KetQf9M151AgNfu7K3Zv1oUS6 { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15029;background-color:#000000;background-image:none;top:7.25rem;left:12.71875rem;display:block; }
#VtckD1M43ur2ivO5rHNTexVawWOHdLGe { position:relative;display:block; }#VtckD1M43ur2ivO5rHNTexVawWOHdLGe { background-color: transparent; background-image: none; }#VtckD1M43ur2ivO5rHNTexVawWOHdLGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtckD1M43ur2ivO5rHNTexVawWOHdLGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtckD1M43ur2ivO5rHNTexVawWOHdLGe > .row .container > .video-iframe-container { display: none; }#VtckD1M43ur2ivO5rHNTexVawWOHdLGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtckD1M43ur2ivO5rHNTexVawWOHdLGe > .row > .video-iframe-container { display: none; }#VtckD1M43ur2ivO5rHNTexVawWOHdLGe > .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); }#VtckD1M43ur2ivO5rHNTexVawWOHdLGe { border-width: 0; border-radius: 0; }#VtckD1M43ur2ivO5rHNTexVawWOHdLGe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VtckD1M43ur2ivO5rHNTexVawWOHdLGe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PQDKov9LtqS5VVZIloMnR4pixbMRauKp { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:2.25036875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ed09Hq7bpPxUwUalRQQ8KDzgWbi22O2M { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;top:2.4375rem;left:12.71875rem;display:block; }
#wGPfssdpE8tTgArwHVJw3uEzTB8eHmfs { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.5rem;top:0.84375rem;left:60.84375rem;overflow:hidden;display:block; }
#FTNgTH87gSRZRo5Ws31DLaG4p3Jez2gV { position:relative;display:block; }#FTNgTH87gSRZRo5Ws31DLaG4p3Jez2gV { background-color: transparent; background-image: none; }#FTNgTH87gSRZRo5Ws31DLaG4p3Jez2gV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNgTH87gSRZRo5Ws31DLaG4p3Jez2gV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNgTH87gSRZRo5Ws31DLaG4p3Jez2gV > .row .container > .video-iframe-container { display: none; }#FTNgTH87gSRZRo5Ws31DLaG4p3Jez2gV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNgTH87gSRZRo5Ws31DLaG4p3Jez2gV > .row > .video-iframe-container { display: none; }#FTNgTH87gSRZRo5Ws31DLaG4p3Jez2gV > .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); }#FTNgTH87gSRZRo5Ws31DLaG4p3Jez2gV { border-width: 0; border-radius: 0; }#FTNgTH87gSRZRo5Ws31DLaG4p3Jez2gV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FTNgTH87gSRZRo5Ws31DLaG4p3Jez2gV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#daOoMxBpIwBr2rSlEq5TPRORc3v4R9UB { color:rgba(0,0,0,0.7);display:block;width:49.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xRxzRhJlheL1SEKSCRzha3DwbLzZ0heI { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15030;background-color:#000000;background-image:none;top:5.75rem;left:12.71875rem;display:block; }
#RFTo1I2LOaMrdJHo9DeOGL5xkXWgnAnk { position:relative;display:block; }#RFTo1I2LOaMrdJHo9DeOGL5xkXWgnAnk { background-color: transparent; background-image: none; }#RFTo1I2LOaMrdJHo9DeOGL5xkXWgnAnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFTo1I2LOaMrdJHo9DeOGL5xkXWgnAnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFTo1I2LOaMrdJHo9DeOGL5xkXWgnAnk > .row .container > .video-iframe-container { display: none; }#RFTo1I2LOaMrdJHo9DeOGL5xkXWgnAnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFTo1I2LOaMrdJHo9DeOGL5xkXWgnAnk > .row > .video-iframe-container { display: none; }#RFTo1I2LOaMrdJHo9DeOGL5xkXWgnAnk > .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); }#RFTo1I2LOaMrdJHo9DeOGL5xkXWgnAnk { border-width: 0; border-radius: 0; }#RFTo1I2LOaMrdJHo9DeOGL5xkXWgnAnk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RFTo1I2LOaMrdJHo9DeOGL5xkXWgnAnk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vGC26tLkngmoa6b0DtNifKi4BVUsq2b0 { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:2.25036875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lAPJ61hzhT0fnTEI1fTV9WbEZBK2D8CF { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;top:2.4375rem;left:12.71875rem;display:block; }
#IrNfBBFdwnlkEgyFT6x4rGCp3vyNufq0 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.5rem;top:0.84375rem;left:60.84375rem;overflow:hidden;display:block; }
#QJowgyTlrSE7nPQduMRCxELHH91bsuVJ { position:relative;display:block; }#QJowgyTlrSE7nPQduMRCxELHH91bsuVJ { background-color: transparent; background-image: none; }#QJowgyTlrSE7nPQduMRCxELHH91bsuVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJowgyTlrSE7nPQduMRCxELHH91bsuVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJowgyTlrSE7nPQduMRCxELHH91bsuVJ > .row .container > .video-iframe-container { display: none; }#QJowgyTlrSE7nPQduMRCxELHH91bsuVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJowgyTlrSE7nPQduMRCxELHH91bsuVJ > .row > .video-iframe-container { display: none; }#QJowgyTlrSE7nPQduMRCxELHH91bsuVJ > .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); }#QJowgyTlrSE7nPQduMRCxELHH91bsuVJ { border-width: 0; border-radius: 0; }#QJowgyTlrSE7nPQduMRCxELHH91bsuVJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QJowgyTlrSE7nPQduMRCxELHH91bsuVJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#alb9lPh7NXVkGMBowFKhPL7UQOs66Dgi { color:rgba(0,0,0,0.7);display:block;width:49.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TyDEF6q9A22QcH8pJmcNLWqIqVJMS3ba { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15030;background-color:#000000;background-image:none;top:4.34375rem;left:12.71875rem;display:block; }
#rSihmqPuP8DkRhpvzpP9OU9FCqcgC2pm { position:relative;display:block; }#rSihmqPuP8DkRhpvzpP9OU9FCqcgC2pm { background-color: transparent; background-image: none; }#rSihmqPuP8DkRhpvzpP9OU9FCqcgC2pm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSihmqPuP8DkRhpvzpP9OU9FCqcgC2pm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSihmqPuP8DkRhpvzpP9OU9FCqcgC2pm > .row .container > .video-iframe-container { display: none; }#rSihmqPuP8DkRhpvzpP9OU9FCqcgC2pm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSihmqPuP8DkRhpvzpP9OU9FCqcgC2pm > .row > .video-iframe-container { display: none; }#rSihmqPuP8DkRhpvzpP9OU9FCqcgC2pm > .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); }#rSihmqPuP8DkRhpvzpP9OU9FCqcgC2pm { border-width: 0; border-radius: 0; }#rSihmqPuP8DkRhpvzpP9OU9FCqcgC2pm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rSihmqPuP8DkRhpvzpP9OU9FCqcgC2pm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dwsvLp6CGA2pNmoZBQCqfH05SqQCIDsb { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:2.25036875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UiRSywhh29NP95o5fFEPVoFVHhbbqKSw { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;top:2.4375rem;left:12.71875rem;display:block; }
#nT6lTAsi3ycOHNmaJ9WKUPaduE2hcVpC { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.5rem;top:0.84375rem;left:60.84375rem;overflow:hidden;display:block; }
#BXPrCZE92uFZBvMRnBWAyZhMP0Tlwgg6 { position:relative;display:block; }#BXPrCZE92uFZBvMRnBWAyZhMP0Tlwgg6 { background-color: transparent; background-image: none; }#BXPrCZE92uFZBvMRnBWAyZhMP0Tlwgg6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXPrCZE92uFZBvMRnBWAyZhMP0Tlwgg6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXPrCZE92uFZBvMRnBWAyZhMP0Tlwgg6 > .row .container > .video-iframe-container { display: none; }#BXPrCZE92uFZBvMRnBWAyZhMP0Tlwgg6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXPrCZE92uFZBvMRnBWAyZhMP0Tlwgg6 > .row > .video-iframe-container { display: none; }#BXPrCZE92uFZBvMRnBWAyZhMP0Tlwgg6 > .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); }#BXPrCZE92uFZBvMRnBWAyZhMP0Tlwgg6 { border-width: 0; border-radius: 0; }#BXPrCZE92uFZBvMRnBWAyZhMP0Tlwgg6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BXPrCZE92uFZBvMRnBWAyZhMP0Tlwgg6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q5ip7HAc0JBJtHLNQSxMza7AagcTk5mL { color:rgba(0,0,0,0.7);display:block;width:49.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Q5ip7HAc0JBJtHLNQSxMza7AagcTk5mL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q5ip7HAc0JBJtHLNQSxMza7AagcTk5mL li:before{  }
#prSSbknBogxIeu6iAkxVF8kf380Elg8R { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15030;background-color:#000000;background-image:none;top:8.75rem;left:12.71875rem;display:block; }
#TzueUrgTt6AD0IfEHyRfdNg3PyEwMTW6 { position:relative;display:block; }#TzueUrgTt6AD0IfEHyRfdNg3PyEwMTW6 { background-color: transparent; background-image: none; }#TzueUrgTt6AD0IfEHyRfdNg3PyEwMTW6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzueUrgTt6AD0IfEHyRfdNg3PyEwMTW6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzueUrgTt6AD0IfEHyRfdNg3PyEwMTW6 > .row .container > .video-iframe-container { display: none; }#TzueUrgTt6AD0IfEHyRfdNg3PyEwMTW6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzueUrgTt6AD0IfEHyRfdNg3PyEwMTW6 > .row > .video-iframe-container { display: none; }#TzueUrgTt6AD0IfEHyRfdNg3PyEwMTW6 > .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); }#TzueUrgTt6AD0IfEHyRfdNg3PyEwMTW6 { border-width: 0; border-radius: 0; }#TzueUrgTt6AD0IfEHyRfdNg3PyEwMTW6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TzueUrgTt6AD0IfEHyRfdNg3PyEwMTW6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Xsy5RKTqdZOqPL1KuMc6tEhqTMnRD6tV { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:2.25036875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zH9To5hIwoxV1cn14wOt03co7NSdr6np { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;top:2.4375rem;left:12.71875rem;display:block; }
#V2aNIh1B6XkEnDRz2K1oJNUnLFE7B7TU { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.5rem;top:0.84375rem;left:60.84375rem;overflow:hidden;display:block; }
#mFKTzrF88TJF5Sgxy2xspBhCpCAg7HPv { position:relative;display:block; }#mFKTzrF88TJF5Sgxy2xspBhCpCAg7HPv { background-color: transparent; background-image: none; }#mFKTzrF88TJF5Sgxy2xspBhCpCAg7HPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFKTzrF88TJF5Sgxy2xspBhCpCAg7HPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFKTzrF88TJF5Sgxy2xspBhCpCAg7HPv > .row .container > .video-iframe-container { display: none; }#mFKTzrF88TJF5Sgxy2xspBhCpCAg7HPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFKTzrF88TJF5Sgxy2xspBhCpCAg7HPv > .row > .video-iframe-container { display: none; }#mFKTzrF88TJF5Sgxy2xspBhCpCAg7HPv > .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); }#mFKTzrF88TJF5Sgxy2xspBhCpCAg7HPv { border-width: 0; border-radius: 0; }#mFKTzrF88TJF5Sgxy2xspBhCpCAg7HPv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mFKTzrF88TJF5Sgxy2xspBhCpCAg7HPv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KtOyLlzr0B58frwe1bPa6EQG9LJBDy2k { color:rgba(0,0,0,0.7);display:block;width:49.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NZM4u6lk1klcpgPzqPGoKMybqXJKG42u { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15030;background-color:#000000;background-image:none;top:4.34375rem;left:12.71875rem;display:block; }
#UPIHxldpCMlguSm35w5iMMo3TCxXnra9 { position:relative;display:block; }#UPIHxldpCMlguSm35w5iMMo3TCxXnra9 { background-color: transparent; background-image: none; }#UPIHxldpCMlguSm35w5iMMo3TCxXnra9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPIHxldpCMlguSm35w5iMMo3TCxXnra9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPIHxldpCMlguSm35w5iMMo3TCxXnra9 > .row .container > .video-iframe-container { display: none; }#UPIHxldpCMlguSm35w5iMMo3TCxXnra9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPIHxldpCMlguSm35w5iMMo3TCxXnra9 > .row > .video-iframe-container { display: none; }#UPIHxldpCMlguSm35w5iMMo3TCxXnra9 > .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); }#UPIHxldpCMlguSm35w5iMMo3TCxXnra9 { border-width: 0; border-radius: 0; }#UPIHxldpCMlguSm35w5iMMo3TCxXnra9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UPIHxldpCMlguSm35w5iMMo3TCxXnra9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QKEmV2A5UB6d3CHOiGQAJiXRJoT6Tlrz { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:2.25036875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hqLkDgAQuhT9to1W3hghqUqMIL49M4uG { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;top:2.4375rem;left:12.71875rem;display:block; }
#TqVlTgwVRaxkKL6CGbPJkrJthV9gg2rG { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.5rem;top:0.84375rem;left:60.84375rem;overflow:hidden;display:block; }
#LWNbzZGZuLqQAIIbWtldz2L3kgpMnfCF { position:relative;display:block; }#LWNbzZGZuLqQAIIbWtldz2L3kgpMnfCF { background-color: transparent; background-image: none; }#LWNbzZGZuLqQAIIbWtldz2L3kgpMnfCF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWNbzZGZuLqQAIIbWtldz2L3kgpMnfCF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWNbzZGZuLqQAIIbWtldz2L3kgpMnfCF > .row .container > .video-iframe-container { display: none; }#LWNbzZGZuLqQAIIbWtldz2L3kgpMnfCF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWNbzZGZuLqQAIIbWtldz2L3kgpMnfCF > .row > .video-iframe-container { display: none; }#LWNbzZGZuLqQAIIbWtldz2L3kgpMnfCF > .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); }#LWNbzZGZuLqQAIIbWtldz2L3kgpMnfCF { border-width: 0; border-radius: 0; }#LWNbzZGZuLqQAIIbWtldz2L3kgpMnfCF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LWNbzZGZuLqQAIIbWtldz2L3kgpMnfCF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lgD6h7yCmwMC1ErnHcMov770by8L0mvk { color:rgba(0,0,0,0.7);display:block;width:49.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bFN3mUwxPNWRzpRnQz6l8kyvx3yGLhrP { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15030;background-color:#000000;background-image:none;top:4.34375rem;left:12.71875rem;display:block; }
#CAh4PWoCaRu0vLAhzzzWyNcpxf7ImO7Q { position:relative;display:block; }#CAh4PWoCaRu0vLAhzzzWyNcpxf7ImO7Q { background-color: transparent; background-image: none; }#CAh4PWoCaRu0vLAhzzzWyNcpxf7ImO7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAh4PWoCaRu0vLAhzzzWyNcpxf7ImO7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAh4PWoCaRu0vLAhzzzWyNcpxf7ImO7Q > .row .container > .video-iframe-container { display: none; }#CAh4PWoCaRu0vLAhzzzWyNcpxf7ImO7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAh4PWoCaRu0vLAhzzzWyNcpxf7ImO7Q > .row > .video-iframe-container { display: none; }#CAh4PWoCaRu0vLAhzzzWyNcpxf7ImO7Q > .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); }#CAh4PWoCaRu0vLAhzzzWyNcpxf7ImO7Q { border-width: 0; border-radius: 0; }#CAh4PWoCaRu0vLAhzzzWyNcpxf7ImO7Q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CAh4PWoCaRu0vLAhzzzWyNcpxf7ImO7Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OAJZ0v7NNKgm3UXDzogqDGpTThkoQD1c { color:#000000;display:block;width:45.0625rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:12.71875rem;height:3.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f2BwRFNGuBGIGiw86J7tJT0R3IvAarHZ { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;top:4.1484375rem;left:12.71875rem;display:block; }
#t46ETllCMksQzGdGnurcwcUfSIT9yriw { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.5rem;top:0.84375rem;left:60.84375rem;overflow:hidden;display:block; }
#EgqL3Un1BqZfnviiWTVM47WO3I15tVgT { position:relative;display:block; }#EgqL3Un1BqZfnviiWTVM47WO3I15tVgT { background-color: transparent; background-image: none; }#EgqL3Un1BqZfnviiWTVM47WO3I15tVgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgqL3Un1BqZfnviiWTVM47WO3I15tVgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgqL3Un1BqZfnviiWTVM47WO3I15tVgT > .row .container > .video-iframe-container { display: none; }#EgqL3Un1BqZfnviiWTVM47WO3I15tVgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EgqL3Un1BqZfnviiWTVM47WO3I15tVgT > .row > .video-iframe-container { display: none; }#EgqL3Un1BqZfnviiWTVM47WO3I15tVgT > .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); }#EgqL3Un1BqZfnviiWTVM47WO3I15tVgT { border-width: 0; border-radius: 0; }#EgqL3Un1BqZfnviiWTVM47WO3I15tVgT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EgqL3Un1BqZfnviiWTVM47WO3I15tVgT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QxVnp1oCPakG83eI4Xf14i1TAPp8y8y3 { color:rgba(0,0,0,0.7);display:block;width:49.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qp2V6HkbHRTSLMRLRutrKDvWtprCMZn9 { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15030;background-color:#000000;background-image:none;top:4.34375rem;left:12.71875rem;display:block; }
#KkxRhnMSU6uWD35GfcltrT6DZxXi4IEW { position:relative;display:block; }#KkxRhnMSU6uWD35GfcltrT6DZxXi4IEW { background-color: transparent; background-image: none; }#KkxRhnMSU6uWD35GfcltrT6DZxXi4IEW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkxRhnMSU6uWD35GfcltrT6DZxXi4IEW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkxRhnMSU6uWD35GfcltrT6DZxXi4IEW > .row .container > .video-iframe-container { display: none; }#KkxRhnMSU6uWD35GfcltrT6DZxXi4IEW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkxRhnMSU6uWD35GfcltrT6DZxXi4IEW > .row > .video-iframe-container { display: none; }#KkxRhnMSU6uWD35GfcltrT6DZxXi4IEW > .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); }#KkxRhnMSU6uWD35GfcltrT6DZxXi4IEW { border-width: 0; border-radius: 0; }#KkxRhnMSU6uWD35GfcltrT6DZxXi4IEW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KkxRhnMSU6uWD35GfcltrT6DZxXi4IEW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qgrJBHoyDxEXIImZId9JHqLVC28NzI7P { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:2.25036875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EycK9uaulXnK06Txy5fWSNgM6VNPFRe8 { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;top:2.4375rem;left:12.71875rem;display:block; }
#vh9JTSOQlguOmaQNq8J4SceyUiggCs6n { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.5rem;top:0.84375rem;left:60.84375rem;overflow:hidden;display:block; }
#yfxMfUDn08eouyeN348FebZhXTlcPpyf { position:relative;display:block; }#yfxMfUDn08eouyeN348FebZhXTlcPpyf { background-color: transparent; background-image: none; }#yfxMfUDn08eouyeN348FebZhXTlcPpyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfxMfUDn08eouyeN348FebZhXTlcPpyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfxMfUDn08eouyeN348FebZhXTlcPpyf > .row .container > .video-iframe-container { display: none; }#yfxMfUDn08eouyeN348FebZhXTlcPpyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfxMfUDn08eouyeN348FebZhXTlcPpyf > .row > .video-iframe-container { display: none; }#yfxMfUDn08eouyeN348FebZhXTlcPpyf > .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); }#yfxMfUDn08eouyeN348FebZhXTlcPpyf { border-width: 0; border-radius: 0; }#yfxMfUDn08eouyeN348FebZhXTlcPpyf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yfxMfUDn08eouyeN348FebZhXTlcPpyf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kHJ2KOAZp8Mkd7q9JDWU8ZK3LfnCVbO4 { color:rgba(0,0,0,0.7);display:block;width:49.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X8rn1oTWtWvJw0T1UvHdiaa1xRA0LoTE { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15030;background-color:#000000;background-image:none;top:4.34375rem;left:12.71875rem;display:block; }
#irx9a0JWUTQvwm7s92Cu459CzfwU47ky { position:relative;display:block; }#irx9a0JWUTQvwm7s92Cu459CzfwU47ky { background-color: transparent; background-image: none; }#irx9a0JWUTQvwm7s92Cu459CzfwU47ky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irx9a0JWUTQvwm7s92Cu459CzfwU47ky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irx9a0JWUTQvwm7s92Cu459CzfwU47ky > .row .container > .video-iframe-container { display: none; }#irx9a0JWUTQvwm7s92Cu459CzfwU47ky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irx9a0JWUTQvwm7s92Cu459CzfwU47ky > .row > .video-iframe-container { display: none; }#irx9a0JWUTQvwm7s92Cu459CzfwU47ky > .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); }#irx9a0JWUTQvwm7s92Cu459CzfwU47ky { border-width: 0; border-radius: 0; }#irx9a0JWUTQvwm7s92Cu459CzfwU47ky > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#irx9a0JWUTQvwm7s92Cu459CzfwU47ky > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Qicmyhi83SugWDzq3J8dS779vicayTNq { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BMdPW3EL2Vf1B2c8JSbgzR8suZGwEzKq { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;top:2.4375rem;left:12.71875rem;display:block; }
#boRIgKCCClqQOKECvvvpgNR7Pq94y7hu { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.5rem;top:0.84375rem;left:60.84375rem;overflow:hidden;display:block; }
#DTXCP56B2ophIQwIMBZQESBCmEOHfp2F { position:relative;display:block; }#DTXCP56B2ophIQwIMBZQESBCmEOHfp2F { background-color: transparent; background-image: none; }#DTXCP56B2ophIQwIMBZQESBCmEOHfp2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTXCP56B2ophIQwIMBZQESBCmEOHfp2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTXCP56B2ophIQwIMBZQESBCmEOHfp2F > .row .container > .video-iframe-container { display: none; }#DTXCP56B2ophIQwIMBZQESBCmEOHfp2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTXCP56B2ophIQwIMBZQESBCmEOHfp2F > .row > .video-iframe-container { display: none; }#DTXCP56B2ophIQwIMBZQESBCmEOHfp2F > .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); }#DTXCP56B2ophIQwIMBZQESBCmEOHfp2F { border-width: 0; border-radius: 0; }#DTXCP56B2ophIQwIMBZQESBCmEOHfp2F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DTXCP56B2ophIQwIMBZQESBCmEOHfp2F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CAwlFlmVMU7usCUT5VPMbiWQ5L37pPHu { color:rgba(0,0,0,0.7);display:block;width:49.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o6aKBJHikFvT5r0IJBaHeSiDTm432LSL { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15030;background-color:#000000;background-image:none;top:2.28125rem;left:12.71875rem;display:block; }
#tZhKOPdvkeu09ShHNKZ1oGT0uZCHzL2a { position:relative;display:block; }#tZhKOPdvkeu09ShHNKZ1oGT0uZCHzL2a { background-color: transparent; background-image: none; }#tZhKOPdvkeu09ShHNKZ1oGT0uZCHzL2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZhKOPdvkeu09ShHNKZ1oGT0uZCHzL2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZhKOPdvkeu09ShHNKZ1oGT0uZCHzL2a > .row .container > .video-iframe-container { display: none; }#tZhKOPdvkeu09ShHNKZ1oGT0uZCHzL2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZhKOPdvkeu09ShHNKZ1oGT0uZCHzL2a > .row > .video-iframe-container { display: none; }#tZhKOPdvkeu09ShHNKZ1oGT0uZCHzL2a > .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); }#tZhKOPdvkeu09ShHNKZ1oGT0uZCHzL2a { border-width: 0; border-radius: 0; }#tZhKOPdvkeu09ShHNKZ1oGT0uZCHzL2a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tZhKOPdvkeu09ShHNKZ1oGT0uZCHzL2a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KLuAedeuPPHVwGzDmn0HLT16GNX9Nn6q { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:2.25036875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tBi5UThQaxK6tE2bmxzgwksBb8L9ScFM { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;top:2.4375rem;left:12.71875rem;display:block; }
#Oh5PSZgP8wJH1m9aD36nkpoNBhwtvRSV { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:1.5rem;top:0.84375rem;left:60.84375rem;overflow:hidden;display:block; }
#lyakmyzIqOLKhV37Lb7rxH6akAp3LI17 { position:relative;display:block; }#lyakmyzIqOLKhV37Lb7rxH6akAp3LI17 { background-color: transparent; background-image: none; }#lyakmyzIqOLKhV37Lb7rxH6akAp3LI17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyakmyzIqOLKhV37Lb7rxH6akAp3LI17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyakmyzIqOLKhV37Lb7rxH6akAp3LI17 > .row .container > .video-iframe-container { display: none; }#lyakmyzIqOLKhV37Lb7rxH6akAp3LI17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyakmyzIqOLKhV37Lb7rxH6akAp3LI17 > .row > .video-iframe-container { display: none; }#lyakmyzIqOLKhV37Lb7rxH6akAp3LI17 > .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); }#lyakmyzIqOLKhV37Lb7rxH6akAp3LI17 { border-width: 0; border-radius: 0; }#lyakmyzIqOLKhV37Lb7rxH6akAp3LI17 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lyakmyzIqOLKhV37Lb7rxH6akAp3LI17 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mkNB9V80o8O78ZXmqTczfMXkTOXkBHiy { color:rgba(0,0,0,0.7);display:block;width:49.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:12.71875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BedkPpkWE6vi4Kk5lEd6ZLp8QEgyVWBp { box-sizing:content-box;height:0.0625rem;width:49.5625rem;position:absolute;display:block;z-index:15030;background-color:#000000;background-image:none;top:2.5625rem;left:12.71875rem;display:block; }
#TCnOIuJ4uim77eGLcEBhGDJt6bAaoNFG { position:relative;display:block; }#TCnOIuJ4uim77eGLcEBhGDJt6bAaoNFG { background-color: transparent; background-image: none; }#TCnOIuJ4uim77eGLcEBhGDJt6bAaoNFG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCnOIuJ4uim77eGLcEBhGDJt6bAaoNFG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCnOIuJ4uim77eGLcEBhGDJt6bAaoNFG > .row .container > .video-iframe-container { display: none; }#TCnOIuJ4uim77eGLcEBhGDJt6bAaoNFG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCnOIuJ4uim77eGLcEBhGDJt6bAaoNFG > .row > .video-iframe-container { display: none; }#TCnOIuJ4uim77eGLcEBhGDJt6bAaoNFG > .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); }#TCnOIuJ4uim77eGLcEBhGDJt6bAaoNFG { border-width: 0; border-radius: 0; }#TCnOIuJ4uim77eGLcEBhGDJt6bAaoNFG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TCnOIuJ4uim77eGLcEBhGDJt6bAaoNFG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CATal4WxICtUclur9GD94KzgIrpcyZT6 { color:#dc01ad;display:block;width:16rem;position:absolute;font-family:lobster;font-size:5.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5625rem;left:0rem;height:7.3125rem;display:block; }
#J5hyo8LBTFc4zRIi84hGri4KGJoqlmW5 { color:#dc01ad;display:block;width:16rem;position:absolute;font-family:lobster;font-size:5.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.5625rem;left:19.5rem;height:7.3125rem;display:block; }
#I8FCkTz1riu2oVyRXdghuesRmWBTduM8 { color:#dc01ad;display:block;width:16rem;position:absolute;font-family:lobster;font-size:5.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.5625rem;left:39.25rem;height:7.3125rem;display:block; }
#LxV6QgvPxQJl8HdulgKGmQM872fRdXsh { color:#dc01ad;display:block;width:16rem;position:absolute;font-family:lobster;font-size:5.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.5625rem;left:59rem;height:7.3125rem;display:block; }
#ANaBBNtf15e5XX8XOWC26xXmoqJ2hbDz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.625rem;top:11rem;left:14.4375rem;overflow:hidden;display:block; }
#Tdk6MrvIAD9HruSmcOu3r1weHb3zMGFn { 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:6.4375rem;width:6.625rem;top:11rem;left:53.8125rem;overflow:hidden;display:block; }
#BRK2lOraMwqMPs8Fhn4W3W9Am2n3Kr0c { 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:6.4375rem;width:6.4375rem;top:11rem;left:34.3125rem;overflow:hidden;display:block; }
#d9clvda2keRFzTWfzO4d0pMF2T8gRl78 { background-color:#d23c3c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:2.0625rem;left:31.28125rem;display:block; }
#aXK0WW5l1gH3bIEVKBSuZF1gy0TQOLZ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fto9x4EKxeBDu7pMNHTex8RJNAgZ57Md { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fto9x4EKxeBDu7pMNHTex8RJNAgZ57Md > .row .container { background-color: transparent; background-image: none; }#fto9x4EKxeBDu7pMNHTex8RJNAgZ57Md::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fto9x4EKxeBDu7pMNHTex8RJNAgZ57Md > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fto9x4EKxeBDu7pMNHTex8RJNAgZ57Md > .row .container > .video-iframe-container { display: none; }#fto9x4EKxeBDu7pMNHTex8RJNAgZ57Md > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fto9x4EKxeBDu7pMNHTex8RJNAgZ57Md > .row > .video-iframe-container { display: none; }#fto9x4EKxeBDu7pMNHTex8RJNAgZ57Md > .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); }#fto9x4EKxeBDu7pMNHTex8RJNAgZ57Md > .row .container { border-width: 0; border-radius: 0; }#fto9x4EKxeBDu7pMNHTex8RJNAgZ57Md > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fto9x4EKxeBDu7pMNHTex8RJNAgZ57Md > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#eS6n1Roa6lzsuDnZvgrJbPr846efDdxH { color:rgba(0,0,0,0.7);display:block;width:16.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:2.5625rem;left:0rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#my7ywfmGXtgvqBFd2hdmgVkbdrXWkVNe { color:rgba(0,0,0,0.7);display:block;width:16.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3.9375rem;left:10rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kg6FSQEdni9k2iTCgZT126kbdtUG5RXP { color:rgba(0,0,0,0.7);display:block;width:16.625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:3.9375rem;left:22.6875rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wx7ATGKVFhFcrQS0HgbLqvT1It061Cgu { color:rgba(0,0,0,0.7);display:block;width:8.875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:8.1875rem;left:66.125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wmlkXLbKcTMsRIDAs7C2TUM89J7pDvbP { 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:1.5625rem;width:1.5625rem;top:4.1875rem;left:44.5rem;overflow:hidden;display:block; }
#S7q97tbaHaQeqacqekZ3i4Re3NG8HnHt { box-sizing:content-box;height:3.0625rem;width:9.625rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:3.5rem;left:43.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#sRsStb50qdEab76hstScHWf8oo00ZBQi { color:rgba(0,0,0,0.7);display:block;width:5.6875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:4.3125rem;left:46.875rem;height:1.31286875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R746fAvZ5aX6ZJULs3dEQqhG4X21H0Tm { box-sizing:content-box;height:3.0625rem;width:9.625rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:3.5rem;left:54.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#hnIoaapEB7ywn3TSacRnTfMBR2mqnEfX { color:rgba(0,0,0,0.7);display:block;width:5.6875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:4.3125rem;left:57.75rem;height:1.31286875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N5HnftdsAUa2ug1O6JUfkHzG2O4ltUSZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:4.1875rem;left:55.375rem;overflow:hidden;display:block; }
#nGZWLKTMoaQW4vDpHIobm3TToGbgSWIm { box-sizing:content-box;height:3.0625rem;width:9.625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:3.5rem;left:65.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#aVq7QbtewnTtyVs3T29yF6f40KB2WrKX { color:rgba(0,0,0,0.7);display:block;width:5.6875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:4.3125rem;left:68.625rem;height:1.31286875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRhKVwVwZTZhvA36d7HoaRKp7ndIw3bO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5rem;top:4.1875rem;left:66.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CmDT67GVwB8kLH3uPp0iIlp0eQTGAzCb { display:block; }#CmDT67GVwB8kLH3uPp0iIlp0eQTGAzCb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U77MAMKAd3VsBBDguViN5KlWcgNL6CVO { top:1.5625rem;left:0rem;width:8.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEs0xRKknBHOWwaeDXsBBy0U1J3ykWUS { width:9.6875rem;height:2.625rem;top:2.125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvr4udFRMwXGB2C4dGV2kvsEIHZ5ro4X { display:block; }
 }@media only screen and (max-width: 763px) { #BeJVxwRL7fM86tiuLCGFFuMqJnoCuZI3 { width:5.5625rem;height:2.625rem;top:2.125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGTehwIztRLKEQO3J1JQXTs3XXeZEmbE { display:block; }
 }@media only screen and (max-width: 763px) { #c3gQ59Rr2294sh3Tg55y4lTvbfToxfar { width:4.875rem;height:2.625rem;top:2.125rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQE2SX8l24OAHAxQe0gHqs0ryaTCzk5t { display:block; }
 }@media only screen and (max-width: 763px) { #Dq4XfzTdEyppn8mimUdgMISonPGdZ9Pg { width:5.5rem;height:2.625rem;top:2.125rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvvznvSQuzwDxwpZlPU4ZRBpblfL2lIV { display:block; }
 }@media only screen and (max-width: 763px) { #akuKoWZZEQoOHCLrQA28fSLUwwskscos { width:5.5rem;height:2.625rem;top:2.125rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCURbO4ThARMCXpbzaKTiMGMNzXer0eD { display:block; }
 }@media only screen and (max-width: 763px) { #eoezXVxhgNeCtwl1kSGXz1ngteLOa8MC { width:8.625rem;height:3.0625rem;top:1.875rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1CRNncz5c0yD9WURgzloGCR2gpdi9SU { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXp4qnpIMCa4syfrN0cEDgD0MWq2Udt0 { top:14.625rem;left:0rem;width:15.5625rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buOQwkTLzIniJlkIndopN6e9dnz69SSP { top:21.125rem;left:0rem;width:16.75rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciUdEt0FDuZDRhP6RIJ5VLALWnCgBX8K { top:15.375rem;left:37.4375rem;width:10.3125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg3NQt6u0mnSNs7aX8Lwa9aBQvSGTBiX { width:12.375rem;height:3.125rem;top:28.3125rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyz4ivW3T3UqwexT2BEhpO0GltG2htJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #ykCm4mgbkzGvPOouHroTZRCIg4bL4wR6 { top:8rem;left:5.4375rem;width:36.9375rem;height:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smiXvhSKXcPkT41MTdud8S4BdM0S0R07 { top:10.0625rem;left:7.625rem;width:32.25rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIiuOKz2WC882Plg9o0ZXNCz2Jssi00t { width:9.125rem;height:3.125rem;top:32.125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Az7lknCIvm3VwSbSH6frD2vA3mvVgk { display:block; }
 }@media only screen and (max-width: 763px) { #cDtGfNqzvUTqnPhTRZFh0ArKN5fdZsV3 { width:8.875rem;height:3.125rem;top:32.125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAgPorXatLP9PIxMP5F7c5OEhNMHBXg3 { display:block; }
 }@media only screen and (max-width: 763px) { #CxtA83ZV6Azny4M6UPzCQxXmnAnzhL57 { width:14rem;height:3.125rem;top:35.875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZQii9qbldraJui9tQI02Kxkli9zofXb { display:block; }
 }@media only screen and (max-width: 763px) { #OSlJngfF0HRGVGiQ9nsaiK2bd3N8brkV { width:15.6875rem;height:3.125rem;top:40.25rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1vPCOlAlICdzcxClMJI02dvGisqgt60 { display:block; }
 }@media only screen and (max-width: 763px) { #PlOcd0dGhUcvzhZCU1N074HmRG8qJkMf { width:9.125rem;height:3.125rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWQX1BuC523SnJWgKQ16RG28zz1RsBab { display:block; }
 }@media only screen and (max-width: 763px) { #gDbCdXfQ5oeozziEH1Oh1CootwAJ89hW { top:11.8125rem;left:15.5rem;width:16.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT { display:block; }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyRp6dzSnzfWxeEBrNxXNmDwMCTm4OvC { top:9.25rem;left:7.5rem;width:32.75rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1bi8qx0KsD1cf16klJ1ivM8gMK0RTqn { top:3.8125rem;left:20.8125rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul4LuNwKaiQngd6foNCV7ZSZ0ZRBKaKZ { top:5.4375rem;left:22.5rem;width:2.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUNMUXnrZG3KcWV45rxKxi6ffIFVGEgc { display:block; }#rUNMUXnrZG3KcWV45rxKxi6ffIFVGEgc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUl2rCG05PnTW28LQSWrC13i1kC7e5LE { top:8rem;left:0rem;width:17.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvyLSzbtsPCTXu7T1yXyI9wAQhPyhD41 { top:6.75rem;left:0rem;width:17.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT4ZEskwnk7VbncJfOcK5Abx4ihCPbd6 { top:2.6875rem;left:0rem;width:2.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBO4eKH93NIQOQSUTRySBSP5CCkTZTT2 { top:8rem;left:6.0625rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7tSVSVoJulCIhFFu7B0wWkGGiVqSMGk { top:6.75rem;left:6.0625rem;width:17.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIH7d1AwTpGUrzuL4lMBEqR0HaW7OJxw { top:2.6875rem;left:11.9375rem;width:3.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTI0RJ2BxuhesOyCTz29XXi8O1SHn8OZ { top:8rem;left:18rem;width:17.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stg6wydo1FbhMLvDZwV7QWcLNhI1TaTL { top:6.75rem;left:18rem;width:17.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J82yXLecOslVHBK96WJETsJU7M4glHvs { top:2.6875rem;left:23.875rem;width:3.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru4p1eF4evKSHFTVMENrPZZaqQsmMkM1 { top:8rem;left:29.9375rem;width:17.8125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azw7kqHyu7EtQNd93u8ebH7NhayuwggD { top:6.75rem;left:29.9375rem;width:17.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cit9D9yfhM9uWStv5l7QZL6AcIcxxap4 { top:2.6875rem;left:35.8125rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l74We2oRrRFMdrSC7ciFmG0uqWoiHzH2 { display:block; }#l74We2oRrRFMdrSC7ciFmG0uqWoiHzH2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTauoIH0152nMGaZk9WpPkRSpkTbdmSs { top:8rem;left:0rem;width:17.8125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxNqVaaIyWO4VdHrhpQeSDEvxEDpgr38 { top:6.75rem;left:0rem;width:17.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okeKTF6huUaKzgp3rEbBNeTNv1kRWGPd { top:2.6875rem;left:0rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsCHLsG5M4fCkz3Ly2ytoaRgJG608vIs { top:8rem;left:6.0625rem;width:17.8125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkattHXxddemp8lgqJiGePhVT7AWSkC7 { top:6.75rem;left:6.0625rem;width:17.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt6s626ecI0nEOt0ia7dk7FC0oOVtQ5s { top:2.6875rem;left:11.9375rem;width:3.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kALDXoHOpVywzu7cSOQinhcfJ2OyesXh { top:8rem;left:18rem;width:17.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP4o4rC1gC7hsoiwrBN0HdCeL7erHZ5A { top:6.75rem;left:18rem;width:17.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s22WBBPWvD1rZXlSHRFtfbNHmQ7taiL1 { top:2.6875rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5axWtbUelg1SyIMvaUPczEGkh3ByAa2 { top:2.75rem;left:29.9375rem;width:17.8125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz4kvRM0SBTLdNQNTa7TLBOIAokBywsy { top:4.5rem;left:33rem;width:14.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JowFT0r64XvAdZzlxkP3qgfuEAFCBTRs { width:10.8125rem;height:2.375rem;top:6.75rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5tf4WzQkXiFWRmfZdtG0vqTn0wpkvuL { display:block; }
 }@media only screen and (max-width: 763px) { #G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv { display:block; }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiOOuOWX81TPLw2inICTo6S9iH72luT6 { top:9.25rem;left:7.5rem;width:32.75rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qymCTEwRuvgnspQZBx9lzQiJxVffc2Ls { top:3.8125rem;left:20.8125rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4kw27iVxwhkMidQF8A7chtWkr8ZaHUt { top:5.4375rem;left:22.5rem;width:2.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf { display:block; }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MylC6qEm8mGeW32liewGpGlIgPWhm8Ka { top:0rem;left:0rem;width:18.5rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1ft13lKbMneKAsn7fdglSrZlhIZIHbg { top:1.8125rem;left:0rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBoqnnUbMZ8CNVJGtnFOGWHTsuRWosHo { top:18.8125rem;left:0rem;width:15.9375rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSpRRiCSpVL0AirfffeazEi8SZnLPyob { top:0rem;left:5.375rem;width:18.5rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPkn3cTp7ep6Vorqcudull4WQmJqs9N2 { top:18.8125rem;left:7.9375rem;width:15.9375rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbpbhTgGVfDklFgwpGI2TuWNTp9qLm9e { top:1.8125rem;left:7.375rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSOisz12007EFwTcosggvuVCzXPXLDLR { top:0rem;left:17.3125rem;width:18.5rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbxqGLxAVLRQ8McU0gL3AQiI1Nvfo7Zw { top:18.8125rem;left:19.875rem;width:15.9375rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #omexlRvRzE42S1fLuJAwirqPvBpDoolN { top:1.8125rem;left:19.3125rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Buiq1HJlZwtT3l51GsA3qw44M1PXxTuF { top:0rem;left:29.25rem;width:18.5rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeqfqxUefqCJpPN4oXN0XxyOGbFxnDfm { top:18.75rem;left:31.8125rem;width:15.9375rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkFy3SkCVWUBKd3cRlHb06fxXTIedcIP { top:1.8125rem;left:31.25rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIXGdUVLRfEi7bU1TGqeSmzHcIehzA1t { width:12.4375rem;height:3.125rem;top:28.0625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHlnTrcgxwKF1rMozoGTiBepSanFMLIf { display:block; }
 }@media only screen and (max-width: 763px) { #P02kgbebVpK5Jt2rqKtDQtnna6Hyonxk { display:block; }#P02kgbebVpK5Jt2rqKtDQtnna6Hyonxk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TISXG4cP8mtJ9gXTH9tpQVgmd5LKAB9l { top:4.1875rem;left:0rem;width:15.9375rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVUXW6qvzNBDvfcGafndA1pTxvITvH7r { top:7.375rem;left:0rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikt71FwWuyakuc37LPrUXNdBZUCuklEN { top:34rem;left:0.625rem;width:14.625rem;height:;font-size:0.875rem;display:block; }#Ikt71FwWuyakuc37LPrUXNdBZUCuklEN li:before{  }
 }@media only screen and (max-width: 763px) { #Zn39IETkoKXNRrDoDUmf2nAz5xouLk78 { top:3rem;left:0rem;width:18.75rem;height:49.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMkJTutzxF8eOnX8giSPp7T84LMixCNi { top:8.9375rem;left:0.5625rem;width:5.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LseRElKczZ3NXnP8SrTSdEyrOWbUvEeD { top:8.1875rem;left:0rem;width:7.625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnRGMMTVWgx5tFdqagqFa8M0iHfp14Q0 { top:4.25rem;left:15.8125rem;width:15.9375rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGAgIylQCTSKLxG50OmxbRvIr2I5n9ui { top:7.4375rem;left:13rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeQ9RZbHyFDoNUTfAeQqci8GAV9kCLlu { top:3.0625rem;left:12.875rem;width:18.75rem;height:49.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKGTN0Abw6JgmX8gAHv2OWQZmCbGaQUK { top:9rem;left:16.5rem;width:5.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAP8V00zhXp6l1wCzJJSedh2l3c85kn4 { top:8.25rem;left:15.875rem;width:7.625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuSK2UdyEkcsOpAbEy2cQkMN37JNrkMQ { top:34.0625rem;left:16.5625rem;width:14.625rem;height:;font-size:0.875rem;display:block; }#kuSK2UdyEkcsOpAbEy2cQkMN37JNrkMQ li:before{  }
 }@media only screen and (max-width: 763px) { #TqtKVdGyNuARD5HTER5iTPeiRznXnMkJ { top:4.25rem;left:31.6875rem;width:15.9375rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #llKJgUKdbcEoZm3HBRR7JvNmcBNw91g5 { top:3.0625rem;left:28.75rem;width:18.75rem;height:49.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXyKwplFqSDWGOsnPTSU55F4L5JhxZqr { top:7.4375rem;left:28.875rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Qncp4IUxrMcFgEPsTSv98oyXoG3LBC { top:9rem;left:32.375rem;width:5.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz01M4L82FALRMOoBxCBQOe6S319XIZL { top:8.25rem;left:31.75rem;width:7.625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvqaUbUp5mx6ShSzvldTuDSCoeHZdeL3 { top:34.0625rem;left:32.4375rem;width:14.625rem;height:;font-size:0.875rem;display:block; }#hvqaUbUp5mx6ShSzvldTuDSCoeHZdeL3 li:before{  }
 }@media only screen and (max-width: 763px) { #QzDhRURGmG46R9Su5OIohyI4gTAMv0XZ { display:block; }#QzDhRURGmG46R9Su5OIohyI4gTAMv0XZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsGTR4owH201Gwad6sbJRZdhaMDNeZdr { top:4.1875rem;left:0rem;width:15.9375rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0FI6gU3KSk0IbavbAKDzI4InKQ5436N { top:7.375rem;left:0rem;width:18.75rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN3lsvh7dFTq8sMtBbT15Z9IfEKdtiJm { top:34.0625rem;left:0.625rem;width:14.625rem;height:;font-size:0.875rem;display:block; }#mN3lsvh7dFTq8sMtBbT15Z9IfEKdtiJm li:before{  }
 }@media only screen and (max-width: 763px) { #ktWMu3N2tAJEd6iTfVnfF9c4U0DeXuS0 { top:3rem;left:0rem;width:18.75rem;height:49.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv1n7tWak2eMruAhmaqXfhdp4Zwu7o2a { top:8.9375rem;left:0.5625rem;width:5.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu7K3Tzv9El0FkqcPunZRTqTdugHqDyv { top:8.1875rem;left:0rem;width:7.625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEUrne0dspeKAsT5On1stT9WLSRQdJC6 { top:4.25rem;left:15.8125rem;width:15.9375rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVFdvSyoFPqcCACNtCpVolTA8rLhviM5 { top:7.4375rem;left:13rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGC0WF4q8mUk8mgGuOw0hMwMsQsKHDT1 { top:3.0625rem;left:12.875rem;width:18.75rem;height:49.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0FOHzTEXT9XtR2RZF8yffr1iKWbkaQC { top:9rem;left:16.5rem;width:5.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfU4o5TvgTofr6XvH9gwCpmlUlPh84eo { top:8.25rem;left:15.875rem;width:7.625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #slGFdfZXR3ZDrgX0NkaF4rIQpfhTM1T1 { top:34.0625rem;left:16.5625rem;width:14.625rem;height:;font-size:0.875rem;display:block; }#slGFdfZXR3ZDrgX0NkaF4rIQpfhTM1T1 li:before{  }
 }@media only screen and (max-width: 763px) { #WTFAHkN9riPHnzHDfi3w7zApCPd64ilv { top:4.25rem;left:31.6875rem;width:15.9375rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWbq2DpFLiyMCg2R4VWW3G1wHqGihaT { top:3.0625rem;left:28.75rem;width:18.75rem;height:49.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFxeTlrizu5BBFRzbXdOHZRbmWPntwte { top:7.4375rem;left:28.875rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyMrcOV4B39ZcNtJc9IH39mqvcL0J7Ra { top:9rem;left:32.375rem;width:5.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssZJydXIOQTIh4bvI9v2Ab69GbDiCwsV { top:8.25rem;left:31.75rem;width:7.625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFGKmV7JCBlZh973Qhx1STJN60D9qRIO { top:34.0625rem;left:32.4375rem;width:14.625rem;height:;font-size:0.875rem;display:block; }#EFGKmV7JCBlZh973Qhx1STJN60D9qRIO li:before{  }
 }@media only screen and (max-width: 763px) { #mQKvnaQ1JoGNV0uSPrwOGAiTyTDiugev { display:block; }#mQKvnaQ1JoGNV0uSPrwOGAiTyTDiugev > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLB27RNPkrI7Cargz17MtbP8SS9LHcQp { top:2.5rem;left:5.4375rem;width:23.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNu8Pl98fWmnHtfrehqnUvBSd6lVt7wz { width:15.0625rem;height:3.125rem;top:1.75rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NypPKE7wgJJdTxAcHoGKqJNJ2mvRSF6I { display:block; }
 }@media only screen and (max-width: 763px) { #WVaAoPGfDqcFTqPZMwiQQ4574UIPGq6i { display:block; }#WVaAoPGfDqcFTqPZMwiQQ4574UIPGq6i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCvFTQKffX2X62dfqHD1ZrIeJ3NE2OTU { top:10.8125rem;left:7.5rem;width:32.75rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn5bH87ShzGHTAPLvt76QU8nTXhazGKe { top:5.3125rem;left:20.8125rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaSqQMKIJNovwiSL8udMN4yuh0Xbibcq { top:7.1875rem;left:21.9375rem;width:3.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx9HDQvce2ncB3RftdGmQ9wouECQM3gD { display:block; }#hx9HDQvce2ncB3RftdGmQ9wouECQM3gD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2SS5yiRHowO60DwBF4BoLHMTnvlGroT { top:0rem;left:0rem;width:17.8125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBML5DqL3gOTtbGW8IyHMbKirDXp3s3h { top:0rem;left:6.0625rem;width:17.8125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgv2vOMGRIwdvHC8uskEXalJBvxsOFwL { top:0rem;left:18rem;width:17.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #go1KHUlKDJT4r4URTG7iEDsniEv875Wg { top:0rem;left:29.9375rem;width:17.8125rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucPvDlVrp0aZRzp1nhH1pwDEvBIr2Btx { display:block; }#ucPvDlVrp0aZRzp1nhH1pwDEvBIr2Btx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2mH4DK04vGtUPH0ByGTZhh0nxFb6krX { top:0rem;left:0rem;width:17.8125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS4arXCzOZQJAVmdIJs6qo0PLsmbGO0O { top:0rem;left:6.0625rem;width:17.8125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE6ssyqqGfVIa0ttKUapbcvzfUnov9gI { top:0rem;left:18rem;width:17.8125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJfaiqZLNgQuG4bnZJouADySz7Gb955x { top:0rem;left:29.9375rem;width:17.8125rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDeD9g3ztptmr35FaFGdkpAP6DxsT26h { top:14.0625rem;left:18rem;width:17.8125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sElVg2uP9P0Qn8fraoToHKdFIbiA7fxD { top:12.4375rem;left:29.9375rem;width:17.8125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIATSDVG5FiREsKRLlgaCszkhhERWt7E { top:8.375rem;left:6.0625rem;width:17.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V00fJdV0w3gP9huTAMl6ZwDn7o57XJWw { top:9.1875rem;left:0rem;width:17.8125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0aOmGeSVhyXTCreeAECyopSGfhGXVsU { top:19.5625rem;left:29.9375rem;width:17.8125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2MTOx2OF3DOfwXuEsa0LAute7yfTEFM { display:block; }#z2MTOx2OF3DOfwXuEsa0LAute7yfTEFM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuhKub4GmC4u0MgaFi5d44bf6xSBBEEc { width:17.9375rem;height:3.125rem;top:3.0625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGTJf8uuHGU1vp3ws7iyEDQILr5HzFMe { display:block; }
 }@media only screen and (max-width: 763px) { #lBZT52dGQf9DB2AHhikTh1yaLfVwdtFv { display:block; }#lBZT52dGQf9DB2AHhikTh1yaLfVwdtFv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g07XuafGzgReRG9Or04cnakXEMypRRfB { top:4.6875rem;left:7.5rem;width:32.75rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNBbysbTF7wrgvmLQ1N5s5oSgN4gx7XT { display:block; }#nNBbysbTF7wrgvmLQ1N5s5oSgN4gx7XT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDxoZai4xShTyK6Whag5e69SO9Nv3dks { top:6rem;left:0rem;width:17.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWE0x4LWKLeyyrsdvbdZ18Lg322EoEX6 { top:2.9375rem;left:0.5625rem;width:9.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZsKT1KXeM1rwuBT8IuJrHFcuu0B53Oc { top:6rem;left:6.0625rem;width:17.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMCqLxAtDU6vvXnGlBz6DdRaVf4tlTnT { top:1.8125rem;left:9.8125rem;width:14.0625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrk3KgeiuZVSMDAPVdHdXv0P27pRqyTK { top:6rem;left:18rem;width:17.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdwDrM8xy6yUneAXOHtVqPucbrwvadEe { top:2.3125rem;left:24.40625rem;width:10.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7mxwLdKpJtNXysvG2BPpD1oUhswWfmp { top:6rem;left:29.9375rem;width:17.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKpGJInWKXDITC8g9kGUJr7nW5XJSTZT { top:2.375rem;left:37.25rem;width:9.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrqeWEFXTIFpvHaBMlH9GTfVkwbOUFwp { display:block; }#SrqeWEFXTIFpvHaBMlH9GTfVkwbOUFwp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyRLL5c6rl4Fo4AC4He6eChAwTwOr3Ru { top:5.375rem;left:5.5rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRNiygMtT4rLLmF7Tr8oExqFn6kTXTeE { top:5.375rem;left:0rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUCKpb3UbiafERxfMcmGdLnvqn4gwpED { top:5.375rem;left:0rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDyALhl6bRdNeGRz6g3aC49vAA9oNnqH { top:5.375rem;left:0rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTTBbLB6q8vpzuksLJ3Q5hShcLuAWg7g { top:5.375rem;left:18.25rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STRH6yExi9uJ2xTLeQ0G8IPGOvlPnnr8 { top:5.375rem;left:11.875rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJV1FIndC11ZpRLW3lTO1OMZmx1pSZD2 { top:5.375rem;left:37.375rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHtuIKcez4STQTO8yrXIftQhh6aO2u6k { top:5.375rem;left:31rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxG1BKZPI3QDfgVvOIwpXQIMbGuPHzPW { top:5.375rem;left:24.625rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCoe2DbFm0rn3rJiqkMMtAmzbcrrxpRk { top:5.375rem;left:42.625rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc2cEhATkx0kvKyHZEtWvS8u7eRguCuT { top:5.375rem;left:42.625rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM1evGpa5FDoXUKfqwU82sISx4Cgkt7D { top:5.375rem;left:42.625rem;width:5.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUvEV52EbIChr746cCPoxTHL6hTq6boT { display:block; }#xUvEV52EbIChr746cCPoxTHL6hTq6boT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvpPk5GuVxdXRksGoSUTvB5C6eiTdWbT { top:8rem;left:6.75rem;width:17.125rem;height:7.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgeaWfetBM7U3J4rRh7KfxM3wrTFrfaz { top:16.875rem;left:0rem;width:34.625rem;height:6.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFDr415SNNSWT8ETapJm0fLwuoPPPChb { top:26.5625rem;left:6.875rem;width:17rem;height:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXCXWCJwCwZt6MdJ5TTCCKngzdp67WRr { top:26.5625rem;left:18.8125rem;width:17rem;height:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6UT61olErvEQUdT5lfgXm3n3B0MUS4Q { top:40.375rem;left:0rem;width:32.8125rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2BJfxnM2Emd4tBxTKVrTJrb2hZd62AH { top:45.3125rem;left:0rem;width:26.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma4iTKaWTuQWhAtIrn2gcgCZZOSnzLD7 { top:38.625rem;left:0rem;width:37.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWGeInZ7bp5LnsrWeBvGExoJHLxnyP31 { top:8.75rem;left:0rem;width:16.9375rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzg2WAoPzu6hGuiPFk13enQ4x44EV9rn { display:block; }#Rzg2WAoPzu6hGuiPFk13enQ4x44EV9rn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spOZi5hCnSPxwTLcvMxA6aJH1KLTMyAq { top:5.8125rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icwTXlxpTDQxIuWc8wmxNJkmMaRXmXJ6 { top:7.0625rem;left:0rem;width:24.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAC7ma8QI1M7ImDqyha88KIQRavMTkdJ { top:23.8125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd95qRxdLAbzWAGbh01egbziBO1VuJQU { top:27.5625rem;left:0.5625rem;width:19.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdrz10HBUrKzq1iZK6a4lq0c0H7fm6NF { top:31.0625rem;left:0.5625rem;width:19.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTrIIOuD7GM6lqGr3k9LM8n619cQPAxT { top:34.5625rem;left:0rem;width:25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVXXHmInLbGSnJQiNBl1IvM7a9fzyuF1 { top:26.875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6qarskeGSWXE3kfREaqpBWpngZWNXTS { top:27.375rem;left:0rem;width:2.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Wc6GBlK88gG4eDI3CsEPVMySKntawF { top:30.375rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQclOCnGdRIUOTUSDfFHsgEQl4LM5aXt { top:30.875rem;left:0rem;width:2.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFTIluJPzBBXTlMBThrvHEvRuRqda8E2 { top:33.875rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrTU0kecTWslTyS1Z8NJ8IS4iOPVwyXV { top:34.375rem;left:0rem;width:2.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv7vqedZVZWV00DSOvrLNL5sDWEOA9Va { top:47.5rem;left:0rem;width:23.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SazuBQGnMsdLoc3UoFt5QCEiVPWqRCGm { top:12.8125rem;left:0rem;width:29.0625rem;height:8.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbJQR034CNs9wvan85JrXy7IshT9Q4nN { top:25.125rem;left:20.125rem;width:3.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQX6lGcmxN40VPhyLOFJOZlx8aITC4k6 { top:23.875rem;left:18.125rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-regular-label { width:23.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-input-text { width:23.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-input-text {padding-top: 0; padding-bottom: 0;}#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-textarea { width:23.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-input-select { width:23.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-input-select {padding-top: 0; padding-bottom: 0;}#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-input-button { width:23.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-checkbox-label { width:22.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel  { width:23.5rem;height:auto;top:13.75rem;left:21.75rem; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .radio-container { width:23.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel {display:block;}#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel { width:23.5rem;height:auto;top:13.75rem;left:21.75rem; }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #t1AVdcmdFKHEudQyCwyFgQ5ucK5vhDF5 {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #ZFIzOZMpLKcGlwopnmg42aqC8sLzSu8r {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #hQnT00gRruzQOn7wf1ogEgLMMC5393eS {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #bCFI3rQFZR6igGE1K9kGz28p5lGTft3I {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #LA2gZlAgu6FvTE5DUnEZtVxaTz51BRuP {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #lDSPuq0cu9FQH4Xo5mxogKJFzcKcEGeR {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #Vsuw5VCDzESAJ4tHE2wAmHS4wp6xFPG4 {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #ZkUd9ZoramHVTA7C9PCaawk8tyrZe15W {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #hySnAt2Zwx2yqiw6d9P4oP0Xw7fSvWll {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #uw52CUBI38W6J5lQyxuT4RBCbz91EQAK {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #nosJFovbSTDytps2kcZF8ovzHGy2ULPs {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #Rk1tbBaqel9doyC3x0WGQZFwqo05i6Pi {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #FTqoSZmIatrrJoqETwRUUnSuGzTaUIrg {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #eMgU1gGAZ0LICzaTOzDN4y7Jf4iMfGgb {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #LHSv3ewGU0UaGygpSN6JKrwTRSZQ8t1a {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #dg46zc3RnJd1IRSIiIllvux21xssrZQN {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #wAcBVR8rSauDRNyd8pXbuTcToSRXBsCP {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #qtcNaQ6Ld6lExxz2phyw4xUkbh0lJskG {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #IqpDK3TeiVgxJs2dm20eMnFAw5HicLKa {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #PWHOyXRbfSCAEDmJ3ieUJAU9cZWTWcRS {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #DcVmD4X7EDMbs60ltffx7iJpTpT5Rvpy {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #fC6RUKOZCndugWLbIWxPysIgJGyWqMhH {  }
 }@media only screen and (max-width: 763px) { #qIZwQToKIVJv9rGGqrSmOumNpPly092Z { top:38.1875rem;left:0rem;width:25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kisZxBLuJu1MoB3TNge48l5DVJTmPkub { top:37.5rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM0bdeAzcptNIkGcuOe5XxOv52cvP8Qk { top:38rem;left:0rem;width:2.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #epFQQCicUMKq7b0DTXmf2XZpQvccZf2G { top:6.4375rem;left:15.625rem;width:2.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKx8v2HHU52QRIQJbeyX4lHakC00vd32 { display:block; }#uKx8v2HHU52QRIQJbeyX4lHakC00vd32 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTGmmWrgwFWTUqy1DdNTXPT02ATzE5S9 { top:10.8125rem;left:7.5rem;width:32.75rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4Sr6Vq7hDQITlQtHGZAZpC6aZAqbzQd { top:7.375rem;left:27.1875rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FokJwO02ms8ERllA08LRiydRTNbqoL98 { top:8.8125rem;left:28.3125rem;width:3.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTUVHnJlT2QZ7CQa6UR00fRmn5nJLpZe { top:18.5rem;left:12.09375rem;width:23.5625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRgJWndfFeNQiWbOAe0b85yUNuM6inuc { display:block; }#wRgJWndfFeNQiWbOAe0b85yUNuM6inuc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWOBdDfTv4CNBoZ1HdslvQGnlWTDOqKB { top:0rem;left:0rem;width:23.5625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #paCBOg7uLRdmh8UTKsWcW9zPzfhpsxys { top:2.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHVOaA1iD7ABCyKgz2xMOXlb0UE4Q6MP { top:0.8125rem;left:46.25rem;width:1.5rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugB2e03M0Z13HQ0oEbRSgkx9KfKKdZPy { display:block; }#ugB2e03M0Z13HQ0oEbRSgkx9KfKKdZPy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnFTeeI7rvZDTsiaexhCLVX0gTJimZkX { top:0rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1VN7i2KetQf9M151AgNfu7K3Zv1oUS6 { top:7.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtckD1M43ur2ivO5rHNTexVawWOHdLGe { display:block; }#VtckD1M43ur2ivO5rHNTexVawWOHdLGe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQDKov9LtqS5VVZIloMnR4pixbMRauKp { top:0rem;left:0rem;width:32.4375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed09Hq7bpPxUwUalRQQ8KDzgWbi22O2M { top:2.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGPfssdpE8tTgArwHVJw3uEzTB8eHmfs { top:0.8125rem;left:46.25rem;width:1.5rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTNgTH87gSRZRo5Ws31DLaG4p3Jez2gV { display:block; }#FTNgTH87gSRZRo5Ws31DLaG4p3Jez2gV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daOoMxBpIwBr2rSlEq5TPRORc3v4R9UB { top:0rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRxzRhJlheL1SEKSCRzha3DwbLzZ0heI { top:5.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFTo1I2LOaMrdJHo9DeOGL5xkXWgnAnk { display:block; }#RFTo1I2LOaMrdJHo9DeOGL5xkXWgnAnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGC26tLkngmoa6b0DtNifKi4BVUsq2b0 { top:0rem;left:0rem;width:32.4375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAPJ61hzhT0fnTEI1fTV9WbEZBK2D8CF { top:2.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrNfBBFdwnlkEgyFT6x4rGCp3vyNufq0 { top:0.8125rem;left:46.25rem;width:1.5rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJowgyTlrSE7nPQduMRCxELHH91bsuVJ { display:block; }#QJowgyTlrSE7nPQduMRCxELHH91bsuVJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alb9lPh7NXVkGMBowFKhPL7UQOs66Dgi { top:0rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyDEF6q9A22QcH8pJmcNLWqIqVJMS3ba { top:4.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSihmqPuP8DkRhpvzpP9OU9FCqcgC2pm { display:block; }#rSihmqPuP8DkRhpvzpP9OU9FCqcgC2pm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwsvLp6CGA2pNmoZBQCqfH05SqQCIDsb { top:0rem;left:0rem;width:32.4375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiRSywhh29NP95o5fFEPVoFVHhbbqKSw { top:2.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT6lTAsi3ycOHNmaJ9WKUPaduE2hcVpC { top:0.8125rem;left:46.25rem;width:1.5rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXPrCZE92uFZBvMRnBWAyZhMP0Tlwgg6 { display:block; }#BXPrCZE92uFZBvMRnBWAyZhMP0Tlwgg6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5ip7HAc0JBJtHLNQSxMza7AagcTk5mL { top:0rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#Q5ip7HAc0JBJtHLNQSxMza7AagcTk5mL li:before{  }
 }@media only screen and (max-width: 763px) { #prSSbknBogxIeu6iAkxVF8kf380Elg8R { top:8.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzueUrgTt6AD0IfEHyRfdNg3PyEwMTW6 { display:block; }#TzueUrgTt6AD0IfEHyRfdNg3PyEwMTW6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xsy5RKTqdZOqPL1KuMc6tEhqTMnRD6tV { top:0rem;left:0rem;width:39.9375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH9To5hIwoxV1cn14wOt03co7NSdr6np { top:2.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2aNIh1B6XkEnDRz2K1oJNUnLFE7B7TU { top:0.8125rem;left:46.25rem;width:1.5rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFKTzrF88TJF5Sgxy2xspBhCpCAg7HPv { display:block; }#mFKTzrF88TJF5Sgxy2xspBhCpCAg7HPv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtOyLlzr0B58frwe1bPa6EQG9LJBDy2k { top:0rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZM4u6lk1klcpgPzqPGoKMybqXJKG42u { top:4.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPIHxldpCMlguSm35w5iMMo3TCxXnra9 { display:block; }#UPIHxldpCMlguSm35w5iMMo3TCxXnra9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKEmV2A5UB6d3CHOiGQAJiXRJoT6Tlrz { top:0rem;left:0rem;width:39.9375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqLkDgAQuhT9to1W3hghqUqMIL49M4uG { top:2.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqVlTgwVRaxkKL6CGbPJkrJthV9gg2rG { top:0.8125rem;left:46.25rem;width:1.5rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWNbzZGZuLqQAIIbWtldz2L3kgpMnfCF { display:block; }#LWNbzZGZuLqQAIIbWtldz2L3kgpMnfCF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgD6h7yCmwMC1ErnHcMov770by8L0mvk { top:0rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFN3mUwxPNWRzpRnQz6l8kyvx3yGLhrP { top:4.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAh4PWoCaRu0vLAhzzzWyNcpxf7ImO7Q { display:block; }#CAh4PWoCaRu0vLAhzzzWyNcpxf7ImO7Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAJZ0v7NNKgm3UXDzogqDGpTThkoQD1c { top:0rem;left:0rem;width:45.0625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2BwRFNGuBGIGiw86J7tJT0R3IvAarHZ { top:4.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t46ETllCMksQzGdGnurcwcUfSIT9yriw { top:0.8125rem;left:46.25rem;width:1.5rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgqL3Un1BqZfnviiWTVM47WO3I15tVgT { display:block; }#EgqL3Un1BqZfnviiWTVM47WO3I15tVgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxVnp1oCPakG83eI4Xf14i1TAPp8y8y3 { top:0rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp2V6HkbHRTSLMRLRutrKDvWtprCMZn9 { top:4.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkxRhnMSU6uWD35GfcltrT6DZxXi4IEW { display:block; }#KkxRhnMSU6uWD35GfcltrT6DZxXi4IEW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgrJBHoyDxEXIImZId9JHqLVC28NzI7P { top:0rem;left:0rem;width:39.9375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EycK9uaulXnK06Txy5fWSNgM6VNPFRe8 { top:2.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh9JTSOQlguOmaQNq8J4SceyUiggCs6n { top:0.8125rem;left:46.25rem;width:1.5rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfxMfUDn08eouyeN348FebZhXTlcPpyf { display:block; }#yfxMfUDn08eouyeN348FebZhXTlcPpyf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHJ2KOAZp8Mkd7q9JDWU8ZK3LfnCVbO4 { top:0rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8rn1oTWtWvJw0T1UvHdiaa1xRA0LoTE { top:4.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irx9a0JWUTQvwm7s92Cu459CzfwU47ky { display:block; }#irx9a0JWUTQvwm7s92Cu459CzfwU47ky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qicmyhi83SugWDzq3J8dS779vicayTNq { top:0rem;left:0rem;width:39.9375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMdPW3EL2Vf1B2c8JSbgzR8suZGwEzKq { top:2.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boRIgKCCClqQOKECvvvpgNR7Pq94y7hu { top:0.8125rem;left:46.25rem;width:1.5rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTXCP56B2ophIQwIMBZQESBCmEOHfp2F { display:block; }#DTXCP56B2ophIQwIMBZQESBCmEOHfp2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAwlFlmVMU7usCUT5VPMbiWQ5L37pPHu { top:0rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6aKBJHikFvT5r0IJBaHeSiDTm432LSL { top:2.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZhKOPdvkeu09ShHNKZ1oGT0uZCHzL2a { display:block; }#tZhKOPdvkeu09ShHNKZ1oGT0uZCHzL2a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLuAedeuPPHVwGzDmn0HLT16GNX9Nn6q { top:0rem;left:0rem;width:39.9375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBi5UThQaxK6tE2bmxzgwksBb8L9ScFM { top:2.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh5PSZgP8wJH1m9aD36nkpoNBhwtvRSV { top:0.8125rem;left:46.25rem;width:1.5rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyakmyzIqOLKhV37Lb7rxH6akAp3LI17 { display:block; }#lyakmyzIqOLKhV37Lb7rxH6akAp3LI17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkNB9V80o8O78ZXmqTczfMXkTOXkBHiy { top:0rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BedkPpkWE6vi4Kk5lEd6ZLp8QEgyVWBp { top:2.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCnOIuJ4uim77eGLcEBhGDJt6bAaoNFG { display:block; }#TCnOIuJ4uim77eGLcEBhGDJt6bAaoNFG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CATal4WxICtUclur9GD94KzgIrpcyZT6 { top:10.5625rem;left:0rem;width:16rem;height:7.3125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5hyo8LBTFc4zRIi84hGri4KGJoqlmW5 { top:10.5625rem;left:5.875rem;width:16rem;height:7.3125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8FCkTz1riu2oVyRXdghuesRmWBTduM8 { top:10.5625rem;left:25.625rem;width:16rem;height:7.3125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxV6QgvPxQJl8HdulgKGmQM872fRdXsh { top:10.5625rem;left:31.75rem;width:16rem;height:7.3125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANaBBNtf15e5XX8XOWC26xXmoqJ2hbDz { top:11rem;left:0.8125rem;width:6.625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdk6MrvIAD9HruSmcOu3r1weHb3zMGFn { top:11rem;left:40.1875rem;width:6.625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRK2lOraMwqMPs8Fhn4W3W9Am2n3Kr0c { top:11rem;left:20.6875rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9clvda2keRFzTWfzO4d0pMF2T8gRl78 { width:12.4375rem;height:3.125rem;top:2.0625rem;left:17.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXK0WW5l1gH3bIEVKBSuZF1gy0TQOLZ3 { display:block; }
 }@media only screen and (max-width: 763px) { #fto9x4EKxeBDu7pMNHTex8RJNAgZ57Md { display:block; }#fto9x4EKxeBDu7pMNHTex8RJNAgZ57Md > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eS6n1Roa6lzsuDnZvgrJbPr846efDdxH { top:2.5625rem;left:0rem;width:16.625rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #my7ywfmGXtgvqBFd2hdmgVkbdrXWkVNe { top:3.9375rem;left:0rem;width:16.625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg6FSQEdni9k2iTCgZT126kbdtUG5RXP { top:3.9375rem;left:9.0625rem;width:16.625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx7ATGKVFhFcrQS0HgbLqvT1It061Cgu { top:8.1875rem;left:38.875rem;width:8.875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmlkXLbKcTMsRIDAs7C2TUM89J7pDvbP { top:4.1875rem;left:30.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7q97tbaHaQeqacqekZ3i4Re3NG8HnHt { top:3.5rem;left:30rem;width:9.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRsStb50qdEab76hstScHWf8oo00ZBQi { top:4.3125rem;left:33.25rem;width:5.6875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R746fAvZ5aX6ZJULs3dEQqhG4X21H0Tm { top:3.5rem;left:38.125rem;width:9.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnIoaapEB7ywn3TSacRnTfMBR2mqnEfX { top:4.3125rem;left:42.0625rem;width:5.6875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5HnftdsAUa2ug1O6JUfkHzG2O4ltUSZ { top:4.1875rem;left:41.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGZWLKTMoaQW4vDpHIobm3TToGbgSWIm { top:3.5rem;left:38.125rem;width:9.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVq7QbtewnTtyVs3T29yF6f40KB2WrKX { top:4.3125rem;left:42.0625rem;width:5.6875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRhKVwVwZTZhvA36d7HoaRKp7ndIw3bO { top:4.1875rem;left:46.25rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CmDT67GVwB8kLH3uPp0iIlp0eQTGAzCb { position:relative;z-index:auto;display:block; }#CmDT67GVwB8kLH3uPp0iIlp0eQTGAzCb > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U77MAMKAd3VsBBDguViN5KlWcgNL6CVO { width:8.625rem;height:3.6875rem;top:1.21875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEs0xRKknBHOWwaeDXsBBy0U1J3ykWUS { width:9.6875rem;height:2.625rem;top:7.3125rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hvr4udFRMwXGB2C4dGV2kvsEIHZ5ro4X { display:block; }
 }@media only screen and (max-width: 763px) { #BeJVxwRL7fM86tiuLCGFFuMqJnoCuZI3 { width:5.5625rem;height:2.625rem;top:7.3125rem;left:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGTehwIztRLKEQO3J1JQXTs3XXeZEmbE { display:block; }
 }@media only screen and (max-width: 763px) { #c3gQ59Rr2294sh3Tg55y4lTvbfToxfar { width:4.875rem;height:2.625rem;top:7.3125rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQE2SX8l24OAHAxQe0gHqs0ryaTCzk5t { display:block; }
 }@media only screen and (max-width: 763px) { #Dq4XfzTdEyppn8mimUdgMISonPGdZ9Pg { width:5.5rem;height:2.625rem;top:7.3125rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NvvznvSQuzwDxwpZlPU4ZRBpblfL2lIV { display:block; }
 }@media only screen and (max-width: 763px) { #akuKoWZZEQoOHCLrQA28fSLUwwskscos { width:5.5rem;height:2.625rem;top:7.3125rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCURbO4ThARMCXpbzaKTiMGMNzXer0eD { display:block; }
 }@media only screen and (max-width: 763px) { #eoezXVxhgNeCtwl1kSGXz1ngteLOa8MC { width:6.9375rem;height:2.625rem;top:7.3125rem;left:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1CRNncz5c0yD9WURgzloGCR2gpdi9SU { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXp4qnpIMCa4syfrN0cEDgD0MWq2Udt0 { width:15rem;height:3.9375rem;top:1.1875rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buOQwkTLzIniJlkIndopN6e9dnz69SSP { width:14.6875rem;height:3.9375rem;top:5.9375rem;left:2.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ciUdEt0FDuZDRhP6RIJ5VLALWnCgBX8K { width:4.4375rem;height:4.375rem;top:11.375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg3NQt6u0mnSNs7aX8Lwa9aBQvSGTBiX { width:9.0625rem;height:2.1875rem;top:27rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyz4ivW3T3UqwexT2BEhpO0GltG2htJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #ykCm4mgbkzGvPOouHroTZRCIg4bL4wR6 { width:13.5rem;height:14.875rem;top:10.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smiXvhSKXcPkT41MTdud8S4BdM0S0R07 { width:11.75rem;height:13.375rem;top:11.375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIiuOKz2WC882Plg9o0ZXNCz2Jssi00t { width:6.4375rem;height:2.1875rem;top:29.8125rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Az7lknCIvm3VwSbSH6frD2vA3mvVgk { display:block; }
 }@media only screen and (max-width: 763px) { #cDtGfNqzvUTqnPhTRZFh0ArKN5fdZsV3 { width:6rem;height:2.1875rem;top:29.8125rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAgPorXatLP9PIxMP5F7c5OEhNMHBXg3 { display:block; }
 }@media only screen and (max-width: 763px) { #CxtA83ZV6Azny4M6UPzCQxXmnAnzhL57 { width:9.5rem;height:2.1875rem;top:32.625rem;left:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZQii9qbldraJui9tQI02Kxkli9zofXb { display:block; }
 }@media only screen and (max-width: 763px) { #OSlJngfF0HRGVGiQ9nsaiK2bd3N8brkV { width:15.6875rem;height:3.125rem;top:36.0625rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1vPCOlAlICdzcxClMJI02dvGisqgt60 { display:block; }
 }@media only screen and (max-width: 763px) { #PlOcd0dGhUcvzhZCU1N074HmRG8qJkMf { width:9.125rem;height:3.125rem;top:23rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWQX1BuC523SnJWgKQ16RG28zz1RsBab { display:block; }
 }@media only screen and (max-width: 763px) { #gDbCdXfQ5oeozziEH1Oh1CootwAJ89hW { width:16.75rem;height:2.625rem;top:40.4375rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT { background-color:#fbebff;background-image:url("https://images.assets-landingi.com/uc/1196ee30-7449-4329-9085-9fbcee2282ca/croissant.webp");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT.adaptive-delivery-prevent-bg, #oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT.lazyload, #oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT.lazyloading { background-image: none; }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT > .row .container { background-color: transparent; background-image: none; }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT > .row .container > .video-iframe-container { display: none; }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT > .row > .video-iframe-container { display: none; }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT > .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); }#oxg5PJcIPQhAdJzEd3J3RzDd52WVObNT > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyRp6dzSnzfWxeEBrNxXNmDwMCTm4OvC { width:20rem;height:3.125rem;top:6.8125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1bi8qx0KsD1cf16klJ1ivM8gMK0RTqn { width:4rem;height:4rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul4LuNwKaiQngd6foNCV7ZSZ0ZRBKaKZ { width:2.0625rem;height:2.125rem;top:2.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUNMUXnrZG3KcWV45rxKxi6ffIFVGEgc { display:block; }#rUNMUXnrZG3KcWV45rxKxi6ffIFVGEgc > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUl2rCG05PnTW28LQSWrC13i1kC7e5LE { width:17.8125rem;height:2.5rem;top:4.75rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvyLSzbtsPCTXu7T1yXyI9wAQhPyhD41 { width:17.8125rem;height:0.0625rem;top:7.974609375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT4ZEskwnk7VbncJfOcK5Abx4ihCPbd6 { width:2.8125rem;height:2.875rem;top:1.25rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBO4eKH93NIQOQSUTRySBSP5CCkTZTT2 { width:17.8125rem;height:1.25rem;top:13.349609375rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7tSVSVoJulCIhFFu7B0wWkGGiVqSMGk { width:17.8125rem;height:0.0625rem;top:16.57421875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIH7d1AwTpGUrzuL4lMBEqR0HaW7OJxw { width:2.8125rem;height:2.875rem;top:9.849609375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTI0RJ2BxuhesOyCTz29XXi8O1SHn8OZ { width:17.8125rem;height:2.5rem;top:21.125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stg6wydo1FbhMLvDZwV7QWcLNhI1TaTL { width:17.8125rem;height:0.0625rem;top:24.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J82yXLecOslVHBK96WJETsJU7M4glHvs { width:2.8125rem;height:2.0625rem;top:18.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru4p1eF4evKSHFTVMENrPZZaqQsmMkM1 { width:17.8125rem;height:3.75rem;top:29.75rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azw7kqHyu7EtQNd93u8ebH7NhayuwggD { width:17.8125rem;height:0.0625rem;top:34.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cit9D9yfhM9uWStv5l7QZL6AcIcxxap4 { width:2.8125rem;height:2.875rem;top:26.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l74We2oRrRFMdrSC7ciFmG0uqWoiHzH2 { display:block; }#l74We2oRrRFMdrSC7ciFmG0uqWoiHzH2 > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTauoIH0152nMGaZk9WpPkRSpkTbdmSs { width:17.8125rem;height:3.75rem;top:5.375rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxNqVaaIyWO4VdHrhpQeSDEvxEDpgr38 { width:17.8125rem;height:0.0625rem;top:9.8984375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okeKTF6huUaKzgp3rEbBNeTNv1kRWGPd { width:2.8125rem;height:2.875rem;top:1.875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsCHLsG5M4fCkz3Ly2ytoaRgJG608vIs { width:17.8125rem;height:3.75rem;top:14.474609375rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkattHXxddemp8lgqJiGePhVT7AWSkC7 { width:17.8125rem;height:0.0625rem;top:18.99853515625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt6s626ecI0nEOt0ia7dk7FC0oOVtQ5s { width:3rem;height:2.125rem;top:11.724609375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kALDXoHOpVywzu7cSOQinhcfJ2OyesXh { width:17.8125rem;height:2.5rem;top:24.0625rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP4o4rC1gC7hsoiwrBN0HdCeL7erHZ5A { width:17.8125rem;height:0.0625rem;top:27.287109375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s22WBBPWvD1rZXlSHRFtfbNHmQ7taiL1 { width:2.625rem;height:2.625rem;top:20.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5axWtbUelg1SyIMvaUPczEGkh3ByAa2 { width:17.8125rem;height:8rem;top:29.755859375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz4kvRM0SBTLdNQNTa7TLBOIAokBywsy { width:14.75rem;height:1.25rem;top:31.70556640625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JowFT0r64XvAdZzlxkP3qgfuEAFCBTRs { width:10.8125rem;height:2.375rem;top:34.005859375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5tf4WzQkXiFWRmfZdtG0vqTn0wpkvuL { display:block; }
 }@media only screen and (max-width: 763px) { #G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv { background-color:#fbebff;background-image:none;display:block; }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv > .row .container { background-color: transparent; background-image: none; }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv > .row .container > .video-iframe-container { display: none; }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv > .row > .video-iframe-container { display: none; }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv > .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); }#G5zAs7eMFf9N4gJOJuof9nwACh31Fbpv > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiOOuOWX81TPLw2inICTo6S9iH72luT6 { width:20rem;height:3.125rem;top:6.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qymCTEwRuvgnspQZBx9lzQiJxVffc2Ls { width:4rem;height:4rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4kw27iVxwhkMidQF8A7chtWkr8ZaHUt { width:2.0625rem;height:2.125rem;top:2.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf { background-color:#fbebff;background-image:url("https://images.assets-landingi.com/uc/9df0a821-b989-438f-90f9-efeec2420af9/borowki.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf.adaptive-delivery-prevent-bg, #ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf.lazyload, #ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf.lazyloading { background-image: none; }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf > .row .container { background-color: transparent; background-image: none; }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf > .row .container > .video-iframe-container { display: none; }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf > .row > .video-iframe-container { display: none; }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf > .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); }#ZwEZgINTUELT5dxV01gDKvlLNcvIwgAf > .row .container { width:20rem;height:118.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MylC6qEm8mGeW32liewGpGlIgPWhm8Ka { width:18.5rem;height:25.125rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1ft13lKbMneKAsn7fdglSrZlhIZIHbg { width:16.5rem;height:16.5rem;top:2.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBoqnnUbMZ8CNVJGtnFOGWHTsuRWosHo { width:15.9375rem;height:2.375rem;top:20.0625rem;left:2.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSpRRiCSpVL0AirfffeazEi8SZnLPyob { width:18.5rem;height:25.125rem;top:27.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPkn3cTp7ep6Vorqcudull4WQmJqs9N2 { width:15.9375rem;height:4.375rem;top:46.4375rem;left:2.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbpbhTgGVfDklFgwpGI2TuWNTp9qLm9e { width:16.5rem;height:16.5rem;top:28.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSOisz12007EFwTcosggvuVCzXPXLDLR { width:18.5rem;height:25.125rem;top:54.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbxqGLxAVLRQ8McU0gL3AQiI1Nvfo7Zw { width:15.9375rem;height:4.375rem;top:73.6875rem;left:2.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #omexlRvRzE42S1fLuJAwirqPvBpDoolN { width:16.5rem;height:16.5rem;top:56.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Buiq1HJlZwtT3l51GsA3qw44M1PXxTuF { width:18.5rem;height:25.125rem;top:82.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeqfqxUefqCJpPN4oXN0XxyOGbFxnDfm { width:15.9375rem;height:2.375rem;top:101.8125rem;left:2.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkFy3SkCVWUBKd3cRlHb06fxXTIedcIP { width:16.5rem;height:16.5rem;top:84.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIXGdUVLRfEi7bU1TGqeSmzHcIehzA1t { width:12.4375rem;height:3.125rem;top:109.4375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHlnTrcgxwKF1rMozoGTiBepSanFMLIf { display:block; }
 }@media only screen and (max-width: 763px) { #P02kgbebVpK5Jt2rqKtDQtnna6Hyonxk { display:block; }#P02kgbebVpK5Jt2rqKtDQtnna6Hyonxk > .row .container { width:20rem;height:142.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TISXG4cP8mtJ9gXTH9tpQVgmd5LKAB9l { width:15.9375rem;height:2.375rem;top:2.4375rem;left:2.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVUXW6qvzNBDvfcGafndA1pTxvITvH7r { width:18.75rem;height:25rem;top:5.83642578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikt71FwWuyakuc37LPrUXNdBZUCuklEN { width:17.0625rem;height:12.8125rem;top:32.5625rem;left:1.46875rem;font-size:0.875rem;display:block; }#Ikt71FwWuyakuc37LPrUXNdBZUCuklEN li:before{  }
 }@media only screen and (max-width: 763px) { #Zn39IETkoKXNRrDoDUmf2nAz5xouLk78 { width:18.75rem;height:47.6875rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMkJTutzxF8eOnX8giSPp7T84LMixCNi { width:5.125rem;height:1.25rem;top:7.9375rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LseRElKczZ3NXnP8SrTSdEyrOWbUvEeD { width:7.625rem;height:2.75rem;top:7.1875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnRGMMTVWgx5tFdqagqFa8M0iHfp14Q0 { width:15.9375rem;height:2.375rem;top:51.5rem;left:2.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGAgIylQCTSKLxG50OmxbRvIr2I5n9ui { width:18.75rem;height:25rem;top:54.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeQ9RZbHyFDoNUTfAeQqci8GAV9kCLlu { width:18.75rem;height:47.8125rem;top:50.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKGTN0Abw6JgmX8gAHv2OWQZmCbGaQUK { width:5.125rem;height:1.25rem;top:56.25rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAP8V00zhXp6l1wCzJJSedh2l3c85kn4 { width:7.625rem;height:2.75rem;top:55.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuSK2UdyEkcsOpAbEy2cQkMN37JNrkMQ { width:14.625rem;height:14.4375rem;top:81.3125rem;left:2.75rem;font-size:0.875rem;display:block; }#kuSK2UdyEkcsOpAbEy2cQkMN37JNrkMQ li:before{  }
 }@media only screen and (max-width: 763px) { #TqtKVdGyNuARD5HTER5iTPeiRznXnMkJ { width:15.9375rem;height:2.375rem;top:100.6875rem;left:2.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #llKJgUKdbcEoZm3HBRR7JvNmcBNw91g5 { width:18.75rem;height:42.9375rem;top:99.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXyKwplFqSDWGOsnPTSU55F4L5JhxZqr { width:18.75rem;height:25rem;top:103.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Qncp4IUxrMcFgEPsTSv98oyXoG3LBC { width:5.125rem;height:1.25rem;top:105.4375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz01M4L82FALRMOoBxCBQOe6S319XIZL { width:7.625rem;height:2.75rem;top:104.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvqaUbUp5mx6ShSzvldTuDSCoeHZdeL3 { width:14.625rem;height:9.875rem;top:130.5rem;left:2.75rem;font-size:0.875rem;display:block; }#hvqaUbUp5mx6ShSzvldTuDSCoeHZdeL3 li:before{  }
 }@media only screen and (max-width: 763px) { #QzDhRURGmG46R9Su5OIohyI4gTAMv0XZ { display:block; }#QzDhRURGmG46R9Su5OIohyI4gTAMv0XZ > .row .container { width:20rem;height:131.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsGTR4owH201Gwad6sbJRZdhaMDNeZdr { width:15.9375rem;height:2.375rem;top:2.4375rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0FI6gU3KSk0IbavbAKDzI4InKQ5436N { width:18.75rem;height:25rem;top:5.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN3lsvh7dFTq8sMtBbT15Z9IfEKdtiJm { width:17.0625rem;height:2.9375rem;top:31.875rem;left:1.25rem;font-size:0.875rem;display:block; }#mN3lsvh7dFTq8sMtBbT15Z9IfEKdtiJm li:before{  }
 }@media only screen and (max-width: 763px) { #ktWMu3N2tAJEd6iTfVnfF9c4U0DeXuS0 { width:18.75rem;height:35.375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv1n7tWak2eMruAhmaqXfhdp4Zwu7o2a { width:5.125rem;height:1.25rem;top:7.9375rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu7K3Tzv9El0FkqcPunZRTqTdugHqDyv { width:7.625rem;height:2.75rem;top:7.1875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEUrne0dspeKAsT5On1stT9WLSRQdJC6 { width:15.9375rem;height:2.375rem;top:39.125rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVFdvSyoFPqcCACNtCpVolTA8rLhviM5 { width:18.75rem;height:25rem;top:42.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGC0WF4q8mUk8mgGuOw0hMwMsQsKHDT1 { width:18.75rem;height:44.9375rem;top:37.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0FOHzTEXT9XtR2RZF8yffr1iKWbkaQC { width:5.125rem;height:1.25rem;top:43.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfU4o5TvgTofr6XvH9gwCpmlUlPh84eo { width:7.625rem;height:2.75rem;top:43.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slGFdfZXR3ZDrgX0NkaF4rIQpfhTM1T1 { width:14.625rem;height:11.5rem;top:68.9375rem;left:2.5625rem;font-size:0.875rem;display:block; }#slGFdfZXR3ZDrgX0NkaF4rIQpfhTM1T1 li:before{  }
 }@media only screen and (max-width: 763px) { #WTFAHkN9riPHnzHDfi3w7zApCPd64ilv { width:15.9375rem;height:2.375rem;top:85.375rem;left:2.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWbq2DpFLiyMCg2R4VWW3G1wHqGihaT { width:18.75rem;height:45.75rem;top:84.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFxeTlrizu5BBFRzbXdOHZRbmWPntwte { width:18.75rem;height:25rem;top:88.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyMrcOV4B39ZcNtJc9IH39mqvcL0J7Ra { width:5.125rem;height:1.25rem;top:90.125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssZJydXIOQTIh4bvI9v2Ab69GbDiCwsV { width:7.625rem;height:2.75rem;top:89.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFGKmV7JCBlZh973Qhx1STJN60D9qRIO { width:14.625rem;height:13.5rem;top:115.1875rem;left:2.75rem;font-size:0.875rem;display:block; }#EFGKmV7JCBlZh973Qhx1STJN60D9qRIO li:before{  }
 }@media only screen and (max-width: 763px) { #mQKvnaQ1JoGNV0uSPrwOGAiTyTDiugev { display:block; }#mQKvnaQ1JoGNV0uSPrwOGAiTyTDiugev > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLB27RNPkrI7Cargz17MtbP8SS9LHcQp { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNu8Pl98fWmnHtfrehqnUvBSd6lVt7wz { width:15.0625rem;height:3.125rem;top:3.40625rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NypPKE7wgJJdTxAcHoGKqJNJ2mvRSF6I { display:block; }
 }@media only screen and (max-width: 763px) { #WVaAoPGfDqcFTqPZMwiQQ4574UIPGq6i { display:block; }#WVaAoPGfDqcFTqPZMwiQQ4574UIPGq6i > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCvFTQKffX2X62dfqHD1ZrIeJ3NE2OTU { width:20rem;height:3.125rem;top:6.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn5bH87ShzGHTAPLvt76QU8nTXhazGKe { width:4rem;height:4rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaSqQMKIJNovwiSL8udMN4yuh0Xbibcq { width:2.6875rem;height:1.625rem;top:2.4375rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx9HDQvce2ncB3RftdGmQ9wouECQM3gD { display:block; }#hx9HDQvce2ncB3RftdGmQ9wouECQM3gD > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2SS5yiRHowO60DwBF4BoLHMTnvlGroT { width:17.8125rem;height:12.625rem;top:1.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBML5DqL3gOTtbGW8IyHMbKirDXp3s3h { width:17.8125rem;height:8.75rem;top:15.125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgv2vOMGRIwdvHC8uskEXalJBvxsOFwL { width:17.8125rem;height:11.875rem;top:25.1875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #go1KHUlKDJT4r4URTG7iEDsniEv875Wg { width:17.8125rem;height:11.75rem;top:38.375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucPvDlVrp0aZRzp1nhH1pwDEvBIr2Btx { display:block; }#ucPvDlVrp0aZRzp1nhH1pwDEvBIr2Btx > .row .container { width:20rem;height:103.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2mH4DK04vGtUPH0ByGTZhh0nxFb6krX { width:17.8125rem;height:7.9375rem;top:1.25rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS4arXCzOZQJAVmdIJs6qo0PLsmbGO0O { width:17.8125rem;height:7.125rem;top:25.8125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE6ssyqqGfVIa0ttKUapbcvzfUnov9gI { width:17.8125rem;height:12.875rem;top:61.125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJfaiqZLNgQuG4bnZJouADySz7Gb955x { width:17.8125rem;height:11.1875rem;top:82.375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDeD9g3ztptmr35FaFGdkpAP6DxsT26h { width:17.8125rem;height:13.625rem;top:46.25rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sElVg2uP9P0Qn8fraoToHKdFIbiA7fxD { width:17.8125rem;height:5.875rem;top:75.25rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIATSDVG5FiREsKRLlgaCszkhhERWt7E { width:17.8125rem;height:10.8125rem;top:34.1875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V00fJdV0w3gP9huTAMl6ZwDn7o57XJWw { width:17.8125rem;height:14.125rem;top:10.4375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0aOmGeSVhyXTCreeAECyopSGfhGXVsU { width:17.8125rem;height:8.75rem;top:94.8125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2MTOx2OF3DOfwXuEsa0LAute7yfTEFM { display:block; }#z2MTOx2OF3DOfwXuEsa0LAute7yfTEFM > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuhKub4GmC4u0MgaFi5d44bf6xSBBEEc { width:17.9375rem;height:3.125rem;top:1.375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGTJf8uuHGU1vp3ws7iyEDQILr5HzFMe { display:block; }
 }@media only screen and (max-width: 763px) { #lBZT52dGQf9DB2AHhikTh1yaLfVwdtFv { display:block; }#lBZT52dGQf9DB2AHhikTh1yaLfVwdtFv > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g07XuafGzgReRG9Or04cnakXEMypRRfB { width:20rem;height:1.9375rem;top:3.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNBbysbTF7wrgvmLQ1N5s5oSgN4gx7XT { display:block; }#nNBbysbTF7wrgvmLQ1N5s5oSgN4gx7XT > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDxoZai4xShTyK6Whag5e69SO9Nv3dks { width:17.8125rem;height:0.0625rem;top:5.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWE0x4LWKLeyyrsdvbdZ18Lg322EoEX6 { width:9.875rem;height:2.125rem;top:1.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZsKT1KXeM1rwuBT8IuJrHFcuu0B53Oc { width:17.8125rem;height:0.0625rem;top:9.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMCqLxAtDU6vvXnGlBz6DdRaVf4tlTnT { width:14.0625rem;height:4.25rem;top:5.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrk3KgeiuZVSMDAPVdHdXv0P27pRqyTK { width:17.8125rem;height:0.0625rem;top:14.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdwDrM8xy6yUneAXOHtVqPucbrwvadEe { width:10.875rem;height:2.375rem;top:10.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7mxwLdKpJtNXysvG2BPpD1oUhswWfmp { width:17.8125rem;height:0.0625rem;top:18.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKpGJInWKXDITC8g9kGUJr7nW5XJSTZT { width:11.625rem;height:4.25rem;top:14.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrqeWEFXTIFpvHaBMlH9GTfVkwbOUFwp { display:none; }#SrqeWEFXTIFpvHaBMlH9GTfVkwbOUFwp > .row .container { width:20rem;height:166.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IyRLL5c6rl4Fo4AC4He6eChAwTwOr3Ru { width:5.125rem;height:12.5rem;top:42.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRNiygMtT4rLLmF7Tr8oExqFn6kTXTeE { width:5.125rem;height:12.5rem;top:28.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUCKpb3UbiafERxfMcmGdLnvqn4gwpED { width:5.125rem;height:12.5rem;top:15rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDyALhl6bRdNeGRz6g3aC49vAA9oNnqH { width:5.125rem;height:12.5rem;top:1.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTTBbLB6q8vpzuksLJ3Q5hShcLuAWg7g { width:5.125rem;height:12.5rem;top:70rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STRH6yExi9uJ2xTLeQ0G8IPGOvlPnnr8 { width:5.125rem;height:12.5rem;top:56.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJV1FIndC11ZpRLW3lTO1OMZmx1pSZD2 { width:5.125rem;height:12.5rem;top:111.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHtuIKcez4STQTO8yrXIftQhh6aO2u6k { width:5.125rem;height:12.5rem;top:97.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxG1BKZPI3QDfgVvOIwpXQIMbGuPHzPW { width:5.125rem;height:12.5rem;top:83.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCoe2DbFm0rn3rJiqkMMtAmzbcrrxpRk { width:5.125rem;height:12.5rem;top:125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc2cEhATkx0kvKyHZEtWvS8u7eRguCuT { width:5.125rem;height:12.5rem;top:138.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM1evGpa5FDoXUKfqwU82sISx4Cgkt7D { width:5.125rem;height:12.5rem;top:152.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUvEV52EbIChr746cCPoxTHL6hTq6boT { display:block; }#xUvEV52EbIChr746cCPoxTHL6hTq6boT > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvpPk5GuVxdXRksGoSUTvB5C6eiTdWbT { width:8.3125rem;height:3.125rem;top:31.0625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgeaWfetBM7U3J4rRh7KfxM3wrTFrfaz { width:20rem;height:7rem;top:35.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFDr415SNNSWT8ETapJm0fLwuoPPPChb { width:20rem;height:5.9375rem;top:43.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXCXWCJwCwZt6MdJ5TTCCKngzdp67WRr { width:20rem;height:7.125rem;top:51.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6UT61olErvEQUdT5lfgXm3n3B0MUS4Q { width:20rem;height:7rem;top:62.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2BJfxnM2Emd4tBxTKVrTJrb2hZd62AH { width:17.125rem;height:2.375rem;top:72.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma4iTKaWTuQWhAtIrn2gcgCZZOSnzLD7 { width:20rem;height:0.0625rem;top:60.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWGeInZ7bp5LnsrWeBvGExoJHLxnyP31 { width:16.0625rem;height:23.125rem;top:6.56982421875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzg2WAoPzu6hGuiPFk13enQ4x44EV9rn { display:block; }#Rzg2WAoPzu6hGuiPFk13enQ4x44EV9rn > .row .container { width:20rem;height:83.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spOZi5hCnSPxwTLcvMxA6aJH1KLTMyAq { width:20rem;height:3.875rem;top:1.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icwTXlxpTDQxIuWc8wmxNJkmMaRXmXJ6 { width:14.625rem;height:2.5rem;top:1.88671875rem;left:4.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SAC7ma8QI1M7ImDqyha88KIQRavMTkdJ { width:19.0625rem;height:1.25rem;top:18.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd95qRxdLAbzWAGbh01egbziBO1VuJQU { width:14.875rem;height:1.25rem;top:21.125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdrz10HBUrKzq1iZK6a4lq0c0H7fm6NF { width:14.3125rem;height:1.25rem;top:24.75rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTrIIOuD7GM6lqGr3k9LM8n619cQPAxT { width:14.6875rem;height:2.5rem;top:27.6875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVXXHmInLbGSnJQiNBl1IvM7a9fzyuF1 { width:3rem;height:3rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6qarskeGSWXE3kfREaqpBWpngZWNXTS { width:2.3125rem;height:1.9375rem;top:20.75rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Wc6GBlK88gG4eDI3CsEPVMySKntawF { width:3rem;height:3rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQclOCnGdRIUOTUSDfFHsgEQl4LM5aXt { width:2.3125rem;height:1.9375rem;top:24.375rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFTIluJPzBBXTlMBThrvHEvRuRqda8E2 { width:3rem;height:3rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrTU0kecTWslTyS1Z8NJ8IS4iOPVwyXV { width:2.3125rem;height:1.9375rem;top:28rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv7vqedZVZWV00DSOvrLNL5sDWEOA9Va { width:20rem;height:4.5rem;top:76.1337890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SazuBQGnMsdLoc3UoFt5QCEiVPWqRCGm { width:11.6875rem;height:4.625rem;top:11.875rem;left:4.15625rem;font-size:2.625rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #NbJQR034CNs9wvan85JrXy7IshT9Q4nN { width:2.375rem;height:2.3125rem;top:8.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQX6lGcmxN40VPhyLOFJOZlx8aITC4k6 { width:4.1875rem;height:4.1875rem;top:19.3125rem;left:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-input-text {padding-top: 0; padding-bottom: 0;}#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-input-select {padding-top: 0; padding-bottom: 0;}#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel  { width:17.5rem;height:auto;top:33.5712890625rem;left:0rem; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel {display:block;}#di6BVi8Idn7VlDJyaerkOrTe4TCoOfel { width:17.5rem;height:auto;top:33.5712890625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #t1AVdcmdFKHEudQyCwyFgQ5ucK5vhDF5 {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #ZFIzOZMpLKcGlwopnmg42aqC8sLzSu8r {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #hQnT00gRruzQOn7wf1ogEgLMMC5393eS {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #bCFI3rQFZR6igGE1K9kGz28p5lGTft3I {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #LA2gZlAgu6FvTE5DUnEZtVxaTz51BRuP {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #lDSPuq0cu9FQH4Xo5mxogKJFzcKcEGeR {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #Vsuw5VCDzESAJ4tHE2wAmHS4wp6xFPG4 {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #ZkUd9ZoramHVTA7C9PCaawk8tyrZe15W {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #hySnAt2Zwx2yqiw6d9P4oP0Xw7fSvWll {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #uw52CUBI38W6J5lQyxuT4RBCbz91EQAK {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #nosJFovbSTDytps2kcZF8ovzHGy2ULPs {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #Rk1tbBaqel9doyC3x0WGQZFwqo05i6Pi {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #FTqoSZmIatrrJoqETwRUUnSuGzTaUIrg {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #eMgU1gGAZ0LICzaTOzDN4y7Jf4iMfGgb {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #LHSv3ewGU0UaGygpSN6JKrwTRSZQ8t1a {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #dg46zc3RnJd1IRSIiIllvux21xssrZQN {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #wAcBVR8rSauDRNyd8pXbuTcToSRXBsCP {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #qtcNaQ6Ld6lExxz2phyw4xUkbh0lJskG {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #IqpDK3TeiVgxJs2dm20eMnFAw5HicLKa {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #PWHOyXRbfSCAEDmJ3ieUJAU9cZWTWcRS {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #DcVmD4X7EDMbs60ltffx7iJpTpT5Rvpy {  }
 }@media only screen and (max-width: 763px) { #di6BVi8Idn7VlDJyaerkOrTe4TCoOfel #fC6RUKOZCndugWLbIWxPysIgJGyWqMhH {  }
 }@media only screen and (max-width: 763px) { #qIZwQToKIVJv9rGGqrSmOumNpPly092Z { width:14.3125rem;height:1.25rem;top:32.271484375rem;left:4.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kisZxBLuJu1MoB3TNge48l5DVJTmPkub { width:3rem;height:3rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM0bdeAzcptNIkGcuOe5XxOv52cvP8Qk { width:2.3125rem;height:1.9375rem;top:31.6875rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #epFQQCicUMKq7b0DTXmf2XZpQvccZf2G { width:2.6875rem;height:2.625rem;top:1.87451171875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKx8v2HHU52QRIQJbeyX4lHakC00vd32 { display:block; }#uKx8v2HHU52QRIQJbeyX4lHakC00vd32 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTGmmWrgwFWTUqy1DdNTXPT02ATzE5S9 { width:20rem;height:3.125rem;top:7.3125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4Sr6Vq7hDQITlQtHGZAZpC6aZAqbzQd { width:4rem;height:4rem;top:2.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #FokJwO02ms8ERllA08LRiydRTNbqoL98 { width:2.8125rem;height:2.375rem;top:3.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTUVHnJlT2QZ7CQa6UR00fRmn5nJLpZe { width:16.25rem;height:3.5rem;top:11.25rem;left:1.875rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wRgJWndfFeNQiWbOAe0b85yUNuM6inuc { display:block; }#wRgJWndfFeNQiWbOAe0b85yUNuM6inuc > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWOBdDfTv4CNBoZ1HdslvQGnlWTDOqKB { width:17.3125rem;height:3.25rem;top:1rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #paCBOg7uLRdmh8UTKsWcW9zPzfhpsxys { width:20rem;height:0.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHVOaA1iD7ABCyKgz2xMOXlb0UE4Q6MP { width:1.5rem;height:0.8125rem;top:3.125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugB2e03M0Z13HQ0oEbRSgkx9KfKKdZPy { display:block; }#ugB2e03M0Z13HQ0oEbRSgkx9KfKKdZPy > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnFTeeI7rvZDTsiaexhCLVX0gTJimZkX { width:20rem;height:10.5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1VN7i2KetQf9M151AgNfu7K3Zv1oUS6 { width:20rem;height:0.0625rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtckD1M43ur2ivO5rHNTexVawWOHdLGe { display:block; }#VtckD1M43ur2ivO5rHNTexVawWOHdLGe > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQDKov9LtqS5VVZIloMnR4pixbMRauKp { width:17.3125rem;height:3.25rem;top:1rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ed09Hq7bpPxUwUalRQQ8KDzgWbi22O2M { width:20rem;height:0.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGPfssdpE8tTgArwHVJw3uEzTB8eHmfs { width:1.5rem;height:0.8125rem;top:3.125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTNgTH87gSRZRo5Ws31DLaG4p3Jez2gV { display:block; }#FTNgTH87gSRZRo5Ws31DLaG4p3Jez2gV > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #daOoMxBpIwBr2rSlEq5TPRORc3v4R9UB { width:20rem;height:12rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRxzRhJlheL1SEKSCRzha3DwbLzZ0heI { width:20rem;height:0.0625rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFTo1I2LOaMrdJHo9DeOGL5xkXWgnAnk { display:block; }#RFTo1I2LOaMrdJHo9DeOGL5xkXWgnAnk > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGC26tLkngmoa6b0DtNifKi4BVUsq2b0 { width:17.3125rem;height:3.25rem;top:1rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lAPJ61hzhT0fnTEI1fTV9WbEZBK2D8CF { width:20rem;height:0.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrNfBBFdwnlkEgyFT6x4rGCp3vyNufq0 { width:1.5rem;height:0.8125rem;top:3.125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJowgyTlrSE7nPQduMRCxELHH91bsuVJ { display:block; }#QJowgyTlrSE7nPQduMRCxELHH91bsuVJ > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alb9lPh7NXVkGMBowFKhPL7UQOs66Dgi { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyDEF6q9A22QcH8pJmcNLWqIqVJMS3ba { width:20rem;height:0.0625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSihmqPuP8DkRhpvzpP9OU9FCqcgC2pm { display:block; }#rSihmqPuP8DkRhpvzpP9OU9FCqcgC2pm > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwsvLp6CGA2pNmoZBQCqfH05SqQCIDsb { width:17.3125rem;height:1.875rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiRSywhh29NP95o5fFEPVoFVHhbbqKSw { width:20rem;height:0.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT6lTAsi3ycOHNmaJ9WKUPaduE2hcVpC { width:1.5rem;height:0.8125rem;top:3.125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXPrCZE92uFZBvMRnBWAyZhMP0Tlwgg6 { display:block; }#BXPrCZE92uFZBvMRnBWAyZhMP0Tlwgg6 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5ip7HAc0JBJtHLNQSxMza7AagcTk5mL { width:20rem;height:12.625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }#Q5ip7HAc0JBJtHLNQSxMza7AagcTk5mL li:before{  }
 }@media only screen and (max-width: 763px) { #prSSbknBogxIeu6iAkxVF8kf380Elg8R { width:20rem;height:0.0625rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzueUrgTt6AD0IfEHyRfdNg3PyEwMTW6 { display:block; }#TzueUrgTt6AD0IfEHyRfdNg3PyEwMTW6 > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xsy5RKTqdZOqPL1KuMc6tEhqTMnRD6tV { width:17.3125rem;height:3.25rem;top:1rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zH9To5hIwoxV1cn14wOt03co7NSdr6np { width:20rem;height:0.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2aNIh1B6XkEnDRz2K1oJNUnLFE7B7TU { width:1.5rem;height:0.8125rem;top:3.125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFKTzrF88TJF5Sgxy2xspBhCpCAg7HPv { display:block; }#mFKTzrF88TJF5Sgxy2xspBhCpCAg7HPv > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtOyLlzr0B58frwe1bPa6EQG9LJBDy2k { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZM4u6lk1klcpgPzqPGoKMybqXJKG42u { width:20rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPIHxldpCMlguSm35w5iMMo3TCxXnra9 { display:block; }#UPIHxldpCMlguSm35w5iMMo3TCxXnra9 > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKEmV2A5UB6d3CHOiGQAJiXRJoT6Tlrz { width:14.3125rem;height:3.25rem;top:1rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hqLkDgAQuhT9to1W3hghqUqMIL49M4uG { width:20rem;height:0.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqVlTgwVRaxkKL6CGbPJkrJthV9gg2rG { width:1.5rem;height:0.8125rem;top:3.125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWNbzZGZuLqQAIIbWtldz2L3kgpMnfCF { display:block; }#LWNbzZGZuLqQAIIbWtldz2L3kgpMnfCF > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgD6h7yCmwMC1ErnHcMov770by8L0mvk { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFN3mUwxPNWRzpRnQz6l8kyvx3yGLhrP { width:20rem;height:0.0625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAh4PWoCaRu0vLAhzzzWyNcpxf7ImO7Q { display:block; }#CAh4PWoCaRu0vLAhzzzWyNcpxf7ImO7Q > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAJZ0v7NNKgm3UXDzogqDGpTThkoQD1c { width:15.25rem;height:6.5rem;top:0.75rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f2BwRFNGuBGIGiw86J7tJT0R3IvAarHZ { width:20rem;height:0.0625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t46ETllCMksQzGdGnurcwcUfSIT9yriw { width:1.5rem;height:0.8125rem;top:3.125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgqL3Un1BqZfnviiWTVM47WO3I15tVgT { display:block; }#EgqL3Un1BqZfnviiWTVM47WO3I15tVgT > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxVnp1oCPakG83eI4Xf14i1TAPp8y8y3 { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp2V6HkbHRTSLMRLRutrKDvWtprCMZn9 { width:20rem;height:0.0625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkxRhnMSU6uWD35GfcltrT6DZxXi4IEW { display:block; }#KkxRhnMSU6uWD35GfcltrT6DZxXi4IEW > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgrJBHoyDxEXIImZId9JHqLVC28NzI7P { width:17.3125rem;height:1.875rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EycK9uaulXnK06Txy5fWSNgM6VNPFRe8 { width:20rem;height:0.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh9JTSOQlguOmaQNq8J4SceyUiggCs6n { width:1.5rem;height:0.8125rem;top:3.125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfxMfUDn08eouyeN348FebZhXTlcPpyf { display:block; }#yfxMfUDn08eouyeN348FebZhXTlcPpyf > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHJ2KOAZp8Mkd7q9JDWU8ZK3LfnCVbO4 { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8rn1oTWtWvJw0T1UvHdiaa1xRA0LoTE { width:20rem;height:0.0625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irx9a0JWUTQvwm7s92Cu459CzfwU47ky { display:block; }#irx9a0JWUTQvwm7s92Cu459CzfwU47ky > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qicmyhi83SugWDzq3J8dS779vicayTNq { width:17.3125rem;height:1.875rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMdPW3EL2Vf1B2c8JSbgzR8suZGwEzKq { width:20rem;height:0.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #boRIgKCCClqQOKECvvvpgNR7Pq94y7hu { width:1.5rem;height:0.8125rem;top:3.125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTXCP56B2ophIQwIMBZQESBCmEOHfp2F { display:block; }#DTXCP56B2ophIQwIMBZQESBCmEOHfp2F > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAwlFlmVMU7usCUT5VPMbiWQ5L37pPHu { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6aKBJHikFvT5r0IJBaHeSiDTm432LSL { width:20rem;height:0.0625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZhKOPdvkeu09ShHNKZ1oGT0uZCHzL2a { display:block; }#tZhKOPdvkeu09ShHNKZ1oGT0uZCHzL2a > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLuAedeuPPHVwGzDmn0HLT16GNX9Nn6q { width:17.3125rem;height:3.25rem;top:1rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tBi5UThQaxK6tE2bmxzgwksBb8L9ScFM { width:20rem;height:0.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh5PSZgP8wJH1m9aD36nkpoNBhwtvRSV { width:1.5rem;height:0.8125rem;top:3.125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyakmyzIqOLKhV37Lb7rxH6akAp3LI17 { display:block; }#lyakmyzIqOLKhV37Lb7rxH6akAp3LI17 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mkNB9V80o8O78ZXmqTczfMXkTOXkBHiy { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BedkPpkWE6vi4Kk5lEd6ZLp8QEgyVWBp { width:20rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCnOIuJ4uim77eGLcEBhGDJt6bAaoNFG { display:block; }#TCnOIuJ4uim77eGLcEBhGDJt6bAaoNFG > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CATal4WxICtUclur9GD94KzgIrpcyZT6 { width:16rem;height:5.25rem;top:2.43701171875rem;left:2rem;font-size:4.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J5hyo8LBTFc4zRIi84hGri4KGJoqlmW5 { width:16rem;height:5.1875rem;top:7rem;left:2rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I8FCkTz1riu2oVyRXdghuesRmWBTduM8 { width:16rem;height:5.1875rem;top:11.4375rem;left:2rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LxV6QgvPxQJl8HdulgKGmQM872fRdXsh { width:16rem;height:5.1875rem;top:15.875rem;left:2rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ANaBBNtf15e5XX8XOWC26xXmoqJ2hbDz { width:6.625rem;height:6.4375rem;top:0rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdk6MrvIAD9HruSmcOu3r1weHb3zMGFn { width:6.625rem;height:6.4375rem;top:16.63671875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRK2lOraMwqMPs8Fhn4W3W9Am2n3Kr0c { width:6.4375rem;height:6.4375rem;top:7rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #d9clvda2keRFzTWfzO4d0pMF2T8gRl78 { width:12.4375rem;height:3.125rem;top:24.32421875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXK0WW5l1gH3bIEVKBSuZF1gy0TQOLZ3 { display:block; }
 }@media only screen and (max-width: 763px) { #fto9x4EKxeBDu7pMNHTex8RJNAgZ57Md { display:block; }#fto9x4EKxeBDu7pMNHTex8RJNAgZ57Md > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eS6n1Roa6lzsuDnZvgrJbPr846efDdxH { width:16.625rem;height:3.9375rem;top:1.8125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #my7ywfmGXtgvqBFd2hdmgVkbdrXWkVNe { width:16.625rem;height:2.625rem;top:7rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg6FSQEdni9k2iTCgZT126kbdtUG5RXP { width:16.625rem;height:2.625rem;top:10.875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx7ATGKVFhFcrQS0HgbLqvT1It061Cgu { width:8.875rem;height:1.31286875rem;top:28.4375rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmlkXLbKcTMsRIDAs7C2TUM89J7pDvbP { width:1.5625rem;height:1.5625rem;top:15.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7q97tbaHaQeqacqekZ3i4Re3NG8HnHt { width:9.625rem;height:3.0625rem;top:15.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRsStb50qdEab76hstScHWf8oo00ZBQi { width:5.6875rem;height:1.31286875rem;top:15.875rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R746fAvZ5aX6ZJULs3dEQqhG4X21H0Tm { width:9.625rem;height:3.0625rem;top:19.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnIoaapEB7ywn3TSacRnTfMBR2mqnEfX { width:5.6875rem;height:1.31286875rem;top:20.1875rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5HnftdsAUa2ug1O6JUfkHzG2O4ltUSZ { width:1.5625rem;height:1.5625rem;top:20.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGZWLKTMoaQW4vDpHIobm3TToGbgSWIm { width:9.625rem;height:3.0625rem;top:23.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVq7QbtewnTtyVs3T29yF6f40KB2WrKX { width:5.6875rem;height:1.31286875rem;top:24.5rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRhKVwVwZTZhvA36d7HoaRKp7ndIw3bO { width:1.5rem;height:1.5625rem;top:24.375rem;left:2.5625rem;display:block; }
 }