.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO1svfp9mxNGLaD3UQXzQ6ktdEeFBNIa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#DO1svfp9mxNGLaD3UQXzQ6ktdEeFBNIa > .row .container { background-color: transparent; background-image: none; }#DO1svfp9mxNGLaD3UQXzQ6ktdEeFBNIa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO1svfp9mxNGLaD3UQXzQ6ktdEeFBNIa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO1svfp9mxNGLaD3UQXzQ6ktdEeFBNIa > .row .container > .video-iframe-container { display: none; }#DO1svfp9mxNGLaD3UQXzQ6ktdEeFBNIa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO1svfp9mxNGLaD3UQXzQ6ktdEeFBNIa > .row > .video-iframe-container { display: none; }#DO1svfp9mxNGLaD3UQXzQ6ktdEeFBNIa > .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); }#DO1svfp9mxNGLaD3UQXzQ6ktdEeFBNIa > .row .container { border-width: 0; border-radius: 0; }#DO1svfp9mxNGLaD3UQXzQ6ktdEeFBNIa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DO1svfp9mxNGLaD3UQXzQ6ktdEeFBNIa > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#BeqgLtueAFideaqJz7idLHmMtZmnWIi0 { background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.5rem;left:63.125rem;display:block; }
#LrDkZwizHH00P7VhtKOOT8ZiwsoSfzTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RF0uwTKwiPeF3lorsT1E7zQ3rqTeW2NQ { 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.5rem;width:8.25rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#mM8a1V4hXxAiKtiTE0pPM6cmtiCrwZml { color:#2c2c2c;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.599609375rem;left:44.25rem;height:1.29980625rem;display:block; }
#S4183H3Tv4A9AdWRQvTI6sh7lIQsXi0i { position:relative;display:block; }#S4183H3Tv4A9AdWRQvTI6sh7lIQsXi0i { background-color: transparent; background-image: none; }#S4183H3Tv4A9AdWRQvTI6sh7lIQsXi0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4183H3Tv4A9AdWRQvTI6sh7lIQsXi0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4183H3Tv4A9AdWRQvTI6sh7lIQsXi0i > .row .container > .video-iframe-container { display: none; }#S4183H3Tv4A9AdWRQvTI6sh7lIQsXi0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4183H3Tv4A9AdWRQvTI6sh7lIQsXi0i > .row > .video-iframe-container { display: none; }#S4183H3Tv4A9AdWRQvTI6sh7lIQsXi0i > .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); }#S4183H3Tv4A9AdWRQvTI6sh7lIQsXi0i { border-width: 0; border-radius: 0; }#S4183H3Tv4A9AdWRQvTI6sh7lIQsXi0i > .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; }#S4183H3Tv4A9AdWRQvTI6sh7lIQsXi0i > .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:4.5rem;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; }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/94406b57-ae9e-40ab-9c0b-cefea82b85d8/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC.adaptive-delivery-prevent-bg, #ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC.lazyload, #ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC.lazyloading { background-image: none; }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC > .row .container { background-color: transparent; background-image: none; }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC > .row .container > .video-iframe-container { display: none; }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC > .row > .video-iframe-container { display: none; }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC > .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); }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC > .row .container { border-width: 0; border-radius: 0; }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#RsTyfiPzlQcte1UZkF7dm0s2KQKVSQ2D { color:#2c2c2c;display:block;width:28.686875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.5);top:15.873901367188rem;left:1.8747148513794rem;height:1.4624rem;font-style:normal;display:block; }
#Qn5WLwPOq7iQzM3IOwWJpvJWeFXIPoiE { color:#2c2c2c;display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(255,255,255,0.5);top:18.193420410156rem;left:1.8747148513794rem;height:;font-style:normal;display:block; }#Qn5WLwPOq7iQzM3IOwWJpvJWeFXIPoiE li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qn5WLwPOq7iQzM3IOwWJpvJWeFXIPoiE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0883ead9f78fbcf3a11987a52b1f163af1724ae5.svg); }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-form-header {  }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-regular-label { display:block;width:20.1875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-input-text { border-top:0.125rem solid #f4d01d;border-left:0.125rem solid #f4d01d;border-right:0.125rem solid #f4d01d;border-bottom:0.125rem solid #f4d01d;height:3.4375rem;width:20.1875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-input-text {padding-top: 0; padding-bottom: 0;}#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-textarea { border-top:0.125rem solid #f4d01d;border-left:0.125rem solid #f4d01d;border-right:0.125rem solid #f4d01d;border-bottom:0.125rem solid #f4d01d;height:2.9375rem;width:20.1875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:20.1875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-input-select {padding-top: 0; padding-bottom: 0;}#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.5rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0.4375rem 0.375rem 0.5rem rgba(0,0,0,0.16) ; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:34.25rem;height:auto;font-size:0.625rem;font-family:montserrat;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#575759; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:8.90625rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-container:first-of-type{padding-top:0;}#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-container:last-of-type{padding-bottom:0;}#dOebGB3S7nh39LOu19iFMCqWObGbCqGE  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:36.4375rem;height:auto;box-shadow: none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;left:0rem;top:25.12451171875rem;z-index:15003;position:absolute; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .radio-container { width:20.8125rem; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.625rem;line-height:1.4;font-weight:400;color:#575759;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:36.4375rem;height:auto;box-shadow: none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;left:0rem;top:25.12451171875rem;z-index:15003;position:absolute; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE #LAL5qh9tCVsUxvNhJxkFXXWGxRsT7C72 { position:relative; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE #p4IS4TEgSnG5FeFrC1fI2PVJUAgScsW0 { position:relative;display:none; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE #UQ6ULRZrStbzS0TAGHpRNXlAOufUoUW0 { position:relative; }
#QwBIlpIByD0nIsQLS8nFPDEVKotZ3Cdc { position:relative;display:block; }
#xEQPyhKqEKkEdfbtTMT07vr9CHzioXON { position:relative;display:block; }
#QobxS3PpT6rAtA3xPV5Cenpzi4LrsAJA { position:relative;display:block; }
#WpZKZNiGR4J6gSFhgUr4sa2D7Xi8lJvW { position:relative;display:block; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE #Rn1NHQb1KiAC8icsNwi4geO2NNlnZomL { position:relative; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE #wyruDo1Pr2HkpKiinDr7t7aDStN0MKm1 { position:relative; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE #i4EF58WKpoEKUDKNQ6Ph7pusmEFqkozh { position:relative; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE #m3fuVU0eBct3bccr2z3ft9m9Br9fNniq { position:relative;z-index:2; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE #XcxmDShk8cTKs5Olkuteke2OkglREErM { position:relative; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE #iPsmdVJepJSpPdCPlHlT7pcf6hxu2gUg { position:relative;display:block;z-index:15000; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE #H492nmXQ3POFPg37SBX8GDSrfyoHsWx2 { position:relative;display:block;z-index:15000; }
#UCwG4tMeDSEbmTpm4cQTmRR7IxMeTZiN { position:absolute;display:block;z-index:15008;background-color:#fd1300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0) ;height:10.6875rem;width:10.6875rem;top:2.6246962547302rem;left:31.874999046326rem;display:block; }
#LG2TdTtWBhfDIsZ1uF9FNwG4TznmAoqE { position:absolute;display:block;z-index:15009;background-color:#fd1300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #f5ede7;border-left:0.125rem dashed #f5ede7;border-right:0.125rem dashed #f5ede7;border-bottom:0.125rem dashed #f5ede7;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:2.8748483657837rem;left:32.124392509461rem;display:block; }
#XkCXfG1UZsKRLIQyT91HIIzkI4VkqCyh { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.8743925094604rem;left:31.749545097351rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iXNkJKESd2CsEW2apND6WHUlVJr9FhBT { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(255,255,255,0.5);top:17.375rem;left:1.875rem;height:6.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sHVMrDaPiUDD3u9CH01eyIIyhJecd6zR { color:#2c2c2c;display:block;width:18rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(255,255,255,0.5);top:18.193420410156rem;left:17.374116420746rem;height:;font-style:normal;display:block; }#sHVMrDaPiUDD3u9CH01eyIIyhJecd6zR li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#sHVMrDaPiUDD3u9CH01eyIIyhJecd6zR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0883ead9f78fbcf3a11987a52b1f163af1724ae5.svg); }
#ToFq0wQFxq2sxOFPPCClhwChI0fk9Dq4 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.625rem rgba(0,0,0,0.39) ;height:20rem;width:30.0625rem;top:7.9364356994631rem;left:44.87606716156rem;overflow:hidden;display:block; }
#reO4kTckhUCbZmJUEPTMMd5hCJvOJFfe { box-sizing:content-box;height:23.43675rem;width:23.43675rem;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:14998;background-color:#f4d01d;background-image:none;top:10.697233200073rem;left:51.563261985779rem;display:block; }
#g2FyZrsmn0sRzmhRo1fs8MUtfMZfZQQR { box-sizing:content-box;height:20.125rem;width:35.6875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(114deg, #ffc557, #f4d01d);background-image: -moz-linear-gradient(114deg, #ffc557, #f4d01d);background-image: -ms-linear-gradient(114deg, #ffc557, #f4d01d);background-image: -o-linear-gradient(114deg, #ffc557, #f4d01d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc557', endColorstr='#f4d01d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc557', endColorstr='#f4d01d' );";background-image: linear-gradient(114deg, #ffc557, #f4d01d);background-size:auto !important;top:0rem;left:39.204989433289rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:9.8125rem;border-top-left-radius:0rem;display:block; }
#lxTL6tlDuxMp2JNq52uxTL12g4G76aAf { box-sizing:content-box;height:23.8744375rem;width:22.624875rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(116deg, #ffc557, #f4d01d);background-image: -moz-linear-gradient(116deg, #ffc557, #f4d01d);background-image: -ms-linear-gradient(116deg, #ffc557, #f4d01d);background-image: -o-linear-gradient(116deg, #ffc557, #f4d01d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc557', endColorstr='#f4d01d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc557', endColorstr='#f4d01d' );";background-image: linear-gradient(116deg, #ffc557, #f4d01d);background-size:auto !important;top:14.061787128449rem;left:52.374402523041rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.9375rem;border-bottom-right-radius:0rem;display:block; }
#V2oIEtBsieTDZtWaOBgQRAGZBdfJW0e1 { 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:20.1870625rem;width:18.2496875rem;top:15.729928016662rem;left:37.873328208923rem;overflow:hidden;display:block; }
#cWnlon5Etsmmi9X5Rcd3SW9PGd2Q9o97 { position:absolute;display:block;z-index:15023;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:11.25rem;width:12.5625rem;top:0rem;left:62.37606716156rem;overflow:hidden;display:block; }
#VnF2eePEChw0qRugrn54aDWW0ggPKDKg { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9371875rem;width:6.3746875rem;top:4.1195259094238rem;left:42.498480796814rem;overflow:hidden;display:block; }
#IMAmdflc0OcDd0xb0eZLKeMJczICFZ9A { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.186475rem;width:4.124375rem;top:25.407020092011rem;left:69.43786764145rem;overflow:hidden;display:block; }
#S6DLCgFSbFK5WwgBLXtBlf2PSlnxHEMf { 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.625rem;width:2.875rem;top:1.5147395133972rem;left:42.305829524994rem;overflow:hidden;display:block; }
#vJCaFCcce2wegIc3d5UZemFpoFlgwuUy { color:#000000;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:2.29541015625rem;left:0rem;height:10.72460625rem;display:block; }
#NHwTCBSabRmaEqU3vBuZr3Ja6Tm1l9pU { box-sizing:content-box;height:1.3125rem;width:11.5rem;position:absolute;display:block;z-index:14997;background-color:#f4d01d;background-image:none;top:6.29736328125rem;left:16.23486328125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HgdEvIxDHCWnTKJx1p1JvQRL0NlCAQra { box-sizing:content-box;height:1.3125rem;width:29.3125rem;position:absolute;display:block;z-index:14998;background-color:#f4d01d;background-image:none;top:9.0352802276613rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zbgwuxuoFncBCETxN93x17QkMfFA3fi0 { box-sizing:content-box;height:1.3125rem;width:11rem;position:absolute;display:block;z-index:14999;background-color:#f4d01d;background-image:none;top:11.733729362487rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RouzlDfo7NIX1UzT6t372w9cV0RTVEX0 { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.8106756210325rem;left:32.124392509461rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqxrvsGDw5MhHFBUFvHFOvwSwZeL0Sqi { position:absolute;display:block;z-index:14996;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.124375rem;width:7.187375rem;top:10.231608867645rem;left:27.422158718109rem;overflow:hidden;display:block; }
#M9bqhTD5D1HWOpe3rCeWN14HyNwLHFU7 { box-sizing:content-box;height:21.5rem;width:41rem;position:absolute;display:block;z-index:14995;background-color:#f4f4f4;background-image:none;top:14.967224121094rem;left:-0.10692310333252rem;border-top-right-radius:10.6875rem;border-bottom-right-radius:10.6875rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#a9KzDJGxJxznGvZheXWAwGw2AXs27IKb { 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:5.06244375rem;width:1.93744375rem;top:29.11510515213rem;left:62.311814785004rem;overflow:hidden;display:block; }
#uxWEllWQCvCTZ7iMCoyMNTJl4zCt1grb { position:absolute;display:block;z-index:15029;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.24983125rem;width:3.3744875rem;top:31.711906909942rem;left:67.000031948087rem;overflow:hidden;display:block; }
#GQ20TGPbtEsnR6qAQg5NK9gKpIaVc70c { 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:5.686875rem;width:4.56204375rem;top:0.91739845275881rem;left:50.683595180511rem;overflow:hidden;display:block; }
#D2eu6mV7JFpqaML85mXw5RsTHot79AeS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#pDMR01wZqcDht5CEWwH4dyaxJpGmLJ4K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#pDMR01wZqcDht5CEWwH4dyaxJpGmLJ4K > .row .container { background-color: transparent; background-image: none; }#pDMR01wZqcDht5CEWwH4dyaxJpGmLJ4K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDMR01wZqcDht5CEWwH4dyaxJpGmLJ4K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDMR01wZqcDht5CEWwH4dyaxJpGmLJ4K > .row .container > .video-iframe-container { display: none; }#pDMR01wZqcDht5CEWwH4dyaxJpGmLJ4K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDMR01wZqcDht5CEWwH4dyaxJpGmLJ4K > .row > .video-iframe-container { display: none; }#pDMR01wZqcDht5CEWwH4dyaxJpGmLJ4K > .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); }#pDMR01wZqcDht5CEWwH4dyaxJpGmLJ4K > .row .container { border-width: 0; border-radius: 0; }#pDMR01wZqcDht5CEWwH4dyaxJpGmLJ4K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pDMR01wZqcDht5CEWwH4dyaxJpGmLJ4K > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#qDuh5uCBkTc8b0sP6U1w4gIHcPLghSTh { color:#000000;display:block;width:21.186875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:13.616940498352rem;left:26.906172752381rem;height:7.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#StxxsIFeKsItvDVJ11LDbFIByNWMN7aq { color:#000000;display:block;width:21.624875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:13.605991840363rem;left:51.781783103943rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BTZ1NXs3IIMTyoJfeCaOKRDbxv2bcAao { position:absolute;display:block;z-index:15008;background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.6875rem;width:21.875rem;top:16.312197208404rem;left:51.374697685242rem;display:block; }
#paDJ4zqvJkAieEeQqfBiQKgWCplXrwHk { position:absolute;display:block;z-index:15008;background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:23.625rem;top:16.1875rem;left:29.9375rem;display:none; }
#F51zTZKrMfPli4zyNT9AZgrNiANUVMDC { color:#ffffff;display:block;width:22.436125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.2);top:17.813261032104rem;left:1.932785987854rem;height:5.736325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L6GyTOf4ITMhNfPqzQ7zS6FgRF48Ps2k { box-sizing:content-box;height:20.3125rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:5.3619222640991rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.12) ;display:block; }
#o2xdHl8TS15T2cIkG3NZoT1oAKyT1Wt9 { position:absolute;display:block;z-index:15006;background-color:#f4d01d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:20.375rem;width:25.062375rem;top:5.3617687225342rem;left:0rem;display:block; }
#kKPzJmVFlTJEat2GHKWWTWh0SbcVUWXK { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:6.98491692543rem;left:1.9324531555176rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DWEkVCMrThgcPwAUySdRZsL1SFHk8cZ1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31219375rem;width:2.31219375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:6.7837591171262rem;left:26.592154502869rem; }
#QAF7PlAaEzAVH6JwCmhpthFHWN9zR6zc { box-sizing:content-box;height:5.375rem;width:5.375rem;position:absolute;border-top-left-radius:0rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15021;background-color:#f4f4f4;background-image:none;top:5.3619222640991rem;left:25.061587333679rem;display:block; }
#IRWZGfl4LCIyTTKoqElD24WsSsTKRDup { color:#000000;display:block;width:21.186125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15025;line-height:1.8;letter-spacing:0;top:9.484793663025rem;left:26.906935691834rem;height:3.5997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dXFHLAu3Iq5UgHAMTqn7PnJu12mHwWRc { color:#000000;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15024;line-height:1.8;letter-spacing:0;top:9.0951948165894rem;left:51.812197685242rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AIWoHXGI8l9xwu4TAVQstmaJlxWc7G4a { box-sizing:content-box;height:4.87454375rem;width:4.87454375rem;position:absolute;border-top-left-radius:0rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15022;background-color:#f4f4f4;background-image:none;top:5.3619222640991rem;left:49.936438560486rem;display:block; }
#xSQxyDziZO9ztMTrrEsEiWHbhrqD77hx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74939375rem;width:2.74939375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:6.393704891205rem;left:51.218977928162rem; }
#brzgi6aBoa25c4JPucD1r5sHs2mhprrz { 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:7.0620625rem;width:6.5625rem;top:5.3619232177734rem;left:16.965479850769rem;overflow:hidden;display:block; }
#cxU1GtzWAMJg16NTxKnOWwTKKS7CtV7x { background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.87425rem;height:3.49985rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:20.095042467118rem;left:61.422598838806rem;display:block; }
#rNIXlKvrIi0UkvE30XbtOCHz1hatdfIA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bbrFaRNEoEhiz1fM9su24TGoDXww5pTS { position:relative;display:block; }#bbrFaRNEoEhiz1fM9su24TGoDXww5pTS { background-color: transparent; background-image: none; }#bbrFaRNEoEhiz1fM9su24TGoDXww5pTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbrFaRNEoEhiz1fM9su24TGoDXww5pTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbrFaRNEoEhiz1fM9su24TGoDXww5pTS > .row .container > .video-iframe-container { display: none; }#bbrFaRNEoEhiz1fM9su24TGoDXww5pTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbrFaRNEoEhiz1fM9su24TGoDXww5pTS > .row > .video-iframe-container { display: none; }#bbrFaRNEoEhiz1fM9su24TGoDXww5pTS > .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); }#bbrFaRNEoEhiz1fM9su24TGoDXww5pTS { border-width: 0; border-radius: 0; }#bbrFaRNEoEhiz1fM9su24TGoDXww5pTS > .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; }#bbrFaRNEoEhiz1fM9su24TGoDXww5pTS > .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:40.5rem;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; }#mwL3iwRFoPfDmwUw7W5Xduxe4P6Tuaxe { position:absolute;display:block;z-index:15035;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:14.5rem;width:17.75rem;top:16.186284542084rem;left:1.7490873336792rem;overflow:hidden;display:block; }
#UA4iCqySVsdC5Eq54qwuK6rkJKNxzTff { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.3125rem;width:23.9375rem;top:23.432483196259rem;left:50.000456809998rem;display:block; }
#OqkueG3zmOCM3qT5zm3w9oa3UOQzg6I3 { color:#4d4d4d;display:block;width:23.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:8.9404296875rem;left:24.9990234375rem;height:25.495625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ifw5TuXPFWqfLeUncHFDdxtpoPfpS1Bq { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.9415998458863rem;left:0rem;height:5.736325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TMp0DBFa1816G5huvOhhJ7s8I49igbvq { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15029;line-height:2.2;letter-spacing:0;top:8.4367403984069rem;left:65.06204891205rem;height:13.1982375rem;display:block; }
#LLO7l9vaNbl2dR4irK2q0l4MZDAEgPXq { color:#000000;display:block;width:3.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15030;line-height:2.2;letter-spacing:0;top:8.4990878105163rem;left:70.06204891205rem;height:13.1982375rem;display:block; }
#dpJN2aV03tnv1sS0sW1qQWfEhib3Lumv { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15028;line-height:2.2;letter-spacing:0;top:8.4359793663025rem;left:60.062048912048rem;height:13.1982375rem;display:block; }
#Xaiu5kuar6BKea28DPPWClrckOuJotFX { color:#000000;display:block;width:7.436125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15027;line-height:2.2;letter-spacing:0;top:8.4359793663025rem;left:51.061892509461rem;height:13.1982375rem;display:block; }
#HiTwh5FQNOGhgeedukxTS41sWZpD2CTk { position:absolute;display:block;z-index:15005;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:33.875rem;width:63.6875rem;top:3.93505859375rem;left:11.373046875rem;display:block; }
#T3PccXQ6LxZ7C8h66WtVLyyXpBERO6JD { color:#000000;display:block;width:22.747875rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:4.8684611320496rem;left:0rem;height:3.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TPSvab6TFfSiCPx8tRszGuJktc2uMRc8 { box-sizing:content-box;height:15.625rem;width:15.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#f4d01d;background-image:none;top:15.875rem;left:2.6875rem;display:block; }
#fm53LAA9KiyVM8VyrUSkiUMJJzZrCrfX { box-sizing:content-box;height:17.5rem;width:17.5rem;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:15034;background-color:rgba(0,0,0,0);background-image:none;top:14.6875rem;left:1.5rem;border-top:0.4375rem dotted #f4d01d;border-left:0.4375rem dotted #f4d01d;border-right:0.4375rem dotted #f4d01d;border-bottom:0.4375rem dotted #f4d01d;display:block; }
#rdBTBQgbpblZS70XqvmG9Rd4Tv9wJz5c { position:absolute;display:block;z-index:15036;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.125rem;width:3.125rem;top:13.422294616699rem;left:17.812500953674rem;overflow:hidden;display:block; }
#gRr214lvlINIKHtKTe6BrkpsIJBpT1fo { box-sizing:content-box;height:14.25rem;width:23.9375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:7.91970872879rem;left:50.000456809998rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.12) ;display:block; }
#C2bJqgAwehxQwdgMOxXbs2sQB8uMBZIH { box-sizing:content-box;height:2.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15007;background-color:#f4d01d;background-image:none;top:7.7790455818175rem;left:50.000456809998rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#gLRBABdZdFQnMCWRUIxOguouGKNKybG4 { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.9415998458863rem;left:0rem;height:5.73905rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#huROkz1HkP45p32QlAMQEVEqwnBBfII7 { background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.874rem;height:3.4995125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:34.43408203125rem;left:4.6865234375rem;display:block; }
#xziB8SorooueyykfhdoVphsOH7XKeqTw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v3pQ1TFXONm6cpQdpAgcZsWnAa1melWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#v3pQ1TFXONm6cpQdpAgcZsWnAa1melWJ > .row .container { background-color: transparent; background-image: none; }#v3pQ1TFXONm6cpQdpAgcZsWnAa1melWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3pQ1TFXONm6cpQdpAgcZsWnAa1melWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3pQ1TFXONm6cpQdpAgcZsWnAa1melWJ > .row .container > .video-iframe-container { display: none; }#v3pQ1TFXONm6cpQdpAgcZsWnAa1melWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3pQ1TFXONm6cpQdpAgcZsWnAa1melWJ > .row > .video-iframe-container { display: none; }#v3pQ1TFXONm6cpQdpAgcZsWnAa1melWJ > .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); }#v3pQ1TFXONm6cpQdpAgcZsWnAa1melWJ > .row .container { border-width: 0; border-radius: 0; }#v3pQ1TFXONm6cpQdpAgcZsWnAa1melWJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v3pQ1TFXONm6cpQdpAgcZsWnAa1melWJ > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#MrxqOiwrlmR7roVQCk5clTFlKfcanbBX { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.3125rem;width:23.9375rem;top:18.932178497314rem;left:50.000002861023rem;display:block; }
#POHQZcAxSGpxpabJkf5HTKlvkq8CrEg5 { color:#4d4d4d;display:block;width:23.12425rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:8.9408464431762rem;left:24.99923992157rem;height:22.0961875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vLRoQ7TFLfPxb8zMbpyTZxMyOU6mtWbP { color:#000000;display:block;width:23.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.9404296875rem;left:0rem;height:7.6484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hzRu9rFrP3WZmkADTK5NuZLoAxKnTJ19 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:30.1875rem;width:63.6875rem;top:3.93505859375rem;left:11.373046875rem;display:block; }
#r4p03ZhnC2IF0tgzsANuOSPQVWLRngGu { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:4.8684616088867rem;left:0rem;height:3.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FSLTkORza8B444dhVQ99nhuUdJh2sbpl { box-sizing:content-box;height:15.625rem;width:15.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#f4d01d;background-image:none;top:18.374393463135rem;left:2.6870431900024rem;display:block; }
#DwbxvIWJ4F7zFxF8wxfnJNEuuTf18G89 { box-sizing:content-box;height:17.5rem;width:17.5rem;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:15003;background-color:rgba(0,0,0,0);background-image:none;top:17.1875rem;left:1.4993915557861rem;border-top:0.4375rem dotted #f4d01d;border-left:0.4375rem dotted #f4d01d;border-right:0.4375rem dotted #f4d01d;border-bottom:0.4375rem dotted #f4d01d;display:block; }
#TOuzt7FleTnygSV7bu3fdTwn0uvkgm4g { position:absolute;display:block;z-index:15036;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.125rem;width:3.125rem;top:15.297294616699rem;left:17.812500953674rem;overflow:hidden;display:block; }
#vnzsUf2mJXfof9yM5xRZvw6oTvEdsM0W { box-sizing:content-box;height:9.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:7.9197082519531rem;left:50.000002861023rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.12) ;display:block; }
#M2Q736pAvJwzvGCUo7FaDT3UbTBUf2e5 { box-sizing:content-box;height:2.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15007;background-color:#f4d01d;background-image:none;top:7.7790455818175rem;left:50.000456809998rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#a8c0c6986f76b18dbc49c1ce21f5ddc6 { 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:14.5rem;width:18.9375rem;top:18.591086387634rem;left:0.99665451049806rem;overflow:hidden;display:block; }
#f8ef4227b7ac3bd6feddbc24440cfc1e { color:#000000;display:block;width:7.436125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15043;line-height:2.2;letter-spacing:0;top:8.4375rem;left:51.0625rem;height:8.798825rem;display:block; }
#aeed1621df8491c11b9c9ac9f8d42c63 { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15044;line-height:2.2;letter-spacing:0;top:8.4375rem;left:60.0625rem;height:8.798825rem;display:block; }
#ea522756aac6ed347852609f92aca330 { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15045;line-height:2.2;letter-spacing:0;top:8.4375rem;left:65.0625rem;height:8.798825rem;display:block; }
#d62784569331fcfebcfd979787eab478 { color:#000000;display:block;width:3.8739375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15046;line-height:2.2;letter-spacing:0;top:8.5rem;left:70rem;height:8.798825rem;display:block; }
#uT7Kvfqzl5TgGXNVhkciH6rXS2KDoHH7 { color:#000000;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:15.25rem;left:0rem;display:none; }
#zhoQFWqnWgEP4olAENiUxfNK5DP1D7V0 { background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.874rem;height:3.4995125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:37.00048828125rem;left:4.7490234375rem;display:block; }
#dU0SoLEwwxHW3J4cdkHXThmqWA0dTX13 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZTGm2T3CxSI1gZbSGIkupdNN2Ff7LyBl { position:relative;display:block; }#ZTGm2T3CxSI1gZbSGIkupdNN2Ff7LyBl { background-color: transparent; background-image: none; }#ZTGm2T3CxSI1gZbSGIkupdNN2Ff7LyBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTGm2T3CxSI1gZbSGIkupdNN2Ff7LyBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTGm2T3CxSI1gZbSGIkupdNN2Ff7LyBl > .row .container > .video-iframe-container { display: none; }#ZTGm2T3CxSI1gZbSGIkupdNN2Ff7LyBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTGm2T3CxSI1gZbSGIkupdNN2Ff7LyBl > .row > .video-iframe-container { display: none; }#ZTGm2T3CxSI1gZbSGIkupdNN2Ff7LyBl > .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); }#ZTGm2T3CxSI1gZbSGIkupdNN2Ff7LyBl { border-width: 0; border-radius: 0; }#ZTGm2T3CxSI1gZbSGIkupdNN2Ff7LyBl > .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; }#ZTGm2T3CxSI1gZbSGIkupdNN2Ff7LyBl > .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:44.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; }#nXX2VNvesrfFi6Jw3TXd5b4W5nxapbp5 { color:#4d4d4d;display:block;width:23.12425rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:8.9408459663394rem;left:24.99923992157rem;height:27.19533125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UQvvlxdlbFd7wpy2xrTH1FreEgR3EbVK { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.9408454895019rem;left:0rem;height:7.64844375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I3rIsloR8r41K3RuA4Vep5KDA8PXz1ol { position:absolute;display:block;z-index:15003;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:35.9375rem;width:63.6875rem;top:3.9355201721191rem;left:11.373175621032rem;display:block; }
#koC0ekiavVEKedmfyQACye8iyyKTB6TE { color:#000000;display:block;width:22.747875rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:4.8684611320496rem;left:0rem;height:3.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q2JGXxHQIvrTPMrqAq41Zi2d3TqPtaUc { box-sizing:content-box;height:15.625rem;width:15.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#f4d01d;background-image:none;top:17.874389648438rem;left:2.6870431900024rem;display:block; }
#DDqsbhI0nqPVHsqcElF2zKa5ONCC7JE7 { box-sizing:content-box;height:17.5rem;width:17.5rem;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:15034;background-color:rgba(0,0,0,0);background-image:none;top:16.6875rem;left:1.4993915557861rem;border-top:0.4375rem dotted #f4d01d;border-left:0.4375rem dotted #f4d01d;border-right:0.4375rem dotted #f4d01d;border-bottom:0.4375rem dotted #f4d01d;display:block; }
#bpbyryKTqdV7B7S065PpBvOE9XX25RD2 { position:absolute;display:block;z-index:15036;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.125rem;width:3.125rem;top:14.734790802002rem;left:17.812500953674rem;overflow:hidden;display:block; }
#WqxBiHd1NGL9tt7kzRLZxGDiPgzPoKak { box-sizing:content-box;height:14.25rem;width:23.9375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:7.91970872879rem;left:50.000456809998rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.12) ;display:block; }
#TIbOoFcaPzldKP1uiBgEEdylzBwIhHKM { box-sizing:content-box;height:2.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15007;background-color:#f4d01d;background-image:none;top:7.7790455818175rem;left:50.000456809998rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#xupNGdQzZKDozkVqnVK4JuQ4mpAHwcoO { position:absolute;display:block;z-index:15037;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:15.999875rem;width:20.062375rem;top:17.435362815857rem;left:0.5900239944458rem;overflow:hidden;display:block; }
#hsQTt85fBaKR3aDMwpLkAwEb713S1wEL { color:#000000;display:block;width:7.436125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15043;line-height:2.2;letter-spacing:0;top:8.5625rem;left:51.0625rem;height:13.1982375rem;display:block; }
#pD08rKeqNTMwOT2nMcsBT6DAkcI6vt0Z { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15044;line-height:2.2;letter-spacing:0;top:8.5625rem;left:60.0625rem;height:13.1982375rem;display:block; }
#tRbhtoMKcoGxFXyLCB3cOaI4EQOxBrKp { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15045;line-height:2.2;letter-spacing:0;top:8.5625rem;left:65.0625rem;height:13.1982375rem;display:block; }
#UUULJz07mXuFzFBFcRRTSDRy5MCoFKlp { color:#000000;display:block;width:3.8739375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15046;line-height:2.2;letter-spacing:0;top:8.5625rem;left:70.0625rem;height:13.1982375rem;display:block; }
#IkFfNnPzOH5hQIPUTQ6ixbJBmoKrnPS7 { box-sizing:content-box;height:13.686125rem;width:23.9375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e24a9c1-9f2b-4b8e-b06b-69eb7ceb8adc/PaczkaSmakuFood89.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.245135307312rem;left:50.000002861023rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#IkFfNnPzOH5hQIPUTQ6ixbJBmoKrnPS7.adaptive-delivery-prevent-bg, #IkFfNnPzOH5hQIPUTQ6ixbJBmoKrnPS7.lazyload, #IkFfNnPzOH5hQIPUTQ6ixbJBmoKrnPS7.lazyloading { background-image: none; }
#BTLI7ogi5CDfVlecxqLtDisWXhoorNfN { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:11.875rem;left:0rem;display:none; }
#kzx46TyPmstJtTUDFNv6XEEinUvzykXu { background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.874rem;height:3.4995125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:37.44189453125rem;left:5.65625rem;display:block; }
#FpBU2TBSTlTOgOpL7RTtnHFprfl4JlkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H9T6euntzTBPPAPQtTBhW5Dc7wqJf2J4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#H9T6euntzTBPPAPQtTBhW5Dc7wqJf2J4 > .row .container { background-color: transparent; background-image: none; }#H9T6euntzTBPPAPQtTBhW5Dc7wqJf2J4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9T6euntzTBPPAPQtTBhW5Dc7wqJf2J4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9T6euntzTBPPAPQtTBhW5Dc7wqJf2J4 > .row .container > .video-iframe-container { display: none; }#H9T6euntzTBPPAPQtTBhW5Dc7wqJf2J4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H9T6euntzTBPPAPQtTBhW5Dc7wqJf2J4 > .row > .video-iframe-container { display: none; }#H9T6euntzTBPPAPQtTBhW5Dc7wqJf2J4 > .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); }#H9T6euntzTBPPAPQtTBhW5Dc7wqJf2J4 > .row .container { border-width: 0; border-radius: 0; }#H9T6euntzTBPPAPQtTBhW5Dc7wqJf2J4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H9T6euntzTBPPAPQtTBhW5Dc7wqJf2J4 > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#JruoGZMvU06zbh7HEfN7szTA9yGx81X1 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.3125rem;width:23.9375rem;top:23.119222044945rem;left:50.000002861023rem;display:block; }
#UBgHQLp8r7Lkk9Pe9aHvDozMscvAilJo { color:#4d4d4d;display:block;width:23.12425rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:8.9408464431762rem;left:24.99923992157rem;height:25.49561875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W110wtytn8SZHWI1rRqUomoq0vs9BNU4 { color:#000000;display:block;width:24.749875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.9408459663394rem;left:0rem;height:3.82421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nzipbDWOsZOTmbfhoKDZNdS1O6dsNp71 { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:33.25rem;width:63.6875rem;top:3.93505859375rem;left:11.373046875rem;display:block; }
#nFtT5Luns1ZFGOxac4TzgKOedlu3SPti { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:4.8684616088867rem;left:0rem;height:3.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iu5TJm7s8lPtqpv5D1UzZsUmkw0V2UiC { box-sizing:content-box;height:15.625rem;width:15.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#f4d01d;background-image:none;top:14.624393463135rem;left:2.6862831115723rem;display:block; }
#W8Zwt80TnTIBJtsBzBp60eSOD0nO0X2l { box-sizing:content-box;height:17.5rem;width:17.5rem;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:14998;background-color:rgba(0,0,0,0);background-image:none;top:13.4375rem;left:1.4986314773559rem;border-top:0.4375rem dotted #f4d01d;border-left:0.4375rem dotted #f4d01d;border-right:0.4375rem dotted #f4d01d;border-bottom:0.4375rem dotted #f4d01d;display:block; }
#eSD2x4ovo9WyHMSO6LkhQamOrvVL5FFm { position:absolute;display:block;z-index:15036;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.125rem;width:3.125rem;top:12.7646484375rem;left:18.8125rem;overflow:hidden;display:block; }
#fu9BHqZzQ4Qr44fnCUikwh08VNtVTR26 { box-sizing:content-box;height:14.25rem;width:23.9375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:7.9197086095813rem;left:50.000002861023rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.12) ;display:block; }
#whf565KCqtRMk5KXhTtbtzhTNeVLTu9V { box-sizing:content-box;height:2.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15007;background-color:#f4d01d;background-image:none;top:7.7790455818175rem;left:50.000456809998rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#uO5GhsXWdnPn8vzw5H61a8ac9GUGhyWA { color:#000000;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:12.0625rem;left:0rem;display:none; }
#p7e8d2f0ac668f9e01c092f41a274034 { position:absolute;display:block;z-index:14999;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:14.625rem;width:18.1875rem;top:14.895985395996rem;left:1.4331765654019rem;overflow:hidden;display:block; }
#ecba1b4dbe477af7ae22fe8432dec99a { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15032;line-height:2.2;letter-spacing:0;top:8.4371961355206rem;left:60.062346458435rem;height:13.1982375rem;display:block; }
#Vc3e1e935a55912764ece94e3598a8ad { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15033;line-height:2.2;letter-spacing:0;top:8.4371961355206rem;left:65.062346458438rem;height:13.1982375rem;display:block; }
#T1c40300901eec77d46ac63a91ff7d9e { color:#000000;display:block;width:3.99939375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:2.2;letter-spacing:0;top:8.4371961355206rem;left:70.062346458438rem;height:13.1982375rem;display:block; }
#X68a754aed1517441d96733dd1addc94 { color:#000000;display:block;width:7.436125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15031;line-height:2.2;letter-spacing:0;top:8.4371961355206rem;left:51.062197685242rem;height:13.1982375rem;display:block; }
#it4l5Bayb4XNXQcbwmJTuS3focNS5vTs { background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.874rem;height:3.4995125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:34.02197265625rem;left:4.56103515625rem;display:block; }
#v0xaCQlFM8qL4gmBWhCEWEbqxP8qT6M1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IiGt1Kk4ilLmwps6gObyasrb9dtrkeTQ { position:relative;display:block; }#IiGt1Kk4ilLmwps6gObyasrb9dtrkeTQ { background-color: transparent; background-image: none; }#IiGt1Kk4ilLmwps6gObyasrb9dtrkeTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiGt1Kk4ilLmwps6gObyasrb9dtrkeTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiGt1Kk4ilLmwps6gObyasrb9dtrkeTQ > .row .container > .video-iframe-container { display: none; }#IiGt1Kk4ilLmwps6gObyasrb9dtrkeTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiGt1Kk4ilLmwps6gObyasrb9dtrkeTQ > .row > .video-iframe-container { display: none; }#IiGt1Kk4ilLmwps6gObyasrb9dtrkeTQ > .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); }#IiGt1Kk4ilLmwps6gObyasrb9dtrkeTQ { border-width: 0; border-radius: 0; }#IiGt1Kk4ilLmwps6gObyasrb9dtrkeTQ > .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; }#IiGt1Kk4ilLmwps6gObyasrb9dtrkeTQ > .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:44.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; }#iI2ZCX7twxKP3qLIyoepWIUohzAwugFm { color:#4d4d4d;display:block;width:23.12425rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:8.9408459663394rem;left:24.99923992157rem;height:25.4956rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ngNTLaJdIMBrI2o6MrcIWd2g5qdQWa4z { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.9408454895019rem;left:0rem;height:5.736325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aNqkn1C6dcZrqzpN7ktVdldWOFKMADi7 { position:absolute;display:block;z-index:14996;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:34.375rem;width:63.6875rem;top:3.93505859375rem;left:11.373046875rem;display:block; }
#ysCWBp904E8dXhqq7dEi2mQbTGbT2ydd { color:#000000;display:block;width:35.75rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:4.8684616088867rem;left:0rem;height:3.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dqcz2UlR7GzUFn4zNnyvdTlyh59VCSTC { box-sizing:content-box;height:15.625rem;width:15.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#f4d01d;background-image:none;top:18.186588287354rem;left:2.6862831115723rem;display:block; }
#QiDHe1yfu7zAmqR5fC26KypT945GVbyW { box-sizing:content-box;height:17.5rem;width:17.5rem;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:14998;background-color:rgba(0,0,0,0);background-image:none;top:16.999698638916rem;left:1.4986314773559rem;border-top:0.4375rem dotted #f4d01d;border-left:0.4375rem dotted #f4d01d;border-right:0.4375rem dotted #f4d01d;border-bottom:0.4375rem dotted #f4d01d;display:block; }
#a67xUNHAnmPATWyScDZ3Nq7E2QyGXC5l { position:absolute;display:block;z-index:15036;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.125rem;width:3.125rem;top:14.984638214111rem;left:17.812500953674rem;overflow:hidden;display:block; }
#FFgVbs7e3HQ9PaNLLo7PyO3UGWJEJPND { box-sizing:content-box;height:14.25rem;width:23.9375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:7.91970872879rem;left:50.000456809998rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.12) ;display:block; }
#q5HTvgmyQXy4kesZFNU1vyHUDJC2sHBZ { box-sizing:content-box;height:2.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15007;background-color:#f4d01d;background-image:none;top:7.7790455818175rem;left:50.000456809998rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#tkvsBIuQhbMhfBr8JkTaev0mUEwyhJpz { box-sizing:content-box;height:13.686125rem;width:23.9375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0f7ef4c6-71fe-469b-986a-47a9349b247e/PaczkaSmakuFood116.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.245135307312rem;left:50.000002861023rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#tkvsBIuQhbMhfBr8JkTaev0mUEwyhJpz.adaptive-delivery-prevent-bg, #tkvsBIuQhbMhfBr8JkTaev0mUEwyhJpz.lazyload, #tkvsBIuQhbMhfBr8JkTaev0mUEwyhJpz.lazyloading { background-image: none; }
#TUuG72S6XR1zvx3R58JdP0LDxdlUuI2m { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:15.5rem;left:0rem;display:none; }
#eab30a5e5439e00795692361f2809676 { position:absolute;display:block;z-index:14999;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:15.1875rem;width:18.0625rem;top:18.404039382934rem;left:1.6058387756348rem;overflow:hidden;display:block; }
#e80cc63b8f90f59a833361b960636e90 { color:#000000;display:block;width:7.436125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15031;line-height:2.2;letter-spacing:0;top:8.5625rem;left:51.0625rem;height:13.1982375rem;display:block; }
#Va56242111d04bb7428cd5256fdf9c3b { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15032;line-height:2.2;letter-spacing:0;top:8.5625rem;left:60.0625rem;height:13.1982375rem;display:block; }
#df84b80832ecb414d6b355e4ebf3cccf { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15033;line-height:2.2;letter-spacing:0;top:8.5625rem;left:65.0625rem;height:13.1982375rem;display:block; }
#U318ea6500abfff982de443d809f6f55 { color:#000000;display:block;width:3.81235rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:2.2;letter-spacing:0;top:8.5625rem;left:70.0625rem;height:13.1982375rem;display:block; }
#SugHWIHFTTCNmu7NyFEh41GloQmJAu7k { background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.874rem;height:3.4995125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:37.61865234375rem;left:4.56103515625rem;display:block; }
#PQ0OAbEqymWZ9KbTZZTwPpTvDPUs6oDC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ylAqP1ytFzZhFkN0hQ8ipid7Bu7agcI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#ylAqP1ytFzZhFkN0hQ8ipid7Bu7agcI6 > .row .container { background-color: transparent; background-image: none; }#ylAqP1ytFzZhFkN0hQ8ipid7Bu7agcI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylAqP1ytFzZhFkN0hQ8ipid7Bu7agcI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylAqP1ytFzZhFkN0hQ8ipid7Bu7agcI6 > .row .container > .video-iframe-container { display: none; }#ylAqP1ytFzZhFkN0hQ8ipid7Bu7agcI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylAqP1ytFzZhFkN0hQ8ipid7Bu7agcI6 > .row > .video-iframe-container { display: none; }#ylAqP1ytFzZhFkN0hQ8ipid7Bu7agcI6 > .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); }#ylAqP1ytFzZhFkN0hQ8ipid7Bu7agcI6 > .row .container { border-width: 0; border-radius: 0; }#ylAqP1ytFzZhFkN0hQ8ipid7Bu7agcI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylAqP1ytFzZhFkN0hQ8ipid7Bu7agcI6 > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#avXv7mUIfFrUodciF8mGyEtRQ2eTJvhm { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.3125rem;width:23.9375rem;top:21.118919372559rem;left:50.000002861023rem;display:block; }
#ZTinWETArU6fRBcAlEvSAfg89Pmgun6Z { color:#4d4d4d;display:block;width:23.12425rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:8.9408464431762rem;left:24.99923992157rem;height:25.495625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w1os17mBy79v0TUCghO1nTOFcTBEZT5Q { color:#000000;display:block;width:24.749875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.9408459663394rem;left:0rem;height:3.82421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QByUcfJJ2tkRzSwTV6BX13ad9tCZvnL8 { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:31.8125rem;width:63.6875rem;top:3.93505859375rem;left:11.373046875rem;display:block; }
#ueloSrqAtalo66E39yWSWpaISvmXLKoH { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:4.8684616088867rem;left:0rem;height:3.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yyrZz8qCnTFPB3nVWNBP53yP2mgnS2XQ { box-sizing:content-box;height:15.625rem;width:15.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#f4d01d;background-image:none;top:16.249393463135rem;left:2.6855230331421rem;display:block; }
#E0gViafhAxuw7XBelUgmDCXCMTbEylhp { box-sizing:content-box;height:17.5rem;width:17.5rem;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:14998;background-color:rgba(0,0,0,0);background-image:none;top:15.0625rem;left:1.4986314773559rem;border-top:0.4375rem dotted #f4d01d;border-left:0.4375rem dotted #f4d01d;border-right:0.4375rem dotted #f4d01d;border-bottom:0.4375rem dotted #f4d01d;display:block; }
#oxeLSiUneCoe2o5sm0apndUBqoX5uOnQ { position:absolute;display:block;z-index:15036;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.125rem;width:3.125rem;top:13.602499246597rem;left:17.624695777893rem;overflow:hidden;display:block; }
#J2yNwUUaseoDkrauXQxvbJwKnz2i7Z1t { box-sizing:content-box;height:12.1875rem;width:23.9375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:7.9197082519531rem;left:50.000002861023rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.12) ;display:block; }
#M11DS5Et6rTEMxHvTZrke0drqemAykwr { box-sizing:content-box;height:2.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15007;background-color:#f4d01d;background-image:none;top:7.7790455818175rem;left:50.000456809998rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#E9OXiFT0JtRIxpX7xV8hnyhkJN0ltF2w { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:12.0625rem;left:0rem;display:none; }
#LXfAik0Bd01N4qRaH4tP2rTsHPsUQJEH { position:absolute;display:block;z-index:15037;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:14.4996875rem;width:17.9995625rem;top:16.679136991501rem;left:1.3721103668213rem;overflow:hidden;display:block; }
#Cc807bddf1d665e3d7e099db9d9f69c7 { color:#000000;display:block;width:7.436125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15035;line-height:2.2;letter-spacing:0;top:8.4375rem;left:51.125rem;height:10.99853125rem;display:block; }
#P9c8e2c2d14408636eaa97ec4685e38f { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15036;line-height:2.2;letter-spacing:0;top:8.4375rem;left:60.125rem;height:10.99853125rem;display:block; }
#ebd5e8f3d4c489ef64e32d5b983039ca { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15037;line-height:2.2;letter-spacing:0;top:8.4375rem;left:65.125rem;height:10.99853125rem;display:block; }
#p4f8827e5cdb1f4692643dadf38a2849 { color:#000000;display:block;width:3.87469375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15038;line-height:2.2;letter-spacing:0;top:8.4375rem;left:70.125rem;height:10.99853125rem;display:block; }
#GGfAmcKeWdOODd7qTkhlvRSbPIvgFrUr { background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.874rem;height:3.4995125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:35.43798828125rem;left:4.56005859375rem;display:block; }
#lDl7aWToUUi0NI7qF040PLwUIhVyItUg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pfzALwo6PqOxitBABkxv40aZJ1aeUzxz { position:relative;display:block; }#pfzALwo6PqOxitBABkxv40aZJ1aeUzxz { background-color: transparent; background-image: none; }#pfzALwo6PqOxitBABkxv40aZJ1aeUzxz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfzALwo6PqOxitBABkxv40aZJ1aeUzxz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfzALwo6PqOxitBABkxv40aZJ1aeUzxz > .row .container > .video-iframe-container { display: none; }#pfzALwo6PqOxitBABkxv40aZJ1aeUzxz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfzALwo6PqOxitBABkxv40aZJ1aeUzxz > .row > .video-iframe-container { display: none; }#pfzALwo6PqOxitBABkxv40aZJ1aeUzxz > .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); }#pfzALwo6PqOxitBABkxv40aZJ1aeUzxz { border-width: 0; border-radius: 0; }#pfzALwo6PqOxitBABkxv40aZJ1aeUzxz > .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; }#pfzALwo6PqOxitBABkxv40aZJ1aeUzxz > .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:40.5rem;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; }#W7CqyIeT1rKNToXbnMy1Zt2C3AD7tRmh { color:#4d4d4d;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:8.9404296875rem;left:24.9990234375rem;height:22.0961875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d19hX4tk7Qkdz2brWh9nXe7uqfXfUQJT { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.9408454895019rem;left:0rem;height:5.736325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AMplBu4S6T9zyTEtn4EaOvIbCm89BuA0 { position:absolute;display:block;z-index:14994;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:29.125rem;width:63.6875rem;top:3.9347648620606rem;left:11.373175621032rem;display:block; }
#VpO4WOirttleOsqbAnHcTzgnSGdi1cU9 { color:#000000;display:block;width:35.75rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:4.8684616088867rem;left:0rem;height:3.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VpTNRnfgtGBc0w4fFC92prga7u8LrvCF { box-sizing:content-box;height:15.625rem;width:15.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#f4d01d;background-image:none;top:16.186588287354rem;left:2.6855230331421rem;display:block; }
#dsr2hs1cDVJsTzI0UEhvJIH6RQKNDL5i { box-sizing:content-box;height:17.5rem;width:17.5rem;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:14998;background-color:rgba(0,0,0,0);background-image:none;top:14.999698638916rem;left:1.4986314773559rem;border-top:0.4375rem dotted #f4d01d;border-left:0.4375rem dotted #f4d01d;border-right:0.4375rem dotted #f4d01d;border-bottom:0.4375rem dotted #f4d01d;display:block; }
#H7pPsI1IleuXqOQDZlCQrEdKHhbogy4F { position:absolute;display:block;z-index:15036;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.125rem;width:3.125rem;top:12.484035491943rem;left:17.812500953674rem;overflow:hidden;display:block; }
#DOMTZmgwUeRBNATSP58ccwqxJkXPmL0Z { box-sizing:content-box;height:5.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:7.9197082519531rem;left:50.000002861023rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.12) ;display:block; }
#LkPcmqs5CHBfWmgQDzyh5cf5IpK1THwm { box-sizing:content-box;height:2.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15007;background-color:#f4d01d;background-image:none;top:7.7790455818175rem;left:50.000456809998rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#XugFnZaTE6sKht4Tla6C487QyWG6TSWc { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:11.875rem;left:0rem;display:none; }
#yIt3Zw9UwlxeGe3EVQABxK9IQx6c409x { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.686875rem;width:24.4996875rem;top:14.681133270264rem;left:49.718676567078rem;display:block; }
#c28HaK6iOIfTagQdhTKKLHx3JrveOc5N { color:#000000;display:block;width:7.436125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15035;line-height:2.2;letter-spacing:0;top:8.5625rem;left:51.0625rem;height:4.399525rem;display:block; }
#qKTSKWtQ9eAMaRzOtMWgRDFBrODI9PrZ { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15036;line-height:2.2;letter-spacing:0;top:8.5625rem;left:60.0625rem;height:4.399525rem;display:block; }
#QNtHpzDWEZZ02k9UtG5UtMxn8t4SviDH { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15037;line-height:2.2;letter-spacing:0;top:8.5625rem;left:65.0625rem;height:4.399525rem;display:block; }
#Rv7tEGbWzGk4OpG6Um3PD5y9sp5DHTPm { color:#000000;display:block;width:3.87469375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15038;line-height:2.2;letter-spacing:0;top:8.5625rem;left:70.0625rem;height:4.399525rem;display:block; }
#foB7URfI6GT2K39bgf2ywHTRCQzedIhG { position:absolute;display:block;z-index:15039;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:14.9375rem;width:19.25rem;top:16.499248504639rem;left:1.2153282165527rem;overflow:hidden;display:block; }
#XdFyaNiWKl0mTVGGRTVQnEbPwra5Td9M { color:rgba(0,0,0,0.67);display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:24.399484634399rem;left:25.517943382263rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Sqwr4vDiflDao8AVTETSSwmiVghu1Ck1 { background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.874rem;height:3.4995125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:34.9091796875rem;left:4.56005859375rem;display:block; }
#MKisoTGBzUWXx91aSFn2NZCQGXhcl0M2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LLOsHw16ciNTZvWVUyzfzux4pAFmVGgn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#LLOsHw16ciNTZvWVUyzfzux4pAFmVGgn > .row .container { background-color: transparent; background-image: none; }#LLOsHw16ciNTZvWVUyzfzux4pAFmVGgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLOsHw16ciNTZvWVUyzfzux4pAFmVGgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLOsHw16ciNTZvWVUyzfzux4pAFmVGgn > .row .container > .video-iframe-container { display: none; }#LLOsHw16ciNTZvWVUyzfzux4pAFmVGgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLOsHw16ciNTZvWVUyzfzux4pAFmVGgn > .row > .video-iframe-container { display: none; }#LLOsHw16ciNTZvWVUyzfzux4pAFmVGgn > .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); }#LLOsHw16ciNTZvWVUyzfzux4pAFmVGgn > .row .container { border-width: 0; border-radius: 0; }#LLOsHw16ciNTZvWVUyzfzux4pAFmVGgn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LLOsHw16ciNTZvWVUyzfzux4pAFmVGgn > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#L5e6k4LMyJs2NCmyD2DBDaQ5AqBd9uLJ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.3125rem;width:23.9375rem;top:23.118461608887rem;left:50.000002861023rem;display:block; }
#zM8pVgS7T5V5W60z8SOsXziSV7y5iQcN { color:#4d4d4d;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:8.9404296875rem;left:24.9990234375rem;height:25.49555625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uP7efpyOuFhTPnfHFs5Fhw4iGScWQMxT { color:#000000;display:block;width:24.749875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.9408459663394rem;left:0rem;height:7.6484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KySagczwQmyu4kGcKQdLv2qhFT2igRvU { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:33.4375rem;width:63.6875rem;top:3.93505859375rem;left:11.373046875rem;display:block; }
#Ke1MLP51orccv5nhBn67SlgOCKi43ecG { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:4.8684616088867rem;left:0rem;height:3.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n21uTrxTPGaz67gMUQo3CCiBFAP6voIk { box-sizing:content-box;height:15.625rem;width:15.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14993;background-color:#f4d01d;background-image:none;top:18.124240875244rem;left:2.6847620010376rem;display:block; }
#xuTX1sUn7qWiZuHsFQKG4UbrfuXtMhAx { box-sizing:content-box;height:17.5rem;width:17.5rem;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:14994;background-color:rgba(0,0,0,0);background-image:none;top:16.937347412109rem;left:1.4986314773559rem;border-top:0.4375rem dotted #f4d01d;border-left:0.4375rem dotted #f4d01d;border-right:0.4375rem dotted #f4d01d;border-bottom:0.4375rem dotted #f4d01d;display:block; }
#NByxqe7IkW9Ph9OkhLqgoUFItI5sor10 { position:absolute;display:block;z-index:15036;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.125rem;width:3.125rem;top:16.352493286132rem;left:17.624695777893rem;overflow:hidden;display:block; }
#rOKLqbCoHcoph8mgcnmlVEBmNEOxts5B { box-sizing:content-box;height:14.25rem;width:23.9375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:7.9197082519531rem;left:50.000002861023rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.12) ;display:block; }
#Dfu8dtdoQTze1PZNRacq8Z6eiFJTLTrE { box-sizing:content-box;height:2.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15007;background-color:#f4d01d;background-image:none;top:7.7790455818175rem;left:50.000456809998rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#mxIxwTBJLiKp8MTZMECwTBTMoCXoSWMi { position:absolute;display:block;z-index:14995;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:15rem;width:17.1875rem;top:18.278280258179rem;left:1.9023723602295rem;overflow:hidden;display:block; }
#OVXdRLIlO7G4O1pnoDV24KWTcu5sriXA { color:rgba(0,0,0,0.67);display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:34.430516064167rem;left:15.000000953674rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#q9I7f4A9Wc3s3mRD1S9RoUHOtLOpUZuH { color:#000000;display:block;width:7.436875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15035;line-height:2.2;letter-spacing:0;top:8.4375rem;left:51.125rem;height:13.1982375rem;display:block; }
#DQF2TX1NcsfIDMDuv5RFZeTzvZhNHqcE { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15036;line-height:2.2;letter-spacing:0;top:8.4375rem;left:59.499693870544rem;height:13.1982375rem;display:block; }
#h6y65aOq4Ux67JEgVrtVCCChyRf1700l { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15037;line-height:2.2;letter-spacing:0;top:8.4375rem;left:65.562193870544rem;height:13.1982375rem;display:block; }
#DcT6JA66ARLmP6ou1qdGNgIm7H9lEy8b { color:#000000;display:block;width:3.81235rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15038;line-height:2.2;letter-spacing:0;top:8.4375rem;left:70.125rem;height:13.1982375rem;display:block; }
#yygn8wlfG9XxJTZv1Po4TKVscxW3zw19 { background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.874rem;height:3.4995125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:36.4306640625rem;left:4.7490234375rem;display:block; }
#sFm3VZ4waISPIQhJSULGgCvGyJPtA1U8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vb2svhwyD7eI6Mdk4T1TxRTZpvgZL7Ja { position:relative;display:block; }#Vb2svhwyD7eI6Mdk4T1TxRTZpvgZL7Ja { background-color: transparent; background-image: none; }#Vb2svhwyD7eI6Mdk4T1TxRTZpvgZL7Ja::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vb2svhwyD7eI6Mdk4T1TxRTZpvgZL7Ja > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vb2svhwyD7eI6Mdk4T1TxRTZpvgZL7Ja > .row .container > .video-iframe-container { display: none; }#Vb2svhwyD7eI6Mdk4T1TxRTZpvgZL7Ja > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vb2svhwyD7eI6Mdk4T1TxRTZpvgZL7Ja > .row > .video-iframe-container { display: none; }#Vb2svhwyD7eI6Mdk4T1TxRTZpvgZL7Ja > .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); }#Vb2svhwyD7eI6Mdk4T1TxRTZpvgZL7Ja { border-width: 0; border-radius: 0; }#Vb2svhwyD7eI6Mdk4T1TxRTZpvgZL7Ja > .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; }#Vb2svhwyD7eI6Mdk4T1TxRTZpvgZL7Ja > .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:41.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; }#hD3EORnFdf2CHa5x1Mk42qJiRXRI7y0P { color:#4d4d4d;display:block;width:23.12425rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:8.9408459663394rem;left:24.99923992157rem;height:18.69674375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o6uuc7ZQLR5IZ3fsoCEK18hI9Nesti9w { color:#000000;display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.9408454895019rem;left:0rem;height:3.82421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AmLVNy29897r0wBLl2SHF3XktDVOE83f { position:absolute;display:block;z-index:14994;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:29.125rem;width:63.6875rem;top:3.9347648620606rem;left:11.373175621032rem;display:block; }
#DbDLU3X01X44KzzzuTqOKKAsbeLo2fH9 { color:#000000;display:block;width:35.75rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:4.8684616088867rem;left:0rem;height:3.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wkkZB4TeEmTOyUmMKqRyfC9pt01BodT0 { box-sizing:content-box;height:15.625rem;width:15.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#f4d01d;background-image:none;top:16.186588287354rem;left:2.6855230331421rem;display:block; }
#NZxHsP48TNTNwdrDcoqOsyvgKMX3XWEZ { box-sizing:content-box;height:17.5rem;width:17.5rem;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:14998;background-color:rgba(0,0,0,0);background-image:none;top:14.999698638916rem;left:1.4986314773559rem;border-top:0.4375rem dotted #f4d01d;border-left:0.4375rem dotted #f4d01d;border-right:0.4375rem dotted #f4d01d;border-bottom:0.4375rem dotted #f4d01d;display:block; }
#yLEerJ6vQBkSu4JnVLtc3dpuk6ID9fGS { position:absolute;display:block;z-index:15036;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.125rem;width:3.125rem;top:13.609031677246rem;left:17.812500953674rem;overflow:hidden;display:block; }
#Aa1vZJRCOLxytguT41h6WBsTqqWfC2ws { box-sizing:content-box;height:5.8125rem;width:24.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:7.9197082519531rem;left:50.000002861023rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.12) ;display:block; }
#HJu4KdbcEQAdqETC8UyZcZGcbqBNKVzi { box-sizing:content-box;height:2.8125rem;width:24.5rem;position:absolute;display:block;z-index:15007;background-color:#f4d01d;background-image:none;top:7.7790455818175rem;left:50.000456809998rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#qz1B5aRmfyNAgBlVyfKnNIgzy1haQ6EE { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:11.875rem;left:0rem;display:none; }
#PTCZRVzTS15JJTRLliTtddgSVl7E0yml { color:rgba(0,0,0,0.67);display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:39.372741401196rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#dNrpleF9PogD88V9ZHA4QnTT8DxRo8ks { color:rgba(0,0,0,0.67);display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:33.059597015381rem;left:18.309002876282rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VQS77cu7Kf862A3Xs1T9ng8VJ5ExsgDl { color:#000000;display:block;width:7.436875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15035;line-height:2.2;letter-spacing:0;top:8.4998483657838rem;left:51.062197685242rem;height:4.399525rem;display:block; }
#Ld2T2yliEkBEQ1PUELO3s87bEIrmA2Wi { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15036;line-height:2.2;letter-spacing:0;top:8.4998483657838rem;left:59.499693870544rem;height:4.399525rem;display:block; }
#dBT3uli4NNdrOTrKV4XukrDW4xN7wmyL { color:#000000;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15037;line-height:2.2;letter-spacing:0;top:8.4998483657838rem;left:64.499693870544rem;height:4.399525rem;display:block; }
#h8ggc9lU44JDzt1LQslpNzKdAWwKO93F { color:#000000;display:block;width:4.62439375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15038;line-height:2.2;letter-spacing:0;top:8.4998483657838rem;left:69.499693870544rem;height:6.59911875rem;display:block; }
#e3dkFTO6sFAkwwUiIwlnbw53Qd7eV4IW { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.75rem;width:16.25rem;top:18.748024702072rem;left:2.5593061447144rem;overflow:hidden;display:block; }
#a6gZDpRpTkrIpRUkEfHprs7Zsc5sXmev { box-sizing:content-box;height:13.686125rem;width:24.4375rem;position:absolute;display:block;z-index:14994;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/721bf3fe-cea0-429e-a72e-fd4db4b6d9a0/PaczkaSmakuFood294.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.743138074875rem;left:50.000002861023rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#a6gZDpRpTkrIpRUkEfHprs7Zsc5sXmev.adaptive-delivery-prevent-bg, #a6gZDpRpTkrIpRUkEfHprs7Zsc5sXmev.lazyload, #a6gZDpRpTkrIpRUkEfHprs7Zsc5sXmev.lazyloading { background-image: none; }
#ACJ2KeJ8DAGvG16KcQDBWHSNuF2Rm2oo { background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.874rem;height:3.4995125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:35.498046875rem;left:4.56005859375rem;display:block; }
#lHZmHTheC26T8aty41KIgH2QS1GJd9Ko { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4d01d;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; }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu > .row .container { background-color: transparent; background-image: none; }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu > .row .container > .video-iframe-container { display: none; }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu > .row > .video-iframe-container { display: none; }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu > .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); }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu > .row .container { border-width: 0; border-radius: 0; }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#GgkImhqp2dzKuzBzPWcWQGyGPGdIchyi { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.27) ;height:27.5625rem;width:37.625rem;top:18.499884605408rem;left:0rem;display:block; }
#W0n4dNPrEAxudFzUXPPnurHet835oMeq { position:absolute;display:block;z-index:15003;background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13) ;height:5rem;width:5rem;top:21.810231208801rem;left:1.25rem;display:block; }
#cfAWSzB0mlTnKTaf95rBqIPz36TnhmTB { color:#000000;display:block;width:3.125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.887916564941rem;left:2.1855039596558rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GiN9KD4gfTDRHodWZTTvO2aHuLimOUx5 { color:#000000;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:22.722537040711rem;left:7.4495892524719rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xmD4CyHC1V5NkM3lqNJ4i21mxKUOUQ7V { color:#000000;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:30.062438011169rem;left:7.4495892524719rem;height:3.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M9hX8XxrMx1zRkSQRIUpGTpicvcTQEPr { color:#000000;display:block;width:29.4993125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:36.867730140686rem;left:7.5118041038512rem;height:4.79883125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ri4VsNlut9F3Xepvm4seono10wkTQsgX { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.16);top:10.785581588745rem;left:0rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ugk1izCKTxpC3OPrksMKydbUeu0pfET1 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5578498840332rem;left:0rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KSJ4UMCuHZSGmuwRbvUgQtlBvPX2TrNL { color:rgba(255,255,255,0.15);display:block;width:34.124875rem;position:absolute;font-family:montserrat;font-size:14.3125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:0.18908500671387rem;left:0rem;height:18.606rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A1N46Rz0Inz7Fm347z7S49c3uB2au424 { position:absolute;display:block;z-index:15004;background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13) ;height:4.9997125rem;width:4.9997125rem;top:29.186387062073rem;left:1.25rem;display:block; }
#dATTvTkT7I4MuiqhangTfyLxkWDUDG1Z { color:#000000;display:block;width:3.125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.23922252655rem;left:2.1855039596558rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RRoJZzsR6vzFvNU6vnmicTrEKZfHEnsA { position:absolute;display:block;z-index:15005;background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13) ;height:4.999rem;width:4.999rem;top:36.624089241028rem;left:1.25rem;display:block; }
#Nro1trylBvT7zOgEKtzAVcl6Vshkfbl5 { color:#000000;display:block;width:3.125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:37.621121406555rem;left:2.1855039596558rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DKLRLDMDB7k65SzvGHyBf8wQDpkMJwHU { box-sizing:content-box;height:15.687rem;width:0.18747125rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;top:23.81672000885rem;left:3.6546244621277rem;display:block; }
#hleS3hKbZMgRJRH0pG1ruvLmIoZ4bypv { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:19.678085327149rem;left:40.155393123627rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MRTRlOTLnJyhdxugSTghpAHPDCndyDFB { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:27.433565139771rem;left:40.125314235687rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gvixF4riKJJhBDpd4FgbvnI3UiT8ZMF4 { color:#000000;display:block;width:30.686875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:32.260065078736rem;left:40.155965328216rem;height:5.09911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q56HNAx5mwQ7PHTKK2dwTx89WKagukTP { color:#000000;display:block;width:10.6873125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:42.380716323853rem;left:62.592866420744rem;height:1.3808625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#yZur6rIFFs0ol6wDyokpw0rbkAmtBOLO { background-color:#fd1300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.3) ;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:39.654853820801rem;left:40.155965328216rem;display:block; }
#qTm5lQSXdys0rT89vPXTuo3xzAETAZwS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uThvJr2bhzhmmsU5pBBSyATedJqyuBkf { position:absolute;display:block;z-index:14995;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:29.0625rem;width:63.6875rem;top:15.794258117676rem;left:11.312442302704rem;display:block; }
#MOkJ6BBkCtO4PRpI44clovOTeQeyCt5n { box-sizing:content-box;height:1.1875rem;width:10rem;position:absolute;display:block;z-index:15039;background-color:#f4d01d;background-image:none;top:21.357484340668rem;left:40.030965328216rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#GR69xLA8TnUaiIIc0dWTTKwlAuh7riRe { box-sizing:content-box;height:1.1875rem;width:15.1875rem;position:absolute;display:block;z-index:15040;background-color:#f4d01d;background-image:none;top:24.386975765228rem;left:40.155965328216rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iUw4AnbPuzCHZ6rHtREvhazI69F49zmO { position:absolute;display:block;z-index:15038;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.56204375rem;width:4.56204375rem;top:36.278227806091rem;left:54.813668727875rem;overflow:hidden;display:block; }
#RQVQMWqdsmlwZhZ93OTrwHbxcm8N9ds4 { position:relative;display:block; }#RQVQMWqdsmlwZhZ93OTrwHbxcm8N9ds4 { background-color: transparent; background-image: none; }#RQVQMWqdsmlwZhZ93OTrwHbxcm8N9ds4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQVQMWqdsmlwZhZ93OTrwHbxcm8N9ds4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQVQMWqdsmlwZhZ93OTrwHbxcm8N9ds4 > .row .container > .video-iframe-container { display: none; }#RQVQMWqdsmlwZhZ93OTrwHbxcm8N9ds4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQVQMWqdsmlwZhZ93OTrwHbxcm8N9ds4 > .row > .video-iframe-container { display: none; }#RQVQMWqdsmlwZhZ93OTrwHbxcm8N9ds4 > .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); }#RQVQMWqdsmlwZhZ93OTrwHbxcm8N9ds4 { border-width: 0; border-radius: 0; }#RQVQMWqdsmlwZhZ93OTrwHbxcm8N9ds4 > .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; }#RQVQMWqdsmlwZhZ93OTrwHbxcm8N9ds4 > .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:60.25rem;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; }#HQksBZisRtk0U4ngePS94JQUi4sEC7Qf { color:#f4d01d;display:block;width:18.812rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.945902347565rem;left:18.749999523163rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tBmFLPrsCzgi5XxpPmndihrCRd7bkIKH { box-sizing:content-box;height:47.4375rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:5.3125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:12.0625rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.12) ;display:block; }
#hy9KtdlIlmdxTkMoIMKID3wTSJbesod9 { position:absolute;display:block;z-index:15010;background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:12.0625rem;border-bottom-right-radius:0rem;box-shadow: none;height:42.375rem;width:18.1875rem;top:5.2767715454101rem;left:0rem;display:block; }
#d9XlvocbFUmSuBbXqBNQtV6c4c7A8rBX { color:#000000;display:block;width:15.3748125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.8;letter-spacing:0;top:11.5625rem;left:1.9375rem;height:3.82421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x7i3WQOk0esVfQr0DzOqGElturd8eUqa { color:#000000;display:block;width:13.437375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:7.5625rem;left:1.9375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B7d7577360f54af0eb5c7a61b16406ba { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.6245625rem;width:17.6871875rem;top:5.9355044364929rem;left:19.281051158905rem;display:block; }
#b2520ae615a1498db5e6b258619da257 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.625rem;width:17.6875rem;top:5.9349336624146rem;left:38.031049251556rem;display:block; }
#d4c74eff0ea96e2ab0a22fdfb1143452 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.625rem;width:17.6875rem;top:5.9349336624146rem;left:56.781049251556rem;display:block; }
#GHJxEpP3uOH9wLAGTkHfkIEaFyzTqCQ8 { color:#f4d01d;display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.944475650787rem;left:37.500001430511rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eGqkWuTfyuRyAHVLbRXIe6lmS1vDcl90 { color:#f4d01d;display:block;width:18.68725rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.944475650787rem;left:56.250001430511rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pAbhoTlU4ErCZ98DXh4KvFTlX81rZTAo { color:#f4d01d;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:49.3125rem;left:18.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BDwx1QrDyQ5UHwWOWESm1HxwbTXXo671 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.6245625rem;width:17.6871875rem;top:29.125rem;left:19.4375rem;display:block; }
#W7TTloWqMFnsutzBzKWgEGJfJDBUNW0L { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.625rem;width:17.6875rem;top:29.125rem;left:38.1875rem;display:block; }
#erqvdTgV1zpDteks0AM5iNmaTmsNtDu2 { color:#f4d01d;display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:49.3125rem;left:37.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DqyXND8TZWKDTQ6uwhJZPIsPlJ872EPM { background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6869375rem;height:3.4372125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:20.153532505036rem;left:1.9058222770691rem;display:block; }
#n7bbfgv6dv5BWz4VuKu1TnGWt2ILc4qb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R178qsE3FaAapE8TwC15R2ByZiMmFFC4 { position:absolute;display:block;z-index:15036;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:29.6875rem;width:19.75rem;top:23.107455730438rem;left:0rem;overflow:hidden;display:block; }
#ukotD0oTXQFkhcN7t1VK6O9DXLr8qwi1 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.6245625rem;width:17.6871875rem;top:29.071624755859rem;left:56.781049251556rem;display:block; }
#r05b4GIRwGyqTsEvNNCO9BD6cEB5iahI { color:#f4d01d;display:block;width:18.68725rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:49.311415195465rem;left:56.312013149261rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kDJNrG2AS11e5W6z6i45AptqkTKqxF5N { position:absolute;display:block;z-index:15038;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.5621875rem;width:5.2499125rem;top:24.559476852417rem;left:1.0000853538513rem;overflow:hidden;display:block; }
#MRaM9aBW9fOASzcmwhw9HIVidao2IVI0 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4373875rem;width:4.374575rem;top:44.590433120728rem;left:12.982577800751rem;overflow:hidden;display:block; }
#db956a9b942b5279299bb31758633982 { position:relative;display:block; }#db956a9b942b5279299bb31758633982 { background-color: transparent; background-image: none; }#db956a9b942b5279299bb31758633982::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#db956a9b942b5279299bb31758633982 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#db956a9b942b5279299bb31758633982 > .row .container > .video-iframe-container { display: none; }#db956a9b942b5279299bb31758633982 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#db956a9b942b5279299bb31758633982 > .row > .video-iframe-container { display: none; }#db956a9b942b5279299bb31758633982 > .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); }#db956a9b942b5279299bb31758633982 { border-width: 0; border-radius: 0; }#db956a9b942b5279299bb31758633982 > .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; }#db956a9b942b5279299bb31758633982 > .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:36.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; }#bb1c13b340ca9b995aafe6ec06ac18d9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:9.125rem;top:1rem;left:8rem;overflow:hidden;display:block; }
#a14205cd571e945275a68f1392cc6006 { 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:11.0625rem;width:11.125rem;top:0.06182861328125rem;left:31.437470912933rem;overflow:hidden;display:block; }
#d954ab47790b055f333939c104cd1e86 { 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:11.0625rem;width:10.9375rem;top:0rem;left:57.4375rem;overflow:hidden;display:block; }
#l955890ee5a950a33b4b623db2f035f9 { color:#4d4d4d;display:block;width:21.5620625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:12.624886602163rem;left:1.2802233695984rem;height:12.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c12086d4abe911a6ec9e108aecd07e43 { color:#f4d01d;display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:27.187438964844rem;left:0rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mf75bfa1fde69f094ed25662b245b881 { color:#f4d01d;display:block;width:25.12475rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:27.186758130789rem;left:24.999999523163rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kd828c11d728957b7ea7c732fa7fb7db { color:#4d4d4d;display:block;width:22.4374375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:12.624572843313rem;left:26.280225276947rem;height:12.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#id5af1879a34e6b8099e5d4c12ad1de7 { color:#f4d01d;display:block;width:23.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.187438964844rem;left:50.937043666839rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f467e73566066466d5406d0ebb61e163 { color:#4d4d4d;display:block;width:22.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:12.624572843313rem;left:51.999173641205rem;height:12.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U3tIvJmVRHSQUBLXKbXtQlFU4oDQ4pca { box-sizing:content-box;height:10.3125rem;width:10.3125rem;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:15000;background-color:#f4d01d;background-image:none;top:0.4375rem;left:7.375rem;display:block; }
#zsqekyfIpoQO51N5rdJAK6uh9kuivyRh { box-sizing:content-box;height:10.312375rem;width:10.312375rem;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:15001;background-color:#f4d01d;background-image:none;top:0.40471076965332rem;left:31.968778133393rem;display:block; }
#cUIB1T5epfLvaoFQGLeTLIo8qVO04zCA { box-sizing:content-box;height:10.312375rem;width:10.312375rem;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:15002;background-color:#f4d01d;background-image:none;top:0.375rem;left:57.75rem;display:block; }
#qlianfD4xQJWP0IymaD4wIs0nJBXRVvv { box-sizing:content-box;height:25.375rem;width:24.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:5.4441437721253rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:12.0625rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.12) ;display:block; }
#oRCF0Qa6UsLV7sfQQkmkZfTkLCQQvsIq { box-sizing:content-box;height:25.375rem;width:24.125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:5.44220495224rem;left:25.436957836151rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:12.0625rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.12) ;display:block; }
#ATfNrqpEitoIpONk2sO2HhvTqKxlvAW1 { box-sizing:content-box;height:25.375rem;width:24.1246875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:5.4436303079128rem;left:50.874627590179rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:12.0625rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.12) ;display:block; }
#GT9hTP0lVQv1eCyTavX0Lm6Xp0Jm5xmO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#GT9hTP0lVQv1eCyTavX0Lm6Xp0Jm5xmO > .row .container { background-color: transparent; background-image: none; }#GT9hTP0lVQv1eCyTavX0Lm6Xp0Jm5xmO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT9hTP0lVQv1eCyTavX0Lm6Xp0Jm5xmO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT9hTP0lVQv1eCyTavX0Lm6Xp0Jm5xmO > .row .container > .video-iframe-container { display: none; }#GT9hTP0lVQv1eCyTavX0Lm6Xp0Jm5xmO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT9hTP0lVQv1eCyTavX0Lm6Xp0Jm5xmO > .row > .video-iframe-container { display: none; }#GT9hTP0lVQv1eCyTavX0Lm6Xp0Jm5xmO > .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); }#GT9hTP0lVQv1eCyTavX0Lm6Xp0Jm5xmO > .row .container { border-width: 0; border-radius: 0; }#GT9hTP0lVQv1eCyTavX0Lm6Xp0Jm5xmO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GT9hTP0lVQv1eCyTavX0Lm6Xp0Jm5xmO > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#oSE1ZTsEWQrBepkdZrrZqn4aNbFsZlVk { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.624873535156rem;left:38.812299251556rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#REqQDhsSp1G4cdwIlTImTOgvCGXZyLeE { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.624873535156rem;left:0rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FFrd3B8B9a3eEknir7D4Ndf34CdnTAdB { position:absolute;display:block;z-index:15009;height:30rem;width:36.25rem;top:7.1875rem;left:38.78125rem;display:none; }
#kOHi917WN6WHddZ7lPS1hTP3aEMJes6i { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.1) ;height:38.125rem;width:36.25rem;top:12.999640838623rem;left:0.62442970275879rem;display:block; }
#TWDSuEUgDTFcTaJRz41Mpm3DQLNtz0Ny { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.1) ;height:38.125rem;width:36.25rem;top:12.999640838623rem;left:38.749570369721rem;display:block; }
#WE4cQamH5WvLHHf5F45hbI0hCxuXJwhV { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b2a5f283-1bb6-4668-b15a-760c63bdeb79/z.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:31.5rem;width:20.625rem;top:19.6873125rem;left:7.9999718666075rem;display:block; }#WE4cQamH5WvLHHf5F45hbI0hCxuXJwhV.adaptive-delivery-prevent-bg, #WE4cQamH5WvLHHf5F45hbI0hCxuXJwhV.lazyload, #WE4cQamH5WvLHHf5F45hbI0hCxuXJwhV.lazyloading { background-image: none; }
#WnyaFGdTaFR9UflgqFPXI7s53q3JXrxg { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1dd17a39-b007-4076-9942-f354dd0f797f/mpgigapixelscale2_00x.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.625rem rgba(0,0,0,0.27) ;height:12.8125rem;width:24.0625rem;top:21.375rem;left:12.15625rem;display:block; }#WnyaFGdTaFR9UflgqFPXI7s53q3JXrxg.adaptive-delivery-prevent-bg, #WnyaFGdTaFR9UflgqFPXI7s53q3JXrxg.lazyload, #WnyaFGdTaFR9UflgqFPXI7s53q3JXrxg.lazyloading { background-image: none; }
#J4amlPcH7mLVykhetW4VkAsxQe0XW0JJ { position:absolute;display:block;z-index:15010;height:30rem;width:36.25rem;top:7.8125rem;left:39.40625rem;display:none; }
#NfVQbRzgxN2Suu8HzveTvP9X7SgVORtU { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.125rem;width:32.25rem;top:19.6873125rem;left:38.062413692474rem;overflow:hidden;display:block; }
#rC2GAeolkr0aNbOHyJeGZEvkw79LI8gJ { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f57c5ca2-e2be-470c-97ec-8c8417245a8f/platnosci.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.28) ;height:8.8125rem;width:13.5625rem;top:20.374469177246rem;left:1.6558794975281rem;display:block; }#rC2GAeolkr0aNbOHyJeGZEvkw79LI8gJ.adaptive-delivery-prevent-bg, #rC2GAeolkr0aNbOHyJeGZEvkw79LI8gJ.lazyload, #rC2GAeolkr0aNbOHyJeGZEvkw79LI8gJ.lazyloading { background-image: none; }
#o55hOLW8X0Uc3TNPedPfEnJTt5BmvM3V { color:#f4d01d;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:3.00595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c9ULbDOEZQM6VJwg1DB4CwErmuGkimwt { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.25rem;left:0rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q5AiLdW2UMfhdy2XOwVGK8AESJ8lDQ0E { position:relative;display:block; }#Q5AiLdW2UMfhdy2XOwVGK8AESJ8lDQ0E { background-color: transparent; background-image: none; }#Q5AiLdW2UMfhdy2XOwVGK8AESJ8lDQ0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5AiLdW2UMfhdy2XOwVGK8AESJ8lDQ0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5AiLdW2UMfhdy2XOwVGK8AESJ8lDQ0E > .row .container > .video-iframe-container { display: none; }#Q5AiLdW2UMfhdy2XOwVGK8AESJ8lDQ0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5AiLdW2UMfhdy2XOwVGK8AESJ8lDQ0E > .row > .video-iframe-container { display: none; }#Q5AiLdW2UMfhdy2XOwVGK8AESJ8lDQ0E > .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); }#Q5AiLdW2UMfhdy2XOwVGK8AESJ8lDQ0E { border-width: 0; border-radius: 0; }#Q5AiLdW2UMfhdy2XOwVGK8AESJ8lDQ0E > .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; }#Q5AiLdW2UMfhdy2XOwVGK8AESJ8lDQ0E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fdfdfd;background-image:none;font-size:0.875rem;font-family:arial;height:38.125rem;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; }#pK0grT6cNLFs5ANuSCo9TO0CiSSfk1G3 { box-sizing:content-box;height:9.125rem;width:9.875rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f9cf39c6-86c4-4014-aa1a-8cfe16f977f8/PaczkaSmakuFood25.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.9994049072262rem;left:39.436730861664rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#pK0grT6cNLFs5ANuSCo9TO0CiSSfk1G3.adaptive-delivery-prevent-bg, #pK0grT6cNLFs5ANuSCo9TO0CiSSfk1G3.lazyload, #pK0grT6cNLFs5ANuSCo9TO0CiSSfk1G3.lazyloading { background-image: none; }
#NzwWUGaRmDEnbMhV0oeNaPLmyh8MQG6F { box-sizing:content-box;height:9.1248125rem;width:10.25rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bcd5c41e-4973-4eb5-96c5-fa100c960bda/PaczkaSmakuFood83.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.811363220215rem;left:43.311616420746rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#NzwWUGaRmDEnbMhV0oeNaPLmyh8MQG6F.adaptive-delivery-prevent-bg, #NzwWUGaRmDEnbMhV0oeNaPLmyh8MQG6F.lazyload, #NzwWUGaRmDEnbMhV0oeNaPLmyh8MQG6F.lazyloading { background-image: none; }
#sHsCK39xr4J4pI4JMFItnnoBGpgmQwka { box-sizing:content-box;height:9.125rem;width:9.875rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1f4b48ed-f568-4745-89c4-0d989267106a/PaczkaSmakuFood89.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.935958862305rem;left:57.374116420746rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#sHsCK39xr4J4pI4JMFItnnoBGpgmQwka.adaptive-delivery-prevent-bg, #sHsCK39xr4J4pI4JMFItnnoBGpgmQwka.lazyload, #sHsCK39xr4J4pI4JMFItnnoBGpgmQwka.lazyloading { background-image: none; }
#gTWv4WHpNxgemvZSEd1lUrsKpSRChP22 { box-sizing:content-box;height:9.125rem;width:12.9375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c68f4490-fd32-4313-91a9-0a5b26488bb2/PaczkaSmakuFood76.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.811363220215rem;left:61.99888753891rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#gTWv4WHpNxgemvZSEd1lUrsKpSRChP22.adaptive-delivery-prevent-bg, #gTWv4WHpNxgemvZSEd1lUrsKpSRChP22.lazyload, #gTWv4WHpNxgemvZSEd1lUrsKpSRChP22.lazyloading { background-image: none; }
#vPP0OAOeR4RZwMTrTep2E7ZsvxHPXCht { box-sizing:content-box;height:9.0625rem;width:6.8125rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b0f53001-4d00-40fd-ac7f-6b92c1d5bb9f/012.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.9994049072262rem;left:49.936559200287rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#vPP0OAOeR4RZwMTrTep2E7ZsvxHPXCht.adaptive-delivery-prevent-bg, #vPP0OAOeR4RZwMTrTep2E7ZsvxHPXCht.lazyload, #vPP0OAOeR4RZwMTrTep2E7ZsvxHPXCht.lazyloading { background-image: none; }
#xCkgsf8TROWPpvO9elIRqvusJR9BCgsC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9rem;width:7.125rem;top:8.0614166259762rem;left:67.874658107756rem;overflow:hidden;display:block; }
#gL2dTxe27t67O7JmCBmEHNIqg4TUaivF { box-sizing:content-box;height:9.0620625rem;width:7.187375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1c122e05-2926-4a9a-852d-ec3c60cd2925/014.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.873374938965rem;left:35.499116420746rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#gL2dTxe27t67O7JmCBmEHNIqg4TUaivF.adaptive-delivery-prevent-bg, #gL2dTxe27t67O7JmCBmEHNIqg4TUaivF.lazyload, #gL2dTxe27t67O7JmCBmEHNIqg4TUaivF.lazyloading { background-image: none; }
#nPm84mxzGZIk62Q5nwdWxqF8VT79aGC0 { box-sizing:content-box;height:9.061375rem;width:7.187375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0efb9883-00ef-4f1c-aaa7-9e7320c89e0b/015.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.842727661132rem;left:54.185674190521rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#nPm84mxzGZIk62Q5nwdWxqF8VT79aGC0.adaptive-delivery-prevent-bg, #nPm84mxzGZIk62Q5nwdWxqF8VT79aGC0.lazyload, #nPm84mxzGZIk62Q5nwdWxqF8VT79aGC0.lazyloading { background-image: none; }
#t213NTZtoLtoE40bVpkppXO6OT4LhPLb { color:#000000;display:block;width:30.875rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:4.23046875rem;left:0.0009765625rem;height:7.6113125rem;display:block; }
#cTXZV9P3HclyeMToyBvtwLAXnxVAA2Ao { box-sizing:content-box;height:1.1875rem;width:23.1875rem;position:absolute;display:block;z-index:15011;background-color:#f4d01d;background-image:none;top:7.9990234375rem;left:7.7509765625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hTOP76AG8Cf6U36gAGLPqCQPI5FhHx84 { box-sizing:content-box;height:1.1875rem;width:20.25rem;position:absolute;display:block;z-index:15013;background-color:#f4d01d;background-image:none;top:5.6684799194336rem;left:7.9358172416688rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#RBPLAXLTmWb3C33gU2dHNF5pbdRCkEJP { color:#2c2c2c;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(255,255,255,0.5);top:13.686988830566rem;left:1.8747148513794rem;height:1.5996125rem;font-style:normal;display:block; }
#I4HMc0cpUgXbBcJanTsUPi9tg7ZzrwIN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:20.342582702637rem;left:30.624856472016rem;overflow:hidden;display:block; }
#T2WosX0pTDa9HHqzsIQIzikw82SzH3Ms { position:absolute;display:block;z-index:15022;background-color:#fd1300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0) ;height:10.6875rem;width:10.6875rem;top:10.062301635743rem;left:28.062272548676rem;display:block; }
#hBe8ptIlyzcTubIt6npcT3JbDziig1zg { position:absolute;display:block;z-index:15023;background-color:#fd1300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #f5ede7;border-left:0.125rem dashed #f5ede7;border-right:0.125rem dashed #f5ede7;border-bottom:0.125rem dashed #f5ede7;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10rem;width:10rem;top:10.3125rem;left:28.312470912933rem;display:block; }
#TpaBETaoIG53cOabJonTprtLpXT7w1X1 { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:12.624885559082rem;left:27.936814785004rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q433A5T7tWJekDefCNFx67sHyDTQysEt { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:14.436874389649rem;left:28.312470912933rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-form-header {  }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-regular-label { display:block;width:17rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#909090;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-input-text { border-top:0.125rem solid #f4d01d;border-left:0.125rem solid #f4d01d;border-right:0.125rem solid #f4d01d;border-bottom:0.125rem solid #f4d01d;height:3.4375rem;width:17rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-input-text {padding-top: 0; padding-bottom: 0;}#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-textarea { border-top:0.125rem solid #f4d01d;border-left:0.125rem solid #f4d01d;border-right:0.125rem solid #f4d01d;border-bottom:0.125rem solid #f4d01d;height:2.9375rem;width:17rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:17rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-input-select {padding-top: 0; padding-bottom: 0;}#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.5rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0.4375rem 0.375rem 0.5rem rgba(0,0,0,0.16) ; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:31.0625rem;height:auto;font-size:0.625rem;font-family:montserrat;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#575759; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.3125rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-container:first-of-type{padding-top:0;}#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-container:last-of-type{padding-bottom:0;}#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:33.25rem;height:auto;box-shadow: none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;left:0rem;top:24.435546875rem;z-index:15017;position:absolute; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .radio-container { width:17.625rem; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.625rem;line-height:1.4;font-weight:400;color:#575759;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:33.25rem;height:auto;box-shadow: none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;left:0rem;top:24.435546875rem;z-index:15017;position:absolute; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #nTteTAOy6VUyhHC5AR3QFwHrzTVhPZvA { position:relative; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #bLD2SMXA9gWOpncGVb4XBDfwz9veK0Lh { position:relative;display:none; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #VMU7IOCAMqFLPzy5NtwTEp3Qf3MbVUyI { position:relative; }
#Ly02212Zsn3glE5FdR78MVsbThHgqD42 { position:relative;display:block; }
#gBTsXLwg4Jhq2vgmI9MUN0kyl7n39xbo { position:relative;display:block; }
#DlkJ5NXlp7r79xTw6SkC3hGJgVfzXDdu { position:relative;display:block; }
#fzP16gEUXEZEDqAkPmC6HsUTzENB9HZN { position:relative;display:block; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #glLV1huMezIaPhnzTs2CFtvtchLvBs8I { position:relative; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #WoiUaO7P8d1x3WEiEcBcmgA5ETD5RDPL { position:relative; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #pbGv4T5F8cvObLTaHOE26GxHtTgoUJPf { position:relative; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #pn0KIN2E2Knls6arbu91lpanlFfJ6uu3 { position:relative;z-index:2; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #kTA8sAVQ3T9dCakzMkCqcbeD2rrpNT1N { position:relative; }
#GGNTsTu5HQHPiQUNAbxb9m6rb2crEFyT { color:#2c2c2c;display:block;width:17.999375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(255,255,255,0.5);top:16.687248229981rem;left:15.061872005463rem;height:;font-style:normal;display:block; }#GGNTsTu5HQHPiQUNAbxb9m6rb2crEFyT li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#GGNTsTu5HQHPiQUNAbxb9m6rb2crEFyT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0883ead9f78fbcf3a11987a52b1f163af1724ae5.svg); }
#m73rflvVnTpr54nORlySTE7JOtoMt9Go { color:#2c2c2c;display:block;width:12.2498125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(255,255,255,0.5);top:16.749969482422rem;left:1.8747148513794rem;height:;font-style:normal;display:block; }#m73rflvVnTpr54nORlySTE7JOtoMt9Go li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#m73rflvVnTpr54nORlySTE7JOtoMt9Go li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0883ead9f78fbcf3a11987a52b1f163af1724ae5.svg); }
#b3e8oQ7uibGmbqNQ5ct0SnKX50zwuT8F { color:#575759;display:block;width:33.0625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:33.308624267578rem;left:1.8747148513794rem;height:2.625rem;display:block; }
#S6A8O6By90WesN3sqSHeQNE0X3Whm64J { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(255,255,255,0.5);top:17.375rem;left:1.875rem;height:6.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xShi4fNrQztOFzyFWX6gzoludtrpi8a2 { position:absolute;display:block;z-index:14995;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:29.125rem;width:59.875rem;top:3.6047277450561rem;left:11.312442302704rem;display:block; }
#BeWJbGQBDxmTXSyCTiNWo2tbXBiOW6o5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#BeWJbGQBDxmTXSyCTiNWo2tbXBiOW6o5 > .row .container { background-color: transparent; background-image: none; }#BeWJbGQBDxmTXSyCTiNWo2tbXBiOW6o5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeWJbGQBDxmTXSyCTiNWo2tbXBiOW6o5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeWJbGQBDxmTXSyCTiNWo2tbXBiOW6o5 > .row .container > .video-iframe-container { display: none; }#BeWJbGQBDxmTXSyCTiNWo2tbXBiOW6o5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeWJbGQBDxmTXSyCTiNWo2tbXBiOW6o5 > .row > .video-iframe-container { display: none; }#BeWJbGQBDxmTXSyCTiNWo2tbXBiOW6o5 > .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); }#BeWJbGQBDxmTXSyCTiNWo2tbXBiOW6o5 > .row .container { border-width: 0; border-radius: 0; }#BeWJbGQBDxmTXSyCTiNWo2tbXBiOW6o5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BeWJbGQBDxmTXSyCTiNWo2tbXBiOW6o5 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#cev6oAGCGasKt6XT50NZyU2q8RyGFLnG { color:#ffffff;display:block;width:9.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6375007629394rem;left:0rem;height:1.0564rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xGHF0nTvRpQT8Xv27Uxcs2sSxeGhW7A3 { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6375007629394rem;left:10.4375rem;height:1.0564rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uEPEMJLMwVvelpk7ZLIGzm1pibFzNDbN { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.34375rem;left:70.875rem; }
#uEPEMJLMwVvelpk7ZLIGzm1pibFzNDbN > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#z0aHul9zSBClHwlxrWcL9MsO8KqUrJ6G { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.4686584472656rem;left:73.437043666837rem; }
#z0aHul9zSBClHwlxrWcL9MsO8KqUrJ6G > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#BM7OeZofe1Tq2vKvJbzpIE2dXVn3x9qH { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.34375rem;left:68.4375rem; }
#BM7OeZofe1Tq2vKvJbzpIE2dXVn3x9qH > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#BIpx3QFSguMVIJym9BRfOgAT5QtHQIx9 { box-sizing:content-box;height:1.6875rem;width:1.6875rem;position:absolute;display:block;z-index:14999;background-color:#f4d01d;background-image:none;top:1.3436641693115rem;left:73.312043666837rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DO1svfp9mxNGLaD3UQXzQ6ktdEeFBNIa { display:block; }#DO1svfp9mxNGLaD3UQXzQ6ktdEeFBNIa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BeqgLtueAFideaqJz7idLHmMtZmnWIi0 { width:11.875rem;height:3.5rem;top:0.5rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrDkZwizHH00P7VhtKOOT8ZiwsoSfzTt { display:block; }
 }@media only screen and (max-width: 763px) { #RF0uwTKwiPeF3lorsT1E7zQ3rqTeW2NQ { top:0.5rem;left:0rem;width:8.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM8a1V4hXxAiKtiTE0pPM6cmtiCrwZml { width:14.0625rem;height:1.25rem;top:1.5625rem;left:30.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4183H3Tv4A9AdWRQvTI6sh7lIQsXi0i { display:block; }#S4183H3Tv4A9AdWRQvTI6sh7lIQsXi0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC { display:block; }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsTyfiPzlQcte1UZkF7dm0s2KQKVSQ2D { top:15.8125rem;left:0rem;width:28.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5WLwPOq7iQzM3IOwWJpvJWeFXIPoiE { top:18.1875rem;left:0rem;width:12.25rem;height:;font-size:0.9375rem;display:block; }#Qn5WLwPOq7iQzM3IOwWJpvJWeFXIPoiE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0883ead9f78fbcf3a11987a52b1f163af1724ae5.svg); }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-regular-label { width:20.1875rem;display:block; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-input-text { width:20.1875rem; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-input-text {padding-top: 0; padding-bottom: 0;}#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-textarea { width:20.1875rem; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-input-select { width:20.1875rem; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-input-select {padding-top: 0; padding-bottom: 0;}#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-checkbox-label { width:34.3125rem; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-radio-label { width:8.90625rem; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE  { width:36.4375rem;height:auto;top:25.0625rem;left:0rem; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .radio-container { width:20.8125rem; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE {display:inline-block;}#dOebGB3S7nh39LOu19iFMCqWObGbCqGE { width:36.4375rem;height:auto;top:25.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #LAL5qh9tCVsUxvNhJxkFXXWGxRsT7C72 {  }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #p4IS4TEgSnG5FeFrC1fI2PVJUAgScsW0 { display:none; }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #UQ6ULRZrStbzS0TAGHpRNXlAOufUoUW0 {  }
 }@media only screen and (max-width: 763px) { #QwBIlpIByD0nIsQLS8nFPDEVKotZ3Cdc { display:block; }
 }@media only screen and (max-width: 763px) { #xEQPyhKqEKkEdfbtTMT07vr9CHzioXON { display:block; }
 }@media only screen and (max-width: 763px) { #QobxS3PpT6rAtA3xPV5Cenpzi4LrsAJA { display:block; }
 }@media only screen and (max-width: 763px) { #WpZKZNiGR4J6gSFhgUr4sa2D7Xi8lJvW { display:block; }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #Rn1NHQb1KiAC8icsNwi4geO2NNlnZomL {  }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #wyruDo1Pr2HkpKiinDr7t7aDStN0MKm1 {  }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #i4EF58WKpoEKUDKNQ6Ph7pusmEFqkozh {  }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #m3fuVU0eBct3bccr2z3ft9m9Br9fNniq {  }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #XcxmDShk8cTKs5Olkuteke2OkglREErM {  }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #iPsmdVJepJSpPdCPlHlT7pcf6hxu2gUg {  }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #H492nmXQ3POFPg37SBX8GDSrfyoHsWx2 {  }
 }@media only screen and (max-width: 763px) { #UCwG4tMeDSEbmTpm4cQTmRR7IxMeTZiN { top:2.5625rem;left:18.249999046326rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG2TdTtWBhfDIsZ1uF9FNwG4TznmAoqE { top:2.8125rem;left:18.499392509461rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkCXfG1UZsKRLIQyT91HIIzkI4VkqCyh { top:5.8125rem;left:18.124545097351rem;width:10.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXNkJKESd2CsEW2apND6WHUlVJr9FhBT { top:11.75rem;left:0rem;width:19.0625rem;height:6.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHVMrDaPiUDD3u9CH01eyIIyhJecd6zR { top:18.1875rem;left:3.7490234375rem;width:18rem;height:;font-size:0.9375rem;display:block; }#sHVMrDaPiUDD3u9CH01eyIIyhJecd6zR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0883ead9f78fbcf3a11987a52b1f163af1724ae5.svg); }
 }@media only screen and (max-width: 763px) { #ToFq0wQFxq2sxOFPPCClhwChI0fk9Dq4 { width:30.0625rem;height:20rem;top:7.875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reO4kTckhUCbZmJUEPTMMd5hCJvOJFfe { width:23.375rem;height:23.375rem;top:10.6875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2FyZrsmn0sRzmhRo1fs8MUtfMZfZQQR { width:35.6875rem;height:20.125rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxTL6tlDuxMp2JNq52uxTL12g4G76aAf { width:22.5625rem;height:23.8125rem;top:14rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2oIEtBsieTDZtWaOBgQRAGZBdfJW0e1 { width:18.1875rem;height:20.118273215295rem;top:15.6875rem;left:24.248328208923rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWnlon5Etsmmi9X5Rcd3SW9PGd2Q9o97 { width:12.5625rem;height:11.25rem;top:0rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnF2eePEChw0qRugrn54aDWW0ggPKDKg { width:6.3125rem;height:7.8597572184911rem;top:4.0625rem;left:28.873480796814rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMAmdflc0OcDd0xb0eZLKeMJczICFZ9A { width:4.0625rem;height:5.1086660857706rem;top:25.375rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6DLCgFSbFK5WwgBLXtBlf2PSlnxHEMf { width:2.875rem;height:3.625rem;top:1.5rem;left:28.680829524994rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJCaFCcce2wegIc3d5UZemFpoFlgwuUy { width:29rem;height:10.75rem;top:2.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHwTCBSabRmaEqU3vBuZr3Ja6Tm1l9pU { width:11.5rem;height:1.3125rem;top:6.25rem;left:2.60986328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgdEvIxDHCWnTKJx1p1JvQRL0NlCAQra { width:29.3125rem;height:1.3125rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbgwuxuoFncBCETxN93x17QkMfFA3fi0 { width:11rem;height:1.3125rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RouzlDfo7NIX1UzT6t372w9cV0RTVEX0 { top:7.75rem;left:18.499392509461rem;width:10.1875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqxrvsGDw5MhHFBUFvHFOvwSwZeL0Sqi { width:7.125rem;height:4.0885819753387rem;top:10.1875rem;left:13.797158718109rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9bqhTD5D1HWOpe3rCeWN14HyNwLHFU7 { width:41rem;height:21.5rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9KzDJGxJxznGvZheXWAwGw2AXs27IKb { width:1.875rem;height:4.8992813501037rem;top:29.0625rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxWEllWQCvCTZ7iMCoyMNTJl4zCt1grb { width:3.3125rem;height:4.1717641614097rem;top:31.6875rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ20TGPbtEsnR6qAQg5NK9gKpIaVc70c { width:4.5rem;height:5.6095335560953rem;top:0.875rem;left:37.058595180511rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2eu6mV7JFpqaML85mXw5RsTHot79AeS { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDMR01wZqcDht5CEWwH4dyaxJpGmLJ4K { display:block; }#pDMR01wZqcDht5CEWwH4dyaxJpGmLJ4K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDuh5uCBkTc8b0sP6U1w4gIHcPLghSTh { top:13.5625rem;left:13.280413627624rem;width:21.125rem;height:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StxxsIFeKsItvDVJ11LDbFIByNWMN7aq { top:13.5625rem;left:26.1875rem;width:21.5625rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZ1NXs3IIMTyoJfeCaOKRDbxv2bcAao { width:21.875rem;height:0.6875rem;top:16.25rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paDJ4zqvJkAieEeQqfBiQKgWCplXrwHk { width:23.625rem;height:2.0625rem;top:16.1875rem;left:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F51zTZKrMfPli4zyNT9AZgrNiANUVMDC { top:17.8125rem;left:0rem;width:22.375rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6GyTOf4ITMhNfPqzQ7zS6FgRF48Ps2k { width:47.75rem;height:20.3125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2xdHl8TS15T2cIkG3NZoT1oAKyT1Wt9 { width:25.0625rem;height:20.375rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKPzJmVFlTJEat2GHKWWTWh0SbcVUWXK { top:6.9375rem;left:0rem;width:14.4375rem;height:9.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWEkVCMrThgcPwAUySdRZsL1SFHk8cZ1 { width:2.25rem;height:2.25rem;top:6.75rem;left:12.967154502869rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAF7PlAaEzAVH6JwCmhpthFHWN9zR6zc { width:5.375rem;height:5.375rem;top:5.3125rem;left:11.436587333679rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRWZGfl4LCIyTTKoqElD24WsSsTKRDup { top:9.4375rem;left:13.281935691834rem;width:21.125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXFHLAu3Iq5UgHAMTqn7PnJu12mHwWRc { top:9.0625rem;left:26.625rem;width:14.5rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIWoHXGI8l9xwu4TAVQstmaJlxWc7G4a { width:4.8125rem;height:4.8125rem;top:5.3125rem;left:36.311438560486rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSQxyDziZO9ztMTrrEsEiWHbhrqD77hx { width:2.6875rem;height:2.6875rem;top:6.375rem;left:37.593977928162rem;display:block; }
 }@media only screen and (max-width: 763px) { #brzgi6aBoa25c4JPucD1r5sHs2mhprrz { width:6.5625rem;height:7.0620625rem;top:5.3125rem;left:3.3404798507691rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxU1GtzWAMJg16NTxKnOWwTKKS7CtV7x { width:11.8125rem;height:3.4375rem;top:20.0625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNIXlKvrIi0UkvE30XbtOCHz1hatdfIA { display:block; }
 }@media only screen and (max-width: 763px) { #bbrFaRNEoEhiz1fM9su24TGoDXww5pTS { display:block; }#bbrFaRNEoEhiz1fM9su24TGoDXww5pTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwL3iwRFoPfDmwUw7W5Xduxe4P6Tuaxe { width:17.75rem;height:14.5rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA4iCqySVsdC5Eq54qwuK6rkJKNxzTff { width:23.9375rem;height:13.3125rem;top:23.375rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqkueG3zmOCM3qT5zm3w9oa3UOQzg6I3 { top:8.9375rem;left:0rem;width:23.6875rem;height:25.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifw5TuXPFWqfLeUncHFDdxtpoPfpS1Bq { top:8.9375rem;left:0rem;width:22.9375rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMp0DBFa1816G5huvOhhJ7s8I49igbvq { width:5rem;height:13.1875rem;top:8.375rem;left:42.249548912048rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLO7l9vaNbl2dR4irK2q0l4MZDAEgPXq { width:3.875rem;height:13.1875rem;top:8.4375rem;left:43.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpJN2aV03tnv1sS0sW1qQWfEhib3Lumv { width:5rem;height:13.1875rem;top:8.375rem;left:37.249548912048rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xaiu5kuar6BKea28DPPWClrckOuJotFX { width:7.375rem;height:13.1875rem;top:8.375rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiTwh5FQNOGhgeedukxTS41sWZpD2CTk { width:47.75rem;height:33.875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3PccXQ6LxZ7C8h66WtVLyyXpBERO6JD { top:4.8125rem;left:0rem;width:22.6875rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPSvab6TFfSiCPx8tRszGuJktc2uMRc8 { width:15.625rem;height:15.625rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm53LAA9KiyVM8VyrUSkiUMJJzZrCrfX { width:17.5rem;height:17.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdBTBQgbpblZS70XqvmG9Rd4Tv9wJz5c { width:3.125rem;height:3.125rem;top:13.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRr214lvlINIKHtKTe6BrkpsIJBpT1fo { width:23.9375rem;height:14.25rem;top:7.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2bJqgAwehxQwdgMOxXbs2sQB8uMBZIH { width:23.9375rem;height:2.8125rem;top:7.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLRBABdZdFQnMCWRUIxOguouGKNKybG4 { top:10.5625rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #huROkz1HkP45p32QlAMQEVEqwnBBfII7 { width:11.8125rem;height:3.4375rem;top:34.375rem;left:0.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xziB8SorooueyykfhdoVphsOH7XKeqTw { display:block; }
 }@media only screen and (max-width: 763px) { #v3pQ1TFXONm6cpQdpAgcZsWnAa1melWJ { display:block; }#v3pQ1TFXONm6cpQdpAgcZsWnAa1melWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrxqOiwrlmR7roVQCk5clTFlKfcanbBX { width:23.9375rem;height:13.31230580585rem;top:18.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POHQZcAxSGpxpabJkf5HTKlvkq8CrEg5 { top:8.9375rem;left:0rem;width:23.0625rem;height:22.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLRoQ7TFLfPxb8zMbpyTZxMyOU6mtWbP { top:8.9375rem;left:0rem;width:23.625rem;height:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzRu9rFrP3WZmkADTK5NuZLoAxKnTJ19 { width:47.75rem;height:30.1875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4p03ZhnC2IF0tgzsANuOSPQVWLRngGu { top:4.8125rem;left:0rem;width:29.1875rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSLTkORza8B444dhVQ99nhuUdJh2sbpl { width:15.625rem;height:15.625rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwbxvIWJ4F7zFxF8wxfnJNEuuTf18G89 { width:17.5rem;height:17.5rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOuzt7FleTnygSV7bu3fdTwn0uvkgm4g { width:3.125rem;height:3.125rem;top:15.25rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzsUf2mJXfof9yM5xRZvw6oTvEdsM0W { width:23.9375rem;height:9.8125rem;top:7.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2Q736pAvJwzvGCUo7FaDT3UbTBUf2e5 { width:23.9375rem;height:2.8125rem;top:7.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8c0c6986f76b18dbc49c1ce21f5ddc6 { width:18.9375rem;height:14.500022484018rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8ef4227b7ac3bd6feddbc24440cfc1e { width:7.375rem;height:8.75rem;top:8.4375rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeed1621df8491c11b9c9ac9f8d42c63 { width:5rem;height:8.75rem;top:8.4375rem;left:37.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea522756aac6ed347852609f92aca330 { width:5rem;height:8.75rem;top:8.4375rem;left:42.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d62784569331fcfebcfd979787eab478 { width:3.8125rem;height:8.75rem;top:8.5rem;left:43.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT7Kvfqzl5TgGXNVhkciH6rXS2KDoHH7 { width:20rem;height:1.125rem;top:15.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhoQFWqnWgEP4olAENiUxfNK5DP1D7V0 { width:11.8125rem;height:3.4375rem;top:37rem;left:0.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU0SoLEwwxHW3J4cdkHXThmqWA0dTX13 { display:block; }
 }@media only screen and (max-width: 763px) { #ZTGm2T3CxSI1gZbSGIkupdNN2Ff7LyBl { display:block; }#ZTGm2T3CxSI1gZbSGIkupdNN2Ff7LyBl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXX2VNvesrfFi6Jw3TXd5b4W5nxapbp5 { top:8.9375rem;left:0rem;width:23.0625rem;height:27.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQvvlxdlbFd7wpy2xrTH1FreEgR3EbVK { top:8.9375rem;left:0rem;width:23.125rem;height:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3rIsloR8r41K3RuA4Vep5KDA8PXz1ol { width:47.75rem;height:35.9375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #koC0ekiavVEKedmfyQACye8iyyKTB6TE { top:4.8125rem;left:0rem;width:22.6875rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2JGXxHQIvrTPMrqAq41Zi2d3TqPtaUc { width:15.625rem;height:15.625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDqsbhI0nqPVHsqcElF2zKa5ONCC7JE7 { width:17.5rem;height:17.5rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpbyryKTqdV7B7S065PpBvOE9XX25RD2 { width:3.125rem;height:3.125rem;top:14.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqxBiHd1NGL9tt7kzRLZxGDiPgzPoKak { width:23.9375rem;height:14.25rem;top:7.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIbOoFcaPzldKP1uiBgEEdylzBwIhHKM { width:23.9375rem;height:2.8125rem;top:7.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xupNGdQzZKDozkVqnVK4JuQ4mpAHwcoO { width:20rem;height:15.950130530408rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsQTt85fBaKR3aDMwpLkAwEb713S1wEL { width:7.375rem;height:13.1875rem;top:8.5625rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD08rKeqNTMwOT2nMcsBT6DAkcI6vt0Z { width:5rem;height:13.1875rem;top:8.5625rem;left:37.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRbhtoMKcoGxFXyLCB3cOaI4EQOxBrKp { width:5rem;height:13.1875rem;top:8.5625rem;left:42.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUULJz07mXuFzFBFcRRTSDRy5MCoFKlp { width:3.8125rem;height:13.1875rem;top:8.5625rem;left:43.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkFfNnPzOH5hQIPUTQ6ixbJBmoKrnPS7 { width:23.9375rem;height:13.625rem;top:23.1875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTLI7ogi5CDfVlecxqLtDisWXhoorNfN { width:19.9375rem;height:2.25rem;top:11.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kzx46TyPmstJtTUDFNv6XEEinUvzykXu { width:11.8125rem;height:3.4375rem;top:37.4375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpBU2TBSTlTOgOpL7RTtnHFprfl4JlkZ { display:block; }
 }@media only screen and (max-width: 763px) { #H9T6euntzTBPPAPQtTBhW5Dc7wqJf2J4 { display:block; }#H9T6euntzTBPPAPQtTBhW5Dc7wqJf2J4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JruoGZMvU06zbh7HEfN7szTA9yGx81X1 { width:23.9375rem;height:13.31230580585rem;top:23.0625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBgHQLp8r7Lkk9Pe9aHvDozMscvAilJo { top:8.9375rem;left:0rem;width:23.0625rem;height:25.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W110wtytn8SZHWI1rRqUomoq0vs9BNU4 { top:8.9375rem;left:0rem;width:24.6875rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzipbDWOsZOTmbfhoKDZNdS1O6dsNp71 { width:47.75rem;height:33.25rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFtT5Luns1ZFGOxac4TzgKOedlu3SPti { top:4.8125rem;left:0rem;width:29.125rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu5TJm7s8lPtqpv5D1UzZsUmkw0V2UiC { width:15.625rem;height:15.625rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Zwt80TnTIBJtsBzBp60eSOD0nO0X2l { width:17.5rem;height:17.5rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSD2x4ovo9WyHMSO6LkhQamOrvVL5FFm { width:3.125rem;height:3.125rem;top:12.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu9BHqZzQ4Qr44fnCUikwh08VNtVTR26 { width:23.9375rem;height:14.25rem;top:7.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whf565KCqtRMk5KXhTtbtzhTNeVLTu9V { width:23.9375rem;height:2.8125rem;top:7.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO5GhsXWdnPn8vzw5H61a8ac9GUGhyWA { width:20rem;height:2.25rem;top:12.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7e8d2f0ac668f9e01c092f41a274034 { width:18.1875rem;height:14.624475511859rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecba1b4dbe477af7ae22fe8432dec99a { width:5rem;height:13.1875rem;top:8.375rem;left:37.249846458435rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc3e1e935a55912764ece94e3598a8ad { width:5rem;height:13.1875rem;top:8.375rem;left:42.249846458435rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1c40300901eec77d46ac63a91ff7d9e { width:3.9375rem;height:13.1875rem;top:8.375rem;left:43.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X68a754aed1517441d96733dd1addc94 { width:7.375rem;height:13.1875rem;top:8.375rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #it4l5Bayb4XNXQcbwmJTuS3focNS5vTs { width:11.8125rem;height:3.4375rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0xaCQlFM8qL4gmBWhCEWEbqxP8qT6M1 { display:block; }
 }@media only screen and (max-width: 763px) { #IiGt1Kk4ilLmwps6gObyasrb9dtrkeTQ { display:block; }#IiGt1Kk4ilLmwps6gObyasrb9dtrkeTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iI2ZCX7twxKP3qLIyoepWIUohzAwugFm { top:8.9375rem;left:0rem;width:23.0625rem;height:25.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNTLaJdIMBrI2o6MrcIWd2g5qdQWa4z { top:8.9375rem;left:0rem;width:23.1875rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNqkn1C6dcZrqzpN7ktVdldWOFKMADi7 { width:47.75rem;height:34.375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysCWBp904E8dXhqq7dEi2mQbTGbT2ydd { top:4.8125rem;left:0rem;width:35.75rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqcz2UlR7GzUFn4zNnyvdTlyh59VCSTC { width:15.625rem;height:15.625rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiDHe1yfu7zAmqR5fC26KypT945GVbyW { width:17.5rem;height:17.5rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a67xUNHAnmPATWyScDZ3Nq7E2QyGXC5l { width:3.125rem;height:3.125rem;top:14.9375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFgVbs7e3HQ9PaNLLo7PyO3UGWJEJPND { width:23.9375rem;height:14.25rem;top:7.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5HTvgmyQXy4kesZFNU1vyHUDJC2sHBZ { width:23.9375rem;height:2.8125rem;top:7.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkvsBIuQhbMhfBr8JkTaev0mUEwyhJpz { width:23.9375rem;height:13.625rem;top:23.1875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUuG72S6XR1zvx3R58JdP0LDxdlUuI2m { width:19.9375rem;height:2.25rem;top:15.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eab30a5e5439e00795692361f2809676 { width:18.0625rem;height:15.1875rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e80cc63b8f90f59a833361b960636e90 { width:7.375rem;height:13.1875rem;top:8.5625rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va56242111d04bb7428cd5256fdf9c3b { width:5rem;height:13.1875rem;top:8.5625rem;left:37.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #df84b80832ecb414d6b355e4ebf3cccf { width:5rem;height:13.1875rem;top:8.5625rem;left:42.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U318ea6500abfff982de443d809f6f55 { width:3.75rem;height:13.1875rem;top:8.5625rem;left:43.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SugHWIHFTTCNmu7NyFEh41GloQmJAu7k { width:11.8125rem;height:3.4375rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ0OAbEqymWZ9KbTZZTwPpTvDPUs6oDC { display:block; }
 }@media only screen and (max-width: 763px) { #ylAqP1ytFzZhFkN0hQ8ipid7Bu7agcI6 { display:block; }#ylAqP1ytFzZhFkN0hQ8ipid7Bu7agcI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avXv7mUIfFrUodciF8mGyEtRQ2eTJvhm { width:23.9375rem;height:13.31230580585rem;top:21.0625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTinWETArU6fRBcAlEvSAfg89Pmgun6Z { top:8.9375rem;left:0rem;width:23.0625rem;height:25.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1os17mBy79v0TUCghO1nTOFcTBEZT5Q { top:8.9375rem;left:0rem;width:24.6875rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QByUcfJJ2tkRzSwTV6BX13ad9tCZvnL8 { width:47.75rem;height:31.8125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueloSrqAtalo66E39yWSWpaISvmXLKoH { top:4.8125rem;left:0rem;width:29.125rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyrZz8qCnTFPB3nVWNBP53yP2mgnS2XQ { width:15.625rem;height:15.625rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0gViafhAxuw7XBelUgmDCXCMTbEylhp { width:17.5rem;height:17.5rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxeLSiUneCoe2o5sm0apndUBqoX5uOnQ { width:3.125rem;height:3.125rem;top:13.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2yNwUUaseoDkrauXQxvbJwKnz2i7Z1t { width:23.9375rem;height:12.1875rem;top:7.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M11DS5Et6rTEMxHvTZrke0drqemAykwr { width:23.9375rem;height:2.8125rem;top:7.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9OXiFT0JtRIxpX7xV8hnyhkJN0ltF2w { width:19.9375rem;height:2.25rem;top:12.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXfAik0Bd01N4qRaH4tP2rTsHPsUQJEH { width:17.9375rem;height:14.449692570653rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc807bddf1d665e3d7e099db9d9f69c7 { width:7.375rem;height:10.9375rem;top:8.4375rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9c8e2c2d14408636eaa97ec4685e38f { width:5rem;height:10.9375rem;top:8.4375rem;left:37.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebd5e8f3d4c489ef64e32d5b983039ca { width:5rem;height:10.9375rem;top:8.4375rem;left:42.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4f8827e5cdb1f4692643dadf38a2849 { width:3.8125rem;height:10.9375rem;top:8.4375rem;left:43.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGfAmcKeWdOODd7qTkhlvRSbPIvgFrUr { width:11.8125rem;height:3.4375rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDl7aWToUUi0NI7qF040PLwUIhVyItUg { display:block; }
 }@media only screen and (max-width: 763px) { #pfzALwo6PqOxitBABkxv40aZJ1aeUzxz { display:block; }#pfzALwo6PqOxitBABkxv40aZJ1aeUzxz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7CqyIeT1rKNToXbnMy1Zt2C3AD7tRmh { top:8.9375rem;left:0rem;width:23.3125rem;height:22.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d19hX4tk7Qkdz2brWh9nXe7uqfXfUQJT { top:8.9375rem;left:0rem;width:23.1875rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMplBu4S6T9zyTEtn4EaOvIbCm89BuA0 { width:47.75rem;height:29.125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpO4WOirttleOsqbAnHcTzgnSGdi1cU9 { top:4.8125rem;left:0rem;width:35.6875rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpTNRnfgtGBc0w4fFC92prga7u8LrvCF { width:15.625rem;height:15.625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsr2hs1cDVJsTzI0UEhvJIH6RQKNDL5i { width:17.5rem;height:17.5rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7pPsI1IleuXqOQDZlCQrEdKHhbogy4F { width:3.125rem;height:3.125rem;top:12.4375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOMTZmgwUeRBNATSP58ccwqxJkXPmL0Z { width:23.9375rem;height:5.8125rem;top:7.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkPcmqs5CHBfWmgQDzyh5cf5IpK1THwm { width:23.9375rem;height:2.8125rem;top:7.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XugFnZaTE6sKht4Tla6C487QyWG6TSWc { width:19.9375rem;height:1.125rem;top:11.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIt3Zw9UwlxeGe3EVQABxK9IQx6c409x { width:24.4375rem;height:13.652133636909rem;top:14.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c28HaK6iOIfTagQdhTKKLHx3JrveOc5N { width:7.375rem;height:4.375rem;top:8.5625rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKTSKWtQ9eAMaRzOtMWgRDFBrODI9PrZ { width:5rem;height:4.375rem;top:8.5625rem;left:37.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNtHpzDWEZZ02k9UtG5UtMxn8t4SviDH { width:5rem;height:4.375rem;top:8.5625rem;left:42.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv7tEGbWzGk4OpG6Um3PD5y9sp5DHTPm { width:3.8125rem;height:4.375rem;top:8.5625rem;left:43.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foB7URfI6GT2K39bgf2ywHTRCQzedIhG { width:19.25rem;height:14.937214482147rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdFyaNiWKl0mTVGGRTVQnEbPwra5Td9M { top:25rem;left:6.75rem;width:25rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sqwr4vDiflDao8AVTETSSwmiVghu1Ck1 { width:11.8125rem;height:3.4375rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKisoTGBzUWXx91aSFn2NZCQGXhcl0M2 { display:block; }
 }@media only screen and (max-width: 763px) { #LLOsHw16ciNTZvWVUyzfzux4pAFmVGgn { display:block; }#LLOsHw16ciNTZvWVUyzfzux4pAFmVGgn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5e6k4LMyJs2NCmyD2DBDaQ5AqBd9uLJ { width:23.9375rem;height:13.31230580585rem;top:23.0625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM8pVgS7T5V5W60z8SOsXziSV7y5iQcN { top:8.9375rem;left:0rem;width:22.9375rem;height:25.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP7efpyOuFhTPnfHFs5Fhw4iGScWQMxT { top:8.9375rem;left:0rem;width:24.6875rem;height:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KySagczwQmyu4kGcKQdLv2qhFT2igRvU { width:47.75rem;height:33.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke1MLP51orccv5nhBn67SlgOCKi43ecG { top:4.8125rem;left:0rem;width:29.125rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n21uTrxTPGaz67gMUQo3CCiBFAP6voIk { width:15.625rem;height:15.625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuTX1sUn7qWiZuHsFQKG4UbrfuXtMhAx { width:17.5rem;height:17.5rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NByxqe7IkW9Ph9OkhLqgoUFItI5sor10 { width:3.125rem;height:3.125rem;top:16.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOKLqbCoHcoph8mgcnmlVEBmNEOxts5B { width:23.9375rem;height:14.25rem;top:7.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfu8dtdoQTze1PZNRacq8Z6eiFJTLTrE { width:23.9375rem;height:2.8125rem;top:7.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxIxwTBJLiKp8MTZMECwTBTMoCXoSWMi { width:17.1875rem;height:15rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVXdRLIlO7G4O1pnoDV24KWTcu5sriXA { top:14.5rem;left:0rem;width:19.9375rem;height:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9I7f4A9Wc3s3mRD1S9RoUHOtLOpUZuH { width:7.375rem;height:13.1875rem;top:8.4375rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQF2TX1NcsfIDMDuv5RFZeTzvZhNHqcE { width:5rem;height:13.1875rem;top:8.4375rem;left:36.687193870544rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6y65aOq4Ux67JEgVrtVCCChyRf1700l { width:5rem;height:13.1875rem;top:8.4375rem;left:42.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcT6JA66ARLmP6ou1qdGNgIm7H9lEy8b { width:3.75rem;height:13.1875rem;top:8.4375rem;left:43.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yygn8wlfG9XxJTZv1Po4TKVscxW3zw19 { width:11.8125rem;height:3.4375rem;top:36.375rem;left:0.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFm3VZ4waISPIQhJSULGgCvGyJPtA1U8 { display:block; }
 }@media only screen and (max-width: 763px) { #Vb2svhwyD7eI6Mdk4T1TxRTZpvgZL7Ja { display:block; }#Vb2svhwyD7eI6Mdk4T1TxRTZpvgZL7Ja > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hD3EORnFdf2CHa5x1Mk42qJiRXRI7y0P { top:8.9375rem;left:0rem;width:23.0625rem;height:18.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6uuc7ZQLR5IZ3fsoCEK18hI9Nesti9w { top:8.9375rem;left:0rem;width:24.125rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmLVNy29897r0wBLl2SHF3XktDVOE83f { width:47.75rem;height:29.125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbDLU3X01X44KzzzuTqOKKAsbeLo2fH9 { top:4.8125rem;left:0rem;width:35.6875rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkkZB4TeEmTOyUmMKqRyfC9pt01BodT0 { width:15.625rem;height:15.625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZxHsP48TNTNwdrDcoqOsyvgKMX3XWEZ { width:17.5rem;height:17.5rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLEerJ6vQBkSu4JnVLtc3dpuk6ID9fGS { width:3.125rem;height:3.125rem;top:13.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa1vZJRCOLxytguT41h6WBsTqqWfC2ws { width:24.5rem;height:5.8125rem;top:7.875rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJu4KdbcEQAdqETC8UyZcZGcbqBNKVzi { width:24.5rem;height:2.8125rem;top:7.75rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz1B5aRmfyNAgBlVyfKnNIgzy1haQ6EE { width:19.9375rem;height:1.125rem;top:11.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTCZRVzTS15JJTRLliTtddgSVl7E0yml { top:39.3125rem;left:0rem;width:25rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNrpleF9PogD88V9ZHA4QnTT8DxRo8ks { top:33rem;left:0rem;width:25rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQS77cu7Kf862A3Xs1T9ng8VJ5ExsgDl { width:7.375rem;height:4.375rem;top:8.4375rem;left:31.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld2T2yliEkBEQ1PUELO3s87bEIrmA2Wi { width:5rem;height:4.375rem;top:8.4375rem;left:36.687193870544rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBT3uli4NNdrOTrKV4XukrDW4xN7wmyL { width:5rem;height:4.375rem;top:8.4375rem;left:41.687193870544rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ggc9lU44JDzt1LQslpNzKdAWwKO93F { width:4.5625rem;height:4.375rem;top:8.4375rem;left:43.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3dkFTO6sFAkwwUiIwlnbw53Qd7eV4IW { width:16.25rem;height:10.7496875rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6gZDpRpTkrIpRUkEfHprs7Zsc5sXmev { width:24.4375rem;height:13.6875rem;top:14.6875rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACJ2KeJ8DAGvG16KcQDBWHSNuF2Rm2oo { width:11.8125rem;height:3.4375rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHZmHTheC26T8aty41KIgH2QS1GJd9Ko { display:block; }
 }@media only screen and (max-width: 763px) { #vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu { display:block; }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgkImhqp2dzKuzBzPWcWQGyGPGdIchyi { width:37.625rem;height:27.5625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0n4dNPrEAxudFzUXPPnurHet835oMeq { width:5rem;height:5rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfAWSzB0mlTnKTaf95rBqIPz36TnhmTB { top:22.875rem;left:0rem;width:3.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiN9KD4gfTDRHodWZTTvO2aHuLimOUx5 { top:22.6875rem;left:0rem;width:28.75rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmD4CyHC1V5NkM3lqNJ4i21mxKUOUQ7V { top:30rem;left:0rem;width:29.25rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9hX8XxrMx1zRkSQRIUpGTpicvcTQEPr { top:36.8125rem;left:0rem;width:29.4375rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri4VsNlut9F3Xepvm4seono10wkTQsgX { top:10.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugk1izCKTxpC3OPrksMKydbUeu0pfET1 { top:5.5rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSJ4UMCuHZSGmuwRbvUgQtlBvPX2TrNL { top:0.1875rem;left:0rem;width:34.0625rem;height:18.5625rem;font-size:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1N46Rz0Inz7Fm347z7S49c3uB2au424 { width:4.9375rem;height:4.9375rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dATTvTkT7I4MuiqhangTfyLxkWDUDG1Z { top:30.1875rem;left:0rem;width:3.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRoJZzsR6vzFvNU6vnmicTrEKZfHEnsA { width:4.9375rem;height:4.9375rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nro1trylBvT7zOgEKtzAVcl6Vshkfbl5 { top:37.5625rem;left:0rem;width:3.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKLRLDMDB7k65SzvGHyBf8wQDpkMJwHU { width:0.125rem;height:15.625rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hleS3hKbZMgRJRH0pG1ruvLmIoZ4bypv { top:19.625rem;left:23.875rem;width:23.3125rem;height:5.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRTRlOTLnJyhdxugSTghpAHPDCndyDFB { top:27.375rem;left:15.4375rem;width:32.3125rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvixF4riKJJhBDpd4FgbvnI3UiT8ZMF4 { top:32.25rem;left:17.125rem;width:30.625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q56HNAx5mwQ7PHTKK2dwTx89WKagukTP { top:42.375rem;left:37.125rem;width:10.625rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZur6rIFFs0ol6wDyokpw0rbkAmtBOLO { width:13.375rem;height:3.6875rem;top:39.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTm5lQSXdys0rT89vPXTuo3xzAETAZwS { display:block; }
 }@media only screen and (max-width: 763px) { #uThvJr2bhzhmmsU5pBBSyATedJqyuBkf { width:47.75rem;height:29.0625rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOkJ6BBkCtO4PRpI44clovOTeQeyCt5n { width:10rem;height:1.1875rem;top:21.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR69xLA8TnUaiIIc0dWTTKwlAuh7riRe { width:15.1875rem;height:1.1875rem;top:24.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUw4AnbPuzCHZ6rHtREvhazI69F49zmO { width:4.5rem;height:4.5rem;top:36.25rem;left:34.376168727875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQVQMWqdsmlwZhZ93OTrwHbxcm8N9ds4 { display:block; }#RQVQMWqdsmlwZhZ93OTrwHbxcm8N9ds4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQksBZisRtk0U4ngePS94JQUi4sEC7Qf { width:18.75rem;height:1.75rem;top:25.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBmFLPrsCzgi5XxpPmndihrCRd7bkIKH { width:47.75rem;height:47.4375rem;top:5.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hy9KtdlIlmdxTkMoIMKID3wTSJbesod9 { width:18.1875rem;height:42.375rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9XlvocbFUmSuBbXqBNQtV6c4c7A8rBX { top:11.5625rem;left:0rem;width:15.3125rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7i3WQOk0esVfQr0DzOqGElturd8eUqa { top:7.5625rem;left:0rem;width:13.375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7d7577360f54af0eb5c7a61b16406ba { width:17.625rem;height:18.559079224015rem;top:5.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2520ae615a1498db5e6b258619da257 { width:17.6875rem;height:18.625rem;top:5.875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4c74eff0ea96e2ab0a22fdfb1143452 { width:17.6875rem;height:18.625rem;top:5.875rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHJxEpP3uOH9wLAGTkHfkIEaFyzTqCQ8 { width:18.9375rem;height:1.75rem;top:25.9375rem;left:16.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGqkWuTfyuRyAHVLbRXIe6lmS1vDcl90 { width:18.625rem;height:1.75rem;top:25.9375rem;left:29.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAbhoTlU4ErCZ98DXh4KvFTlX81rZTAo { width:18.75rem;height:1.75rem;top:49.3125rem;left:5.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDwx1QrDyQ5UHwWOWESm1HxwbTXXo671 { width:17.625rem;height:18.559079224015rem;top:29.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7TTloWqMFnsutzBzKWgEGJfJDBUNW0L { width:17.625rem;height:18.559079224015rem;top:29.125rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erqvdTgV1zpDteks0AM5iNmaTmsNtDu2 { width:18.9375rem;height:1.75rem;top:49.3125rem;left:16.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqyXND8TZWKDTQ6uwhJZPIsPlJ872EPM { width:14.625rem;height:3.375rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7bbfgv6dv5BWz4VuKu1TnGWt2ILc4qb { display:block; }
 }@media only screen and (max-width: 763px) { #R178qsE3FaAapE8TwC15R2ByZiMmFFC4 { width:19.75rem;height:29.6875rem;top:23.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukotD0oTXQFkhcN7t1VK6O9DXLr8qwi1 { width:17.625rem;height:18.559079224015rem;top:29.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r05b4GIRwGyqTsEvNNCO9BD6cEB5iahI { width:18.625rem;height:1.75rem;top:49.25rem;left:29.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDJNrG2AS11e5W6z6i45AptqkTKqxF5N { width:5.1875rem;height:6.4841742898096rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRaM9aBW9fOASzcmwhw9HIVidao2IVI0 { width:4.3125rem;height:5.3602312438923rem;top:44.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #db956a9b942b5279299bb31758633982 { display:block; }#db956a9b942b5279299bb31758633982 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bb1c13b340ca9b995aafe6ec06ac18d9 { width:9.125rem;height:9.125rem;top:1rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a14205cd571e945275a68f1392cc6006 { width:11.125rem;height:11.0625rem;top:0rem;left:17.749970912933rem;display:block; }
 }@media only screen and (max-width: 763px) { #d954ab47790b055f333939c104cd1e86 { width:10.9375rem;height:11.0625rem;top:0rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l955890ee5a950a33b4b623db2f035f9 { top:12.5625rem;left:0rem;width:21.5rem;height:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c12086d4abe911a6ec9e108aecd07e43 { width:24.125rem;height:1.9375rem;top:27.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf75bfa1fde69f094ed25662b245b881 { width:25.0625rem;height:1.9375rem;top:27.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd828c11d728957b7ea7c732fa7fb7db { top:12.5625rem;left:9.375rem;width:22.375rem;height:12.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #id5af1879a34e6b8099e5d4c12ad1de7 { width:23.9375rem;height:1.9375rem;top:27.125rem;left:23.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f467e73566066466d5406d0ebb61e163 { top:12.5625rem;left:25.5625rem;width:22.0625rem;height:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3tIvJmVRHSQUBLXKbXtQlFU4oDQ4pca { width:10.25rem;height:10.25rem;top:0.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsqekyfIpoQO51N5rdJAK6uh9kuivyRh { width:10.25rem;height:10.25rem;top:0.375rem;left:18.281278133393rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUIB1T5epfLvaoFQGLeTLIo8qVO04zCA { width:10.25rem;height:10.25rem;top:0.375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlianfD4xQJWP0IymaD4wIs0nJBXRVvv { width:24.125rem;height:25.375rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRCF0Qa6UsLV7sfQQkmkZfTkLCQQvsIq { width:24.125rem;height:25.375rem;top:5.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATfNrqpEitoIpONk2sO2HhvTqKxlvAW1 { width:24.125rem;height:25.375rem;top:5.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT9hTP0lVQv1eCyTavX0Lm6Xp0Jm5xmO { display:block; }#GT9hTP0lVQv1eCyTavX0Lm6Xp0Jm5xmO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSE1ZTsEWQrBepkdZrrZqn4aNbFsZlVk { top:14.5625rem;left:11.6875rem;width:36.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #REqQDhsSp1G4cdwIlTImTOgvCGXZyLeE { top:14.5625rem;left:0rem;width:37.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFrd3B8B9a3eEknir7D4Ndf34CdnTAdB { width:36.25rem;height:30rem;top:7.1875rem;left:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOHi917WN6WHddZ7lPS1hTP3aEMJes6i { width:36.25rem;height:38.125rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWDSuEUgDTFcTaJRz41Mpm3DQLNtz0Ny { width:36.25rem;height:38.125rem;top:12.9375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE4cQamH5WvLHHf5F45hbI0hCxuXJwhV { width:20.625rem;height:31.5rem;top:19.625rem;left:1.1874718666077rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnyaFGdTaFR9UflgqFPXI7s53q3JXrxg { width:24.0625rem;height:12.8125rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4amlPcH7mLVykhetW4VkAsxQe0XW0JJ { width:36.25rem;height:30rem;top:7.8125rem;left:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfVQbRzgxN2Suu8HzveTvP9X7SgVORtU { width:32.25rem;height:30.125021318243rem;top:19.625rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC2GAeolkr0aNbOHyJeGZEvkw79LI8gJ { width:13.5625rem;height:8.8125rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o55hOLW8X0Uc3TNPedPfEnJTt5BmvM3V { top:4.75rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9ULbDOEZQM6VJwg1DB4CwErmuGkimwt { top:8.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5AiLdW2UMfhdy2XOwVGK8AESJ8lDQ0E { display:block; }#Q5AiLdW2UMfhdy2XOwVGK8AESJ8lDQ0E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK0grT6cNLFs5ANuSCo9TO0CiSSfk1G3 { width:9.875rem;height:9.125rem;top:7.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzwWUGaRmDEnbMhV0oeNaPLmyh8MQG6F { width:10.25rem;height:9.125rem;top:17.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHsCK39xr4J4pI4JMFItnnoBGpgmQwka { width:9.875rem;height:9.125rem;top:7.875rem;left:36.936616420746rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTWv4WHpNxgemvZSEd1lUrsKpSRChP22 { width:12.9375rem;height:9.125rem;top:17.75rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPP0OAOeR4RZwMTrTep2E7ZsvxHPXCht { width:6.8125rem;height:9.0625rem;top:7.9375rem;left:29.499059200287rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCkgsf8TROWPpvO9elIRqvusJR9BCgsC { width:7.125rem;height:8.9998486762461rem;top:8rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL2dTxe27t67O7JmCBmEHNIqg4TUaivF { width:7.125rem;height:9rem;top:17.8125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPm84mxzGZIk62Q5nwdWxqF8VT79aGC0 { width:7.125rem;height:9rem;top:17.8125rem;left:33.748174190521rem;display:block; }
 }@media only screen and (max-width: 763px) { #t213NTZtoLtoE40bVpkppXO6OT4LhPLb { width:30.875rem;height:7.625rem;top:4.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTXZV9P3HclyeMToyBvtwLAXnxVAA2Ao { width:23.1875rem;height:1.1875rem;top:7.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTOP76AG8Cf6U36gAGLPqCQPI5FhHx84 { width:20.25rem;height:1.1875rem;top:5.625rem;left:1.1233172416687rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBPLAXLTmWb3C33gU2dHNF5pbdRCkEJP { top:13.625rem;left:0rem;width:25.8125rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4HMc0cpUgXbBcJanTsUPi9tg7ZzrwIN { width:4.0625rem;height:4.0625rem;top:20.3125rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2WosX0pTDa9HHqzsIQIzikw82SzH3Ms { top:10rem;left:13.25rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBe8ptIlyzcTubIt6npcT3JbDziig1zg { top:10.3125rem;left:13.6875rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpaBETaoIG53cOabJonTprtLpXT7w1X1 { top:12.5625rem;left:13.1875rem;width:10.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q433A5T7tWJekDefCNFx67sHyDTQysEt { top:14.375rem;left:13.6875rem;width:10.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-regular-label { width:17rem;display:block; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-input-text { width:17rem; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-input-text {padding-top: 0; padding-bottom: 0;}#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-textarea { width:17rem; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-input-select { width:17rem; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-input-select {padding-top: 0; padding-bottom: 0;}#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-checkbox-label { width:31.125rem; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-radio-label { width:7.3125rem; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah  { width:33.25rem;height:auto;top:24.375rem;left:0rem; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .radio-container { width:17.625rem; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah {display:inline-block;}#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah { width:33.25rem;height:auto;top:24.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #nTteTAOy6VUyhHC5AR3QFwHrzTVhPZvA {  }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #bLD2SMXA9gWOpncGVb4XBDfwz9veK0Lh { display:none; }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #VMU7IOCAMqFLPzy5NtwTEp3Qf3MbVUyI {  }
 }@media only screen and (max-width: 763px) { #Ly02212Zsn3glE5FdR78MVsbThHgqD42 { display:block; }
 }@media only screen and (max-width: 763px) { #gBTsXLwg4Jhq2vgmI9MUN0kyl7n39xbo { display:block; }
 }@media only screen and (max-width: 763px) { #DlkJ5NXlp7r79xTw6SkC3hGJgVfzXDdu { display:block; }
 }@media only screen and (max-width: 763px) { #fzP16gEUXEZEDqAkPmC6HsUTzENB9HZN { display:block; }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #glLV1huMezIaPhnzTs2CFtvtchLvBs8I {  }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #WoiUaO7P8d1x3WEiEcBcmgA5ETD5RDPL {  }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #pbGv4T5F8cvObLTaHOE26GxHtTgoUJPf {  }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #pn0KIN2E2Knls6arbu91lpanlFfJ6uu3 {  }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #kTA8sAVQ3T9dCakzMkCqcbeD2rrpNT1N {  }
 }@media only screen and (max-width: 763px) { #GGNTsTu5HQHPiQUNAbxb9m6rb2crEFyT { top:16.625rem;left:5.9375rem;width:17.9375rem;height:;font-size:0.9375rem;display:block; }#GGNTsTu5HQHPiQUNAbxb9m6rb2crEFyT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0883ead9f78fbcf3a11987a52b1f163af1724ae5.svg); }
 }@media only screen and (max-width: 763px) { #m73rflvVnTpr54nORlySTE7JOtoMt9Go { top:16.6875rem;left:0rem;width:12.1875rem;height:;font-size:0.9375rem;display:block; }#m73rflvVnTpr54nORlySTE7JOtoMt9Go li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0883ead9f78fbcf3a11987a52b1f163af1724ae5.svg); }
 }@media only screen and (max-width: 763px) { #b3e8oQ7uibGmbqNQ5ct0SnKX50zwuT8F { width:33.0625rem;height:2.625rem;top:33.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6A8O6By90WesN3sqSHeQNE0X3Whm64J { top:11.75rem;left:0rem;width:19.0625rem;height:6.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xShi4fNrQztOFzyFWX6gzoludtrpi8a2 { width:47.75rem;height:29.125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeWJbGQBDxmTXSyCTiNWo2tbXBiOW6o5 { display:block; }#BeWJbGQBDxmTXSyCTiNWo2tbXBiOW6o5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cev6oAGCGasKt6XT50NZyU2q8RyGFLnG { width:9.4375rem;height:1.0625rem;top:1.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGHF0nTvRpQT8Xv27Uxcs2sSxeGhW7A3 { width:4.5rem;height:1.0625rem;top:1.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEPEMJLMwVvelpk7ZLIGzm1pibFzNDbN { width:1.6875rem;height:1.6875rem;top:1.3125rem;left:46.0625rem;display:block; }
#uEPEMJLMwVvelpk7ZLIGzm1pibFzNDbN > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #z0aHul9zSBClHwlxrWcL9MsO8KqUrJ6G { width:1.4375rem;height:1.4375rem;top:1.4375rem;left:46.3125rem;display:block; }
#z0aHul9zSBClHwlxrWcL9MsO8KqUrJ6G > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #BM7OeZofe1Tq2vKvJbzpIE2dXVn3x9qH { width:1.6875rem;height:1.6875rem;top:1.3125rem;left:46.0625rem;display:block; }
#BM7OeZofe1Tq2vKvJbzpIE2dXVn3x9qH > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #BIpx3QFSguMVIJym9BRfOgAT5QtHQIx9 { width:1.6875rem;height:1.6875rem;top:1.3125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DO1svfp9mxNGLaD3UQXzQ6ktdEeFBNIa { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#DO1svfp9mxNGLaD3UQXzQ6ktdEeFBNIa > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BeqgLtueAFideaqJz7idLHmMtZmnWIi0 { width:9.311875rem;height:2.43689375rem;top:0.6875rem;left:10.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrDkZwizHH00P7VhtKOOT8ZiwsoSfzTt { display:block; }
 }@media only screen and (max-width: 763px) { #RF0uwTKwiPeF3lorsT1E7zQ3rqTeW2NQ { width:6.937375rem;height:2.87485rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM8a1V4hXxAiKtiTE0pPM6cmtiCrwZml { width:14.0625rem;height:1.1376625rem;top:3.6875rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4183H3Tv4A9AdWRQvTI6sh7lIQsXi0i { display:block; }#S4183H3Tv4A9AdWRQvTI6sh7lIQsXi0i > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC { background-color:#ffffff;background-image:none;display:block; }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC > .row .container { background-color: transparent; background-image: none; }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC > .row .container > .video-iframe-container { display: none; }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC > .row > .video-iframe-container { display: none; }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC > .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); }#ZmMTvsVVT0TEdqONMxKyVLnoMf6PpziC > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsTyfiPzlQcte1UZkF7dm0s2KQKVSQ2D { width:19.998875rem;height:1.0564rem;top:10.36296749115rem;left:0.00071287155151369rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5WLwPOq7iQzM3IOwWJpvJWeFXIPoiE { width:12.25rem;height:auto;top:18.1875rem;left:3.875rem;font-size:0.9375rem;display:none; }#Qn5WLwPOq7iQzM3IOwWJpvJWeFXIPoiE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0883ead9f78fbcf3a11987a52b1f163af1724ae5.svg); }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-regular-label { width:16.25rem;display:block; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-input-text { width:16.25rem; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-input-text {padding-top: 0; padding-bottom: 0;}#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-textarea { width:16.25rem; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-input-select { width:16.25rem; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-input-select {padding-top: 0; padding-bottom: 0;}#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-input-button { width:16.25rem; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-checkbox-label { width:15.3125rem;color:#120e33; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-radio-label { width:6.9375rem; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE  { width:17.499rem;height:auto;top:27.874801158905rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;box-shadow: none; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .radio-container { width:16.875rem; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE .widget-info-text { color:#575759;font-size:0.5625rem;overflow:hidden;height:auto;text-align:justify;text-align-last:initial; }
#dOebGB3S7nh39LOu19iFMCqWObGbCqGE {display:inline-block;}#dOebGB3S7nh39LOu19iFMCqWObGbCqGE { width:17.499rem;height:auto;top:27.874801158905rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #LAL5qh9tCVsUxvNhJxkFXXWGxRsT7C72 {  }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #p4IS4TEgSnG5FeFrC1fI2PVJUAgScsW0 { display:none; }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #UQ6ULRZrStbzS0TAGHpRNXlAOufUoUW0 {  }
 }@media only screen and (max-width: 763px) { #QwBIlpIByD0nIsQLS8nFPDEVKotZ3Cdc { display:block; }
 }@media only screen and (max-width: 763px) { #xEQPyhKqEKkEdfbtTMT07vr9CHzioXON { display:block; }
 }@media only screen and (max-width: 763px) { #QobxS3PpT6rAtA3xPV5Cenpzi4LrsAJA { display:block; }
 }@media only screen and (max-width: 763px) { #WpZKZNiGR4J6gSFhgUr4sa2D7Xi8lJvW { display:block; }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #Rn1NHQb1KiAC8icsNwi4geO2NNlnZomL {  }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #wyruDo1Pr2HkpKiinDr7t7aDStN0MKm1 {  }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #i4EF58WKpoEKUDKNQ6Ph7pusmEFqkozh {  }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #m3fuVU0eBct3bccr2z3ft9m9Br9fNniq {  }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #XcxmDShk8cTKs5Olkuteke2OkglREErM {  }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #iPsmdVJepJSpPdCPlHlT7pcf6hxu2gUg {  }
 }@media only screen and (max-width: 763px) { #dOebGB3S7nh39LOu19iFMCqWObGbCqGE #H492nmXQ3POFPg37SBX8GDSrfyoHsWx2 {  }
 }@media only screen and (max-width: 763px) { #UCwG4tMeDSEbmTpm4cQTmRR7IxMeTZiN { width:9.125rem;height:9.125rem;top:18.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG2TdTtWBhfDIsZ1uF9FNwG4TznmAoqE { width:8.499875rem;height:8.499875rem;top:19rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkCXfG1UZsKRLIQyT91HIIzkI4VkqCyh { width:9.1875rem;height:1.4624rem;top:21.125rem;left:5.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXNkJKESd2CsEW2apND6WHUlVJr9FhBT { width:19.1249375rem;height:6.09375rem;top:11.752880096436rem;left:0.43553268909454rem;font-size:0.8125rem;z-index:15003;text-align:center;text-align-last:center;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sHVMrDaPiUDD3u9CH01eyIIyhJecd6zR { width:17.9375rem;height:0;top:48.004905761719rem;left:2.0625rem;font-size:1rem;display:none; }#sHVMrDaPiUDD3u9CH01eyIIyhJecd6zR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0883ead9f78fbcf3a11987a52b1f163af1724ae5.svg); }
 }@media only screen and (max-width: 763px) { #ToFq0wQFxq2sxOFPPCClhwChI0fk9Dq4 { width:19.875rem;height:13.25rem;top:62.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #reO4kTckhUCbZmJUEPTMMd5hCJvOJFfe { width:13.1871875rem;height:8.6864375rem;top:36.136376857757rem;left:4.543510556221rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2FyZrsmn0sRzmhRo1fs8MUtfMZfZQQR { width:19.9995625rem;height:6.25rem;top:28.089359760284rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.8125rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxTL6tlDuxMp2JNq52uxTL12g4G76aAf { width:20rem;height:23.8746875rem;top:140.49196293945rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2oIEtBsieTDZtWaOBgQRAGZBdfJW0e1 { width:5.31193125rem;height:5.937075rem;top:17.109089374542rem;left:14.561473488808rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWnlon5Etsmmi9X5Rcd3SW9PGd2Q9o97 { width:12.5rem;height:11.1875rem;top:52.875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VnF2eePEChw0qRugrn54aDWW0ggPKDKg { width:6.3125rem;height:7.8599392790955rem;top:71.637801757812rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMAmdflc0OcDd0xb0eZLKeMJczICFZ9A { width:4.06164375rem;height:5.1066375rem;top:17.526089191437rem;left:1.4213618040085rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6DLCgFSbFK5WwgBLXtBlf2PSlnxHEMf { width:2.8125rem;height:3.5625rem;top:66.653770507812rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJCaFCcce2wegIc3d5UZemFpoFlgwuUy { width:20rem;height:7.699225rem;top:1.7399921417236rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #NHwTCBSabRmaEqU3vBuZr3Ja6Tm1l9pU { width:7.5rem;height:0.875rem;top:4.6194972991943rem;left:12.187158226967rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgdEvIxDHCWnTKJx1p1JvQRL0NlCAQra { width:19.9995625rem;height:0.875rem;top:6.6664857864381rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbgwuxuoFncBCETxN93x17QkMfFA3fi0 { width:7.5623125rem;height:0.87463125rem;top:8.5627279281619rem;left:6.2797104120256rem;display:block; }
 }@media only screen and (max-width: 763px) { #RouzlDfo7NIX1UzT6t372w9cV0RTVEX0 { width:8.9373125rem;height:2.4375rem;top:22.899349689484rem;left:5.5293394327164rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqxrvsGDw5MhHFBUFvHFOvwSwZeL0Sqi { width:7.1875rem;height:4.12485rem;top:43.5rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M9bqhTD5D1HWOpe3rCeWN14HyNwLHFU7 { width:20rem;height:0.0625rem;top:21.835739850998rem;left:0rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #a9KzDJGxJxznGvZheXWAwGw2AXs27IKb { width:1.875rem;height:4.8992813501037rem;top:16.75rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxWEllWQCvCTZ7iMCoyMNTJl4zCt1grb { width:3.3125rem;height:4.1717641614097rem;top:22.875rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQ20TGPbtEsnR6qAQg5NK9gKpIaVc70c { width:5.937075rem;height:7.421875rem;top:24.068345069885rem;left:13.666885018349rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #D2eu6mV7JFpqaML85mXw5RsTHot79AeS { top:26.748545646667rem;left:3.6688810586929rem;width:2.0621875rem;height:2.0621875rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pDMR01wZqcDht5CEWwH4dyaxJpGmLJ4K { display:block; }#pDMR01wZqcDht5CEWwH4dyaxJpGmLJ4K > .row .container { width:20rem;height:59.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDuh5uCBkTc8b0sP6U1w4gIHcPLghSTh { width:16.7498125rem;height:10.125rem;top:24.995751380921rem;left:1.6230896711349rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StxxsIFeKsItvDVJ11LDbFIByNWMN7aq { width:16.811875rem;height:6.75rem;top:43.667654037476rem;left:1.5924383401871rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #BTZ1NXs3IIMTyoJfeCaOKRDbxv2bcAao { width:13.5625rem;height:2.0625rem;top:46.866788864136rem;left:3.2497433423996rem;background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #paDJ4zqvJkAieEeQqfBiQKgWCplXrwHk { width:8.25rem;height:2.0625rem;top:48.524091720581rem;left:5.8558107614517rem;background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15006;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F51zTZKrMfPli4zyNT9AZgrNiANUVMDC { width:19.9995625rem;height:4.5rem;top:9.7084569931031rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #L6GyTOf4ITMhNfPqzQ7zS6FgRF48Ps2k { width:19.9995625rem;height:42.7499375rem;top:12.994695663452rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #o2xdHl8TS15T2cIkG3NZoT1oAKyT1Wt9 { width:20rem;height:12.0625rem;top:3.125rem;left:0rem;background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15005;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKPzJmVFlTJEat2GHKWWTWh0SbcVUWXK { width:19.998875rem;height:5.625rem;top:3.5578241348267rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DWEkVCMrThgcPwAUySdRZsL1SFHk8cZ1 { display:flex;width:2.24894375rem;height:2.24894375rem;top:16.716696739197rem;left:8.8738876581194rem; }
 }@media only screen and (max-width: 763px) { #QAF7PlAaEzAVH6JwCmhpthFHWN9zR6zc { width:3.81215625rem;height:3.81215625rem;top:15.936160087586rem;left:8.091925263405rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRWZGfl4LCIyTTKoqElD24WsSsTKRDup { width:19.9995625rem;height:3.199225rem;top:20.996891975403rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #dXFHLAu3Iq5UgHAMTqn7PnJu12mHwWRc { width:20rem;height:1.5996125rem;top:41.542711257934rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #AIWoHXGI8l9xwu4TAVQstmaJlxWc7G4a { width:3.8125rem;height:3.8125rem;top:36.480924606323rem;left:8.091925263405rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSQxyDziZO9ztMTrrEsEiWHbhrqD77hx { display:flex;width:2.625rem;height:2.625rem;top:36.981325149536rem;left:8.655052781105rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #brzgi6aBoa25c4JPucD1r5sHs2mhprrz { width:4.4375rem;height:4.8125rem;top:5.3596878051758rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxU1GtzWAMJg16NTxKnOWwTKKS7CtV7x { width:11.812125rem;height:3.4372125rem;top:53.909100532532rem;left:4.0915828943253rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNIXlKvrIi0UkvE30XbtOCHz1hatdfIA { display:block; }
 }@media only screen and (max-width: 763px) { #bbrFaRNEoEhiz1fM9su24TGoDXww5pTS { display:block; }#bbrFaRNEoEhiz1fM9su24TGoDXww5pTS > .row .container { width:20rem;height:91.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwL3iwRFoPfDmwUw7W5Xduxe4P6Tuaxe { width:12.18675rem;height:9.936875rem;top:15.434906005859rem;left:3.9683699607849rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA4iCqySVsdC5Eq54qwuK6rkJKNxzTff { height:10.875rem;width:19.5625rem;top:71.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqkueG3zmOCM3qT5zm3w9oa3UOQzg6I3 { width:17.562375rem;height:26.598125rem;top:27.979471206665rem;left:1.218065738678rem;font-size:0.875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ifw5TuXPFWqfLeUncHFDdxtpoPfpS1Bq { width:20rem;height:4.79926875rem;top:5.1844482421875rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMp0DBFa1816G5huvOhhJ7s8I49igbvq { width:3.75rem;height:11.5488375rem;top:57.75rem;left:11.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LLO7l9vaNbl2dR4irK2q0l4MZDAEgPXq { width:3.49985rem;height:11.5488375rem;top:57.75rem;left:15rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dpJN2aV03tnv1sS0sW1qQWfEhib3Lumv { width:3.75rem;height:11.5488375rem;top:57.75rem;left:7.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xaiu5kuar6BKea28DPPWClrckOuJotFX { width:6.1875rem;height:11.5488375rem;top:57.6875rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HiTwh5FQNOGhgeedukxTS41sWZpD2CTk { width:20rem;height:32.75rem;top:23rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #T3PccXQ6LxZ7C8h66WtVLyyXpBERO6JD { width:20rem;height:2.43784375rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPSvab6TFfSiCPx8tRszGuJktc2uMRc8 { width:11.56175rem;height:11.56175rem;top:14.621351242066rem;left:4.2183699607849rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm53LAA9KiyVM8VyrUSkiUMJJzZrCrfX { width:12.5rem;height:12.5rem;top:13.76216506958rem;left:3.3599452972412rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #rdBTBQgbpblZS70XqvmG9Rd4Tv9wJz5c { width:3.125rem;height:3.125rem;top:11.694183349609rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRr214lvlINIKHtKTe6BrkpsIJBpT1fo { width:19.5625rem;height:13.5625rem;top:56.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2bJqgAwehxQwdgMOxXbs2sQB8uMBZIH { width:19.5625rem;height:2.8117375rem;top:56.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLRBABdZdFQnMCWRUIxOguouGKNKybG4 { width:20rem;height:2.7998rem;top:10.42001247406rem;left:0rem;font-size:0.875rem;line-height:1.6;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #huROkz1HkP45p32QlAMQEVEqwnBBfII7 { width:11.8125rem;height:3.4375rem;top:83.625rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xziB8SorooueyykfhdoVphsOH7XKeqTw { display:block; }
 }@media only screen and (max-width: 763px) { #v3pQ1TFXONm6cpQdpAgcZsWnAa1melWJ { display:block; }#v3pQ1TFXONm6cpQdpAgcZsWnAa1melWJ > .row .container { width:20rem;height:84rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrxqOiwrlmR7roVQCk5clTFlKfcanbBX { height:10.8125rem;width:19.5625rem;top:65.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POHQZcAxSGpxpabJkf5HTKlvkq8CrEg5 { width:18.061875rem;height:20.9985625rem;top:31.166687011719rem;left:1.1230231523514rem;font-size:0.875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLRoQ7TFLfPxb8zMbpyTZxMyOU6mtWbP { width:16.811875rem;height:7.99805rem;top:6.8584246635438rem;left:1.5929136276245rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzRu9rFrP3WZmkADTK5NuZLoAxKnTJ19 { width:20rem;height:26.25rem;top:27.4375rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #r4p03ZhnC2IF0tgzsANuOSPQVWLRngGu { width:20rem;height:3.8994125rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FSLTkORza8B444dhVQ99nhuUdJh2sbpl { width:11.5625rem;height:11.5625rem;top:17.874389648438rem;left:4.3118920326233rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DwbxvIWJ4F7zFxF8wxfnJNEuuTf18G89 { width:12.5rem;height:12.5rem;top:17rem;left:3.3743917942047rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TOuzt7FleTnygSV7bu3fdTwn0uvkgm4g { width:3.125rem;height:3.125rem;top:15.293029785156rem;left:16.107055664062rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzsUf2mJXfof9yM5xRZvw6oTvEdsM0W { width:19.5625rem;height:9.4375rem;top:54.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2Q736pAvJwzvGCUo7FaDT3UbTBUf2e5 { width:19.5625rem;height:2.8117375rem;top:54.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8c0c6986f76b18dbc49c1ce21f5ddc6 { width:13.0625rem;height:10.0625rem;top:18.585327148438rem;left:3.4755172729492rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #f8ef4227b7ac3bd6feddbc24440cfc1e { width:5.9367375rem;height:7.699225rem;top:55.9375rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aeed1621df8491c11b9c9ac9f8d42c63 { width:5rem;height:7.699225rem;top:56rem;left:7.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ea522756aac6ed347852609f92aca330 { width:5rem;height:7.699225rem;top:56rem;left:11.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d62784569331fcfebcfd979787eab478 { width:3.18735rem;height:7.699225rem;top:56rem;left:14.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uT7Kvfqzl5TgGXNVhkciH6rXS2KDoHH7 { top:15.293035507202rem;left:0rem;width:20rem;height:1.1376625rem;z-index:15047;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhoQFWqnWgEP4olAENiUxfNK5DP1D7V0 { width:11.8125rem;height:3.4375rem;top:77.3125rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU0SoLEwwxHW3J4cdkHXThmqWA0dTX13 { display:block; }
 }@media only screen and (max-width: 763px) { #ZTGm2T3CxSI1gZbSGIkupdNN2Ff7LyBl { display:block; }#ZTGm2T3CxSI1gZbSGIkupdNN2Ff7LyBl > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXX2VNvesrfFi6Jw3TXd5b4W5nxapbp5 { width:18.061125rem;height:25.1982125rem;top:28.839378356934rem;left:0.96729588508606rem;font-size:0.875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UQvvlxdlbFd7wpy2xrTH1FreEgR3EbVK { width:20rem;height:6.39844375rem;top:5.1624145507812rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I3rIsloR8r41K3RuA4Vep5KDA8PXz1ol { width:20rem;height:40.6875rem;top:21.478096008301rem;left:0rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #koC0ekiavVEKedmfyQACye8iyyKTB6TE { width:20rem;height:2.43784375rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2JGXxHQIvrTPMrqAq41Zi2d3TqPtaUc { width:11.5625rem;height:11.5625rem;top:15.499687194824rem;left:4.3118439912796rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #DDqsbhI0nqPVHsqcElF2zKa5ONCC7JE7 { width:12.5rem;height:12.5rem;top:14.62434387207rem;left:3.3737741708756rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpbyryKTqdV7B7S065PpBvOE9XX25RD2 { width:3.125rem;height:3.125rem;top:12.496959447861rem;left:15.951946258545rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqxBiHd1NGL9tt7kzRLZxGDiPgzPoKak { width:19.5625rem;height:13.4375rem;top:54.532951354981rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIbOoFcaPzldKP1uiBgEEdylzBwIhHKM { width:19.5625rem;height:2.8117375rem;top:54.534385681153rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #xupNGdQzZKDozkVqnVK4JuQ4mpAHwcoO { width:13.812375rem;height:10.874375rem;top:15.561698913574rem;left:3.1549383401871rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #hsQTt85fBaKR3aDMwpLkAwEb713S1wEL { width:7.436125rem;height:11.5488375rem;top:55.39119720459rem;left:1.0585367679596rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pD08rKeqNTMwOT2nMcsBT6DAkcI6vt0Z { width:5rem;height:11.5488375rem;top:55.392616271972rem;left:7.6870437860487rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tRbhtoMKcoGxFXyLCB3cOaI4EQOxBrKp { width:5rem;height:11.5488375rem;top:55.371940612793rem;left:11.186274170876rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UUULJz07mXuFzFBFcRRTSDRy5MCoFKlp { width:3.62454375rem;height:11.5488375rem;top:55.371940612793rem;left:14.686929345131rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IkFfNnPzOH5hQIPUTQ6ixbJBmoKrnPS7 { width:19.5625rem;height:13.6245625rem;top:68.971107482913rem;left:0.31150209903717rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTLI7ogi5CDfVlecxqLtDisWXhoorNfN { top:11.934459209442rem;left:0rem;width:20rem;height:2.2744125rem;z-index:15051;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kzx46TyPmstJtTUDFNv6XEEinUvzykXu { width:11.8125rem;height:3.4375rem;top:83.7827835083rem;left:4.062357544899rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpBU2TBSTlTOgOpL7RTtnHFprfl4JlkZ { display:block; }
 }@media only screen and (max-width: 763px) { #H9T6euntzTBPPAPQtTBhW5Dc7wqJf2J4 { display:block; }#H9T6euntzTBPPAPQtTBhW5Dc7wqJf2J4 > .row .container { width:20rem;height:90.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JruoGZMvU06zbh7HEfN7szTA9yGx81X1 { height:10.8125rem;width:19.5625rem;top:71.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBgHQLp8r7Lkk9Pe9aHvDozMscvAilJo { width:18.061875rem;height:25.1983rem;top:29.166046142578rem;left:1.1230231523514rem;font-size:0.875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W110wtytn8SZHWI1rRqUomoq0vs9BNU4 { width:14.6875rem;height:4.79926875rem;top:6.8982672691344rem;left:2.6558699607849rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nzipbDWOsZOTmbfhoKDZNdS1O6dsNp71 { width:20rem;height:33.375rem;top:22.6875rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #nFtT5Luns1ZFGOxac4TzgKOedlu3SPti { width:20rem;height:3.8994125rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iu5TJm7s8lPtqpv5D1UzZsUmkw0V2UiC { width:11.5625rem;height:11.5625rem;top:15.748321533203rem;left:4.2487835884094rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #W8Zwt80TnTIBJtsBzBp60eSOD0nO0X2l { width:12.5rem;height:12.5rem;top:14.937042236328rem;left:3.3743917942047rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #eSD2x4ovo9WyHMSO6LkhQamOrvVL5FFm { width:3.125rem;height:3.125rem;top:13.542114257812rem;left:15.810523986816rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu9BHqZzQ4Qr44fnCUikwh08VNtVTR26 { width:19.5625rem;height:13.0625rem;top:57.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #whf565KCqtRMk5KXhTtbtzhTNeVLTu9V { width:19.5625rem;height:2.8117375rem;top:57.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO5GhsXWdnPn8vzw5H61a8ac9GUGhyWA { top:12.105224609375rem;left:0rem;width:20rem;height:2.2744125rem;z-index:15047;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p7e8d2f0ac668f9e01c092f41a274034 { width:12.25rem;height:9.75rem;top:16.528442382812rem;left:3.7979016304016rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #ecba1b4dbe477af7ae22fe8432dec99a { width:3.75rem;height:11.5488375rem;top:58.5rem;left:7.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vc3e1e935a55912764ece94e3598a8ad { width:3.75rem;height:11.5488375rem;top:58.5rem;left:11.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T1c40300901eec77d46ac63a91ff7d9e { width:3.75rem;height:11.5488375rem;top:58.5rem;left:14.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X68a754aed1517441d96733dd1addc94 { width:7.436125rem;height:11.5488375rem;top:58.5rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #it4l5Bayb4XNXQcbwmJTuS3focNS5vTs { width:11.8125rem;height:3.4375rem;top:83.5rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0xaCQlFM8qL4gmBWhCEWEbqxP8qT6M1 { display:block; }
 }@media only screen and (max-width: 763px) { #IiGt1Kk4ilLmwps6gObyasrb9dtrkeTQ { display:block; }#IiGt1Kk4ilLmwps6gObyasrb9dtrkeTQ > .row .container { width:20rem;height:94.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iI2ZCX7twxKP3qLIyoepWIUohzAwugFm { width:18.0610625rem;height:23.79833125rem;top:30.65185546875rem;left:0.96923828125rem;font-size:0.875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngNTLaJdIMBrI2o6MrcIWd2g5qdQWa4z { width:20rem;height:4.798825rem;top:5.537109375rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNqkn1C6dcZrqzpN7ktVdldWOFKMADi7 { width:20rem;height:33.5625rem;top:22.34521484375rem;left:0rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #ysCWBp904E8dXhqq7dEi2mQbTGbT2ydd { width:20rem;height:1.94970625rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Dqcz2UlR7GzUFn4zNnyvdTlyh59VCSTC { width:11.5625rem;height:11.5625rem;top:15.75rem;left:4.3125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #QiDHe1yfu7zAmqR5fC26KypT945GVbyW { width:12.5rem;height:12.5rem;top:14.875rem;left:3.375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #a67xUNHAnmPATWyScDZ3Nq7E2QyGXC5l { width:3.125rem;height:3.125rem;top:14.125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFgVbs7e3HQ9PaNLLo7PyO3UGWJEJPND { width:19.5625rem;height:13.0625rem;top:57.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5HTvgmyQXy4kesZFNU1vyHUDJC2sHBZ { width:19.5625rem;height:2.8117375rem;top:57.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkvsBIuQhbMhfBr8JkTaev0mUEwyhJpz { width:19.561875rem;height:13.624125rem;top:71.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUuG72S6XR1zvx3R58JdP0LDxdlUuI2m { top:11.875rem;left:0rem;width:20rem;height:2.2744125rem;z-index:15051;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eab30a5e5439e00795692361f2809676 { width:12.125rem;height:10.125rem;top:16.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #e80cc63b8f90f59a833361b960636e90 { width:7.436125rem;height:11.5488375rem;top:58.5625rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Va56242111d04bb7428cd5256fdf9c3b { width:3.75rem;height:11.5488375rem;top:58.5625rem;left:7.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #df84b80832ecb414d6b355e4ebf3cccf { width:3.75rem;height:11.5488375rem;top:58.5625rem;left:11.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U318ea6500abfff982de443d809f6f55 { width:3.75rem;height:11.5488375rem;top:58.5625rem;left:14.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SugHWIHFTTCNmu7NyFEh41GloQmJAu7k { width:11.812125rem;height:3.4372125rem;top:86.5625rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ0OAbEqymWZ9KbTZZTwPpTvDPUs6oDC { display:block; }
 }@media only screen and (max-width: 763px) { #ylAqP1ytFzZhFkN0hQ8ipid7Bu7agcI6 { display:block; }#ylAqP1ytFzZhFkN0hQ8ipid7Bu7agcI6 > .row .container { width:20rem;height:89.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avXv7mUIfFrUodciF8mGyEtRQ2eTJvhm { height:10.8120625rem;width:19.561875rem;top:69.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTinWETArU6fRBcAlEvSAfg89Pmgun6Z { width:18.061875rem;height:23.7983125rem;top:29.35319519043rem;left:1.1226904392243rem;font-size:0.875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w1os17mBy79v0TUCghO1nTOFcTBEZT5Q { width:14.6875rem;height:4.798825rem;top:4.89794921875rem;left:2.6552520990372rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QByUcfJJ2tkRzSwTV6BX13ad9tCZvnL8 { width:20rem;height:32.8125rem;top:22.25rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #ueloSrqAtalo66E39yWSWpaISvmXLKoH { width:20rem;height:1.94970625rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yyrZz8qCnTFPB3nVWNBP53yP2mgnS2XQ { width:11.5625rem;height:11.5625rem;top:15.873306274414rem;left:4.2484031915664rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #E0gViafhAxuw7XBelUgmDCXCMTbEylhp { width:12.5rem;height:12.5rem;top:15.061416625976rem;left:3.3737741708756rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #oxeLSiUneCoe2o5sm0apndUBqoX5uOnQ { width:3.125rem;height:3.125rem;top:13.542114257812rem;left:15.810523986816rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2yNwUUaseoDkrauXQxvbJwKnz2i7Z1t { width:19.5625rem;height:11.5625rem;top:57.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M11DS5Et6rTEMxHvTZrke0drqemAykwr { width:19.5625rem;height:2.8117375rem;top:57.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9OXiFT0JtRIxpX7xV8hnyhkJN0ltF2w { top:12.105224609375rem;left:0rem;width:20rem;height:2.2744125rem;z-index:15047;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LXfAik0Bd01N4qRaH4tP2rTsHPsUQJEH { width:12.3745625rem;height:9.9374375rem;top:16.684962749481rem;left:3.6864448785782rem;overflow:hidden;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #Cc807bddf1d665e3d7e099db9d9f69c7 { width:7.436125rem;height:9.62403125rem;top:57.9375rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P9c8e2c2d14408636eaa97ec4685e38f { width:3.75rem;height:9.62403125rem;top:57.9375rem;left:7.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ebd5e8f3d4c489ef64e32d5b983039ca { width:3.75rem;height:9.62403125rem;top:58rem;left:11.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p4f8827e5cdb1f4692643dadf38a2849 { width:3.75rem;height:9.62403125rem;top:58rem;left:15rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GGfAmcKeWdOODd7qTkhlvRSbPIvgFrUr { width:11.812125rem;height:3.4372125rem;top:81.625rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDl7aWToUUi0NI7qF040PLwUIhVyItUg { display:block; }
 }@media only screen and (max-width: 763px) { #pfzALwo6PqOxitBABkxv40aZJ1aeUzxz { display:block; }#pfzALwo6PqOxitBABkxv40aZJ1aeUzxz > .row .container { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7CqyIeT1rKNToXbnMy1Zt2C3AD7tRmh { width:18.061125rem;height:20.9985625rem;top:26.589385986328rem;left:0.96729588508606rem;font-size:0.875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d19hX4tk7Qkdz2brWh9nXe7uqfXfUQJT { width:20rem;height:4.79926875rem;top:5.1624145507812rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMplBu4S6T9zyTEtn4EaOvIbCm89BuA0 { width:20rem;height:29.1875rem;top:20.1875rem;left:0rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #VpO4WOirttleOsqbAnHcTzgnSGdi1cU9 { width:20rem;height:1.94970625rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VpTNRnfgtGBc0w4fFC92prga7u8LrvCF { width:11.5625rem;height:11.5625rem;top:13.187164306641rem;left:4.3118439912796rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #dsr2hs1cDVJsTzI0UEhvJIH6RQKNDL5i { width:12.5rem;height:12.5rem;top:12.311828613281rem;left:3.3737741708756rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7pPsI1IleuXqOQDZlCQrEdKHhbogy4F { width:3.125rem;height:3.125rem;top:9.9609376192094rem;left:15.060447335243rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOMTZmgwUeRBNATSP58ccwqxJkXPmL0Z { width:19.5625rem;height:5.3125rem;top:51.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkPcmqs5CHBfWmgQDzyh5cf5IpK1THwm { width:19.5625rem;height:2.8117375rem;top:51.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XugFnZaTE6sKht4Tla6C487QyWG6TSWc { top:10.434020996094rem;left:0rem;width:20rem;height:1.1376625rem;z-index:15051;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yIt3Zw9UwlxeGe3EVQABxK9IQx6c409x { height:10.875rem;width:19.5625rem;top:57.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c28HaK6iOIfTagQdhTKKLHx3JrveOc5N { width:7.436125rem;height:3.8496125rem;top:51.875rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qKTSKWtQ9eAMaRzOtMWgRDFBrODI9PrZ { width:3.75rem;height:3.8496125rem;top:51.8125rem;left:7.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QNtHpzDWEZZ02k9UtG5UtMxn8t4SviDH { width:3.75rem;height:3.8496125rem;top:51.8125rem;left:11.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rv7tEGbWzGk4OpG6Um3PD5y9sp5DHTPm { width:3.75rem;height:3.8496125rem;top:51.8125rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #foB7URfI6GT2K39bgf2ywHTRCQzedIhG { width:12.75rem;height:9.75rem;top:14.029708862305rem;left:3.8411551713944rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #XdFyaNiWKl0mTVGGRTVQnEbPwra5Td9M { width:20rem;height:0;top:68.283203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Sqwr4vDiflDao8AVTETSSwmiVghu1Ck1 { width:11.8125rem;height:3.4375rem;top:69.125rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKisoTGBzUWXx91aSFn2NZCQGXhcl0M2 { display:block; }
 }@media only screen and (max-width: 763px) { #LLOsHw16ciNTZvWVUyzfzux4pAFmVGgn { display:block; }#LLOsHw16ciNTZvWVUyzfzux4pAFmVGgn > .row .container { width:20rem;height:93rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5e6k4LMyJs2NCmyD2DBDaQ5AqBd9uLJ { height:10.8120625rem;width:19.561875rem;top:73.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM8pVgS7T5V5W60z8SOsXziSV7y5iQcN { width:18.061875rem;height:23.79831875rem;top:32.540710449219rem;left:1.1226904392243rem;font-size:0.875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uP7efpyOuFhTPnfHFs5Fhw4iGScWQMxT { width:14.6875rem;height:9.597625rem;top:4.96044921875rem;left:2.6552520990372rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KySagczwQmyu4kGcKQdLv2qhFT2igRvU { width:20rem;height:32rem;top:25.8125rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #Ke1MLP51orccv5nhBn67SlgOCKi43ecG { width:20rem;height:1.94970625rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #n21uTrxTPGaz67gMUQo3CCiBFAP6voIk { width:11.5625rem;height:11.5625rem;top:19.123321533203rem;left:4.2484031915664rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #xuTX1sUn7qWiZuHsFQKG4UbrfuXtMhAx { width:12.5rem;height:12.5rem;top:18.311431884766rem;left:3.3737741708756rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #NByxqe7IkW9Ph9OkhLqgoUFItI5sor10 { width:3.125rem;height:3.125rem;top:16.789034128189rem;left:15.729014992714rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOKLqbCoHcoph8mgcnmlVEBmNEOxts5B { width:19.5625rem;height:13.0625rem;top:59.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfu8dtdoQTze1PZNRacq8Z6eiFJTLTrE { width:19.5625rem;height:2.8117375rem;top:59.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxIxwTBJLiKp8MTZMECwTBTMoCXoSWMi { width:11.749375rem;height:10.249625rem;top:19.65288567543rem;left:4.0611597299576rem;overflow:hidden;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #OVXdRLIlO7G4O1pnoDV24KWTcu5sriXA { width:14.5625rem;height:2.625rem;top:15.056482315064rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q9I7f4A9Wc3s3mRD1S9RoUHOtLOpUZuH { width:7.3745625rem;height:11.5488375rem;top:60.1875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DQF2TX1NcsfIDMDuv5RFZeTzvZhNHqcE { width:5rem;height:11.5488375rem;top:60.1875rem;left:7.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h6y65aOq4Ux67JEgVrtVCCChyRf1700l { width:5rem;height:11.5488375rem;top:60.1875rem;left:12.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DcT6JA66ARLmP6ou1qdGNgIm7H9lEy8b { width:3.81235rem;height:11.5488375rem;top:60.1875rem;left:15.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yygn8wlfG9XxJTZv1Po4TKVscxW3zw19 { width:11.812125rem;height:3.4372125rem;top:85.375rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFm3VZ4waISPIQhJSULGgCvGyJPtA1U8 { display:block; }
 }@media only screen and (max-width: 763px) { #Vb2svhwyD7eI6Mdk4T1TxRTZpvgZL7Ja { display:block; }#Vb2svhwyD7eI6Mdk4T1TxRTZpvgZL7Ja > .row .container { width:20rem;height:75.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hD3EORnFdf2CHa5x1Mk42qJiRXRI7y0P { width:18.061125rem;height:18.1987375rem;top:26.401885986328rem;left:0.96729588508606rem;font-size:0.875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o6uuc7ZQLR5IZ3fsoCEK18hI9Nesti9w { width:16.5rem;height:4.798825rem;top:5.1622619628906rem;left:1.75rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmLVNy29897r0wBLl2SHF3XktDVOE83f { width:20rem;height:26.5625rem;top:19.625rem;left:0rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #DbDLU3X01X44KzzzuTqOKKAsbeLo2fH9 { width:20rem;height:1.94970625rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wkkZB4TeEmTOyUmMKqRyfC9pt01BodT0 { width:11.5625rem;height:11.5625rem;top:13.062194824219rem;left:4.3118439912796rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #NZxHsP48TNTNwdrDcoqOsyvgKMX3XWEZ { width:12.5rem;height:12.5rem;top:12.186859130859rem;left:3.3737741708756rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLEerJ6vQBkSu4JnVLtc3dpuk6ID9fGS { width:3.125rem;height:3.125rem;top:9.9609378576281rem;left:14.917883515358rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa1vZJRCOLxytguT41h6WBsTqqWfC2ws { width:19.5625rem;height:4.8125rem;top:48.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJu4KdbcEQAdqETC8UyZcZGcbqBNKVzi { width:19.5625rem;height:2.4375rem;top:48.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz1B5aRmfyNAgBlVyfKnNIgzy1haQ6EE { top:10.371520996094rem;left:0rem;width:20rem;height:1.1376625rem;z-index:15051;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTCZRVzTS15JJTRLliTtddgSVl7E0yml { width:20rem;height:0;top:13.013534545899rem;left:0.061587572097778rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dNrpleF9PogD88V9ZHA4QnTT8DxRo8ks { width:20rem;height:0;top:9.8724060058594rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VQS77cu7Kf862A3Xs1T9ng8VJ5ExsgDl { width:7.6875rem;height:3.574225rem;top:48.625rem;left:0.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ld2T2yliEkBEQ1PUELO3s87bEIrmA2Wi { width:5rem;height:3.574225rem;top:48.625rem;left:7.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dBT3uli4NNdrOTrKV4XukrDW4xN7wmyL { width:5rem;height:3.574225rem;top:48.625rem;left:11.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h8ggc9lU44JDzt1LQslpNzKdAWwKO93F { width:4.3125rem;height:3.574225rem;top:48.625rem;left:15.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e3dkFTO6sFAkwwUiIwlnbw53Qd7eV4IW { width:10.7493125rem;height:6.999875rem;top:15.342010974884rem;left:4.7483464479446rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6gZDpRpTkrIpRUkEfHprs7Zsc5sXmev { width:19.5625rem;height:13.624125rem;top:54.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACJ2KeJ8DAGvG16KcQDBWHSNuF2Rm2oo { width:11.812125rem;height:3.4372125rem;top:68.9375rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHZmHTheC26T8aty41KIgH2QS1GJd9Ko { display:block; }
 }@media only screen and (max-width: 763px) { #vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu { background-color:#f4d01d;background-image:none;display:block; }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu > .row .container { background-color: transparent; background-image: none; }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu > .row .container > .video-iframe-container { display: none; }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu > .row > .video-iframe-container { display: none; }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu > .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); }#vRwX6L4UkVqhZn01Jcb5yKuQp5vmITMu > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgkImhqp2dzKuzBzPWcWQGyGPGdIchyi { width:19.9375rem;height:20.5625rem;top:14.749633789062rem;left:0.062015295028686rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0n4dNPrEAxudFzUXPPnurHet835oMeq { width:4.1875rem;height:4.1875rem;top:14.75rem;left:0rem;background-color:#f4d01d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cfAWSzB0mlTnKTaf95rBqIPz36TnhmTB { width:3.125rem;height:2.84375rem;top:15.374206542969rem;left:1.3115875720977rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GiN9KD4gfTDRHodWZTTvO2aHuLimOUx5 { width:16.375rem;height:4.21875rem;top:15.624176025391rem;left:2.8134979009628rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xmD4CyHC1V5NkM3lqNJ4i21mxKUOUQ7V { width:15.9375rem;height:5.625rem;top:21.638519287109rem;left:2.87480032444rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #M9hX8XxrMx1zRkSQRIUpGTpicvcTQEPr { width:15.9371875rem;height:5.625rem;top:29.138519287109rem;left:2.9059077501297rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15042;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ri4VsNlut9F3Xepvm4seono10wkTQsgX { width:20rem;height:3.5rem;top:9.1869201660156rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ugk1izCKTxpC3OPrksMKydbUeu0pfET1 { width:20rem;height:5.19930625rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KSJ4UMCuHZSGmuwRbvUgQtlBvPX2TrNL { width:20rem;height:2.59965rem;top:19.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #A1N46Rz0Inz7Fm347z7S49c3uB2au424 { width:4.1875rem;height:4.1875rem;top:20.624938964844rem;left:0.062015295028686rem;display:block; }
 }@media only screen and (max-width: 763px) { #dATTvTkT7I4MuiqhangTfyLxkWDUDG1Z { width:3.125rem;height:2.84375rem;top:21.263763427734rem;left:1.3108748197556rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RRoJZzsR6vzFvNU6vnmicTrEKZfHEnsA { width:4.1875rem;height:4.1875rem;top:28.124328613281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nro1trylBvT7zOgEKtzAVcl6Vshkfbl5 { width:3.125rem;height:2.84375rem;top:28.821197509766rem;left:1.3108748197556rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DKLRLDMDB7k65SzvGHyBf8wQDpkMJwHU { width:0.124743125rem;height:15.625rem;top:16.342438697815rem;left:1.8567517995834rem;display:block; }
 }@media only screen and (max-width: 763px) { #hleS3hKbZMgRJRH0pG1ruvLmIoZ4bypv { width:19.9995625rem;height:5.19930625rem;top:39.748514175415rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MRTRlOTLnJyhdxugSTghpAHPDCndyDFB { width:17.8746875rem;height:7.199225rem;top:45.993670463562rem;left:1.0613880157471rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvixF4riKJJhBDpd4FgbvnI3UiT8ZMF4 { width:17.9359375rem;height:8.4985625rem;top:53.314880371094rem;left:1.0307368040085rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q56HNAx5mwQ7PHTKK2dwTx89WKagukTP { width:19.998875rem;height:1.59375rem;top:69.777173519138rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZur6rIFFs0ol6wDyokpw0rbkAmtBOLO { width:15.2479375rem;height:3.81215625rem;top:63.752504348756rem;left:2.3744012117386rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTm5lQSXdys0rT89vPXTuo3xzAETAZwS { display:block; }
 }@media only screen and (max-width: 763px) { #uThvJr2bhzhmmsU5pBBSyATedJqyuBkf { width:20rem;height:35.1875rem;top:36.887687683106rem;left:0rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #MOkJ6BBkCtO4PRpI44clovOTeQeyCt5n { width:8.9375rem;height:1.1875rem;top:40.9990234375rem;left:5.4990020990372rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR69xLA8TnUaiIIc0dWTTKwlAuh7riRe { width:13.9375rem;height:1.1875rem;top:43.557025909424rem;left:3.0925525426864rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUw4AnbPuzCHZ6rHtREvhazI69F49zmO { width:3.24974375rem;height:3.24974375rem;top:59.806254386902rem;left:15.982835412026rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQVQMWqdsmlwZhZ93OTrwHbxcm8N9ds4 { display:block; }#RQVQMWqdsmlwZhZ93OTrwHbxcm8N9ds4 > .row .container { width:20rem;height:169.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQksBZisRtk0U4ngePS94JQUi4sEC7Qf { width:20rem;height:1.94970625rem;top:31.762390136719rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBmFLPrsCzgi5XxpPmndihrCRd7bkIKH { width:19.9995625rem;height:47.4374375rem;top:12.561317443847rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hy9KtdlIlmdxTkMoIMKID3wTSJbesod9 { width:20rem;height:20.875rem;top:3.6134643554688rem;left:0rem;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15005;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:12.0625rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9XlvocbFUmSuBbXqBNQtV6c4c7A8rBX { width:15.3120625rem;height:3.19921875rem;top:5.271755695343rem;left:2.3423243761063rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #x7i3WQOk0esVfQr0DzOqGElturd8eUqa { width:20rem;height:2.625rem;top:2.7735800743103rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7d7577360f54af0eb5c7a61b16406ba { height:21.0523125rem;width:20rem;top:10.084838867188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2520ae615a1498db5e6b258619da257 { height:21.0516875rem;width:19.9995625rem;top:35.146848678589rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4c74eff0ea96e2ab0a22fdfb1143452 { height:21.0516875rem;width:19.9995625rem;top:60.346649169922rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHJxEpP3uOH9wLAGTkHfkIEaFyzTqCQ8 { width:20rem;height:1.94970625rem;top:56.949890136719rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGqkWuTfyuRyAHVLbRXIe6lmS1vDcl90 { width:20rem;height:1.94970625rem;top:82.086517333988rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pAbhoTlU4ErCZ98DXh4KvFTlX81rZTAo { width:20rem;height:1.94970625rem;top:107.15896606445rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDwx1QrDyQ5UHwWOWESm1HxwbTXXo671 { height:21.0625rem;width:20rem;top:85.473198890687rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7TTloWqMFnsutzBzKWgEGJfJDBUNW0L { height:21rem;width:20rem;top:110.54609870911rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erqvdTgV1zpDteks0AM5iNmaTmsNtDu2 { width:20rem;height:1.94970625rem;top:132.17009544372rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqyXND8TZWKDTQ6uwhJZPIsPlJ872EPM { width:14.6869375rem;height:3.4343625rem;top:161.25185585022rem;left:2.6552520990372rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7bbfgv6dv5BWz4VuKu1TnGWt2ILc4qb { display:block; }
 }@media only screen and (max-width: 763px) { #R178qsE3FaAapE8TwC15R2ByZiMmFFC4 { width:13.25rem;height:19.9375rem;top:109.9616355896rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukotD0oTXQFkhcN7t1VK6O9DXLr8qwi1 { height:21rem;width:20rem;top:135.55661582947rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r05b4GIRwGyqTsEvNNCO9BD6cEB5iahI { width:18.6245625rem;height:1.94970625rem;top:157.18076896668rem;left:0.68573224544525rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kDJNrG2AS11e5W6z6i45AptqkTKqxF5N { width:5.1875rem;height:6.4841742898096rem;top:165.93551157227rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRaM9aBW9fOASzcmwhw9HIVidao2IVI0 { width:4.3125rem;height:5.3602312438923rem;top:173.66932407226rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #db956a9b942b5279299bb31758633982 { display:block; }#db956a9b942b5279299bb31758633982 > .row .container { width:20rem;height:102.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bb1c13b340ca9b995aafe6ec06ac18d9 { width:9.1248125rem;height:9.1248125rem;top:2.9995851516724rem;left:5.4359604120254rem;display:block; }
 }@media only screen and (max-width: 763px) { #a14205cd571e945275a68f1392cc6006 { width:11.125rem;height:11.0625rem;top:35.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d954ab47790b055f333939c104cd1e86 { width:10.9375rem;height:11.06225rem;top:67.187282562256rem;left:4.5299669504166rem;display:block; }
 }@media only screen and (max-width: 763px) { #l955890ee5a950a33b4b623db2f035f9 { width:16.436875rem;height:16.360375rem;top:13.373291015625rem;left:1.7799099683762rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c12086d4abe911a6ec9e108aecd07e43 { width:19.9995625rem;height:1.94970625rem;top:30.511291503906rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mf75bfa1fde69f094ed25662b245b881 { width:20rem;height:1.94970625rem;top:61.642883300781rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Kd828c11d728957b7ea7c732fa7fb7db { width:16.375rem;height:13.38575rem;top:47.372973442078rem;left:1.7799099683762rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #id5af1879a34e6b8099e5d4c12ad1de7 { width:19.9995625rem;height:1.94970625rem;top:94.816436767575rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f467e73566066466d5406d0ebb61e163 { width:15.3748125rem;height:14.8730625rem;top:79.063783645631rem;left:2.3109604120254rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U3tIvJmVRHSQUBLXKbXtQlFU4oDQ4pca { width:10.25rem;height:10.25rem;top:2.44189453125rem;left:4.8124715089798rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsqekyfIpoQO51N5rdJAK6uh9kuivyRh { width:10.249625rem;height:10.249625rem;top:35.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUIB1T5epfLvaoFQGLeTLIo8qVO04zCA { width:10.249625rem;height:10.249625rem;top:67.565347671506rem;left:4.9367586374283rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlianfD4xQJWP0IymaD4wIs0nJBXRVvv { width:20rem;height:26.3125rem;top:7.3078308105469rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:9.3125rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRCF0Qa6UsLV7sfQQkmkZfTkLCQQvsIq { width:20rem;height:24.0625rem;top:41.185974121094rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:9.3125rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATfNrqpEitoIpONk2sO2HhvTqKxlvAW1 { width:19.9995625rem;height:25.3749375rem;top:72.878365516662rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:9.3125rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT9hTP0lVQv1eCyTavX0Lm6Xp0Jm5xmO { display:block; }#GT9hTP0lVQv1eCyTavX0Lm6Xp0Jm5xmO > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSE1ZTsEWQrBepkdZrrZqn4aNbFsZlVk { width:20rem;height:3.8994125rem;top:46.749816894531rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #REqQDhsSp1G4cdwIlTImTOgvCGXZyLeE { width:17.937375rem;height:3.8994125rem;top:14.419147491455rem;left:1.0293111801148rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFrd3B8B9a3eEknir7D4Ndf34CdnTAdB { width:20rem;height:30rem;top:51.2125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOHi917WN6WHddZ7lPS1hTP3aEMJes6i { width:20rem;height:30.0625rem;top:13.962158203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWDSuEUgDTFcTaJRz41Mpm3DQLNtz0Ny { width:20rem;height:24.5rem;top:45.124572753906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE4cQamH5WvLHHf5F45hbI0hCxuXJwhV { width:20rem;height:14.4375rem;top:18.274658203125rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnyaFGdTaFR9UflgqFPXI7s53q3JXrxg { width:16.4375rem;height:9.25rem;top:11.39999961853rem;left:1.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4amlPcH7mLVykhetW4VkAsxQe0XW0JJ { width:20rem;height:30rem;top:51.8375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfVQbRzgxN2Suu8HzveTvP9X7SgVORtU { width:17.375rem;height:16.1875rem;top:51.93701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC2GAeolkr0aNbOHyJeGZEvkw79LI8gJ { width:13.5625rem;height:8.8125rem;top:33.712219238281rem;left:3.2183793783188rem;display:block; }
 }@media only screen and (max-width: 763px) { #o55hOLW8X0Uc3TNPedPfEnJTt5BmvM3V { width:19.998875rem;height:3.8994125rem;top:3.2789678573608rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c9ULbDOEZQM6VJwg1DB4CwErmuGkimwt { width:17.0620625rem;height:3rem;top:8.4262375831606rem;left:1.4676951169968rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q5AiLdW2UMfhdy2XOwVGK8AESJ8lDQ0E { display:block; }#Q5AiLdW2UMfhdy2XOwVGK8AESJ8lDQ0E > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK0grT6cNLFs5ANuSCo9TO0CiSSfk1G3 { width:9.8746875rem;height:9.1248125rem;top:53.186211585999rem;left:7.8117872476575rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzwWUGaRmDEnbMhV0oeNaPLmyh8MQG6F { width:10.25rem;height:9.125rem;top:97.25rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHsCK39xr4J4pI4JMFItnnoBGpgmQwka { width:9.8746875rem;height:9.1248125rem;top:63.029678344725rem;left:2.330747961998rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTWv4WHpNxgemvZSEd1lUrsKpSRChP22 { width:12.9375rem;height:9.125rem;top:117.875rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPP0OAOeR4RZwMTrTep2E7ZsvxHPXCht { width:7.125rem;height:9.0620625rem;top:63.060989379881rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCkgsf8TROWPpvO9elIRqvusJR9BCgsC { width:7.125rem;height:8.9998486762461rem;top:87.0625rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gL2dTxe27t67O7JmCBmEHNIqg4TUaivF { width:7.124625rem;height:8.999375rem;top:53.249031066894rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPm84mxzGZIk62Q5nwdWxqF8VT79aGC0 { width:7.125rem;height:9rem;top:107.625rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t213NTZtoLtoE40bVpkppXO6OT4LhPLb { width:19.9995625rem;height:5.51220625rem;top:3.5619697570801rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #cTXZV9P3HclyeMToyBvtwLAXnxVAA2Ao { width:7.8125rem;height:0.8125rem;top:8.3232421875rem;left:0.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTOP76AG8Cf6U36gAGLPqCQPI5FhHx84 { width:14.125rem;height:0.8125rem;top:4.4990234375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBPLAXLTmWb3C33gU2dHNF5pbdRCkEJP { width:19.9995rem;height:1.29980625rem;top:11.4990234375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4HMc0cpUgXbBcJanTsUPi9tg7ZzrwIN { width:4.06164375rem;height:4.06164375rem;top:30.233519554138rem;left:3.4992300271988rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2WosX0pTDa9HHqzsIQIzikw82SzH3Ms { width:10.625rem;height:10.625rem;top:22.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBe8ptIlyzcTubIt6npcT3JbDziig1zg { width:9.9375rem;height:9.9375rem;top:23rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpaBETaoIG53cOabJonTprtLpXT7w1X1 { width:10.6875rem;height:1.4624rem;top:25.3125rem;left:4.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q433A5T7tWJekDefCNFx67sHyDTQysEt { width:10.1875rem;height:4.142575rem;top:27.125rem;left:5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-regular-label { width:16.25rem;display:block; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-input-text { width:16.25rem; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-input-text {padding-top: 0; padding-bottom: 0;}#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-textarea { width:16.25rem; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-input-select { width:16.25rem; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-input-select {padding-top: 0; padding-bottom: 0;}#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-input-button { width:16.25rem; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-checkbox-label { width:15.375rem;color:#120e33; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-radio-label { width:6.9375rem; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah  { width:17.4996875rem;height:auto;top:33.624544143677rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;box-shadow: none;z-index:14999; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .radio-container { width:16.875rem; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah .widget-info-text { color:#575759;font-size:0.5625rem;overflow:hidden;height:auto;text-align:justify;text-align-last:initial; }
#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah {display:inline-block;}#Txu6lpP0hbkT3GusVp1ReMwOh2grQLah { width:17.4996875rem;height:auto;top:33.624544143677rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;box-shadow: none;z-index:14999; }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #nTteTAOy6VUyhHC5AR3QFwHrzTVhPZvA {  }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #bLD2SMXA9gWOpncGVb4XBDfwz9veK0Lh { display:none; }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #VMU7IOCAMqFLPzy5NtwTEp3Qf3MbVUyI {  }
 }@media only screen and (max-width: 763px) { #Ly02212Zsn3glE5FdR78MVsbThHgqD42 { display:block; }
 }@media only screen and (max-width: 763px) { #gBTsXLwg4Jhq2vgmI9MUN0kyl7n39xbo { display:block; }
 }@media only screen and (max-width: 763px) { #DlkJ5NXlp7r79xTw6SkC3hGJgVfzXDdu { display:block; }
 }@media only screen and (max-width: 763px) { #fzP16gEUXEZEDqAkPmC6HsUTzENB9HZN { display:block; }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #glLV1huMezIaPhnzTs2CFtvtchLvBs8I {  }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #WoiUaO7P8d1x3WEiEcBcmgA5ETD5RDPL {  }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #pbGv4T5F8cvObLTaHOE26GxHtTgoUJPf {  }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #pn0KIN2E2Knls6arbu91lpanlFfJ6uu3 {  }
 }@media only screen and (max-width: 763px) { #Txu6lpP0hbkT3GusVp1ReMwOh2grQLah #kTA8sAVQ3T9dCakzMkCqcbeD2rrpNT1N {  }
 }@media only screen and (max-width: 763px) { #GGNTsTu5HQHPiQUNAbxb9m6rb2crEFyT { width:17.937375rem;height:0;top:30.463196289062rem;left:0rem;font-size:1rem;display:none; }#GGNTsTu5HQHPiQUNAbxb9m6rb2crEFyT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0883ead9f78fbcf3a11987a52b1f163af1724ae5.svg); }
 }@media only screen and (max-width: 763px) { #m73rflvVnTpr54nORlySTE7JOtoMt9Go { width:12.1870625rem;height:0;top:20.749485015869rem;left:0.23246467113495rem;font-size:0.9375rem;display:none; }#m73rflvVnTpr54nORlySTE7JOtoMt9Go li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0883ead9f78fbcf3a11987a52b1f163af1724ae5.svg); }
 }@media only screen and (max-width: 763px) { #b3e8oQ7uibGmbqNQ5ct0SnKX50zwuT8F { width:16.875rem;height:5.25rem;top:46.109575271606rem;left:1.8734033107757rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6A8O6By90WesN3sqSHeQNE0X3Whm64J { width:19.124rem;height:6.09375rem;top:14.5087890625rem;left:0rem;font-size:0.8125rem;z-index:15004;text-align:center;text-align-last:center;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xShi4fNrQztOFzyFWX6gzoludtrpi8a2 { width:20rem;height:47.6875rem;top:27.652451992035rem;left:0rem;border-top-left-radius:29.8125rem;border-top-right-radius:29.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #BeWJbGQBDxmTXSyCTiNWo2tbXBiOW6o5 { display:block; }#BeWJbGQBDxmTXSyCTiNWo2tbXBiOW6o5 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cev6oAGCGasKt6XT50NZyU2q8RyGFLnG { width:9.437375rem;height:1.0564rem;top:1.25rem;left:5.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGHF0nTvRpQT8Xv27Uxcs2sSxeGhW7A3 { width:4.4989375rem;height:1.0564rem;top:2.5538311004639rem;left:7.7501525878906rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEPEMJLMwVvelpk7ZLIGzm1pibFzNDbN { display:flex;width:1.6864375rem;height:1.6864375rem;top:4.5rem;left:9.1875rem; }
#uEPEMJLMwVvelpk7ZLIGzm1pibFzNDbN > img { max-width: 100%;max-height:100%; width:1.6864375rem; height:1.6864375rem; } }@media only screen and (max-width: 763px) { #z0aHul9zSBClHwlxrWcL9MsO8KqUrJ6G { display:flex;width:1.4375rem;height:1.4375rem;top:4.6875rem;left:11.75rem; }
#z0aHul9zSBClHwlxrWcL9MsO8KqUrJ6G > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #BM7OeZofe1Tq2vKvJbzpIE2dXVn3x9qH { display:flex;width:1.68719375rem;height:1.68719375rem;top:4.5rem;left:6.6875rem; }
#BM7OeZofe1Tq2vKvJbzpIE2dXVn3x9qH > img { max-width: 100%;max-height:100%; width:1.68719375rem; height:1.68719375rem; } }@media only screen and (max-width: 763px) { #BIpx3QFSguMVIJym9BRfOgAT5QtHQIx9 { width:1.6875rem;height:1.6875rem;top:4.5rem;left:11.6875rem;display:block; }
 }