.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,248,221;--color-primary-1:250,232,142;--color-primary-2:244,208,29;--color-primary-3:122,104,15;--color-primary-4:37,31,4;--color-secondary-0:255,220,217;--color-secondary-1:254,137,128;--color-secondary-2:253,19,0;--color-secondary-3:127,10,0;--color-secondary-4:38,3,0;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:Montserrat;--paragraphs-font-family:Montserrat; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row .container { background-color: transparent; background-image: none; }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row .container > .video-iframe-container { display: none; }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row > .video-iframe-container { display: none; }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .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); }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row .container { border-width: 0; border-radius: 0; }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#mZqevgA5Fry0CM0suSbdQtdFx426TovC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-4),1);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; }
#zdl5mAO9hlmWGUQTI2cdfbEQ6gpe0Hd0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aRaAZQ1SPshOOmz0VZbuyADJpXUqSeT6 { 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; }
#Lu4huUEzlA1MsDqcccIQrZaaISD1om4K { color:rgba(var(--color-tertiary-3),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5995665788651rem;left:51.749684810638rem;height:1.29980625rem;display:block; }
#Q9ipkFnMkg7T2zCQOtshAB4WKpatIeUo { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.5304516553879rem;left:49.939038753509rem; }
#HRIdSxkRC24a3E15VFbEZNWcA4zE2URm { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#be9XV6bzCCr1ZE6nt0Rho4lKfe19d512 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/88bb6925-7d1a-497a-acd2-3fd06123ac45/BFzdjecie1.png");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; }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9.adaptive-delivery-prevent-bg, #QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9.lazyload, #QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9.lazyloading { background-image: none; }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 > .row .container { background-color: transparent; background-image: none; }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,1,122,0.7); }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 > .row .container > .video-iframe-container { display: none; }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,1,122,0.7); }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 > .row > .video-iframe-container { display: none; }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 > .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); }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 > .row .container { border-width: 0; border-radius: 0; }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#O8tChGHnCCQOGHzDmGl1WKBTNAPlA0pv { color:rgba(var(--color-primary-2),1);display:block;width:23.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:21.17236328125rem;left:24.81201171875rem;height:5.8125rem;font-style:normal;display:block; }#O8tChGHnCCQOGHzDmGl1WKBTNAPlA0pv li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#O8tChGHnCCQOGHzDmGl1WKBTNAPlA0pv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0883ead9f78fbcf3a11987a52b1f163af1724ae5.svg); }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-form-header {  }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-regular-label { display:block;width:46.25rem;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; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-input-text { border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);height:3.4375rem;width:46.25rem;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:rgba(var(--color-tertiary-4),1);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(var(--color-tertiary-4),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; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-input-text {padding-top: 0; padding-bottom: 0;}#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-textarea { border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);height:2.9375rem;width:46.25rem;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:rgba(var(--color-tertiary-4),1);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(var(--color-tertiary-4),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; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:46.25rem;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(var(--color-tertiary-4),0.5) ; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-input-select {padding-top: 0; padding-bottom: 0;}#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .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; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0.4375rem 0.375rem 0.5rem rgba(var(--color-tertiary-4),0.16) ; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:montserrat;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:montserrat;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:60.3125rem;height:auto;font-size:0.625rem;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-1),1); }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .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; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .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:21.9375rem;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; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .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; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-container:first-of-type{padding-top:0;}#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-container:last-of-type{padding-bottom:0;}#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF  { 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:rgba(var(--color-tertiary-4),1);font-family:arial;width:62.5rem;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:2.9365234375rem;top:26.91845703125rem;z-index:15003;position:absolute; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .radio-container { width:46.875rem; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.4;font-weight:400;color:rgba(211,211,211,0.54);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF { 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:rgba(var(--color-tertiary-4),1);font-family:arial;width:62.5rem;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:2.9365234375rem;top:26.91845703125rem;z-index:15003;position:absolute; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #uig3dOTfXAky5oFXs5Jx2LTs24wDumGu { position:relative; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #Ww54kT96BEmTaup1E5nPQoMyLM0hv3un { position:relative;display:none; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #BcIJZmofIforSSnlMqcdn1biyspdzafA { position:relative; }
#qWlnHgelNPyQCeiv91H3HhLrIhDovT7R { position:relative;display:block; }
#wMx90ywOHqHw3tfhdMkXy5GAwctl93ac { position:relative;display:block; }
#SZdeZXalgVfUpD8HHy8iLXuH8qZC4DQy { position:relative;display:block; }
#NEvwXd7akB6xF6EMUeO9bQqzN5z5uiSV { position:relative;display:block; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #zCDdZXUpH42R5n3IOne7nEAHaa5ebrQb { position:relative; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #LFaM0Uql1ZxHlRvkz3nCvIUUsIJPoqJy { position:relative; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #XOalqigBqKJ8acXC61CCBauMSMTrEgng { position:relative; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #nP50DubbCLgywO7lnvtxSTTzLltv2EUa { position:relative;z-index:2; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #BCFi9u8Isz4HWuR4rxuztgNftczfv9ph { position:relative; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #R15SWJpfqLKLO476NuTKxq0rZ8N7ZqXc { position:relative;display:block;z-index:15000; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #G4Ozw9lbcS6dAr4ADXmAoU3Lv0bWLWgD { position:relative;display:block;z-index:15000; }
#czLHKxUTaTGarcSoS2PVi1MHJcre6HMO { color:rgba(var(--color-primary-0),1);display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:2.8120422363281rem;left:23.248973369598rem;height:3.16845625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ef5evMmsHwD5yi7881KUKlMtl9dCOPCp { box-sizing:content-box;height:0.4375rem;width:4.0625rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.2498321533203rem;left:19.18701505661rem;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; }
#G3I8f2Z4eMTSLlhymSrGCMx4JDO75pWZ { 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; }
#De4aonQQAGNaJFBQ5Q87aRgtz8ErGbyc { color:rgba(var(--color-primary-0),1);display:block;width:45.9996875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.7;letter-spacing:0;top:12.244098186493rem;left:14.499457836151rem;height:3.61230625rem;text-align:center;text-align-last:center;display:block; }
#iaulFzHOMokkkdqV2Tv6DhzoP9iCz2lo { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:kalnia;font-size:5.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.26);top:4.6860747337341rem;left:0rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TWTzm9ASzGG4kobIrPDZgoZkqnTOWhTn { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.312375rem;width:6.37475rem;top:6.59357881546rem;left:60.499116420746rem;overflow:hidden;display:block; }
#VUcQb5VQJORVwTnizflkKDUTsJUsbh2y { box-sizing:content-box;height:0.436958125rem;width:4.0625rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.3123016357422rem;left:51.811986446381rem;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; }
#wPIyPvEWGc44p6VcR9a6pKJoC88xU7ln { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5619375rem;width:10.374375rem;top:5.3889145851135rem;left:1.8248176574707rem;overflow:hidden;display:block; }
#y1cybCPzMHKMyahqDsgKp0z8vf4BoPTt { color:rgba(var(--color-primary-2),1);display:block;width:21.875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:21.172445774078rem;left:49.622176647186rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P63SONNy0csg56NTphwpTUCrEltoGic6 { color:#ffffff;display:block;width:18.186875rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:18.437072277069rem;left:4.635977268219rem;height:5.34400625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u8t8ouXIJkbfsMg9OwI0nSry1NKC4mxq { box-sizing:content-box;height:13.1244375rem;width:13.125rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(247deg, rgba(var(--color-primary-2),1), #00017a);background-image: -moz-linear-gradient(247deg, rgba(var(--color-primary-2),1), #00017a);background-image: -ms-linear-gradient(247deg, rgba(var(--color-primary-2),1), #00017a);background-image: -o-linear-gradient(247deg, rgba(var(--color-primary-2),1), #00017a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00017a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00017a' );";background-image: linear-gradient(247deg, rgba(var(--color-primary-2),1), #00017a);background-size:auto !important;top:24.749086976051rem;left:61.874856472016rem;border-top-left-radius:14rem;border-top-right-radius:14rem;border-bottom-left-radius:14rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uVbiFXq6XzAx5OtZEmPUT3t6Kx8I2BUN { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.2);top:17.9375rem;left:25.0625rem;height:1.94970625rem;font-style:normal;display:block; }
#gyRGPmHQbnZ40CL4noehiExGCHhMrGgw { box-sizing:content-box;height:1.875rem;width:7.75rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.0625rem;left:24.8125rem;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; }
#q16TFPwGM89LkiXcF7qBVAU6LDJX8gys { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.2);top:18.062386035919rem;left:50.000001430511rem;height:1.94970625rem;font-style:normal;display:block; }
#TevUS0wQQTH3ax3hnADDEut54VcL8DSp { box-sizing:content-box;height:1.875rem;width:17.75rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.186159849167rem;left:49.605809688568rem;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; }
#oOwtaT4BWGM6e5Hg6OyWp6IhGUWoxOQG { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.37465625rem;width:3.1870125rem;top:2.8113594055176rem;left:13.323306560516rem;overflow:hidden;display:block; }
#s7KE5Q3OuPERtcHqNCa8UzBsuGbLb9SV { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.06235625rem;width:4.06235625rem;top:23.749001979828rem;left:4.385977268219rem;overflow:hidden;display:block; }
#fLqIsbMcCB7Nq9MPiVgopUTLaIZteQsb { box-sizing:content-box;height:35.437125rem;width:35.437125rem;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:14991;background-color:transparent;background-image: -webkit-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -moz-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -ms-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -o-linear-gradient(246deg, #000153, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );";background-image: linear-gradient(246deg, #000153, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.2174954414368rem;left:19.780736446381rem;display:block; }
#h2PPKtZmk7xHO0BaHJ4UIqwrmb87ZaND { box-sizing:content-box;height:27.6873125rem;width:27.6873125rem;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:14992;background-color:transparent;background-image: -webkit-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -moz-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -ms-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -o-linear-gradient(246deg, #000153, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );";background-image: linear-gradient(246deg, #000153, rgba(0,0,0,0));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 2.3125rem rgba(11,11,11,0.51) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.0930943489075rem;left:23.656335353851rem;display:block; }
#QfcXGx7KoQOOAOmeZFJsX3sp2Qqcevig { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:13.0625rem;top:37.874230384827rem;left:61.756304271777rem;overflow:hidden;display:block; }
#RDvuSOOHlgTPWZpU06HDKW2StroiABKB { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.87425rem;width:10.623875rem;top:0.62300395965576rem;left:64.375428676606rem;overflow:hidden;display:block; }
#EWPqkZTZPa94P626y7N2Ir5PSb5EgAxP { box-sizing:content-box;height:0.4375rem;width:4.0625rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.2498321533203rem;left:19.18701505661rem;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:none; }
#s4hqQbLCVNwaqgpiD7k56S3vTMq6XLK0 { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.436875rem;width:4.624775rem;top:0.77554750442506rem;left:1.3123002052307rem;overflow:hidden;display:block; }
#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row .container { background-color: transparent; background-image: none; }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row .container > .video-iframe-container { display: none; }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row > .video-iframe-container { display: none; }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .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); }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row .container { border-width: 0; border-radius: 0; }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;position:relative;display:block; }#nlRgkqlDf9EtZksoQhTpg4sBN5EV9Duo { color:#00017a;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9603962446563rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vCAQ04kBPWF9tNQxO5b6QW17Mgg0yZNS { color:#00017a;display:block;width:75rem;position:absolute;font-family:kalnia;font-size:3.4375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:6.4954929351806rem;left:0rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EcLgWSCqT61hdvVXLg93vMtFNJI0ELrn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:13.723625898361rem;left:13.813725948334rem; }
#E1Ktc4UuqtwlMcKb4KfvJFyogNRBcCX7 { box-sizing:content-box;height:4.6875rem;width:45.375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.910812139511rem;left:15.439239025116rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#xRxDqNNFMvptUf2aJQDLyl3Bk7ATDc33 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.062125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:14.535526990891rem;left:18.063241481781rem;height:1.5rem;font-style:normal;display:block; }
#T0ID6UttT7pG5W5zEpWLwNTQwbzmKZlJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:19.6875rem;left:13.75rem; }
#xpCy9akxG273uuckkhdMrwv5l4qqXU80 { box-sizing:content-box;height:4.6875rem;width:45.375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:15.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#mzMBF1v2Tx2L8q50hrZEIpyLO6tlDgRW { color:rgba(var(--color-tertiary-4),1);display:block;width:43.062125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:20.5rem;left:18rem;height:1.5rem;font-style:normal;display:block; }
#QfSDUne2rhQbWRK4R3mJ7zihm4N0KLZ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:25.625rem;left:13.6875rem; }
#RAFX58nUOJskUhW1cuxsT2Ze9rxguQHa { box-sizing:content-box;height:4.6875rem;width:45.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.8125rem;left:15.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#cyJTscie3emaKVwvhhryuzkLW6gyPa8y { color:rgba(var(--color-tertiary-4),1);display:block;width:43.062125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:25.6875rem;left:17.9375rem;height:3rem;font-style:normal;display:block; }
#v34WlMkdxZdmsi3oyslZxxoOORASrKzi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:31.5625rem;left:13.6875rem; }
#tpeE3rS7gkZ38ZDx3WOs7FzMlPwGS5wT { box-sizing:content-box;height:4.6875rem;width:45.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.75rem;left:15.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#hEDhexrTCc3GisRw1STVKW0G2qUezzFV { color:rgba(var(--color-tertiary-4),1);display:block;width:43.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:31.6875rem;left:17.9375rem;height:3rem;font-style:normal;display:block; }
#haVTMDBEok4aTSFXFuTWWTkGZ1tNzFZS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:37.5625rem;left:13.625rem; }
#HwRmkDl9xtkC1GluhS9zMPQNF8IJrHIG { box-sizing:content-box;height:4.6875rem;width:45.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.75rem;left:15.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#SEXzS0JUEku7q0iPwaEVLpe8yMdew4IF { color:rgba(var(--color-tertiary-4),1);display:block;width:43.062125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:38.375rem;left:17.875rem;height:1.5rem;font-style:normal;display:block; }
#AnuW1Egtdk6eedEvkDqlnAySBdBlv6iW { box-sizing:content-box;height:27.375rem;width:27.3736875rem;position:absolute;display:block;z-index:14987;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ffa728' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ffa728' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);background-size:auto !important;top:1.5974292755127rem;left:24.43901014328rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OmCeV0MlOkQvGT4281XzLRTDglfwfyTt { 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:2.6588168144226rem;left:0.93735742568969rem;overflow:hidden;display:block; }
#xCdBiPlM5JM7TirGJrQHFBEV3CMFLgJT { 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.9358125rem;width:6.3733125rem;top:6.5rem;left:6.3125rem;overflow:hidden;display:block; }
#KPVIQ6ZATI42volfKVJl9ClZNl0s25UC { 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.6246875rem;width:2.8740875rem;top:6.875rem;left:15.3125rem;overflow:hidden;display:block; }
#urIhBx3NALr2035ntpF2uxVegZlP345M { box-sizing:content-box;height:25.811875rem;width:25.811875rem;position:absolute;display:block;z-index:14984;background-color:transparent;background-image: -webkit-linear-gradient(185deg, #000153, #00017a);background-image: -moz-linear-gradient(185deg, #000153, #00017a);background-image: -ms-linear-gradient(185deg, #000153, #00017a);background-image: -o-linear-gradient(185deg, #000153, #00017a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00017a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00017a' );";background-image: linear-gradient(185deg, #000153, #00017a);background-size:auto !important;top:19.93684387207rem;left:49.188100337982rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#v2vzZhSqTRH0GCASvt3WJGsTk3rh1WTX { box-sizing:content-box;height:18.4998125rem;width:18.4998125rem;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:transparent;background-image: -webkit-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -moz-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -ms-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -o-linear-gradient(246deg, #000153, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );";background-image: linear-gradient(246deg, #000153, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.812356948852rem;left:52.843434810638rem;display:block; }
#xhqxazKxW89FIsN3ggGHJtzfVlnqxeDT { box-sizing:content-box;height:12.62475rem;width:12.62475rem;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:14995;background-color:transparent;background-image: -webkit-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -moz-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -ms-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -o-linear-gradient(246deg, #000153, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );";background-image: linear-gradient(246deg, #000153, rgba(0,0,0,0));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 2.3125rem rgba(11,11,11,0.51) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.624429702759rem;left:55.780965328216rem;display:block; }
#QREX9Coelv6veVTWWGEdbGp5hdD7xWUJ { box-sizing:content-box;height:17.4996875rem;width:17.4996875rem;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:14995;background-color:rgba(var(--color-primary-3),0);background-image:none;top:22.874145030976rem;left:52.932538509369rem;border-top:0.4375rem dotted rgba(var(--color-primary-2),1);border-left:0.4375rem dotted rgba(var(--color-primary-2),1);border-right:0.4375rem dotted rgba(var(--color-primary-2),1);border-bottom:0.4375rem dotted rgba(var(--color-primary-2),1);display:block; }
#ev7DonZ6q9hdZAOzDlh5HtSzGbegIl62 { box-sizing:content-box;height:19.1875rem;width:20.125rem;position:absolute;display:block;z-index:14988;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ffa728' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#ffa728' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #ffa728);background-size:auto !important;top:26.436187744141rem;left:0rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Fczha9hL9kvZRJH1Q6T7hyenbpm1thuV { box-sizing:content-box;height:13.249875rem;width:13.25rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(247deg, rgba(var(--color-primary-2),1), #00017a);background-image: -moz-linear-gradient(247deg, rgba(var(--color-primary-2),1), #00017a);background-image: -ms-linear-gradient(247deg, rgba(var(--color-primary-2),1), #00017a);background-image: -o-linear-gradient(247deg, rgba(var(--color-primary-2),1), #00017a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00017a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#00017a' );";background-image: linear-gradient(247deg, rgba(var(--color-primary-2),1), #00017a);background-size:auto !important;top:45.748032569885rem;left:61.749398708344rem;border-top-left-radius:14rem;border-top-right-radius:0rem;border-bottom-left-radius:14rem;border-bottom-right-radius:14rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WPqxp8w5p6DuTxVVxysqUwz79bRaT9nu { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6873125rem;width:10.4998125rem;top:20.918396949768rem;left:0.93735742568969rem;overflow:hidden;display:block; }
#ti2JyM1HaSM4VakFK9iXw5km0nClzX5Q { background-color:#00017a;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:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.5rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:45.74755859375rem;left:32.37548828125rem;display:block; }
#eaX5MohI82eOhpwdtDV413EMJRlAR7TX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00017a, #000153);background-image: -moz-linear-gradient(180deg, #00017a, #000153);background-image: -ms-linear-gradient(180deg, #00017a, #000153);background-image: -o-linear-gradient(180deg, #00017a, #000153);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00017a', endColorstr='#000153' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00017a', endColorstr='#000153' );";background-image: linear-gradient(180deg, #00017a, #000153);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; }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 > .row .container { background-color: transparent; background-image: none; }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 > .row .container > .video-iframe-container { display: none; }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 > .row > .video-iframe-container { display: none; }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 > .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); }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 > .row .container { border-width: 0; border-radius: 0; }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;position:relative;display:block; }#clgJbQTNZyab3J6a4v4pfNnRDd0A4gEh { color:#00017a;display:block;width:13.437375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:21.49777507782rem;left:21.122262477875rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lhA08FfiihJuTIzVX3xLcJUOznTFLPSC { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-0),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; }
#V7NpI3PtW1e940MfxOFB0mMxcRqyMFl0 { 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; }
#OMMCoRB62iiaxS5QWe9hNiyEEpRfxvnR { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.312rem;width:5.686875rem;top:1.4676947593689rem;left:1.07421875rem;overflow:hidden;display:block; }
#R5xQcIpp424GQpRkrbJdVEbg3xUAQ1NI { color:#ffd500;display:block;width:75rem;position:absolute;font-family:kalnia;font-size:3.4375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:7.2636294364931rem;left:0rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E58D5Pqb4SBGVCsiKmWDrKmRaWWdot4R { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQJnHWCkZKsT6SIsR1xTxTlUL1SI4BP1 { color:#00017a;display:block;width:15.8125rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:19.154738426209rem;left:2.059335231781rem;height:2.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CEwRUJKXQJAbKfd1Z49TUFJrSh5OTCSk { color:#00017a;display:block;width:14.75rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:33.75rem;left:1.9375rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B8TiRLSBZKADVw8I9mCmMbc43D1C0hhB { color:#00017a;display:block;width:14.812375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:33.75rem;left:20.9375rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#guVFxwlUaEQt3TzQx1W6l0u4QEr2fG33 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:14.561241149903rem;left:2.1836223602295rem; }
#BSk6pW6HP34nsxpHKVVXSQPv3n85nLKr { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:14.499458312988rem;left:21.310218334198rem; }
#yWcUeB06Thydx3o9FN1kDwuCR2ye5AZ9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:26.75rem;left:21.125rem; }
#d4I5m2fLg6yntctQNTTDbzodcgVFHkpp { color:#00017a;display:block;width:15.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:21.341668128967rem;left:2.059335231781rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eNzEXyPv5RrhBhaTJV7g3h7micyTMTT1 { color:#00017a;display:block;width:15.8125rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:19.199646949768rem;left:21.122262477875rem;height:2.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bOAI7x00mscsM6OMs4wSPsvmx1wDe3R6 { color:#00017a;display:block;width:15.8125rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:31.4375rem;left:1.9375rem;height:2.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WcX18n1A9nLZklwAm7zs2TimbnAxRRph { color:#00017a;display:block;width:15.8125rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:31.4375rem;left:21.0625rem;height:2.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mgbGBq7aN3giiCg2vmosQlVmTvkv7NPl { box-sizing:content-box;height:7.375rem;width:17.6875rem;position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem dotted rgba(var(--color-primary-2),1);border-left:0.1875rem dotted rgba(var(--color-primary-2),1);border-right:0.1875rem dotted rgba(var(--color-primary-2),1);border-bottom:0.1875rem dotted rgba(var(--color-primary-2),1);top:16.519132137299rem;left:0rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#MS2WZ7UPOdTy041Ftb7PwJpnBm0XD94V { box-sizing:content-box;height:4.75rem;width:4.75rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:14993;background-color:#00017a;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:13.699615478516rem;left:1.25rem;display:block; }
#wkJUNDRQPHkS0gULdv7aNuqQmL2pUqUL { box-sizing:content-box;height:7.375rem;width:17.6244375rem;position:absolute;display:block;z-index:14991;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem dotted rgba(var(--color-primary-2),1);border-left:0.1875rem dotted rgba(var(--color-primary-2),1);border-right:0.1875rem dotted rgba(var(--color-primary-2),1);border-bottom:0.1875rem dotted rgba(var(--color-primary-2),1);top:16.492957383394rem;left:19.054174423217rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#ATTBATqt2XVvFrRtqii9hm95OelPbxER { box-sizing:content-box;height:7.375rem;width:17.62375rem;position:absolute;display:block;z-index:14992;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem dotted rgba(var(--color-primary-2),1);border-left:0.1875rem dotted rgba(var(--color-primary-2),1);border-right:0.1875rem dotted rgba(var(--color-primary-2),1);border-bottom:0.1875rem dotted rgba(var(--color-primary-2),1);top:28.8125rem;left:0rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#yn3dImOck6sUR0iJ0yVJPbzhDGeLtG92 { box-sizing:content-box;height:7.375rem;width:17.62375rem;position:absolute;display:block;z-index:14993;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem dotted rgba(var(--color-primary-2),1);border-left:0.1875rem dotted rgba(var(--color-primary-2),1);border-right:0.1875rem dotted rgba(var(--color-primary-2),1);border-bottom:0.1875rem dotted rgba(var(--color-primary-2),1);top:28.8125rem;left:19rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#guT6tiaAxC9aREHHn3pkiweNQs04XRH9 { box-sizing:content-box;height:4.7495125rem;width:4.7495125rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:14994;background-color:#00017a;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:13.732806682587rem;left:20.372148036957rem;display:block; }
#LqBRPST2uCUXELlvcbc7JAiL73Dh1NTw { box-sizing:content-box;height:4.7488rem;width:4.7488rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:14995;background-color:#00017a;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:25.6875rem;left:1.125rem;display:block; }
#icEh2KhH7wuErowdtmp6pMf2dNIs9FAI { box-sizing:content-box;height:4.7480875rem;width:4.7480875rem;position:absolute;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block;z-index:14996;background-color:#00017a;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:25.9375rem;left:20.1875rem;display:block; }
#kHkE528ItWXXe5xEXTrQDbJqIcRPcDyF { box-sizing:content-box;height:12.3118125rem;width:12.3118125rem;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:transparent;background-image: -webkit-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -moz-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -ms-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -o-linear-gradient(246deg, #000153, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );";background-image: linear-gradient(246deg, #000153, rgba(0,0,0,0));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 2.3125rem rgba(11,11,11,0.51) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4669823646546rem;left:31.343377590179rem;display:block; }
#IHyGJzOGRfX6zTvXxdNWexOW2xVTyAWv { box-sizing:content-box;height:7rem;width:17.375rem;position:absolute;display:block;z-index:14991;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.893304347992rem;left:0.31192970275879rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#DAUvBuWm3ZTypcDTMfgngtsBN4qls3A3 { box-sizing:content-box;height:6.999875rem;width:17.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.825387477875rem;left:19.37388753891rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#mQKb4J48cKuDHhKRGJuoGZ35TZzlQDFh { box-sizing:content-box;height:6.9991875rem;width:17.375rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:29.125rem;left:0.3125rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#RWR83QO1TKwIW452ETZzzRnCZzNfyz6L { box-sizing:content-box;height:6.9991875rem;width:17.375rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:29.1875rem;left:19.3125rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#Ll3tdOJDWANSweqZDicXEKGWfstULrnd { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.312rem;width:5.686875rem;top:1.4676947593689rem;left:1.07421875rem;overflow:hidden;display:none; }
#QZnPBdnc7UyaL0TyPw8lTHBLshRvrcR1 { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.4375rem;top:26.0625rem;left:1.8125rem;overflow:hidden;display:block; }
#mEoqTz3QEDDJGbseNAzGvAU5Z7FFxN5c { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:4.75rem;top:7.2636294364931rem;left:50.545304775238rem;overflow:hidden;display:block; }
#TgWzESFmymt2TLcHOMRc4xzRLwWQBVGV { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.7496875rem;width:4.1871rem;top:7.7782845497131rem;left:6.7610917091369rem;overflow:hidden;display:block; }
#KLyyxbEkSUpMWUVFBgcE6P7zF27LGXcu { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:5rem;top:7.2636294364931rem;left:68.856919765475rem;overflow:hidden;display:block; }
#iyk6Lg2BEKq4rKFawPeDhFtn62PZb3Wq { box-sizing:content-box;height:37.1875rem;width:20.5625rem;position:absolute;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block;z-index:14983;background-color:transparent;background-image: -webkit-linear-gradient(196deg, #000153, rgba(0,0,0,0));background-image: -moz-linear-gradient(196deg, #000153, rgba(0,0,0,0));background-image: -ms-linear-gradient(196deg, #000153, rgba(0,0,0,0));background-image: -o-linear-gradient(196deg, #000153, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );";background-image: linear-gradient(196deg, #000153, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.03076171875rem;left:27.21923828125rem;display:block; }
#Apbo6S054b7UySCFAgLvvSLdnOw4eJaV { box-sizing:content-box;height:19.8125rem;width:34.75rem;position:absolute;display:block;z-index:14994;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.1875rem dotted rgba(var(--color-primary-2),1);border-left:0.1875rem dotted rgba(var(--color-primary-2),1);border-right:0.1875rem dotted rgba(var(--color-primary-2),1);border-bottom:0.1875rem dotted rgba(var(--color-primary-2),1);top:16.5rem;left:39.875rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#syOk2nhegiXVT6KQ4tfKDyU4J5dDVey8 { box-sizing:content-box;height:19.4375rem;width:34.375rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/88bb6925-7d1a-497a-acd2-3fd06123ac45/BFzdjecie1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.875rem;left:40.1875rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }#syOk2nhegiXVT6KQ4tfKDyU4J5dDVey8.adaptive-delivery-prevent-bg, #syOk2nhegiXVT6KQ4tfKDyU4J5dDVey8.lazyload, #syOk2nhegiXVT6KQ4tfKDyU4J5dDVey8.lazyloading { background-image: none; }
#PL1pJfBwlirI8D8ExOTbXQGUNPEOvTFW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:39rem;left:58.125rem;display:block; }
#kzDzT8LXZKg5La9RnRqe8JBSX2uDCvTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cfMb0kPsbUK8mqQSkmtavR2STmQqBAi4 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:41.5rem;left:0rem;overflow:hidden;display:block; }
#ObD794DT9C4C3rDJSrTbtqg2OzMBhwSz { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:41.5rem;left:15.75rem;overflow:hidden;display:block; }
#IF5ILGIgTVJ4zruJHrqHlG5xek6u1kt3 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:41.5rem;left:31.3125rem;overflow:hidden;display:block; }
#crRqI9T0JZ4b1IESJ8xdNLwMqlGoWIQt { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:41.5rem;left:46.9375rem;overflow:hidden;display:block; }
#TCh8p5wxy2ZegCcpD8FStVWKscTmpocx { 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; }#TCh8p5wxy2ZegCcpD8FStVWKscTmpocx > .row .container { background-color: transparent; background-image: none; }#TCh8p5wxy2ZegCcpD8FStVWKscTmpocx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCh8p5wxy2ZegCcpD8FStVWKscTmpocx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCh8p5wxy2ZegCcpD8FStVWKscTmpocx > .row .container > .video-iframe-container { display: none; }#TCh8p5wxy2ZegCcpD8FStVWKscTmpocx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCh8p5wxy2ZegCcpD8FStVWKscTmpocx > .row > .video-iframe-container { display: none; }#TCh8p5wxy2ZegCcpD8FStVWKscTmpocx > .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); }#TCh8p5wxy2ZegCcpD8FStVWKscTmpocx > .row .container { border-width: 0; border-radius: 0; }#TCh8p5wxy2ZegCcpD8FStVWKscTmpocx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCh8p5wxy2ZegCcpD8FStVWKscTmpocx > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#wl1KCTRV8oHZrNlqCQAJe1mx0q22Barv { color:#00017a;display:block;width:42.875rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:14992;line-height:1.3;letter-spacing:0;top:3.6859893798828rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VOKhi6krx1yVSFFLiK6tAaPn7QryTe3v { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6244888305662rem;left:1.8754291534424rem;height:1.29980625rem;display:block; }
#uD48xL0NxXdKra7uoSEoUUr66i0FhyzK { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.6244888305662rem;left:12.187784194946rem;height:1.29980625rem;display:block; }
#UDmNeqCVpgByoIPJPQsSHE9Q0J3SEmiO { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.6244888305662rem;left:22.249944686889rem;height:1.29980625rem;display:block; }
#EH6b9Qpb3NMMr5i8eOioLWWg5FegUDhW { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.6240234375rem;left:32.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#R3mSIItenTlCPCW4akJE6VHpazH58xRt { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:12.249809265137rem;left:1.8127002716064rem;height:1.5996125rem;font-style:normal;display:block; }
#ffKHhTSLu2be851DuUkGpIP1TwI36Rg0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.249809265137rem;left:12.187784194946rem;height:1.5996125rem;display:block; }
#IrvGPGzxbTApcLS0Md4gVZiNuQ8Wo493 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.49975rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:12.249809265137rem;left:22.249944686889rem;height:1.5996125rem;display:block; }
#szbfgoMXbrGCsBtv8keEwZu4Jz2WxhAz { color:rgba(var(--color-tertiary-4),1);display:block;width:9.49975rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:12.249809265137rem;left:32.625028610229rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#VUtEy0l3Rv1kxo6Tu2nA2kEPSVmF0vLe { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:15.061882019043rem;left:1.8127002716064rem;height:1.5996125rem;font-style:normal;display:block; }
#c2s7GXe7vKmTDOxEpkAKKI4EEcyazMJt { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:15.061882019043rem;left:12.187784194946rem;height:1.5996125rem;display:block; }
#rxTA2DI86enlPearT6TEXxEsU3hr9CG6 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.49975rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:15.061882019043rem;left:22.249944686889rem;height:1.5996125rem;display:block; }
#e2CaxSaxDG6F0asIPGhbtFbvUv8gbupH { color:rgba(var(--color-tertiary-4),1);display:block;width:9.49975rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:15.061882019043rem;left:32.625028610229rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#uFLGdVPwSkDJnqAwtl0JE7OlWKAxrhmf { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:17.81192779541rem;left:1.8127002716064rem;height:1.5996125rem;font-style:normal;display:block; }
#ToBCwlT6385V1ktJezmTSyDDBhCMuaEL { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:17.81192779541rem;left:12.187784194946rem;height:1.5996125rem;display:block; }
#Q12bKxS9sZJVxoHxsGVCqRXNw7R9Nvcx { color:rgba(var(--color-tertiary-4),1);display:block;width:9.49975rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:17.81192779541rem;left:22.249944686889rem;height:1.5996125rem;display:block; }
#GyH6CL5C9UnT9vgqn7aCOEzM0RnAac30 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.49975rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:17.81192779541rem;left:32.625028610229rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#PJXCGn1f4xE9yK80OuRz6AxzJxT5W0yV { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:20.624717712403rem;left:1.937442779541rem;height:1.5996125rem;font-style:normal;display:block; }
#aOEnhL3JJN65o8HeRd9msPrVFbwk4ntU { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:20.624717712403rem;left:12.312528610229rem;height:1.5996125rem;display:block; }
#L0oMfb7F6FI0MGFbG9IrBzG7vPMtgIS0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.49975rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:20.624717712403rem;left:22.249944686889rem;height:1.5996125rem;display:block; }
#WiuDJDUxiTQkSTcwb6DdDbnFAxnzXtZB { color:rgba(var(--color-tertiary-4),1);display:block;width:9.49975rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:20.624713897705rem;left:32.625485897064rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#TQHoFFKqwfdKXFHQ5uXM8KmI2fskoeWf { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:23.437507629394rem;left:1.937442779541rem;height:1.5996125rem;font-style:normal;display:block; }
#JRs9mw5vXFOpRLXtQ0ZWquJvTRuEcUkr { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:23.437507629394rem;left:12.250513076783rem;height:1.5996125rem;display:block; }
#wkLGCB0GZgmERRkTbNlRGwx7uCcJMplL { color:rgba(var(--color-tertiary-4),1);display:block;width:9.49975rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:23.437507629394rem;left:22.312669754028rem;height:1.5996125rem;display:block; }
#pOX0AxWSELoIZ4Rkzzm5LwJgT9Hg7L9f { color:rgba(var(--color-tertiary-4),1);display:block;width:9.49975rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:23.4375rem;left:32.625485897064rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#XmmCe2WXapSO2CzTxQpNdxWySiPZ3qVF { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:26.186851501465rem;left:1.937442779541rem;height:1.5996125rem;font-style:normal;display:block; }
#MsgTf1ACV9f9UkHczSDpa9t9o5FxGbyW { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:26.186851501465rem;left:12.250513076783rem;height:1.5996125rem;display:block; }
#FJOnFL2hsnTSNVkeFzJGALxlAulzHm5B { color:rgba(var(--color-tertiary-4),1);display:block;width:9.49975rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:26.186851501465rem;left:22.312669754028rem;height:1.5996125rem;display:block; }
#UTxLpQwIDVfqCHLT6LDeaaX2ZuZTITVt { color:rgba(var(--color-tertiary-4),1);display:block;width:9.49975rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:26.18684387207rem;left:32.625485897064rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#lCWKazhs3WTKHs2BggG7UFdLKcFUTdgH { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:28.999626159668rem;left:1.937442779541rem;height:1.5996125rem;font-style:normal;display:block; }
#IRSAJMW5KvT1vT3e1dz33hbUODQfRBAQ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:28.99853515625rem;left:12.25rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#fUVNUzrTeUoWd6ktkHXryfkPoSxiiG3X { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:28.99951171875rem;left:22.24951171875rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#x79nORyPbBnn1DLle8DNoCps01XSSrRr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.6;letter-spacing:0;top:28.998916625976rem;left:32.625485897064rem;height:1.5996125rem;display:block; }
#Z2LNTh12PfSH4IbTMSIpz6hsRU3zgCkv { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:32.54931640625rem;left:12.1875rem;height:1.5996125rem;display:block; }
#zbJTfuIxqOhVOChTNTGNsnenD2Rg3UZq { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4995rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:32.54931640625rem;left:22.24951171875rem;height:1.5996125rem;display:block; }
#OMQwHZifOGy4ooSMRth670tvXpVSl0S7 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.6;letter-spacing:0;top:32.54931640625rem;left:32.625rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#UpFJ9bpF7tBLCP7ZzyqvdSXZiGx72xCr { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:31.749687194824rem;left:1.937442779541rem;height:3.19921875rem;font-style:normal;display:block; }
#ar0hMOWfmw6QTKTgxJ26kvvvo8ZKf5A9 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.6;letter-spacing:0;top:36.06201171875rem;left:12.25048828125rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#mXyOsPyUoAUgOEQepgcwn92zlqS5ztaP { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.6;letter-spacing:0;top:36.06201171875rem;left:22.3125rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#gi8x6vhPvkCPJMxNXxywHLrJA5ufx52X { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.6;letter-spacing:0;top:36.06201171875rem;left:32.625rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#ZgT1tpp080OvG74xSaoTbSJTSVnLJMP8 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:36.062248229981rem;left:1.8754291534424rem;height:1.5996125rem;font-style:normal;display:block; }
#WK6oMo413OWNrdstu74ssPIC3W98J1E6 { box-sizing:content-box;height:31.125rem;width:44.4375rem;position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.9999771118162rem;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 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#b6UwBp9XB0Bxds4FBx9gkFDKK1IyThTP { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.9999771118162rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#o4LOZNDpmqGarRsgx6lncluiUIXfXHXA { box-sizing:content-box;height:0.125rem;width:40.4375rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.332664489746rem;left:1.8754291534424rem;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; }
#Cl9h6BfaUScO0Uox7cvew980UTdC0Tar { box-sizing:content-box;height:0.124743125rem;width:40.4375rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.144737243653rem;left:1.8754291534424rem;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; }
#F87sozl8b3UGsBdfyDlxEuWQafy3J5Dz { box-sizing:content-box;height:0.124030625rem;width:40.4375rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.937553405762rem;left:1.8754291534424rem;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; }
#TfUaK6ve3TFSpyVTaOhWGHW16CFc55DR { box-sizing:content-box;height:0.124030625rem;width:40.4375rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.770301818847rem;left:1.8754291534424rem;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; }
#axRbGG7Bx2KNkXyFu2uim833wnxGW0Jg { box-sizing:content-box;height:0.124030625rem;width:40.4375rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.52108001709rem;left:1.8754291534424rem;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; }
#DdwkAxyu1MSsC7Xt6omlCQJ8TyxtReWn { box-sizing:content-box;height:0.124030625rem;width:40.4375rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.27042388916rem;left:1.8754291534424rem;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; }
#gD1FATwfTsFFTzxZAsitUW6iznSLWksd { box-sizing:content-box;height:0.124030625rem;width:40.4375rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.083198547363rem;left:1.8754291534424rem;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; }
#qlkpZph5o3CEVQOX7IsIE1npRTyLgWxT { box-sizing:content-box;height:0.124030625rem;width:40.4375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.432121276856rem;left:1.8576068878174rem;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; }
#TNgZxWMeaAriyhLk5h0kQfonz8C8a0fK { box-sizing:content-box;height:9.0620625rem;width:7.125rem;position:absolute;display:block;z-index:15011;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:8rem;left:46.875rem;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; }#TNgZxWMeaAriyhLk5h0kQfonz8C8a0fK.adaptive-delivery-prevent-bg, #TNgZxWMeaAriyhLk5h0kQfonz8C8a0fK.lazyload, #TNgZxWMeaAriyhLk5h0kQfonz8C8a0fK.lazyloading { background-image: none; }
#oOdZ7CThWDaoSu7bg32TgyrOQFnlnCaS { box-sizing:content-box;height:9.1248125rem;width:9.8746875rem;position:absolute;display:block;z-index:15010;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.9997439384463rem;left:54.624772548676rem;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; }#oOdZ7CThWDaoSu7bg32TgyrOQFnlnCaS.adaptive-delivery-prevent-bg, #oOdZ7CThWDaoSu7bg32TgyrOQFnlnCaS.lazyload, #oOdZ7CThWDaoSu7bg32TgyrOQFnlnCaS.lazyloading { background-image: none; }
#m9mBJglbn5fAIzQomEgLRyBplvTt5u6c { position:absolute;display:block;z-index:15013;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:8.999375rem;width:7.124625rem;top:8.0625rem;left:65.125rem;overflow:hidden;display:block; }
#qU5IQZgJrc6e7PvfDGg6LtKcN90UBVyT { box-sizing:content-box;height:9.1248125rem;width:10.249625rem;position:absolute;display:block;z-index:15009;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:19.062272310257rem;left:45.312501430511rem;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; }#qU5IQZgJrc6e7PvfDGg6LtKcN90UBVyT.adaptive-delivery-prevent-bg, #qU5IQZgJrc6e7PvfDGg6LtKcN90UBVyT.lazyload, #qU5IQZgJrc6e7PvfDGg6LtKcN90UBVyT.lazyloading { background-image: none; }
#xixJKMuSVzr65kFN2RycbIGRVlfsUUdP { box-sizing:content-box;height:9.061375rem;width:7.187375rem;position:absolute;display:block;z-index:15013;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:19.125000238419rem;left:56.187272548676rem;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; }#xixJKMuSVzr65kFN2RycbIGRVlfsUUdP.adaptive-delivery-prevent-bg, #xixJKMuSVzr65kFN2RycbIGRVlfsUUdP.lazyload, #xixJKMuSVzr65kFN2RycbIGRVlfsUUdP.lazyloading { background-image: none; }
#FZwKVvMtGGaZFpZmlPH8p8mXAbuqTCGZ { box-sizing:content-box;height:9.1248125rem;width:9.875rem;position:absolute;display:block;z-index:15011;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:19.062272310257rem;left:63.999772548675rem;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; }#FZwKVvMtGGaZFpZmlPH8p8mXAbuqTCGZ.adaptive-delivery-prevent-bg, #FZwKVvMtGGaZFpZmlPH8p8mXAbuqTCGZ.lazyload, #FZwKVvMtGGaZFpZmlPH8p8mXAbuqTCGZ.lazyloading { background-image: none; }
#rulfMZeE0JGfc0zHn6G3it1HF9wpPul1 { box-sizing:content-box;height:9.1248125rem;width:9.8746875rem;position:absolute;display:block;z-index:15008;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:30.044622421264rem;left:54.624772548676rem;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; }#rulfMZeE0JGfc0zHn6G3it1HF9wpPul1.adaptive-delivery-prevent-bg, #rulfMZeE0JGfc0zHn6G3it1HF9wpPul1.lazyload, #rulfMZeE0JGfc0zHn6G3it1HF9wpPul1.lazyloading { background-image: none; }
#fIwMJwr5CsbCp8ZoSzwaixTQ9shp7T5t { box-sizing:content-box;height:9.061375rem;width:7.187375rem;position:absolute;display:block;z-index:15012;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:30.160984992981rem;left:46.812158107757rem;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; }#fIwMJwr5CsbCp8ZoSzwaixTQ9shp7T5t.adaptive-delivery-prevent-bg, #fIwMJwr5CsbCp8ZoSzwaixTQ9shp7T5t.lazyload, #fIwMJwr5CsbCp8ZoSzwaixTQ9shp7T5t.lazyloading { background-image: none; }
#fCi1GoO4iFTKe9DwtMMhw0neRinsWt5H { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:0.0625rem;top:22.617472171784rem;left:15.001824855804rem;overflow:hidden;display:block; }
#vHrA22XhN4ShzRBdVztN9SWgKU3iH1cg { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top: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:9.0625rem;width:7.1875rem;top:30.108062744141rem;left:65.1244597435rem;overflow:hidden;display:block; }
#S7VpZqmnF77e1H8dKkqp06bRl8FeO2OM { position:absolute;display:block;z-index:14989;background-color:#ffffff;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:0rem;border-bottom-right-radius:10rem;box-shadow: none;height:22.4375rem;width:32.75rem;top:12.175923347473rem;left:42.189324855804rem;display:block; }
#JaOx6mLitaZ7gUqym9kfiTyKzQfsBDDo { position:absolute;display:block;z-index:15033;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:3.416543006897rem;left:70.4372420311rem;overflow:hidden;display:block; }
#Gd4onPnOiIMoBeF8AEcJfQ66R6IeSKHn { 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:6.875rem;width:5.5rem;top:35.036642074585rem;left:40.547303676605rem;overflow:hidden;display:block; }
#sS9O2UaE9qNMBPCJiHHrWxHBurqTEaXJ { position:absolute;display:block;z-index:15031;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.6246875rem;width:2.8740875rem;top:3.416543006897rem;left:62.295419216156rem;overflow:hidden;display:block; }
#qCgkmdTgfPBXgOal0EXdNWF4vzk2qccN { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.06226875rem;width:2.43713125rem;top:39.999143600464rem;left:46.046704769134rem;overflow:hidden;display:block; }
#Gi9x3LPAZ7MqCQLxnK5Q7khWvVZkEiTB { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.62485625rem;width:2.24965625rem;top:0.56027603149414rem;left:67.355721950531rem;overflow:hidden;display:block; }
#PZoKLOC0r3pz7nU5i0lhZDzfNk8qbTzl { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.6244888305662rem;left:22.249944686889rem;height:1.29946875rem;display:none; }
#ZOT7uloHOnGTTiCdUTwNIqS4uw2XV4lh { position:relative;display:block; }#ZOT7uloHOnGTTiCdUTwNIqS4uw2XV4lh { background-color: transparent; background-image: none; }#ZOT7uloHOnGTTiCdUTwNIqS4uw2XV4lh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOT7uloHOnGTTiCdUTwNIqS4uw2XV4lh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOT7uloHOnGTTiCdUTwNIqS4uw2XV4lh > .row .container > .video-iframe-container { display: none; }#ZOT7uloHOnGTTiCdUTwNIqS4uw2XV4lh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOT7uloHOnGTTiCdUTwNIqS4uw2XV4lh > .row > .video-iframe-container { display: none; }#ZOT7uloHOnGTTiCdUTwNIqS4uw2XV4lh > .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); }#ZOT7uloHOnGTTiCdUTwNIqS4uw2XV4lh { border-width: 0; border-radius: 0; }#ZOT7uloHOnGTTiCdUTwNIqS4uw2XV4lh > .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; }#ZOT7uloHOnGTTiCdUTwNIqS4uw2XV4lh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;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; }#guUwlqSEa6JJN80PHg4R49uiIDgC6tJn { color:#00017a;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:14993;line-height:1.3;letter-spacing:0;top:3.3124675750733rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTNDS6SJIVIJKLTHC8BDw0za5apq9pL0 { position:relative;display:block; }#CTNDS6SJIVIJKLTHC8BDw0za5apq9pL0 { background-color: transparent; background-image: none; }#CTNDS6SJIVIJKLTHC8BDw0za5apq9pL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTNDS6SJIVIJKLTHC8BDw0za5apq9pL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTNDS6SJIVIJKLTHC8BDw0za5apq9pL0 > .row .container > .video-iframe-container { display: none; }#CTNDS6SJIVIJKLTHC8BDw0za5apq9pL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTNDS6SJIVIJKLTHC8BDw0za5apq9pL0 > .row > .video-iframe-container { display: none; }#CTNDS6SJIVIJKLTHC8BDw0za5apq9pL0 > .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); }#CTNDS6SJIVIJKLTHC8BDw0za5apq9pL0 { border-width: 0; border-radius: 0; }#CTNDS6SJIVIJKLTHC8BDw0za5apq9pL0 > .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; }#CTNDS6SJIVIJKLTHC8BDw0za5apq9pL0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TovredqrbrDLrWwQovfuFNmULmiUM6Bb { 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; }
#CZ4uGAwIpvr03O4XdRTt7MMnQIoaJ6gH { 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; }
#A9sfuFNX28xwP6QgBG5rMd60ic5Jkc9C { color:rgba(var(--color-tertiary-2),1);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.940185546875rem;left:24.998574733734rem;height:25.495625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eTJ54OlQp6RaO1eLZpnbPmb2nPciysEU { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--headlines-font-family);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; }
#C1LZXsRTc8oPPeQ7xR2CvphM7F47KSgl { color:rgba(var(--color-tertiary-4),1);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; }
#vZg0bW0WoukOkZqAxWxowtCucNBdT2se { color:rgba(var(--color-tertiary-4),1);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; }
#Rylaxn6ruEqXhVdB4qg909WCrOriqJk7 { color:rgba(var(--color-tertiary-4),1);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; }
#z9zd6nLh1tT0HCRXDDi8mhvhiPrWMWIO { color:rgba(var(--color-tertiary-4),1);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; }
#twDTfLMUxLWePkyw01ZaXkITqOL4A0B5 { 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:33.75rem;width:63.6875rem;top:3.9354705810547rem;left:11.373033046722rem;display:block; }
#aKipipOc6kfdCqmkqdxAzPRzszThE6IB { color:rgba(var(--color-tertiary-4),1);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; }
#oZSTC5lWHc71mP5KcMqqVBeIELFF1pJ6 { 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:rgba(var(--color-primary-2),1);background-image:none;top:15.875rem;left:2.6875rem;display:block; }
#KAWngPN9oHKsVnh5STU8TwFqrVOwUzn5 { 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:15004;background-color:rgba(var(--color-primary-3),0);background-image:none;top:14.6875rem;left:1.5rem;border-top:0.4375rem dotted rgba(var(--color-primary-2),1);border-left:0.4375rem dotted rgba(var(--color-primary-2),1);border-right:0.4375rem dotted rgba(var(--color-primary-2),1);border-bottom:0.4375rem dotted rgba(var(--color-primary-2),1);display:block; }
#TLRVEp5QCuwNcHVlGBeXuT3FsgOVqGfX { 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; }
#dMzF9wx4Q6CART6xoEr48D1LXRshHBRv { box-sizing:content-box;height:14.25rem;width:23.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.12) ;display:block; }
#RkIkDkIuMMZhUIhaaJOb5WxsGmE8zLq3 { box-sizing:content-box;height:2.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);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; }
#JbPD9dH7ETC8umb8OTkGX6sMQZibamWk { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#OZgpkQ7Rogkskrsn7ePIlaGz7LQSuGDG { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-4),1);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.874125rem;height:3.49923125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:34.293521404266rem;left:4.6867871284485rem;display:block; }
#Tn0RnswyGT4iiIqMMIky2OUd87mM2QlH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MkgIlLGnstIOmM5cLexgqfGHdrDgLgcG { 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; }#MkgIlLGnstIOmM5cLexgqfGHdrDgLgcG > .row .container { background-color: transparent; background-image: none; }#MkgIlLGnstIOmM5cLexgqfGHdrDgLgcG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkgIlLGnstIOmM5cLexgqfGHdrDgLgcG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkgIlLGnstIOmM5cLexgqfGHdrDgLgcG > .row .container > .video-iframe-container { display: none; }#MkgIlLGnstIOmM5cLexgqfGHdrDgLgcG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkgIlLGnstIOmM5cLexgqfGHdrDgLgcG > .row > .video-iframe-container { display: none; }#MkgIlLGnstIOmM5cLexgqfGHdrDgLgcG > .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); }#MkgIlLGnstIOmM5cLexgqfGHdrDgLgcG > .row .container { border-width: 0; border-radius: 0; }#MkgIlLGnstIOmM5cLexgqfGHdrDgLgcG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MkgIlLGnstIOmM5cLexgqfGHdrDgLgcG > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:75rem;position:relative;display:block; }#LisDXQNAm5CkrGLUvfEPoAvqrQ88Md3m { 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; }
#P8RiFJ9y0Buw6itRfknuIkhTChbJwIFk { color:#000000;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:20.3965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MwwWgdFrqp6GinTTh1xmQqUd3IS05LyE { color:rgba(var(--color-tertiary-4),1);display:block;width:24.749875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.9408459663394rem;left:0rem;height:7.64845rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K95UBs8TBeDB9UJ7TCZOkfRliVst910R { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.625rem;width:63.6875rem;top:3.9354705810547rem;left:11.373033046722rem;display:block; }
#STwMq43zUMBMv03Ka6aerFErTNbTyGP4 { color:rgba(var(--color-tertiary-4),1);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; }
#P1RoB6e5fnMI4HBB3NNpMDoQhM6wkzJ9 { 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:rgba(var(--color-primary-2),1);background-image:none;top:18.374393463135rem;left:2.6870431900024rem;display:block; }
#FaUfPamlC5nzRR8spyJFmmzs1Mz6iJkB { 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(var(--color-primary-3),0);background-image:none;top:17.1875rem;left:1.4993915557861rem;border-top:0.4375rem dotted rgba(var(--color-primary-2),1);border-left:0.4375rem dotted rgba(var(--color-primary-2),1);border-right:0.4375rem dotted rgba(var(--color-primary-2),1);border-bottom:0.4375rem dotted rgba(var(--color-primary-2),1);display:block; }
#RrAIyslBirwiNoFevWNDox98TUZ98uos { 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; }
#BHI5Q2rBRI8JxGoo2RZK0y5qFo5NCp9G { box-sizing:content-box;height:9.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.12) ;display:block; }
#fAdiBb2GuLWzmskZ9ainTTkTUskPOfWU { box-sizing:content-box;height:2.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);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; }
#JO9knRpXs9s41iDXoBFTR1if49G3vlAD { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:18.9375rem;top:18.591086387634rem;left:0.99665451049806rem;overflow:hidden;display:block; }
#Jx8vkzdeCrnm5iXQpWbPTwaOqn2MPeJf { color:rgba(var(--color-tertiary-4),1);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; }
#CoWEpT0HG1nBLKNgtI2K23ZfuzG5z4gy { color:rgba(var(--color-tertiary-4),1);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; }
#eL2eLzIDyQrAbqTwVGIhzBpgEEwdzpbg { color:rgba(var(--color-tertiary-4),1);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; }
#oUb9MiTxP8xuQ5q9gCl1dm3gPbW6aZZb { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#EZFJ2Q8C7uT500eAVNq4L6HxSfm0lC2S { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#qI3nRekmS8oWekTprcbeXBhdBnS4QKS8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.874125rem;height:3.49923125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:36.757668972016rem;left:4.5620436668396rem;display:block; }
#V8zUNv9Gcf59IhoHxUbXvx8miSIdnAuB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yMQV3iMy0R7SIJmK83Pg9mtPq1Urt9yF { position:relative;display:block; }#yMQV3iMy0R7SIJmK83Pg9mtPq1Urt9yF { background-color: transparent; background-image: none; }#yMQV3iMy0R7SIJmK83Pg9mtPq1Urt9yF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMQV3iMy0R7SIJmK83Pg9mtPq1Urt9yF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMQV3iMy0R7SIJmK83Pg9mtPq1Urt9yF > .row .container > .video-iframe-container { display: none; }#yMQV3iMy0R7SIJmK83Pg9mtPq1Urt9yF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMQV3iMy0R7SIJmK83Pg9mtPq1Urt9yF > .row > .video-iframe-container { display: none; }#yMQV3iMy0R7SIJmK83Pg9mtPq1Urt9yF > .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); }#yMQV3iMy0R7SIJmK83Pg9mtPq1Urt9yF { border-width: 0; border-radius: 0; }#yMQV3iMy0R7SIJmK83Pg9mtPq1Urt9yF > .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; }#yMQV3iMy0R7SIJmK83Pg9mtPq1Urt9yF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42rem;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; }#aT7zdvV7LiLOnIZ2pabS9XmNPxdu9eBM { color:rgba(var(--color-tertiary-2),1);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; }
#cw5WvdFyMhSeNfd8VneU4iwaBDT03ppE { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);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; }
#b5nh0FEx7tHlT1kym5fmCemf5oeUBfoW { position:absolute;display:block;z-index:14997;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.9354858398438rem;left:11.373033046722rem;display:block; }
#emazL2989ktI3Xwku37IBJeX2TaCU9mN { color:rgba(var(--color-tertiary-4),1);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; }
#RFtZSqT7mSJchGKryfJTfw1d2K9tKvcB { 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:rgba(var(--color-primary-2),1);background-image:none;top:17.874389648438rem;left:2.6870431900024rem;display:block; }
#zXbei4xG1ATedTmLsLpvEixJT82ScT3N { 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(var(--color-primary-3),0);background-image:none;top:16.6875rem;left:1.4993915557861rem;border-top:0.4375rem dotted rgba(var(--color-primary-2),1);border-left:0.4375rem dotted rgba(var(--color-primary-2),1);border-right:0.4375rem dotted rgba(var(--color-primary-2),1);border-bottom:0.4375rem dotted rgba(var(--color-primary-2),1);display:block; }
#RN2lG8umsOM82nwHPGpKTMIuQ9wCMRwJ { 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; }
#WfHEvVOBXIATtgPbbo64tCbHtm0g9sLk { box-sizing:content-box;height:14.25rem;width:23.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.12) ;display:block; }
#ObDxw8brXzwaXh2iAsg5If6Iw9MxdG2t { box-sizing:content-box;height:2.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);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; }
#sDS9TWpTPr1cXms1LsF6hi6R4w3cmOMR { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.999875rem;width:20.062375rem;top:17.435362815857rem;left:0.5900239944458rem;overflow:hidden;display:block; }
#CAWKtmfHTobweLvKzG7hXkH1Idd1F5Om { color:rgba(var(--color-tertiary-4),1);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; }
#IGZIkwd65mzQbcUTlARaBw8zzQZNFc0y { color:rgba(var(--color-tertiary-4),1);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; }
#uxKXgTtJUEMpGkysKUiTfp7QFhpURWEn { color:rgba(var(--color-tertiary-4),1);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; }
#NpT8zi3O3zxK0R60ehbypAJTcJfN6cbA { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#uDLkz7xCJeAZR2iR9aPDXAxBl65xOy5T { 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; }#uDLkz7xCJeAZR2iR9aPDXAxBl65xOy5T.adaptive-delivery-prevent-bg, #uDLkz7xCJeAZR2iR9aPDXAxBl65xOy5T.lazyload, #uDLkz7xCJeAZR2iR9aPDXAxBl65xOy5T.lazyloading { background-image: none; }
#iVD2IiSLS4bfLxLAgLMswhe7NWsKmxEG { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#uxRGHgwJeHtToeqAaCx5XGNVP4hbKWZu { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.874125rem;height:3.49923125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:36.328144073486rem;left:4.5613312721253rem;display:block; }
#gDhwx90icrX0z4XcU8TGN04bdoSffpmr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QWudTrdyMe5DuJ3AL4cpisnziy7Eegex { 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; }#QWudTrdyMe5DuJ3AL4cpisnziy7Eegex > .row .container { background-color: transparent; background-image: none; }#QWudTrdyMe5DuJ3AL4cpisnziy7Eegex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWudTrdyMe5DuJ3AL4cpisnziy7Eegex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWudTrdyMe5DuJ3AL4cpisnziy7Eegex > .row .container > .video-iframe-container { display: none; }#QWudTrdyMe5DuJ3AL4cpisnziy7Eegex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWudTrdyMe5DuJ3AL4cpisnziy7Eegex > .row > .video-iframe-container { display: none; }#QWudTrdyMe5DuJ3AL4cpisnziy7Eegex > .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); }#QWudTrdyMe5DuJ3AL4cpisnziy7Eegex > .row .container { border-width: 0; border-radius: 0; }#QWudTrdyMe5DuJ3AL4cpisnziy7Eegex > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QWudTrdyMe5DuJ3AL4cpisnziy7Eegex > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#TpS2WACdTer2bLFMfQ7QbEU9nLes7UBt { 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; }
#l7RZKgmirJadscyw2abfFnbe1B9Z9mSz { color:rgba(var(--color-tertiary-2),1);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; }
#a0sy33J9lJ6rseAx05CRLrokQVmGx4cC { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.9401817321775rem;left:0rem;height:3.824225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S87VVgzpgbFR4d4s8ARXAZqOgyt5NT44 { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.8125rem;width:63.6875rem;top:3.9354858398438rem;left:11.373033046722rem;display:block; }
#ZH60bP7yrfTlm3UWCv8G57TvAokoxzQs { color:rgba(var(--color-tertiary-4),1);display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);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; }
#bJ3otkxzCV5sMsrsMRg4n738GUXWAbfL { 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:rgba(var(--color-primary-2),1);background-image:none;top:14.624393463135rem;left:2.6862831115723rem;display:block; }
#lHRTfPHe5GwhmT2JaXINWRIA4pxPvADv { 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(var(--color-primary-3),0);background-image:none;top:13.4375rem;left:1.4986314773559rem;border-top:0.4375rem dotted rgba(var(--color-primary-2),1);border-left:0.4375rem dotted rgba(var(--color-primary-2),1);border-right:0.4375rem dotted rgba(var(--color-primary-2),1);border-bottom:0.4375rem dotted rgba(var(--color-primary-2),1);display:block; }
#goPbPNsOuhkUSM3KBeuPdHVAovv2Ttyx { 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.796703338623rem;left:17.811929225922rem;overflow:hidden;display:block; }
#Hwga0Lg15OO0tcblSoSwIIAHudO7aO6F { box-sizing:content-box;height:14.25rem;width:23.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.12) ;display:block; }
#qDEqcrB5Dtmn9l53xeiRWUc9rfW2g8IO { box-sizing:content-box;height:2.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);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; }
#IeEb40lUJxL8CEKwpLWhUEPEezfw2G6Z { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#LpwUcE79IeuJxE0FTUn53bgeqtannEAb { 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.625rem;width:18.1875rem;top:14.895985395996rem;left:1.4331765654019rem;overflow:hidden;display:block; }
#nF0qXibW98hvDPCDbBUL9cQTpfvaovbt { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#eHMdRpcnWqSDIWm3niUz7TCddZS4bhzS { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Z609fTkTv7nSc1J58lqIls07HnFdk3kk { color:rgba(var(--color-tertiary-4),1);display:block;width:3.99939375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#EFwmemmiq6BpcoGo9JXlWzlV3kAcCR8O { color:rgba(var(--color-tertiary-4),1);display:block;width:7.436125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Om1vWZwshT3GTPkulrGGPdpRzsRCyzKP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.874125rem;height:3.49923125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:33.038255691528rem;left:4.5606179237366rem;display:block; }
#qfcTOLQm37R9pEekLVpE9J8WyFZlk97J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x7Gv3Pupt2TqPhb9ZuAVMl1oyOAdTcKb { position:relative;display:block; }#x7Gv3Pupt2TqPhb9ZuAVMl1oyOAdTcKb { background-color: transparent; background-image: none; }#x7Gv3Pupt2TqPhb9ZuAVMl1oyOAdTcKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7Gv3Pupt2TqPhb9ZuAVMl1oyOAdTcKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7Gv3Pupt2TqPhb9ZuAVMl1oyOAdTcKb > .row .container > .video-iframe-container { display: none; }#x7Gv3Pupt2TqPhb9ZuAVMl1oyOAdTcKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7Gv3Pupt2TqPhb9ZuAVMl1oyOAdTcKb > .row > .video-iframe-container { display: none; }#x7Gv3Pupt2TqPhb9ZuAVMl1oyOAdTcKb > .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); }#x7Gv3Pupt2TqPhb9ZuAVMl1oyOAdTcKb { border-width: 0; border-radius: 0; }#x7Gv3Pupt2TqPhb9ZuAVMl1oyOAdTcKb > .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; }#x7Gv3Pupt2TqPhb9ZuAVMl1oyOAdTcKb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.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; }#VuoAIVRbU7rpiXqEC9XOxtdp0IeQT5x2 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.12425rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#QpusD41WkyEpQgKOa3Q3QDtZTRT6JQLA { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.9408454895019rem;left:0rem;height:7.6484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GTIvKekl5TZXaM93QQsvHpBGr0UO0l2t { position:absolute;display:block;z-index:14993;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.9354858398438rem;left:11.373033046722rem;display:block; }
#TQnScOPDdPCx2kUZNwr8DJqzrBp96flV { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);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; }
#fmT9VTRynVGs9Xwv7qoTMvO7tJoFitzo { 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:rgba(var(--color-primary-2),1);background-image:none;top:18.186588287354rem;left:2.6862831115723rem;display:block; }
#ZpQgiP8eJKdVGBIaI5FctFAiWuE3oGqH { 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(var(--color-primary-3),0);background-image:none;top:16.999698638916rem;left:1.4986314773559rem;border-top:0.4375rem dotted rgba(var(--color-primary-2),1);border-left:0.4375rem dotted rgba(var(--color-primary-2),1);border-right:0.4375rem dotted rgba(var(--color-primary-2),1);border-bottom:0.4375rem dotted rgba(var(--color-primary-2),1);display:block; }
#d3z6zCK5TxMg4L9URCbTtyNVt0Xi5Kg1 { 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; }
#X234nqonPlJHcKyATbQG59ppGUWUTvoR { box-sizing:content-box;height:14.25rem;width:23.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.12) ;display:block; }
#xDAsLXim8q2ITwCf8Ies3XNOQ8l4Hq4z { box-sizing:content-box;height:2.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);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; }
#gbCOntrGKJ2vVMDmNhTBVo8uNbeTqnus { 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; }#gbCOntrGKJ2vVMDmNhTBVo8uNbeTqnus.adaptive-delivery-prevent-bg, #gbCOntrGKJ2vVMDmNhTBVo8uNbeTqnus.lazyload, #gbCOntrGKJ2vVMDmNhTBVo8uNbeTqnus.lazyloading { background-image: none; }
#DeTTV9MuBNxg7tdXP7iuWT4HTvR6C9eb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#vEbNP9J2bMXbqJ4Ur80WyCGJmT0eKNcN { 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.1875rem;width:18.0625rem;top:18.404039382934rem;left:1.6058387756348rem;overflow:hidden;display:block; }
#v7TRlmiOD2xMEOiPTTXCIwmEZQpyMrn5 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.436125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#a6KtyXW8K8p3fPbn5hvzn9UzyM7qbzO7 { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#ySkyJJA1T4rvNFubdt1OnXHPgAwtw6Xf { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#bRT2MHCllTCMQ2CkHef2AgyMPRaJweCI { color:rgba(var(--color-tertiary-4),1);display:block;width:3.81235rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#SAU1VOT8rQ7p0oknNmFU49JixZyKkrls { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.874125rem;height:3.49923125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:36.569498062134rem;left:4.5606179237366rem;display:block; }
#BZ28L6oV0ZOsHdgknGm2L3gAwXGgzTkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DrWJNku6WP1HSE3RcTRcNTlvvu3UlB2s { 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; }#DrWJNku6WP1HSE3RcTRcNTlvvu3UlB2s > .row .container { background-color: transparent; background-image: none; }#DrWJNku6WP1HSE3RcTRcNTlvvu3UlB2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrWJNku6WP1HSE3RcTRcNTlvvu3UlB2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrWJNku6WP1HSE3RcTRcNTlvvu3UlB2s > .row .container > .video-iframe-container { display: none; }#DrWJNku6WP1HSE3RcTRcNTlvvu3UlB2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrWJNku6WP1HSE3RcTRcNTlvvu3UlB2s > .row > .video-iframe-container { display: none; }#DrWJNku6WP1HSE3RcTRcNTlvvu3UlB2s > .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); }#DrWJNku6WP1HSE3RcTRcNTlvvu3UlB2s > .row .container { border-width: 0; border-radius: 0; }#DrWJNku6WP1HSE3RcTRcNTlvvu3UlB2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DrWJNku6WP1HSE3RcTRcNTlvvu3UlB2s > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#fUn2fKJy9GMCdz4F6cb1Z1eKrAGQBsVT { 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; }
#BbVAFrHW05EIx0v3UZQaMaQhLsIT0Cv9 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.12425rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#IKANM2BKyAV3XoHx3gkZg489suTGr3yp { color:rgba(var(--color-tertiary-4),1);display:block;width:24.749875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:8.9408459663394rem;left:0rem;height:5.736325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IUIcIZuLcwFfZaX9BMomy5Xfqq7v0dch { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.9354858398438rem;left:11.373033046722rem;display:block; }
#UQVSB201Uuu1kfcVXeDHfSLf1dRl08a5 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);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; }
#vNNmXwUxxHShkJ9n9mWSRngxcMg2h7MD { 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:rgba(var(--color-primary-2),1);background-image:none;top:16.249393463135rem;left:2.6855230331421rem;display:block; }
#egI9Z6wFwPgZSGQhAPTJIZrmPIETcHxw { 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(var(--color-primary-3),0);background-image:none;top:15.0625rem;left:1.4986314773559rem;border-top:0.4375rem dotted rgba(var(--color-primary-2),1);border-left:0.4375rem dotted rgba(var(--color-primary-2),1);border-right:0.4375rem dotted rgba(var(--color-primary-2),1);border-bottom:0.4375rem dotted rgba(var(--color-primary-2),1);display:block; }
#xCrV1k1Hx3RfyPtHDVJdEQidusLVJf3I { 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; }
#a6GCqvD4fzuo08GlxnsDrLgVm9wL5fRZ { box-sizing:content-box;height:12.1875rem;width:23.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.12) ;display:block; }
#crDw6ZqHs5fZyKIbOi77BTpbJ0nTvDZL { box-sizing:content-box;height:2.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);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; }
#EImk7tdHMxRNhxA4JlXFfsQtzwagRrwx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#oPN4tCD0uJXarRJTvuxiNNobpwLqPe3J { 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.4996875rem;width:17.9995625rem;top:16.679136991501rem;left:1.3721103668213rem;overflow:hidden;display:block; }
#EMM9p4xi0M4LDKWxT8JbJFi7R5yTTTs8 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.436125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Wn7FVmllWeMETZhJ6FJStmvx7zkfFWoz { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#OzRx42Z01sZtZ5cCWDdTyta6ETLcSE5f { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#qmQs2vvZKPRzb9Qs95tOIaMtNVWZRDKv { color:rgba(var(--color-tertiary-4),1);display:block;width:3.87469375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#I1VFqsmGscilVb71eCm9rUbTw2DlPP4p { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.874125rem;height:3.49923125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:34.632034301757rem;left:4.7202897071838rem;display:block; }
#ZZNqiG0faiIsHpV3BUIA2Ckib7BFK4EC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MvNmn4dUuR9woeT9sGPls1Tv82vfpdTL { position:relative;display:block; }#MvNmn4dUuR9woeT9sGPls1Tv82vfpdTL { background-color: transparent; background-image: none; }#MvNmn4dUuR9woeT9sGPls1Tv82vfpdTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvNmn4dUuR9woeT9sGPls1Tv82vfpdTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvNmn4dUuR9woeT9sGPls1Tv82vfpdTL > .row .container > .video-iframe-container { display: none; }#MvNmn4dUuR9woeT9sGPls1Tv82vfpdTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvNmn4dUuR9woeT9sGPls1Tv82vfpdTL > .row > .video-iframe-container { display: none; }#MvNmn4dUuR9woeT9sGPls1Tv82vfpdTL > .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); }#MvNmn4dUuR9woeT9sGPls1Tv82vfpdTL { border-width: 0; border-radius: 0; }#MvNmn4dUuR9woeT9sGPls1Tv82vfpdTL > .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; }#MvNmn4dUuR9woeT9sGPls1Tv82vfpdTL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Dkab1LIZyaTeuSmoMtshvGedRZ7MEpDg { color:rgba(var(--color-tertiary-2),1);display:block;width:23.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:8.9408459663394rem;left:24.99923992157rem;height:22.0961875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pxOaFXCIPbLPGNwKoLdAVss3JRAEZ0u5 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#t4qs9WWeTyQXBtFkZVHykCo2zhT575R3 { position:absolute;display:block;z-index:14992;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; }
#CCRQmzvqD1poPNKvXyVoJxIQ6iZLcvKm { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);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; }
#m8pn1nykup1TrQVJri8e07MvwipWTh5R { 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:rgba(var(--color-primary-2),1);background-image:none;top:16.186588287354rem;left:2.6855230331421rem;display:block; }
#B7rgl53HkBQu3tKHAOGbPPFudkTzXPOC { 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:14993;background-color:rgba(var(--color-primary-3),0);background-image:none;top:14.999698638916rem;left:1.4986314773559rem;border-top:0.4375rem dotted rgba(var(--color-primary-2),1);border-left:0.4375rem dotted rgba(var(--color-primary-2),1);border-right:0.4375rem dotted rgba(var(--color-primary-2),1);border-bottom:0.4375rem dotted rgba(var(--color-primary-2),1);display:block; }
#fcCKmcclCr0T6caPKQdKdtJ3QHeiBvac { 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; }
#DsFc4HmuJkIZ1lir6qzNVyAqtxWRbLTt { box-sizing:content-box;height:5.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.12) ;display:block; }
#TlyFbwoKAtheUUlVrOBfWJyZxWRHCLiU { box-sizing:content-box;height:2.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);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; }
#Od7sMPZ6xBk7UMG6xzph7iDixSqJRCHs { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#vS5dWggguzH4pBQBAvflWBIM0skZc2T2 { 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; }
#dbaGlk9EggngV5tqtMyl7T1og7DxJPz2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.436125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#sOS6HJJoko8OyTwUsqNw1K4sKGnrskmt { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#T54BnLTTxwn0SUQ3G7WuGf00r9dxxGJS { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#C1EpPpQ2qqDy9kWrz4aOIagSRqX1dKeF { color:rgba(var(--color-tertiary-4),1);display:block;width:3.87469375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#nJ2A5lwt3MQTDWOkQVkey6STng0t528c { 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.498916625976rem;left:1.1521439552307rem;overflow:hidden;display:block; }
#ySkDIg1TpaWzshdTFW0rWmcfgIJOLVxG { color:rgba(var(--color-tertiary-4),0.67);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#BwBRzUg9ieHFOH5GahBH29c5TNw5Xbd2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.874125rem;height:3.49923125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:34.559125900269rem;left:4.7202897071838rem;display:block; }
#OAJz3sg5FpS07VZluFxiaKsQ5LgDKqVO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i8aJbW3ZbFW26h49O89RVZEaxZbkKc28 { 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; }#i8aJbW3ZbFW26h49O89RVZEaxZbkKc28 > .row .container { background-color: transparent; background-image: none; }#i8aJbW3ZbFW26h49O89RVZEaxZbkKc28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8aJbW3ZbFW26h49O89RVZEaxZbkKc28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8aJbW3ZbFW26h49O89RVZEaxZbkKc28 > .row .container > .video-iframe-container { display: none; }#i8aJbW3ZbFW26h49O89RVZEaxZbkKc28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8aJbW3ZbFW26h49O89RVZEaxZbkKc28 > .row > .video-iframe-container { display: none; }#i8aJbW3ZbFW26h49O89RVZEaxZbkKc28 > .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); }#i8aJbW3ZbFW26h49O89RVZEaxZbkKc28 > .row .container { border-width: 0; border-radius: 0; }#i8aJbW3ZbFW26h49O89RVZEaxZbkKc28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i8aJbW3ZbFW26h49O89RVZEaxZbkKc28 > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#z7OrdP7KyBQTZudBC8DPzon9ATD0oU3E { 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; }
#NnZ19a8KJHnNGdOSnQuQ2xaAerxcUy8s { color:rgba(var(--color-tertiary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:8.940185546875rem;left:24.998574733734rem;height:25.49555625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O7MQ678plBcSpfL2MCREKy4SygT6NnsN { color:rgba(var(--color-tertiary-4),1);display:block;width:24.749875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#zcKGxGAtLeWWB0oIF5AvBLdCowS5hqqu { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.125rem;width:63.6875rem;top:3.9354858398438rem;left:11.373033046722rem;display:block; }
#z7pKgzcJlkLCZyl4f7fMlWPfVsEiEvdR { color:rgba(var(--color-tertiary-4),1);display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);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; }
#fm0XXdD1xVnH085a2IcT5yoF8QbSkmFp { 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:14989;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.124240875244rem;left:2.6847620010376rem;display:block; }
#h3TJ9FOoDvZ7kiK0Ft9qQyduguNAn7XT { 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:14990;background-color:rgba(var(--color-primary-3),0);background-image:none;top:16.937347412109rem;left:1.4986314773559rem;border-top:0.4375rem dotted rgba(var(--color-primary-2),1);border-left:0.4375rem dotted rgba(var(--color-primary-2),1);border-right:0.4375rem dotted rgba(var(--color-primary-2),1);border-bottom:0.4375rem dotted rgba(var(--color-primary-2),1);display:block; }
#A108yTI3D5AlAmxcwDzRWHKMRPsms3Lu { 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; }
#KAKE3univT62Q9BnZBa4t1vyiFPWXMCe { box-sizing:content-box;height:14.25rem;width:23.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.12) ;display:block; }
#oHp1SDsh49LE8PX40gpDE2DcevXAkS8Q { box-sizing:content-box;height:2.8125rem;width:23.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);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; }
#TwQlcz154TNQGpisKtfDb9SONc1My5L5 { position:absolute;display:block;z-index:14991;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; }
#kHJNohAUKxafTgpl1ZWTFW0CARqN5q5N { color:rgba(var(--color-tertiary-4),0.67);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#LJiiDmFAfFoCzggM6po0WEDO07OLNg4I { color:rgba(var(--color-tertiary-4),1);display:block;width:7.436875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#TDvw5xmbEWsPbTgXnCIeuySucpJzJItW { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#PD2mpH0sGahTyoaWUKpGB3zCZGzbBic0 { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#nGNgHF92bcidQWJQKeBEdDw5z1C6e99T { color:rgba(var(--color-tertiary-4),1);display:block;width:3.81235rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#e2yMXRvzdhHZQ2mVnq0Zrd1t6a5Koc77 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.874125rem;height:3.49923125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:36.507469654083rem;left:4.7202897071838rem;display:block; }
#WSwhVsGf7iy3HML4MG7N1D4e9heRwb08 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QC0TnS0OPv8CdsEeLCk5aiz58ge4N6LE { position:relative;display:block; }#QC0TnS0OPv8CdsEeLCk5aiz58ge4N6LE { background-color: transparent; background-image: none; }#QC0TnS0OPv8CdsEeLCk5aiz58ge4N6LE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC0TnS0OPv8CdsEeLCk5aiz58ge4N6LE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC0TnS0OPv8CdsEeLCk5aiz58ge4N6LE > .row .container > .video-iframe-container { display: none; }#QC0TnS0OPv8CdsEeLCk5aiz58ge4N6LE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC0TnS0OPv8CdsEeLCk5aiz58ge4N6LE > .row > .video-iframe-container { display: none; }#QC0TnS0OPv8CdsEeLCk5aiz58ge4N6LE > .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); }#QC0TnS0OPv8CdsEeLCk5aiz58ge4N6LE { border-width: 0; border-radius: 0; }#QC0TnS0OPv8CdsEeLCk5aiz58ge4N6LE > .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; }#QC0TnS0OPv8CdsEeLCk5aiz58ge4N6LE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.375rem;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; }#OHBMTPkXo7lZPHA8kkA226J73a3pvA2f { color:rgba(var(--color-tertiary-2),1);display:block;width:23.12425rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#VRZaoyFuc9hvy7fxAyRJTQCh4pCfUHOG { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#FGmyNuZvQmu4VNKnu5TCESNtcSGEnXRb { position:absolute;display:block;z-index:14990;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; }
#kGR19lTUmZsFTRKgKg6Z4kTVAe5WR8G8 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);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; }
#HVunfknnCCLSzB31BAitoOZAOdNEqeN5 { 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:14991;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.186588287354rem;left:2.6855230331421rem;display:block; }
#OLoQPKZgTDOHOTqJl2a88HqNgelPwChz { 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:14992;background-color:rgba(var(--color-primary-3),0);background-image:none;top:14.999698638916rem;left:1.4986314773559rem;border-top:0.4375rem dotted rgba(var(--color-primary-2),1);border-left:0.4375rem dotted rgba(var(--color-primary-2),1);border-right:0.4375rem dotted rgba(var(--color-primary-2),1);border-bottom:0.4375rem dotted rgba(var(--color-primary-2),1);display:block; }
#P5r13U1ErI7vTxgxvMVimMeuq99et1D0 { 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; }
#cDHtPVPPBAWmnfto8CypJxTGPxuSbUZk { box-sizing:content-box;height:5.8125rem;width:24.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.12) ;display:block; }
#pxKe4WdxEqwRA32sXiSDwBlFZZm1D6Xo { box-sizing:content-box;height:2.8125rem;width:24.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);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; }
#ta87fDebZhixnPF0c9oyh3QOznXTN72M { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#h6S0PnwQHRUvkbWBmPvzReDX0arQgiTz { color:rgba(var(--color-tertiary-4),0.67);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#EMJnZD4LdXuGI0f0FhCH9DvOxgSd7byl { color:rgba(var(--color-tertiary-4),0.67);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#QDr5BtgV86b7MPRKyGTO9z0hmuvO3MdD { color:rgba(var(--color-tertiary-4),1);display:block;width:7.436875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#J0TP3uNGDTnS1LaxBt9MB2KWVkZIEZG0 { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#K6pl7L85kDrskdAPv7A5UrX10VXO27DT { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#ULrIoSQ1dtV62oJdT53nSEOJX66AzVSU { color:rgba(var(--color-tertiary-4),1);display:block;width:4.62439375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#GLLGhKNZDULZA2RZ8W921B6HbfnQbF0U { position:absolute;display:block;z-index:14993;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; }
#nNcFwXa04SXmLnTOWadPzhgpqRWsq49J { 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; }#nNcFwXa04SXmLnTOWadPzhgpqRWsq49J.adaptive-delivery-prevent-bg, #nNcFwXa04SXmLnTOWadPzhgpqRWsq49J.lazyload, #nNcFwXa04SXmLnTOWadPzhgpqRWsq49J.lazyloading { background-image: none; }
#lu1wVnK081UTFCA5i9SAGb0cokSfm093 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.874125rem;height:3.49923125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:34.569314956665rem;left:4.7202897071838rem;display:block; }
#JTpNqE8DTBeMdkEJcKT9QqnK9ctGzKaa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bGuy6q9kCsApmfuF2bFN5IxxexozUgP4 { position:relative;display:block; }#bGuy6q9kCsApmfuF2bFN5IxxexozUgP4 { background-color: transparent; background-image: none; }#bGuy6q9kCsApmfuF2bFN5IxxexozUgP4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGuy6q9kCsApmfuF2bFN5IxxexozUgP4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGuy6q9kCsApmfuF2bFN5IxxexozUgP4 > .row .container > .video-iframe-container { display: none; }#bGuy6q9kCsApmfuF2bFN5IxxexozUgP4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGuy6q9kCsApmfuF2bFN5IxxexozUgP4 > .row > .video-iframe-container { display: none; }#bGuy6q9kCsApmfuF2bFN5IxxexozUgP4 > .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); }#bGuy6q9kCsApmfuF2bFN5IxxexozUgP4 { border-width: 0; border-radius: 0; }#bGuy6q9kCsApmfuF2bFN5IxxexozUgP4 > .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; }#bGuy6q9kCsApmfuF2bFN5IxxexozUgP4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.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; }#qlupO5QMur8e5E4LnNekgQ60RfhScvB5 { color:rgba(var(--color-primary-2),1);display:block;width:18.812rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#DcUSe0ZAgup9y0rtIDp70Sk9xcxFeTfD { box-sizing:content-box;height:47.4375rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.12) ;display:block; }
#X69e9kEr88A7W2n6xfqkx134lVs1OGmK { 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; }
#GkdRbRZyAUdcqpFIIX951nCv6TPHhyda { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#XUPGOwMR3RTwkSCcz62rm2HvV9xyumlL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.437375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#BGqiuzEgfv8fhCH3D7QGT8ROc8eiXOpB { 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; }
#t4Haucz3oq8dIOsMzeE9gby1pHRLEGTZ { 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; }
#TXrxsAJa8heHJRlcHfJM7T6b4RFe7dOO { 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; }
#UGAfM01rHRmE5wTDHZhT2oTodExlyKAI { color:rgba(var(--color-primary-2),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#EmLCrAhq0Vgatk5lQJsnlRty4WwktLJS { color:rgba(var(--color-primary-2),1);display:block;width:18.68725rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#m7q3vJJcOnfMtVwr8TsT1tzU2NpIotHR { color:rgba(var(--color-primary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#h3c8yQF6kPPM6xlJXrS9twAGWvSiggzw { 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; }
#TqssZPb5CgNtgH0zRCo6Lpau6wrkEfcG { 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; }
#gz46gXyg9cQMUExpH0yNBpWoqJi5TQ6J { color:rgba(var(--color-primary-2),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#WFWMBsMKkX8IhxTrrLTK7q8skB0qcWOd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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; }
#ZVwi5VN2SzeUsmdsRt2NcXMuVyT3T54T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WxdlTBTTTKVgI0lUSatgXWrngkOcNIR3 { 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; }
#vRmu1H5XfauW94abNBzIEfWxfVyITWAt { 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; }
#GLPK5HsOaktXh5OQI5TccUAZmT8hFPd0 { color:rgba(var(--color-primary-2),1);display:block;width:18.68725rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#WkETnMR1pEoHFTUXbtuZnolWVt96v6n3 { 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; }
#d4GJngZgL1Svka0TgcGkQpd6VhXQ2rPF { 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; }
#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00017a, #000153);background-image: -moz-linear-gradient(180deg, #00017a, #000153);background-image: -ms-linear-gradient(180deg, #00017a, #000153);background-image: -o-linear-gradient(180deg, #00017a, #000153);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00017a', endColorstr='#000153' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00017a', endColorstr='#000153' );";background-image: linear-gradient(180deg, #00017a, #000153);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; }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 > .row .container { background-color: transparent; background-image: none; }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 > .row .container > .video-iframe-container { display: none; }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 > .row > .video-iframe-container { display: none; }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 > .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); }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 > .row .container { border-width: 0; border-radius: 0; }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#WLNfRb9ixlxgsXKIccTVC3v9sCbvJKlR { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-0),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; }
#OT2Z831r3i8HrOxThx0zwrEyl9yKczNe { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:6.375rem;top:2.0550537109375rem;left:1.6181320752122rem;overflow:hidden;display:block; }
#AT8M3HMdpkqQdGauXAlt0wNcVpOPThwO { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:kalnia;font-size:2.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8.0095231011513rem;left:44.623918056488rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D8CKLkC6ABoTxiXhRFC8JpKqIkMWr8av { color:#f4cc1d;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:4.4980039596558rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mzuEHOyCBF29VqmAwTwSOxPlsXwaRfbC { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:14992;line-height:1.3;letter-spacing:0;top:8.2316661179069rem;left:4.9997153282166rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qy3dFfSD1yGerTFih5xiGE920D6ho9f0 { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4371875rem;width:9.437rem;top:0.90029096603394rem;left:61.60826253891rem;overflow:hidden;display:block; }
#bczNtrzRV7SsAK5J0tn911VlhsZ5T8aw { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.562375rem;width:5.7496rem;top:11.214787006378rem;left:68.543282985687rem;overflow:hidden;display:block; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-form-header {  }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-regular-label { display:block;width:50.375rem;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; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-input-text { border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);height:3.4375rem;width:50.375rem;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:rgba(var(--color-tertiary-4),1);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(var(--color-tertiary-4),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; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-input-text {padding-top: 0; padding-bottom: 0;}#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-textarea { border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);height:2.9375rem;width:50.375rem;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:rgba(var(--color-tertiary-4),1);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(var(--color-tertiary-4),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; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-input-select { border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;height:3.4375rem;width:50.375rem;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(var(--color-tertiary-4),0.5) ; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-input-select {padding-top: 0; padding-bottom: 0;}#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .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; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0.4375rem 0.375rem 0.5rem rgba(var(--color-tertiary-4),0.16) ; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:montserrat;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:montserrat;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:64.4375rem;height:auto;font-size:0.625rem;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-1),1); }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .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; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .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:24rem;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; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .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; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-container:first-of-type{padding-top:0;}#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-container:last-of-type{padding-bottom:0;}#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy  { 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:rgba(var(--color-tertiary-4),1);font-family:arial;width:66.625rem;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:2.9375rem;top:19.625rem;z-index:15005;position:absolute; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .radio-container { width:51rem; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.4;font-weight:400;color:rgba(211,211,211,0.54);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy { 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:rgba(var(--color-tertiary-4),1);font-family:arial;width:66.625rem;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:2.9375rem;top:19.625rem;z-index:15005;position:absolute; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #TGTI1FfseZyevfEXqr2CJeLJblC3kxwB { position:relative; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #sMabl2644U26MXpl9CPtdRo8yp7VhSXF { position:relative;display:none; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #Na9KskxvWcwnin7AuAKhF2172m97Sp8b { position:relative; }
#JynE9kyiZf0EKOr1BNP6hnl2EOhevHoS { position:relative;display:block; }
#oAg2XZO4rCix6exsAPCPIZovqvKQsup4 { position:relative;display:block; }
#idpK1V6ZMBtnBahN1WnhFgKr0C7HzZ4N { position:relative;display:block; }
#EG4rKhCniUBThC5EsWFSUAPa0OOhPXNn { position:relative;display:block; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #iKrmUnTVpR06b4AbMplwiVeDlWXIdixK { position:relative; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #bPOEhnsOVIUwmlseWBn9zpg4UnaQ1Rmn { position:relative; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #tBeWwOpuxspeOQlEzR7dmg4t0Cr78Abz { position:relative; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #CRfkIOUC6WugKtl6nKrFmyJSqmXtnxVx { position:relative;z-index:2; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #On9eMJkLdd4QCT4hnedf9nsITpVhpe0r { position:relative; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #UTg3ybw2vLsy50xbvbTKrLGG39UkmSBd { position:relative;display:block;z-index:15000; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #vkvNK2SBL8r1dmZGWPnhxXmGsQTdDScO { position:relative;display:block;z-index:15000; }
#bJyL7CH33shPLTQUAOryFSwywRHRCLnk { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:19.007306098938rem;left:70.999658107756rem;overflow:hidden;display:block; }
#yfJs33DWCDLdNi0Jkh8zffVHQKabUKDH { box-sizing:content-box;height:34.25rem;width:25.8125rem;position:absolute;display:block;z-index:14985;background-color:transparent;background-image: -webkit-linear-gradient(185deg, #000153, #00017a);background-image: -moz-linear-gradient(185deg, #000153, #00017a);background-image: -ms-linear-gradient(185deg, #000153, #00017a);background-image: -o-linear-gradient(185deg, #000153, #00017a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00017a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00017a' );";background-image: linear-gradient(185deg, #000153, #00017a);background-size:auto !important;top:0.25042724609375rem;left:24.594405651093rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Mi3Ry3Z7W5OxXsQyLceZJqiMde4vpkBH { box-sizing:content-box;height:18.4998125rem;width:18.4998125rem;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:14986;background-color:transparent;background-image: -webkit-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -moz-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -ms-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -o-linear-gradient(246deg, #000153, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );";background-image: linear-gradient(246deg, #000153, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.3787617683411rem;left:28.249742031098rem;display:block; }
#mE5AhiGgA2vw34N83t13ibVDPC2PThRz { box-sizing:content-box;height:12.62475rem;width:12.62475rem;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:14987;background-color:transparent;background-image: -webkit-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -moz-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -ms-linear-gradient(246deg, #000153, rgba(0,0,0,0));background-image: -o-linear-gradient(246deg, #000153, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000153', endColorstr='#00000000' );";background-image: linear-gradient(246deg, #000153, rgba(0,0,0,0));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 2.3125rem rgba(11,11,11,0.51) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3155779838563rem;left:31.187272548676rem;display:block; }
#mWSWhZnBO5dpzvuwWqP25NDDDO83qhvf { color:#ffffff;display:block;width:55.437375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:11.211507558823rem;left:8.1232895851137rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dxx74ZpRwMbrrik3CzmHpICXXk0yrFaO { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.31193125rem;width:3.31246875rem;top:14.593551158905rem;left:63.373918056487rem;overflow:hidden;display:block; }
#nPc3qlUrMqrqW48Zh0CBzZSwrTCb6rgV { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.249375rem;width:6.4995rem;top:13.624829769134rem;left:2.247519493103rem;overflow:hidden;display:block; }
#pCLK8L0w8RwQ2DOr63ev8ClFmdnUoFf7 { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.937075rem;width:5.31193125rem;top:1.5297102928162rem;left:17.558879375458rem;overflow:hidden;display:block; }
#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C { 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; }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row .container { background-color: transparent; background-image: none; }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row .container > .video-iframe-container { display: none; }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row > .video-iframe-container { display: none; }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .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); }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row .container { border-width: 0; border-radius: 0; }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#afkGO6RZzGnioMXly2mi2xGPuE70Irie { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6375007629394rem;left:0rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zsNziHZKqKuufCrHWFTztl3FFfbCodh0 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6373462677002rem;left:10.437100887299rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mDQATTXH7P5v26TTo2PTAPXv9Z2c0Uy0 { 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.3436737060547rem;left:68.374917507169rem; }
#mDQATTXH7P5v26TTo2PTAPXv9Z2c0Uy0 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#XwHZseFaEcQTgTIeBeFROzlmtLvUyvI9 { 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.4684143066406rem;left:70.936784267425rem; }
#XwHZseFaEcQTgTIeBeFROzlmtLvUyvI9 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#J17STR0lmMLmNHvCcWKZ48T6MvGxcw7e { 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.3436737060547rem;left:65.937074184419rem; }
#J17STR0lmMLmNHvCcWKZ48T6MvGxcw7e > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#H2Mt9TEdUpBner7onPLDOHZ6pPqIZKis { box-sizing:content-box;height:1.6875rem;width:1.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.3429565429688rem;left:70.812043666837rem;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; }
#gyCoUmO77FT7qaITU9GrpawffkNxoP56 { 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:14982;opacity:1;top:1.3436641693115rem;left:73.312043666837rem; }
#gyCoUmO77FT7qaITU9GrpawffkNxoP56 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S { display:block; }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZqevgA5Fry0CM0suSbdQtdFx426TovC { width:11.875rem;height:3.5rem;top:0.5rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdl5mAO9hlmWGUQTI2cdfbEQ6gpe0Hd0 { display:block; }
 }@media only screen and (max-width: 763px) { #aRaAZQ1SPshOOmz0VZbuyADJpXUqSeT6 { top:0.5rem;left:0rem;width:8.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu4huUEzlA1MsDqcccIQrZaaISD1om4K { width:8.5625rem;height:1.3125rem;top:1.5625rem;left:38.124684810638rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9ipkFnMkg7T2zCQOtshAB4WKpatIeUo { width:1.625rem;height:1.625rem;top:1.5rem;left:36.314038753509rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRIdSxkRC24a3E15VFbEZNWcA4zE2URm { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #be9XV6bzCCr1ZE6nt0Rho4lKfe19d512 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 { display:block; }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8tChGHnCCQOGHzDmGl1WKBTNAPlA0pv { top:21.125rem;left:11.18701171875rem;width:23.625rem;height:5.8125rem;font-size:0.9375rem;display:block; }#O8tChGHnCCQOGHzDmGl1WKBTNAPlA0pv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0883ead9f78fbcf3a11987a52b1f163af1724ae5.svg); }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-regular-label { width:29rem;display:block; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-input-text { width:29rem; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-input-text {padding-top: 0; padding-bottom: 0;}#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-textarea { width:29rem; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-input-select { width:29rem; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-input-select {padding-top: 0; padding-bottom: 0;}#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-checkbox-label { width:43.0625rem; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-radio-label { width:13.3125rem; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF  { width:45.25rem;height:auto;top:26.875rem;left:0rem; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .radio-container { width:29.625rem; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF {display:inline-block;}#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF { width:45.25rem;height:auto;top:26.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #uig3dOTfXAky5oFXs5Jx2LTs24wDumGu {  }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #Ww54kT96BEmTaup1E5nPQoMyLM0hv3un { display:none; }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #BcIJZmofIforSSnlMqcdn1biyspdzafA {  }
 }@media only screen and (max-width: 763px) { #qWlnHgelNPyQCeiv91H3HhLrIhDovT7R { display:block; }
 }@media only screen and (max-width: 763px) { #wMx90ywOHqHw3tfhdMkXy5GAwctl93ac { display:block; }
 }@media only screen and (max-width: 763px) { #SZdeZXalgVfUpD8HHy8iLXuH8qZC4DQy { display:block; }
 }@media only screen and (max-width: 763px) { #NEvwXd7akB6xF6EMUeO9bQqzN5z5uiSV { display:block; }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #zCDdZXUpH42R5n3IOne7nEAHaa5ebrQb {  }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #LFaM0Uql1ZxHlRvkz3nCvIUUsIJPoqJy {  }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #XOalqigBqKJ8acXC61CCBauMSMTrEgng {  }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #nP50DubbCLgywO7lnvtxSTTzLltv2EUa {  }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #BCFi9u8Isz4HWuR4rxuztgNftczfv9ph {  }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #R15SWJpfqLKLO476NuTKxq0rZ8N7ZqXc {  }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #G4Ozw9lbcS6dAr4ADXmAoU3Lv0bWLWgD {  }
 }@media only screen and (max-width: 763px) { #czLHKxUTaTGarcSoS2PVi1MHJcre6HMO { width:28.4375rem;height:3.1875rem;top:2.75rem;left:9.6239733695981rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef5evMmsHwD5yi7881KUKlMtl9dCOPCp { width:4.0625rem;height:0.4375rem;top:4.1875rem;left:5.5620150566101rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3I8f2Z4eMTSLlhymSrGCMx4JDO75pWZ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #De4aonQQAGNaJFBQ5Q87aRgtz8ErGbyc { width:45.9375rem;height:3.5625rem;top:12.1875rem;left:0.87445783615113rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaulFzHOMokkkdqV2Tv6DhzoP9iCz2lo { width:47.75rem;height:7.0625rem;top:4.625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTzm9ASzGG4kobIrPDZgoZkqnTOWhTn { width:6.3125rem;height:10.211673742108rem;top:6.5625rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUcQb5VQJORVwTnizflkKDUTsJUsbh2y { width:4.0625rem;height:0.4375rem;top:4.25rem;left:38.186986446381rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPIyPvEWGc44p6VcR9a6pKJoC88xU7ln { width:10.3125rem;height:11.492979622266rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1cybCPzMHKMyahqDsgKp0z8vf4BoPTt { top:21.125rem;left:25.875rem;width:21.875rem;height:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P63SONNy0csg56NTphwpTUCrEltoGic6 { top:18.375rem;left:0rem;width:18.125rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8t8ouXIJkbfsMg9OwI0nSry1NKC4mxq { width:13.125rem;height:13.0625rem;top:24.6875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVbiFXq6XzAx5OtZEmPUT3t6Kx8I2BUN { width:7.375rem;height:1.9375rem;top:17.9375rem;left:11.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyRGPmHQbnZ40CL4noehiExGCHhMrGgw { width:7.75rem;height:1.875rem;top:18.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q16TFPwGM89LkiXcF7qBVAU6LDJX8gys { width:17.0625rem;height:1.9375rem;top:18rem;left:23.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TevUS0wQQTH3ax3hnADDEut54VcL8DSp { width:17.75rem;height:1.875rem;top:18.125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOwtaT4BWGM6e5Hg6OyWp6IhGUWoxOQG { width:3.125rem;height:5.2700768450861rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7KE5Q3OuPERtcHqNCa8UzBsuGbLb9SV { width:4rem;height:4rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLqIsbMcCB7Nq9MPiVgopUTLaIZteQsb { width:35.375rem;height:35.375rem;top:1.1875rem;left:6.1557364463806rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2PPKtZmk7xHO0BaHJ4UIqwrmb87ZaND { width:27.625rem;height:27.625rem;top:5.0625rem;left:10.031335353851rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfcXGx7KoQOOAOmeZFJsX3sp2Qqcevig { width:13.0625rem;height:12.8125rem;top:37.8125rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDvuSOOHlgTPWZpU06HDKW2StroiABKB { width:10.5625rem;height:12.799874398466rem;top:0.5625rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWPqkZTZPa94P626y7N2Ir5PSb5EgAxP { width:4.0625rem;height:0.4375rem;top:4.1875rem;left:5.5620150566101rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4hqQbLCVNwaqgpiD7k56S3vTMq6XLK0 { width:4.5625rem;height:7.3367336113649rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 { display:block; }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlRgkqlDf9EtZksoQhTpg4sBN5EV9Duo { width:47.75rem;height:3.0625rem;top:3.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCAQ04kBPWF9tNQxO5b6QW17Mgg0yZNS { width:47.75rem;height:4.4375rem;top:6.4375rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcLgWSCqT61hdvVXLg93vMtFNJI0ELrn { width:3.125rem;height:3.125rem;top:13.6875rem;left:0.18872594833374rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1Ktc4UuqtwlMcKb4KfvJFyogNRBcCX7 { width:45.375rem;height:4.6875rem;top:12.875rem;left:1.8142390251159rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRxDqNNFMvptUf2aJQDLyl3Bk7ATDc33 { width:43rem;height:1.4375rem;top:14.5rem;left:4.438241481781rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ID6UttT7pG5W5zEpWLwNTQwbzmKZlJ { width:3.125rem;height:3.125rem;top:19.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpCy9akxG273uuckkhdMrwv5l4qqXU80 { width:45.375rem;height:4.6875rem;top:18.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzMBF1v2Tx2L8q50hrZEIpyLO6tlDgRW { width:43rem;height:1.4375rem;top:20.5rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfSDUne2rhQbWRK4R3mJ7zihm4N0KLZ0 { width:3.125rem;height:3.125rem;top:25.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAFX58nUOJskUhW1cuxsT2Ze9rxguQHa { width:45.3125rem;height:4.6875rem;top:24.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyJTscie3emaKVwvhhryuzkLW6gyPa8y { width:43rem;height:3rem;top:25.6875rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v34WlMkdxZdmsi3oyslZxxoOORASrKzi { width:3.125rem;height:3.125rem;top:31.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpeE3rS7gkZ38ZDx3WOs7FzMlPwGS5wT { width:45.3125rem;height:4.6875rem;top:30.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEDhexrTCc3GisRw1STVKW0G2qUezzFV { width:43.5625rem;height:2.9375rem;top:31.625rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #haVTMDBEok4aTSFXFuTWWTkGZ1tNzFZS { width:3.125rem;height:3.125rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwRmkDl9xtkC1GluhS9zMPQNF8IJrHIG { width:45.3125rem;height:4.6875rem;top:36.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEXzS0JUEku7q0iPwaEVLpe8yMdew4IF { width:43rem;height:1.5rem;top:38.375rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnuW1Egtdk6eedEvkDqlnAySBdBlv6iW { width:27.3125rem;height:27.375rem;top:1.5625rem;left:10.81401014328rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmCeV0MlOkQvGT4281XzLRTDglfwfyTt { width:4.5rem;height:5.6095335560953rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCdBiPlM5JM7TirGJrQHFBEV3CMFLgJT { width:6.3125rem;height:7.8600910289979rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPVIQ6ZATI42volfKVJl9ClZNl0s25UC { width:2.8125rem;height:3.5470157376037rem;top:6.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urIhBx3NALr2035ntpF2uxVegZlP345M { width:25.75rem;height:25.75rem;top:19.875rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2vzZhSqTRH0GCASvt3WJGsTk3rh1WTX { width:18.4375rem;height:18.4375rem;top:22.75rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhqxazKxW89FIsN3ggGHJtzfVlnqxeDT { width:12.5625rem;height:12.5625rem;top:25.5625rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QREX9Coelv6veVTWWGEdbGp5hdD7xWUJ { width:17.4375rem;height:17.4375rem;top:22.8125rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev7DonZ6q9hdZAOzDlh5HtSzGbegIl62 { width:20.125rem;height:19.1875rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fczha9hL9kvZRJH1Q6T7hyenbpm1thuV { width:13.25rem;height:13.1875rem;top:45.6875rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPqxp8w5p6DuTxVVxysqUwz79bRaT9nu { width:10.4375rem;height:10.623887256915rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti2JyM1HaSM4VakFK9iXw5km0nClzX5Q { width:16.875rem;height:3.5rem;top:45.6875rem;left:18.75048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaX5MohI82eOhpwdtDV413EMJRlAR7TX { display:block; }
 }@media only screen and (max-width: 763px) { #geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 { display:block; }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clgJbQTNZyab3J6a4v4pfNnRDd0A4gEh { top:21.4375rem;left:7.4970703125rem;width:13.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhA08FfiihJuTIzVX3xLcJUOznTFLPSC { top:11.75rem;left:0rem;width:19.0625rem;height:6.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V7NpI3PtW1e940MfxOFB0mMxcRqyMFl0 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMMCoRB62iiaxS5QWe9hNiyEEpRfxvnR { width:5.625rem;height:6.2433234421365rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5xQcIpp424GQpRkrbJdVEbg3xUAQ1NI { width:47.75rem;height:4.4375rem;top:7.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E58D5Pqb4SBGVCsiKmWDrKmRaWWdot4R { width:47.75rem;height:;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQJnHWCkZKsT6SIsR1xTxTlUL1SI4BP1 { top:19.125rem;left:0rem;width:15.8125rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEwRUJKXQJAbKfd1Z49TUFJrSh5OTCSk { top:33.75rem;left:0rem;width:14.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8TiRLSBZKADVw8I9mCmMbc43D1C0hhB { top:33.75rem;left:7.3125rem;width:14.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guVFxwlUaEQt3TzQx1W6l0u4QEr2fG33 { width:3rem;height:3rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSk6pW6HP34nsxpHKVVXSQPv3n85nLKr { width:3rem;height:3rem;top:14.4375rem;left:7.6852183341981rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWcUeB06Thydx3o9FN1kDwuCR2ye5AZ9 { width:3.125rem;height:3.125rem;top:26.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4I5m2fLg6yntctQNTTDbzodcgVFHkpp { top:21.3125rem;left:0rem;width:15.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNzEXyPv5RrhBhaTJV7g3h7micyTMTT1 { top:19.1875rem;left:7.497262477875rem;width:15.8125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOAI7x00mscsM6OMs4wSPsvmx1wDe3R6 { top:31.4375rem;left:0rem;width:15.8125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcX18n1A9nLZklwAm7zs2TimbnAxRRph { top:31.4375rem;left:7.4375rem;width:15.8125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgbGBq7aN3giiCg2vmosQlVmTvkv7NPl { width:17.6875rem;height:7.375rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS2WZ7UPOdTy041Ftb7PwJpnBm0XD94V { width:4.75rem;height:4.75rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkJUNDRQPHkS0gULdv7aNuqQmL2pUqUL { width:17.625rem;height:7.375rem;top:16.4375rem;left:5.4291744232178rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATTBATqt2XVvFrRtqii9hm95OelPbxER { width:17.5625rem;height:7.375rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn3dImOck6sUR0iJ0yVJPbzhDGeLtG92 { width:17.5625rem;height:7.375rem;top:28.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guT6tiaAxC9aREHHn3pkiweNQs04XRH9 { width:4.6875rem;height:4.6875rem;top:13.6875rem;left:6.7471480369569rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqBRPST2uCUXELlvcbc7JAiL73Dh1NTw { width:4.6875rem;height:4.6875rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icEh2KhH7wuErowdtmp6pMf2dNIs9FAI { width:4.6875rem;height:4.6875rem;top:25.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHkE528ItWXXe5xEXTrQDbJqIcRPcDyF { width:12.25rem;height:12.25rem;top:1.4375rem;left:17.718377590179rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHyGJzOGRfX6zTvXxdNWexOW2xVTyAWv { width:17.375rem;height:7rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAUvBuWm3ZTypcDTMfgngtsBN4qls3A3 { width:17.3125rem;height:7rem;top:16.8125rem;left:5.7488875389099rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQKb4J48cKuDHhKRGJuoGZ35TZzlQDFh { width:17.375rem;height:6.9375rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWR83QO1TKwIW452ETZzzRnCZzNfyz6L { width:17.375rem;height:6.9375rem;top:29.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll3tdOJDWANSweqZDicXEKGWfstULrnd { width:5.625rem;height:6.2433234421365rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZnPBdnc7UyaL0TyPw8lTHBLshRvrcR1 { width:3.4375rem;height:3.9375rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEoqTz3QEDDJGbseNAzGvAU5Z7FFxN5c { width:4.75rem;height:7.625rem;top:7.25rem;left:36.920304775238rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgWzESFmymt2TLcHOMRc4xzRLwWQBVGV { width:4.125rem;height:6.6495810793867rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLyyxbEkSUpMWUVFBgcE6P7zF27LGXcu { width:5rem;height:8.25rem;top:7.25rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyk6Lg2BEKq4rKFawPeDhFtn62PZb3Wq { width:20.5625rem;height:37.1875rem;top:1rem;left:13.59423828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apbo6S054b7UySCFAgLvvSLdnOw4eJaV { width:34.75rem;height:19.8125rem;top:16.5rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syOk2nhegiXVT6KQ4tfKDyU4J5dDVey8 { width:34.375rem;height:19.4375rem;top:16.875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL1pJfBwlirI8D8ExOTbXQGUNPEOvTFW { width:16.875rem;height:3.5rem;top:39rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzDzT8LXZKg5La9RnRqe8JBSX2uDCvTS { display:block; }
 }@media only screen and (max-width: 763px) { #cfMb0kPsbUK8mqQSkmtavR2STmQqBAi4 { width:15.625rem;height:15.625rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObD794DT9C4C3rDJSrTbtqg2OzMBhwSz { width:15.625rem;height:15.625rem;top:41.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF5ILGIgTVJ4zruJHrqHlG5xek6u1kt3 { width:15.625rem;height:15.625rem;top:41.5rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crRqI9T0JZ4b1IESJ8xdNLwMqlGoWIQt { width:15.625rem;height:15.625rem;top:41.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCh8p5wxy2ZegCcpD8FStVWKscTmpocx { display:block; }#TCh8p5wxy2ZegCcpD8FStVWKscTmpocx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wl1KCTRV8oHZrNlqCQAJe1mx0q22Barv { width:42.8125rem;height:;top:3.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOKhi6krx1yVSFFLiK6tAaPn7QryTe3v { width:6.5rem;height:1.25rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD48xL0NxXdKra7uoSEoUUr66i0FhyzK { width:7.6875rem;height:1.25rem;top:9.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDmNeqCVpgByoIPJPQsSHE9Q0J3SEmiO { width:6.5rem;height:1.25rem;top:9.5625rem;left:8.6249446868894rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH6b9Qpb3NMMr5i8eOioLWWg5FegUDhW { width:9.25rem;height:1.3125rem;top:9.5625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3mSIItenTlCPCW4akJE6VHpazH58xRt { width:5.5625rem;height:1.5625rem;top:12.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffKHhTSLu2be851DuUkGpIP1TwI36Rg0 { width:9.4375rem;height:1.5625rem;top:12.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrvGPGzxbTApcLS0Md4gVZiNuQ8Wo493 { width:9.4375rem;height:1.5625rem;top:12.1875rem;left:8.6249446868894rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #szbfgoMXbrGCsBtv8keEwZu4Jz2WxhAz { width:9.4375rem;height:1.5625rem;top:12.1875rem;left:19.000028610229rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUtEy0l3Rv1kxo6Tu2nA2kEPSVmF0vLe { width:8.0625rem;height:1.625rem;top:15rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2s7GXe7vKmTDOxEpkAKKI4EEcyazMJt { width:9.4375rem;height:1.5625rem;top:15rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxTA2DI86enlPearT6TEXxEsU3hr9CG6 { width:9.4375rem;height:1.5625rem;top:15rem;left:8.6249446868894rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2CaxSaxDG6F0asIPGhbtFbvUv8gbupH { width:9.4375rem;height:1.5625rem;top:15rem;left:19.000028610229rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFLGdVPwSkDJnqAwtl0JE7OlWKAxrhmf { width:7.1875rem;height:1.5625rem;top:17.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToBCwlT6385V1ktJezmTSyDDBhCMuaEL { width:9.4375rem;height:1.5625rem;top:17.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q12bKxS9sZJVxoHxsGVCqRXNw7R9Nvcx { width:9.4375rem;height:1.5625rem;top:17.75rem;left:8.6249446868894rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyH6CL5C9UnT9vgqn7aCOEzM0RnAac30 { width:9.4375rem;height:1.5625rem;top:17.75rem;left:19.000028610229rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJXCGn1f4xE9yK80OuRz6AxzJxT5W0yV { width:7.375rem;height:1.5625rem;top:20.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOEnhL3JJN65o8HeRd9msPrVFbwk4ntU { width:9.4375rem;height:1.5625rem;top:20.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0oMfb7F6FI0MGFbG9IrBzG7vPMtgIS0 { width:9.4375rem;height:1.5625rem;top:20.5625rem;left:8.6249446868894rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiuDJDUxiTQkSTcwb6DdDbnFAxnzXtZB { width:9.4375rem;height:1.5625rem;top:20.5625rem;left:19.000485897064rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQHoFFKqwfdKXFHQ5uXM8KmI2fskoeWf { width:8.125rem;height:1.5625rem;top:23.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRs9mw5vXFOpRLXtQ0ZWquJvTRuEcUkr { width:9.4375rem;height:1.5625rem;top:23.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkLGCB0GZgmERRkTbNlRGwx7uCcJMplL { width:9.4375rem;height:1.5625rem;top:23.4375rem;left:8.6876697540281rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOX0AxWSELoIZ4Rkzzm5LwJgT9Hg7L9f { width:9.4375rem;height:1.5625rem;top:23.4375rem;left:19.000485897064rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmmCe2WXapSO2CzTxQpNdxWySiPZ3qVF { width:8.125rem;height:1.5625rem;top:26.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsgTf1ACV9f9UkHczSDpa9t9o5FxGbyW { width:9.4375rem;height:1.5625rem;top:26.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJOnFL2hsnTSNVkeFzJGALxlAulzHm5B { width:9.4375rem;height:1.5625rem;top:26.125rem;left:8.6876697540281rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTxLpQwIDVfqCHLT6LDeaaX2ZuZTITVt { width:9.4375rem;height:1.5625rem;top:26.125rem;left:19.000485897064rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCWKazhs3WTKHs2BggG7UFdLKcFUTdgH { width:8.125rem;height:1.5625rem;top:28.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRSAJMW5KvT1vT3e1dz33hbUODQfRBAQ { width:7.0625rem;height:1.625rem;top:28.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUVNUzrTeUoWd6ktkHXryfkPoSxiiG3X { width:7.5625rem;height:1.625rem;top:28.9375rem;left:8.62451171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x79nORyPbBnn1DLle8DNoCps01XSSrRr { width:13.75rem;height:1.5625rem;top:28.9375rem;left:19.000485897064rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2LNTh12PfSH4IbTMSIpz6hsRU3zgCkv { width:8.3125rem;height:1.625rem;top:32.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbJTfuIxqOhVOChTNTGNsnenD2Rg3UZq { width:9.4375rem;height:1.5625rem;top:32.5rem;left:8.62451171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMQwHZifOGy4ooSMRth670tvXpVSl0S7 { width:8.75rem;height:1.625rem;top:32.5rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpFJ9bpF7tBLCP7ZzyqvdSXZiGx72xCr { width:8.125rem;height:3.1875rem;top:31.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar0hMOWfmw6QTKTgxJ26kvvvo8ZKf5A9 { width:6.6875rem;height:1.625rem;top:36rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXyOsPyUoAUgOEQepgcwn92zlqS5ztaP { width:7.375rem;height:1.625rem;top:36rem;left:8.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi8x6vhPvkCPJMxNXxywHLrJA5ufx52X { width:8.6875rem;height:1.625rem;top:36rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgT1tpp080OvG74xSaoTbSJTSVnLJMP8 { width:8.125rem;height:1.5625rem;top:36rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK6oMo413OWNrdstu74ssPIC3W98J1E6 { width:44.4375rem;height:31.125rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6UwBp9XB0Bxds4FBx9gkFDKK1IyThTP { width:2.9375rem;height:2.9375rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4LOZNDpmqGarRsgx6lncluiUIXfXHXA { width:40.4375rem;height:0.125rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl9h6BfaUScO0Uox7cvew980UTdC0Tar { width:40.4375rem;height:0.125rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F87sozl8b3UGsBdfyDlxEuWQafy3J5Dz { width:40.4375rem;height:0.125rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfUaK6ve3TFSpyVTaOhWGHW16CFc55DR { width:40.4375rem;height:0.125rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axRbGG7Bx2KNkXyFu2uim833wnxGW0Jg { width:40.4375rem;height:0.125rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdwkAxyu1MSsC7Xt6omlCQJ8TyxtReWn { width:40.4375rem;height:0.125rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD1FATwfTsFFTzxZAsitUW6iznSLWksd { width:40.4375rem;height:0.125rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlkpZph5o3CEVQOX7IsIE1npRTyLgWxT { width:40.4375rem;height:0.125rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNgZxWMeaAriyhLk5h0kQfonz8C8a0fK { width:7.125rem;height:9.0625rem;top:8rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOdZ7CThWDaoSu7bg32TgyrOQFnlnCaS { width:9.8125rem;height:9.0625rem;top:7.9375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9mBJglbn5fAIzQomEgLRyBplvTt5u6c { width:7.0625rem;height:8.9209026352264rem;top:8.0625rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU5IQZgJrc6e7PvfDGg6LtKcN90UBVyT { width:10.1875rem;height:9.0625rem;top:19rem;left:31.687501430511rem;display:block; }
 }@media only screen and (max-width: 763px) { #xixJKMuSVzr65kFN2RycbIGRVlfsUUdP { width:7.125rem;height:9rem;top:19.125rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZwKVvMtGGaZFpZmlPH8p8mXAbuqTCGZ { width:9.875rem;height:9.0625rem;top:19rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rulfMZeE0JGfc0zHn6G3it1HF9wpPul1 { width:9.8125rem;height:9.0625rem;top:30rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIwMJwr5CsbCp8ZoSzwaixTQ9shp7T5t { width:7.125rem;height:9rem;top:30.125rem;left:33.187158107757rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCi1GoO4iFTKe9DwtMMhw0neRinsWt5H { width:0.0625rem;height:0.0625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHrA22XhN4ShzRBdVztN9SWgKU3iH1cg { width:7.1875rem;height:9.0625rem;top:30.0625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7VpZqmnF77e1H8dKkqp06bRl8FeO2OM { width:32.75rem;height:22.4375rem;top:12.125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaOx6mLitaZ7gUqym9kfiTyKzQfsBDDo { width:4.5rem;height:5.6095335560953rem;top:3.375rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd4onPnOiIMoBeF8AEcJfQ66R6IeSKHn { width:5.5rem;height:6.875rem;top:35rem;left:26.922303676605rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS9O2UaE9qNMBPCJiHHrWxHBurqTEaXJ { width:2.8125rem;height:3.5470157376037rem;top:3.375rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCgkmdTgfPBXgOal0EXdNWF4vzk2qccN { width:2.375rem;height:2.9842004944338rem;top:39.9375rem;left:32.421704769134rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi9x3LPAZ7MqCQLxnK5Q7khWvVZkEiTB { width:2.1875rem;height:5.4694458528386rem;top:0.5rem;left:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZoKLOC0r3pz7nU5i0lhZDzfNk8qbTzl { width:6.4375rem;height:0.9375rem;top:16.875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOT7uloHOnGTTiCdUTwNIqS4uw2XV4lh { display:block; }#ZOT7uloHOnGTTiCdUTwNIqS4uw2XV4lh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guUwlqSEa6JJN80PHg4R49uiIDgC6tJn { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTNDS6SJIVIJKLTHC8BDw0za5apq9pL0 { display:block; }#CTNDS6SJIVIJKLTHC8BDw0za5apq9pL0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TovredqrbrDLrWwQovfuFNmULmiUM6Bb { width:17.75rem;height:14.5rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ4uGAwIpvr03O4XdRTt7MMnQIoaJ6gH { width:23.9375rem;height:13.3125rem;top:23.375rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9sfuFNX28xwP6QgBG5rMd60ic5Jkc9C { top:8.9375rem;left:0rem;width:23.6875rem;height:25.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTJ54OlQp6RaO1eLZpnbPmb2nPciysEU { top:8.9375rem;left:0rem;width:22.9375rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1LZXsRTc8oPPeQ7xR2CvphM7F47KSgl { width:4.9375rem;height:13.1875rem;top:8.375rem;left:42.24937582016rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZg0bW0WoukOkZqAxWxowtCucNBdT2se { 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) { #Rylaxn6ruEqXhVdB4qg909WCrOriqJk7 { width:4.9375rem;height:13.1875rem;top:8.375rem;left:37.248940944672rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9zd6nLh1tT0HCRXDDi8mhvhiPrWMWIO { 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) { #twDTfLMUxLWePkyw01ZaXkITqOL4A0B5 { width:47.75rem;height:33.75rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKipipOc6kfdCqmkqdxAzPRzszThE6IB { top:4.8125rem;left:0rem;width:22.6875rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZSTC5lWHc71mP5KcMqqVBeIELFF1pJ6 { width:15.625rem;height:15.625rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAWngPN9oHKsVnh5STU8TwFqrVOwUzn5 { width:17.5rem;height:17.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLRVEp5QCuwNcHVlGBeXuT3FsgOVqGfX { width:3.125rem;height:3.125rem;top:13.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMzF9wx4Q6CART6xoEr48D1LXRshHBRv { width:23.9375rem;height:14.25rem;top:7.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkIkDkIuMMZhUIhaaJOb5WxsGmE8zLq3 { width:23.9375rem;height:2.8125rem;top:7.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbPD9dH7ETC8umb8OTkGX6sMQZibamWk { top:10.5625rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZgpkQ7Rogkskrsn7ePIlaGz7LQSuGDG { width:11.8125rem;height:3.4375rem;top:34.25rem;left:0.12428712844849rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn0RnswyGT4iiIqMMIky2OUd87mM2QlH { display:block; }
 }@media only screen and (max-width: 763px) { #MkgIlLGnstIOmM5cLexgqfGHdrDgLgcG { display:block; }#MkgIlLGnstIOmM5cLexgqfGHdrDgLgcG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LisDXQNAm5CkrGLUvfEPoAvqrQ88Md3m { width:23.9375rem;height:13.31230580585rem;top:18.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8RiFJ9y0Buw6itRfknuIkhTChbJwIFk { top:8.9375rem;left:0rem;width:23.0625rem;height:20.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwwWgdFrqp6GinTTh1xmQqUd3IS05LyE { top:8.9375rem;left:0rem;width:24.6875rem;height:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K95UBs8TBeDB9UJ7TCZOkfRliVst910R { width:47.75rem;height:29.625rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STwMq43zUMBMv03Ka6aerFErTNbTyGP4 { top:4.8125rem;left:0rem;width:29.125rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1RoB6e5fnMI4HBB3NNpMDoQhM6wkzJ9 { width:15.625rem;height:15.625rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaUfPamlC5nzRR8spyJFmmzs1Mz6iJkB { width:17.5rem;height:17.5rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrAIyslBirwiNoFevWNDox98TUZ98uos { width:3.125rem;height:3.125rem;top:15.25rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHI5Q2rBRI8JxGoo2RZK0y5qFo5NCp9G { width:23.9375rem;height:9.8125rem;top:7.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAdiBb2GuLWzmskZ9ainTTkTUskPOfWU { width:23.9375rem;height:2.8125rem;top:7.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO9knRpXs9s41iDXoBFTR1if49G3vlAD { width:18.9375rem;height:14.500022484018rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx8vkzdeCrnm5iXQpWbPTwaOqn2MPeJf { 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) { #CoWEpT0HG1nBLKNgtI2K23ZfuzG5z4gy { width:5rem;height:8.75rem;top:8.4375rem;left:37.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL2eLzIDyQrAbqTwVGIhzBpgEEwdzpbg { width:5rem;height:8.75rem;top:8.4375rem;left:42.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUb9MiTxP8xuQ5q9gCl1dm3gPbW6aZZb { 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) { #EZFJ2Q8C7uT500eAVNq4L6HxSfm0lC2S { width:20rem;height:1.125rem;top:15.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qI3nRekmS8oWekTprcbeXBhdBnS4QKS8 { width:11.8125rem;height:3.4375rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8zUNv9Gcf59IhoHxUbXvx8miSIdnAuB { display:block; }
 }@media only screen and (max-width: 763px) { #yMQV3iMy0R7SIJmK83Pg9mtPq1Urt9yF { display:block; }#yMQV3iMy0R7SIJmK83Pg9mtPq1Urt9yF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aT7zdvV7LiLOnIZ2pabS9XmNPxdu9eBM { top:8.9375rem;left:0rem;width:23.0625rem;height:27.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw5WvdFyMhSeNfd8VneU4iwaBDT03ppE { top:8.9375rem;left:0rem;width:23.125rem;height:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5nh0FEx7tHlT1kym5fmCemf5oeUBfoW { width:47.75rem;height:34.375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emazL2989ktI3Xwku37IBJeX2TaCU9mN { top:4.8125rem;left:0rem;width:22.6875rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFtZSqT7mSJchGKryfJTfw1d2K9tKvcB { width:15.625rem;height:15.625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXbei4xG1ATedTmLsLpvEixJT82ScT3N { width:17.5rem;height:17.5rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN2lG8umsOM82nwHPGpKTMIuQ9wCMRwJ { width:3.125rem;height:3.125rem;top:14.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfHEvVOBXIATtgPbbo64tCbHtm0g9sLk { width:23.9375rem;height:14.25rem;top:7.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObDxw8brXzwaXh2iAsg5If6Iw9MxdG2t { width:23.9375rem;height:2.8125rem;top:7.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDS9TWpTPr1cXms1LsF6hi6R4w3cmOMR { width:20rem;height:15.950130530408rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAWKtmfHTobweLvKzG7hXkH1Idd1F5Om { 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) { #IGZIkwd65mzQbcUTlARaBw8zzQZNFc0y { width:5rem;height:13.1875rem;top:8.5625rem;left:37.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxKXgTtJUEMpGkysKUiTfp7QFhpURWEn { width:5rem;height:13.1875rem;top:8.5625rem;left:42.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpT8zi3O3zxK0R60ehbypAJTcJfN6cbA { 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) { #uDLkz7xCJeAZR2iR9aPDXAxBl65xOy5T { width:23.9375rem;height:13.625rem;top:23.1875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVD2IiSLS4bfLxLAgLMswhe7NWsKmxEG { width:19.9375rem;height:2.25rem;top:11.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxRGHgwJeHtToeqAaCx5XGNVP4hbKWZu { width:11.8125rem;height:3.4375rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDhwx90icrX0z4XcU8TGN04bdoSffpmr { display:block; }
 }@media only screen and (max-width: 763px) { #QWudTrdyMe5DuJ3AL4cpisnziy7Eegex { display:block; }#QWudTrdyMe5DuJ3AL4cpisnziy7Eegex > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpS2WACdTer2bLFMfQ7QbEU9nLes7UBt { width:23.9375rem;height:13.31230580585rem;top:23.0625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RZKgmirJadscyw2abfFnbe1B9Z9mSz { top:8.9375rem;left:0rem;width:23.0625rem;height:25.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0sy33J9lJ6rseAx05CRLrokQVmGx4cC { top:8.9375rem;left:0rem;width:23.4375rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S87VVgzpgbFR4d4s8ARXAZqOgyt5NT44 { width:47.75rem;height:33.8125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH60bP7yrfTlm3UWCv8G57TvAokoxzQs { top:4.8125rem;left:0rem;width:29.125rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ3otkxzCV5sMsrsMRg4n738GUXWAbfL { width:15.625rem;height:15.625rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHRTfPHe5GwhmT2JaXINWRIA4pxPvADv { width:17.5rem;height:17.5rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goPbPNsOuhkUSM3KBeuPdHVAovv2Ttyx { width:3.125rem;height:3.125rem;top:12.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwga0Lg15OO0tcblSoSwIIAHudO7aO6F { width:23.9375rem;height:14.25rem;top:7.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDEqcrB5Dtmn9l53xeiRWUc9rfW2g8IO { width:23.9375rem;height:2.8125rem;top:7.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeEb40lUJxL8CEKwpLWhUEPEezfw2G6Z { width:20rem;height:2.25rem;top:12.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpwUcE79IeuJxE0FTUn53bgeqtannEAb { width:18.1875rem;height:14.624475511859rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF0qXibW98hvDPCDbBUL9cQTpfvaovbt { width:5rem;height:13.1875rem;top:8.375rem;left:37.249846458435rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHMdRpcnWqSDIWm3niUz7TCddZS4bhzS { width:5rem;height:13.1875rem;top:8.375rem;left:42.249846458435rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z609fTkTv7nSc1J58lqIls07HnFdk3kk { 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) { #EFwmemmiq6BpcoGo9JXlWzlV3kAcCR8O { 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) { #Om1vWZwshT3GTPkulrGGPdpRzsRCyzKP { width:11.8125rem;height:3.4375rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfcTOLQm37R9pEekLVpE9J8WyFZlk97J { display:block; }
 }@media only screen and (max-width: 763px) { #x7Gv3Pupt2TqPhb9ZuAVMl1oyOAdTcKb { display:block; }#x7Gv3Pupt2TqPhb9ZuAVMl1oyOAdTcKb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuoAIVRbU7rpiXqEC9XOxtdp0IeQT5x2 { top:8.9375rem;left:0rem;width:23.0625rem;height:25.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpusD41WkyEpQgKOa3Q3QDtZTRT6JQLA { top:8.9375rem;left:0rem;width:23.125rem;height:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTIvKekl5TZXaM93QQsvHpBGr0UO0l2t { width:47.75rem;height:34.375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQnScOPDdPCx2kUZNwr8DJqzrBp96flV { top:4.8125rem;left:0rem;width:35.75rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmT9VTRynVGs9Xwv7qoTMvO7tJoFitzo { width:15.625rem;height:15.625rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpQgiP8eJKdVGBIaI5FctFAiWuE3oGqH { width:17.5rem;height:17.5rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3z6zCK5TxMg4L9URCbTtyNVt0Xi5Kg1 { width:3.125rem;height:3.125rem;top:14.9375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X234nqonPlJHcKyATbQG59ppGUWUTvoR { width:23.9375rem;height:14.25rem;top:7.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDAsLXim8q2ITwCf8Ies3XNOQ8l4Hq4z { width:23.9375rem;height:2.8125rem;top:7.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbCOntrGKJ2vVMDmNhTBVo8uNbeTqnus { width:23.9375rem;height:13.625rem;top:23.1875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeTTV9MuBNxg7tdXP7iuWT4HTvR6C9eb { width:19.9375rem;height:2.25rem;top:15.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEbNP9J2bMXbqJ4Ur80WyCGJmT0eKNcN { width:18.0625rem;height:15.1875rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7TRlmiOD2xMEOiPTTXCIwmEZQpyMrn5 { 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) { #a6KtyXW8K8p3fPbn5hvzn9UzyM7qbzO7 { width:5rem;height:13.1875rem;top:8.5625rem;left:37.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySkyJJA1T4rvNFubdt1OnXHPgAwtw6Xf { width:5rem;height:13.1875rem;top:8.5625rem;left:42.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRT2MHCllTCMQ2CkHef2AgyMPRaJweCI { 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) { #SAU1VOT8rQ7p0oknNmFU49JixZyKkrls { width:11.8125rem;height:3.4375rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ28L6oV0ZOsHdgknGm2L3gAwXGgzTkZ { display:block; }
 }@media only screen and (max-width: 763px) { #DrWJNku6WP1HSE3RcTRcNTlvvu3UlB2s { display:block; }#DrWJNku6WP1HSE3RcTRcNTlvvu3UlB2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUn2fKJy9GMCdz4F6cb1Z1eKrAGQBsVT { width:23.9375rem;height:13.31230580585rem;top:21.0625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbVAFrHW05EIx0v3UZQaMaQhLsIT0Cv9 { top:8.9375rem;left:0rem;width:23.0625rem;height:25.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKANM2BKyAV3XoHx3gkZg489suTGr3yp { top:8.9375rem;left:0rem;width:24.6875rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUIcIZuLcwFfZaX9BMomy5Xfqq7v0dch { width:47.75rem;height:31.8125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQVSB201Uuu1kfcVXeDHfSLf1dRl08a5 { top:4.8125rem;left:0rem;width:29.125rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNNmXwUxxHShkJ9n9mWSRngxcMg2h7MD { width:15.625rem;height:15.625rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egI9Z6wFwPgZSGQhAPTJIZrmPIETcHxw { width:17.5rem;height:17.5rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCrV1k1Hx3RfyPtHDVJdEQidusLVJf3I { width:3.125rem;height:3.125rem;top:13.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6GCqvD4fzuo08GlxnsDrLgVm9wL5fRZ { width:23.9375rem;height:12.1875rem;top:7.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crDw6ZqHs5fZyKIbOi77BTpbJ0nTvDZL { width:23.9375rem;height:2.8125rem;top:7.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EImk7tdHMxRNhxA4JlXFfsQtzwagRrwx { width:19.9375rem;height:2.25rem;top:12.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oPN4tCD0uJXarRJTvuxiNNobpwLqPe3J { width:17.9375rem;height:14.449692570653rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMM9p4xi0M4LDKWxT8JbJFi7R5yTTTs8 { 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) { #Wn7FVmllWeMETZhJ6FJStmvx7zkfFWoz { width:5rem;height:10.9375rem;top:8.4375rem;left:37.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzRx42Z01sZtZ5cCWDdTyta6ETLcSE5f { width:5rem;height:10.9375rem;top:8.4375rem;left:42.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmQs2vvZKPRzb9Qs95tOIaMtNVWZRDKv { 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) { #I1VFqsmGscilVb71eCm9rUbTw2DlPP4p { width:11.8125rem;height:3.4375rem;top:34.625rem;left:0.15778970718384rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZNqiG0faiIsHpV3BUIA2Ckib7BFK4EC { display:block; }
 }@media only screen and (max-width: 763px) { #MvNmn4dUuR9woeT9sGPls1Tv82vfpdTL { display:block; }#MvNmn4dUuR9woeT9sGPls1Tv82vfpdTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dkab1LIZyaTeuSmoMtshvGedRZ7MEpDg { top:8.9375rem;left:0rem;width:23.0625rem;height:22.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxOaFXCIPbLPGNwKoLdAVss3JRAEZ0u5 { top:8.9375rem;left:0rem;width:23.125rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4qs9WWeTyQXBtFkZVHykCo2zhT575R3 { width:47.75rem;height:29.125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCRQmzvqD1poPNKvXyVoJxIQ6iZLcvKm { top:4.8125rem;left:0rem;width:35.6875rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8pn1nykup1TrQVJri8e07MvwipWTh5R { width:15.625rem;height:15.625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7rgl53HkBQu3tKHAOGbPPFudkTzXPOC { width:17.5rem;height:17.5rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcCKmcclCr0T6caPKQdKdtJ3QHeiBvac { width:3.125rem;height:3.125rem;top:12.4375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsFc4HmuJkIZ1lir6qzNVyAqtxWRbLTt { width:23.9375rem;height:5.8125rem;top:7.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlyFbwoKAtheUUlVrOBfWJyZxWRHCLiU { width:23.9375rem;height:2.8125rem;top:7.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od7sMPZ6xBk7UMG6xzph7iDixSqJRCHs { width:19.9375rem;height:1.125rem;top:11.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vS5dWggguzH4pBQBAvflWBIM0skZc2T2 { width:24.4375rem;height:13.652133636909rem;top:14.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbaGlk9EggngV5tqtMyl7T1og7DxJPz2 { 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) { #sOS6HJJoko8OyTwUsqNw1K4sKGnrskmt { width:5rem;height:4.375rem;top:8.5625rem;left:37.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T54BnLTTxwn0SUQ3G7WuGf00r9dxxGJS { width:5rem;height:4.375rem;top:8.5625rem;left:42.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1EpPpQ2qqDy9kWrz4aOIagSRqX1dKeF { 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) { #nJ2A5lwt3MQTDWOkQVkey6STng0t528c { width:19.25rem;height:14.937367489732rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySkDIg1TpaWzshdTFW0rWmcfgIJOLVxG { top:25rem;left:6.75rem;width:25rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwBRzUg9ieHFOH5GahBH29c5TNw5Xbd2 { width:11.8125rem;height:3.4375rem;top:34.5rem;left:0.15778970718384rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAJz3sg5FpS07VZluFxiaKsQ5LgDKqVO { display:block; }
 }@media only screen and (max-width: 763px) { #i8aJbW3ZbFW26h49O89RVZEaxZbkKc28 { display:block; }#i8aJbW3ZbFW26h49O89RVZEaxZbkKc28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7OrdP7KyBQTZudBC8DPzon9ATD0oU3E { width:23.9375rem;height:13.31230580585rem;top:23.0625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnZ19a8KJHnNGdOSnQuQ2xaAerxcUy8s { top:8.9375rem;left:0rem;width:23.5rem;height:25.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7MQ678plBcSpfL2MCREKy4SygT6NnsN { top:8.9375rem;left:0rem;width:24.6875rem;height:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcKGxGAtLeWWB0oIF5AvBLdCowS5hqqu { width:47.75rem;height:34.125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7pKgzcJlkLCZyl4f7fMlWPfVsEiEvdR { top:4.8125rem;left:0rem;width:29.125rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm0XXdD1xVnH085a2IcT5yoF8QbSkmFp { width:15.625rem;height:15.625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3TJ9FOoDvZ7kiK0Ft9qQyduguNAn7XT { width:17.5rem;height:17.5rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A108yTI3D5AlAmxcwDzRWHKMRPsms3Lu { width:3.125rem;height:3.125rem;top:16.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAKE3univT62Q9BnZBa4t1vyiFPWXMCe { width:23.9375rem;height:14.25rem;top:7.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHp1SDsh49LE8PX40gpDE2DcevXAkS8Q { width:23.9375rem;height:2.8125rem;top:7.75rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwQlcz154TNQGpisKtfDb9SONc1My5L5 { width:17.1875rem;height:15rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHJNohAUKxafTgpl1ZWTFW0CARqN5q5N { top:14.5rem;left:0rem;width:19.9375rem;height:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJiiDmFAfFoCzggM6po0WEDO07OLNg4I { 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) { #TDvw5xmbEWsPbTgXnCIeuySucpJzJItW { width:5rem;height:13.1875rem;top:8.4375rem;left:36.687193870544rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD2mpH0sGahTyoaWUKpGB3zCZGzbBic0 { width:5rem;height:13.1875rem;top:8.4375rem;left:42.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGNgHF92bcidQWJQKeBEdDw5z1C6e99T { 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) { #e2yMXRvzdhHZQ2mVnq0Zrd1t6a5Koc77 { width:11.8125rem;height:3.4375rem;top:36.5rem;left:0.15778970718384rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSwhVsGf7iy3HML4MG7N1D4e9heRwb08 { display:block; }
 }@media only screen and (max-width: 763px) { #QC0TnS0OPv8CdsEeLCk5aiz58ge4N6LE { display:block; }#QC0TnS0OPv8CdsEeLCk5aiz58ge4N6LE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHBMTPkXo7lZPHA8kkA226J73a3pvA2f { top:8.9375rem;left:0rem;width:23.0625rem;height:18.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZaoyFuc9hvy7fxAyRJTQCh4pCfUHOG { top:8.9375rem;left:0rem;width:24.125rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGmyNuZvQmu4VNKnu5TCESNtcSGEnXRb { width:47.75rem;height:29.125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGR19lTUmZsFTRKgKg6Z4kTVAe5WR8G8 { top:4.8125rem;left:0rem;width:35.6875rem;height:3.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVunfknnCCLSzB31BAitoOZAOdNEqeN5 { width:15.625rem;height:15.625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLoQPKZgTDOHOTqJl2a88HqNgelPwChz { width:17.5rem;height:17.5rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5r13U1ErI7vTxgxvMVimMeuq99et1D0 { width:3.125rem;height:3.125rem;top:13.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDHtPVPPBAWmnfto8CypJxTGPxuSbUZk { width:24.5rem;height:5.8125rem;top:7.875rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxKe4WdxEqwRA32sXiSDwBlFZZm1D6Xo { width:24.5rem;height:2.8125rem;top:7.75rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta87fDebZhixnPF0c9oyh3QOznXTN72M { width:19.9375rem;height:1.125rem;top:11.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6S0PnwQHRUvkbWBmPvzReDX0arQgiTz { top:39.3125rem;left:0rem;width:25rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMJnZD4LdXuGI0f0FhCH9DvOxgSd7byl { top:33rem;left:0rem;width:25rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDr5BtgV86b7MPRKyGTO9z0hmuvO3MdD { 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) { #J0TP3uNGDTnS1LaxBt9MB2KWVkZIEZG0 { width:5rem;height:4.375rem;top:8.4375rem;left:36.687193870544rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6pl7L85kDrskdAPv7A5UrX10VXO27DT { width:5rem;height:4.375rem;top:8.4375rem;left:41.687193870544rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULrIoSQ1dtV62oJdT53nSEOJX66AzVSU { 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) { #GLLGhKNZDULZA2RZ8W921B6HbfnQbF0U { width:16.25rem;height:10.7496875rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNcFwXa04SXmLnTOWadPzhgpqRWsq49J { width:24.4375rem;height:13.6875rem;top:14.6875rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu1wVnK081UTFCA5i9SAGb0cokSfm093 { width:11.8125rem;height:3.4375rem;top:34.5625rem;left:0.15778970718384rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTpNqE8DTBeMdkEJcKT9QqnK9ctGzKaa { display:block; }
 }@media only screen and (max-width: 763px) { #bGuy6q9kCsApmfuF2bFN5IxxexozUgP4 { display:block; }#bGuy6q9kCsApmfuF2bFN5IxxexozUgP4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlupO5QMur8e5E4LnNekgQ60RfhScvB5 { width:18.75rem;height:1.75rem;top:25.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcUSe0ZAgup9y0rtIDp70Sk9xcxFeTfD { width:47.75rem;height:47.4375rem;top:5.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X69e9kEr88A7W2n6xfqkx134lVs1OGmK { width:18.1875rem;height:42.375rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkdRbRZyAUdcqpFIIX951nCv6TPHhyda { top:11.5625rem;left:0rem;width:15.3125rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUPGOwMR3RTwkSCcz62rm2HvV9xyumlL { top:7.5625rem;left:0rem;width:13.375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGqiuzEgfv8fhCH3D7QGT8ROc8eiXOpB { width:17.625rem;height:18.559079224015rem;top:5.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4Haucz3oq8dIOsMzeE9gby1pHRLEGTZ { width:17.6875rem;height:18.625rem;top:5.875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXrxsAJa8heHJRlcHfJM7T6b4RFe7dOO { width:17.6875rem;height:18.625rem;top:5.875rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGAfM01rHRmE5wTDHZhT2oTodExlyKAI { 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) { #EmLCrAhq0Vgatk5lQJsnlRty4WwktLJS { 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) { #m7q3vJJcOnfMtVwr8TsT1tzU2NpIotHR { 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) { #h3c8yQF6kPPM6xlJXrS9twAGWvSiggzw { width:17.625rem;height:18.559079224015rem;top:29.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqssZPb5CgNtgH0zRCo6Lpau6wrkEfcG { width:17.625rem;height:18.559079224015rem;top:29.125rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz46gXyg9cQMUExpH0yNBpWoqJi5TQ6J { 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) { #WFWMBsMKkX8IhxTrrLTK7q8skB0qcWOd { width:14.625rem;height:3.375rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVwi5VN2SzeUsmdsRt2NcXMuVyT3T54T { display:block; }
 }@media only screen and (max-width: 763px) { #WxdlTBTTTKVgI0lUSatgXWrngkOcNIR3 { width:19.75rem;height:29.6875rem;top:23.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRmu1H5XfauW94abNBzIEfWxfVyITWAt { width:17.625rem;height:18.559079224015rem;top:29.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLPK5HsOaktXh5OQI5TccUAZmT8hFPd0 { 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) { #WkETnMR1pEoHFTUXbtuZnolWVt96v6n3 { width:5.1875rem;height:6.4841742898096rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4GJngZgL1Svka0TgcGkQpd6VhXQ2rPF { width:4.3125rem;height:5.3602312438923rem;top:44.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fElT0CQpuGF988MfPT0vKerDT9Juq3y9 { display:block; }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLNfRb9ixlxgsXKIccTVC3v9sCbvJKlR { top:11.75rem;left:0rem;width:19.0625rem;height:6.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OT2Z831r3i8HrOxThx0zwrEyl9yKczNe { width:6.375rem;height:7.0625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT8M3HMdpkqQdGauXAlt0wNcVpOPThwO { width:18.75rem;height:3.25rem;top:8rem;left:29rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8CKLkC6ABoTxiXhRFC8JpKqIkMWr8av { width:47.75rem;height:3.0625rem;top:4.4375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzuEHOyCBF29VqmAwTwSOxPlsXwaRfbC { width:43.75rem;height:2.9375rem;top:8.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy3dFfSD1yGerTFih5xiGE920D6ho9f0 { width:9.375rem;height:11.362046499152rem;top:0.875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bczNtrzRV7SsAK5J0tn911VlhsZ5T8aw { width:5.6875rem;height:8.4698949166029rem;top:11.1875rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-regular-label { width:29rem;display:block; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-input-text { width:29rem; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-input-text {padding-top: 0; padding-bottom: 0;}#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-textarea { width:29rem; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-input-select { width:29rem; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-input-select {padding-top: 0; padding-bottom: 0;}#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-checkbox-label { width:43.0625rem; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-radio-label { width:13.3125rem; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy  { width:45.25rem;height:auto;top:19.625rem;left:0rem; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .radio-container { width:29.625rem; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy {display:inline-block;}#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy { width:45.25rem;height:auto;top:19.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #TGTI1FfseZyevfEXqr2CJeLJblC3kxwB {  }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #sMabl2644U26MXpl9CPtdRo8yp7VhSXF { display:none; }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #Na9KskxvWcwnin7AuAKhF2172m97Sp8b {  }
 }@media only screen and (max-width: 763px) { #JynE9kyiZf0EKOr1BNP6hnl2EOhevHoS { display:block; }
 }@media only screen and (max-width: 763px) { #oAg2XZO4rCix6exsAPCPIZovqvKQsup4 { display:block; }
 }@media only screen and (max-width: 763px) { #idpK1V6ZMBtnBahN1WnhFgKr0C7HzZ4N { display:block; }
 }@media only screen and (max-width: 763px) { #EG4rKhCniUBThC5EsWFSUAPa0OOhPXNn { display:block; }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #iKrmUnTVpR06b4AbMplwiVeDlWXIdixK {  }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #bPOEhnsOVIUwmlseWBn9zpg4UnaQ1Rmn {  }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #tBeWwOpuxspeOQlEzR7dmg4t0Cr78Abz {  }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #CRfkIOUC6WugKtl6nKrFmyJSqmXtnxVx {  }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #On9eMJkLdd4QCT4hnedf9nsITpVhpe0r {  }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #UTg3ybw2vLsy50xbvbTKrLGG39UkmSBd {  }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #vkvNK2SBL8r1dmZGWPnhxXmGsQTdDScO {  }
 }@media only screen and (max-width: 763px) { #bJyL7CH33shPLTQUAOryFSwywRHRCLnk { width:4rem;height:4rem;top:19rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfJs33DWCDLdNi0Jkh8zffVHQKabUKDH { width:25.8125rem;height:34.25rem;top:0.25rem;left:10.969405651093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi3Ry3Z7W5OxXsQyLceZJqiMde4vpkBH { width:18.4375rem;height:18.4375rem;top:3.375rem;left:14.624742031097rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE5AhiGgA2vw34N83t13ibVDPC2PThRz { width:12.5625rem;height:12.5625rem;top:6.3125rem;left:17.562272548676rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWSWhZnBO5dpzvuwWqP25NDDDO83qhvf { width:47.75rem;height:;top:11.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxx74ZpRwMbrrik3CzmHpICXXk0yrFaO { width:3.25rem;height:5.2117552995783rem;top:14.5625rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPc3qlUrMqrqW48Zh0CBzZSwrTCb6rgV { width:6.4375rem;height:7.1802217959074rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCLK8L0w8RwQ2DOr63ev8ClFmdnUoFf7 { width:5.25rem;height:5.8678552645048rem;top:1.5rem;left:3.9338793754577rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C { display:block; }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afkGO6RZzGnioMXly2mi2xGPuE70Irie { width:9.4375rem;height:1.0625rem;top:1.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsNziHZKqKuufCrHWFTztl3FFfbCodh0 { width:5.125rem;height:1.0625rem;top:1.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDQATTXH7P5v26TTo2PTAPXv9Z2c0Uy0 { width:1.6875rem;height:1.6875rem;top:1.3125rem;left:46.0625rem;display:block; }
#mDQATTXH7P5v26TTo2PTAPXv9Z2c0Uy0 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #XwHZseFaEcQTgTIeBeFROzlmtLvUyvI9 { width:1.4375rem;height:1.4375rem;top:1.4375rem;left:46.3125rem;display:block; }
#XwHZseFaEcQTgTIeBeFROzlmtLvUyvI9 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #J17STR0lmMLmNHvCcWKZ48T6MvGxcw7e { width:1.6875rem;height:1.6875rem;top:1.3125rem;left:46.0625rem;display:block; }
#J17STR0lmMLmNHvCcWKZ48T6MvGxcw7e > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #H2Mt9TEdUpBner7onPLDOHZ6pPqIZKis { width:1.6875rem;height:1.6875rem;top:1.3125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyCoUmO77FT7qaITU9GrpawffkNxoP56 { width:1.6875rem;height:1.6875rem;top:1.3125rem;left:46.0625rem;display:block; }
#gyCoUmO77FT7qaITU9GrpawffkNxoP56 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dgSZBBByMHGTJDdGbpbh6lyw3p9LN76S > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZqevgA5Fry0CM0suSbdQtdFx426TovC { width:7.8745rem;height:2.43713125rem;top:0.65505248308181rem;left:12.125056862831rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdl5mAO9hlmWGUQTI2cdfbEQ6gpe0Hd0 { display:block; }
 }@media only screen and (max-width: 763px) { #aRaAZQ1SPshOOmz0VZbuyADJpXUqSeT6 { width:6.937375rem;height:2.87485rem;top:0.43692976236343rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu4huUEzlA1MsDqcccIQrZaaISD1om4K { width:7.4995625rem;height:0;top:3.9240703582764rem;left:5.2292429208756rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Q9ipkFnMkg7T2zCQOtshAB4WKpatIeUo { display:flex;width:1.375rem;height:1.375rem;top:1.2178945541382rem;left:8.9814096689225rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #HRIdSxkRC24a3E15VFbEZNWcA4zE2URm { top:0.687157869339rem;left:8.4821220636369rem;width:2.4375rem;height:2.4375rem;z-index:15000;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #be9XV6bzCCr1ZE6nt0Rho4lKfe19d512 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00017a, #000153);background-image: -moz-linear-gradient(180deg, #00017a, #000153);background-image: -ms-linear-gradient(180deg, #00017a, #000153);background-image: -o-linear-gradient(180deg, #00017a, #000153);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00017a', endColorstr='#000153' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00017a', endColorstr='#000153' );";background-image: linear-gradient(180deg, #00017a, #000153);background-size:cover !important;display:block; }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 > .row .container { background-color: transparent; background-image: none; }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 > .row .container > .video-iframe-container { display: none; }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 > .row > .video-iframe-container { display: none; }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 > .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); }#QL5HBdCmJOkfrwWNt5ZaJcZKFvd0WvH9 > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8tChGHnCCQOGHzDmGl1WKBTNAPlA0pv { width:19.9995625rem;height:8.625rem;top:19.373717159033rem;left:0rem;font-size:0.9375rem;display:block; }#O8tChGHnCCQOGHzDmGl1WKBTNAPlA0pv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0883ead9f78fbcf3a11987a52b1f163af1724ae5.svg); }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-regular-label { width:16.25rem;display:block; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-input-text { width:16.25rem; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-input-text {padding-top: 0; padding-bottom: 0;}#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-textarea { width:16.25rem; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-input-select { width:16.25rem; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-input-select {padding-top: 0; padding-bottom: 0;}#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-input-button { width:16.25rem; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-checkbox-label { width:15.3125rem;color:#ffffff; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-radio-label { width:6.9375rem; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF  { width:17.5rem;height:auto;top:44rem;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; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .radio-container { width:16.875rem; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF .widget-info-text { color:rgba(255,255,255,0.65);font-size:0.5625rem;overflow:hidden;height:auto;text-align:justify;text-align-last:initial; }
#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF {display:inline-block;}#hynTmJ7FwWN48ytEypI7N5weLbnmD0LF { width:17.5rem;height:auto;top:44rem;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) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #uig3dOTfXAky5oFXs5Jx2LTs24wDumGu {  }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #Ww54kT96BEmTaup1E5nPQoMyLM0hv3un { display:none; }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #BcIJZmofIforSSnlMqcdn1biyspdzafA {  }
 }@media only screen and (max-width: 763px) { #qWlnHgelNPyQCeiv91H3HhLrIhDovT7R { display:block; }
 }@media only screen and (max-width: 763px) { #wMx90ywOHqHw3tfhdMkXy5GAwctl93ac { display:block; }
 }@media only screen and (max-width: 763px) { #SZdeZXalgVfUpD8HHy8iLXuH8qZC4DQy { display:block; }
 }@media only screen and (max-width: 763px) { #NEvwXd7akB6xF6EMUeO9bQqzN5z5uiSV { display:block; }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #zCDdZXUpH42R5n3IOne7nEAHaa5ebrQb {  }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #LFaM0Uql1ZxHlRvkz3nCvIUUsIJPoqJy {  }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #XOalqigBqKJ8acXC61CCBauMSMTrEgng {  }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #nP50DubbCLgywO7lnvtxSTTzLltv2EUa {  }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #BCFi9u8Isz4HWuR4rxuztgNftczfv9ph {  }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #R15SWJpfqLKLO476NuTKxq0rZ8N7ZqXc {  }
 }@media only screen and (max-width: 763px) { #hynTmJ7FwWN48ytEypI7N5weLbnmD0LF #G4Ozw9lbcS6dAr4ADXmAoU3Lv0bWLWgD {  }
 }@media only screen and (max-width: 763px) { #czLHKxUTaTGarcSoS2PVi1MHJcre6HMO { width:19.9995625rem;height:1.92480625rem;top:3.2397637367249rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #Ef5evMmsHwD5yi7881KUKlMtl9dCOPCp { width:1.625rem;height:0.3125rem;top:4.0136861801147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3I8f2Z4eMTSLlhymSrGCMx4JDO75pWZ { top:43.009765625rem;left:13.77685546875rem;width:2rem;height:2rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #De4aonQQAGNaJFBQ5Q87aRgtz8ErGbyc { width:19.998875rem;height:6rem;top:8.3154659271237rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #iaulFzHOMokkkdqV2Tv6DhzoP9iCz2lo { width:19.998875rem;height:3.23730625rem;top:4.6659157276154rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #TWTzm9ASzGG4kobIrPDZgoZkqnTOWhTn { width:2.93681875rem;height:4.7495125rem;top:15.422844290733rem;left:17.062757134438rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VUcQb5VQJORVwTnizflkKDUTsJUsbh2y { width:1.5625rem;height:0.3125rem;top:3.9827506542206rem;left:18.437072396278rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPIyPvEWGc44p6VcR9a6pKJoC88xU7ln { width:3.31246875rem;height:3.6874125rem;top:14.827354907989rem;left:0.687157869339rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1cybCPzMHKMyahqDsgKp0z8vf4BoPTt { width:19.9995625rem;height:4.78125rem;top:32.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P63SONNy0csg56NTphwpTUCrEltoGic6 { width:17.437rem;height:5.34375rem;top:39rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8t8ouXIJkbfsMg9OwI0nSry1NKC4mxq { width:13.125rem;height:13.0625rem;top:24.6875rem;left:3.4375rem;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) { #uVbiFXq6XzAx5OtZEmPUT3t6Kx8I2BUN { width:20rem;height:2.11230625rem;top:16.359146922827rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gyRGPmHQbnZ40CL4noehiExGCHhMrGgw { width:9.0620625rem;height:2.125rem;top:16.423613399267rem;left:5.4673243761062rem;display:block; }
 }@media only screen and (max-width: 763px) { #q16TFPwGM89LkiXcF7qBVAU6LDJX8gys { width:19.998875rem;height:2.11230625rem;top:29.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TevUS0wQQTH3ax3hnADDEut54VcL8DSp { width:19.9995625rem;height:2.125rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOwtaT4BWGM6e5Hg6OyWp6IhGUWoxOQG { width:1.8125rem;height:3rem;top:14.513857364654rem;left:15.071395516396rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7KE5Q3OuPERtcHqNCa8UzBsuGbLb9SV { width:4rem;height:4rem;top:124.49869395523rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLqIsbMcCB7Nq9MPiVgopUTLaIZteQsb { width:19.9995625rem;height:26.186875rem;top:37.5rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2PPKtZmk7xHO0BaHJ4UIqwrmb87ZaND { width:10.561875rem;height:10.561875rem;top:36.807851791382rem;left:5.1344376802444rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfcXGx7KoQOOAOmeZFJsX3sp2Qqcevig { width:14.875rem;height:14.562799382327rem;top:129.74869395523rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDvuSOOHlgTPWZpU06HDKW2StroiABKB { width:2.68733125rem;height:3.24974375rem;top:3.5762786865234E-7rem;left:8.655052781105rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWPqkZTZPa94P626y7N2Ir5PSb5EgAxP { width:1.6245125rem;height:0.312215rem;top:4.0452499389649rem;left:18.375056862831rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #s4hqQbLCVNwaqgpiD7k56S3vTMq6XLK0 { width:4.5625rem;height:7.3367336113649rem;top:62.553940429688rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 { display:block; }#pL1SIafKTLuPQSFvG9maWR81bvCPRmT7 > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlRgkqlDf9EtZksoQhTpg4sBN5EV9Duo { width:14.4374375rem;height:3.8994125rem;top:3.125rem;left:2.7792826890946rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vCAQ04kBPWF9tNQxO5b6QW17Mgg0yZNS { width:19.998875rem;height:2.79995625rem;top:6.72331237793rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #EcLgWSCqT61hdvVXLg93vMtFNJI0ELrn { display:flex;width:3.125rem;height:3.125rem;top:9.908188819885rem;left:8.4362169504169rem; }
 }@media only screen and (max-width: 763px) { #E1Ktc4UuqtwlMcKb4KfvJFyogNRBcCX7 { width:20rem;height:7.4375rem;top:11.363906860351rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRxDqNNFMvptUf2aJQDLyl3Bk7ATDc33 { width:17.437rem;height:4.5rem;top:13.533188343048rem;left:1.2802236080169rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0ID6UttT7pG5W5zEpWLwNTQwbzmKZlJ { display:flex;width:3.125rem;height:3.125rem;top:19.424897432328rem;left:8.4362169504169rem; }
 }@media only screen and (max-width: 763px) { #xpCy9akxG273uuckkhdMrwv5l4qqXU80 { width:20rem;height:7.375rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzMBF1v2Tx2L8q50hrZEIpyLO6tlDgRW { width:17.9375rem;height:4.5rem;top:23.0625rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QfSDUne2rhQbWRK4R3mJ7zihm4N0KLZ0 { display:flex;width:3.125rem;height:3.125rem;top:28.936042785644rem;left:8.4362169504169rem; }
 }@media only screen and (max-width: 763px) { #RAFX58nUOJskUhW1cuxsT2Ze9rxguQHa { width:20rem;height:7.1875rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyJTscie3emaKVwvhhryuzkLW6gyPa8y { width:19.9995625rem;height:4.5rem;top:32.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v34WlMkdxZdmsi3oyslZxxoOORASrKzi { display:flex;width:3.125rem;height:3.125rem;top:38.373772621155rem;left:8.4362169504169rem; }
 }@media only screen and (max-width: 763px) { #tpeE3rS7gkZ38ZDx3WOs7FzMlPwGS5wT { width:20rem;height:7.0625rem;top:39.937129974365rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEDhexrTCc3GisRw1STVKW0G2qUezzFV { width:19.0625rem;height:4.5rem;top:41.934991836548rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #haVTMDBEok4aTSFXFuTWWTkGZ1tNzFZS { display:flex;width:3.125rem;height:3.125rem;top:47.622605323791rem;left:8.4362169504169rem; }
 }@media only screen and (max-width: 763px) { #HwRmkDl9xtkC1GluhS9zMPQNF8IJrHIG { width:20rem;height:5.375rem;top:49.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEXzS0JUEku7q0iPwaEVLpe8yMdew4IF { width:18.6875rem;height:3rem;top:50.8125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AnuW1Egtdk6eedEvkDqlnAySBdBlv6iW { width:20rem;height:20rem;top:1.4698319435119rem;left:0rem;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmCeV0MlOkQvGT4281XzLRTDglfwfyTt { width:5.937075rem;height:7.421875rem;top:71.625rem;left:11.375rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #xCdBiPlM5JM7TirGJrQHFBEV3CMFLgJT { width:6.3125rem;height:7.8599392790955rem;top:71.637801757812rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPVIQ6ZATI42volfKVJl9ClZNl0s25UC { width:2.8125rem;height:3.5625rem;top:66.653770507812rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #urIhBx3NALr2035ntpF2uxVegZlP345M { width:20rem;height:25.75rem;top:19.875rem;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) { #v2vzZhSqTRH0GCASvt3WJGsTk3rh1WTX { width:18.4375rem;height:18.4375rem;top:63.625rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xhqxazKxW89FIsN3ggGHJtzfVlnqxeDT { width:12.5625rem;height:12.5625rem;top:66.4375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QREX9Coelv6veVTWWGEdbGp5hdD7xWUJ { width:17.4375rem;height:17.4375rem;top:63.6875rem;left:0.875rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #ev7DonZ6q9hdZAOzDlh5HtSzGbegIl62 { width:20rem;height:19.1875rem;top:39.187243461609rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:37.5rem;border-bottom-left-radius:6.8125rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fczha9hL9kvZRJH1Q6T7hyenbpm1thuV { width:13.25rem;height:13.1875rem;top:45.6875rem;left:3.375rem;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) { #WPqxp8w5p6DuTxVVxysqUwz79bRaT9nu { width:10.4375rem;height:10.623887256915rem;top:59.624181915283rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ti2JyM1HaSM4VakFK9iXw5km0nClzX5Q { width:16.875rem;height:3.5rem;top:57.12451171875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaX5MohI82eOhpwdtDV413EMJRlAR7TX { display:block; }
 }@media only screen and (max-width: 763px) { #geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00017a, #000153);background-image: -moz-linear-gradient(180deg, #00017a, #000153);background-image: -ms-linear-gradient(180deg, #00017a, #000153);background-image: -o-linear-gradient(180deg, #00017a, #000153);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00017a', endColorstr='#000153' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00017a', endColorstr='#000153' );";background-image: linear-gradient(180deg, #00017a, #000153);background-size:cover !important;display:block; }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 > .row .container { background-color: transparent; background-image: none; }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 > .row .container > .video-iframe-container { display: none; }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 > .row > .video-iframe-container { display: none; }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 > .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); }#geZHCkAnQFllwERWGwBqFH1VDdTgPiZ3 > .row .container { width:20rem;height:138.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clgJbQTNZyab3J6a4v4pfNnRDd0A4gEh { width:13.3739375rem;height:1.40625rem;top:46.9375rem;left:3.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lhA08FfiihJuTIzVX3xLcJUOznTFLPSC { width:19.1249375rem;height:0;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:none; }
 }@media only screen and (max-width: 763px) { #V7NpI3PtW1e940MfxOFB0mMxcRqyMFl0 { top:26.748545646667rem;left:3.6688810586929rem;width:2.0621875rem;height:2.0621875rem;z-index:15031;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OMMCoRB62iiaxS5QWe9hNiyEEpRfxvnR { width:5.6245125rem;height:6.2417rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5xQcIpp424GQpRkrbJdVEbg3xUAQ1NI { width:19.9995rem;height:5.42480625rem;top:5.41259765625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #E58D5Pqb4SBGVCsiKmWDrKmRaWWdot4R { width:20rem;height:1.94970625rem;top:2.0439453125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQJnHWCkZKsT6SIsR1xTxTlUL1SI4BP1 { width:17.25rem;height:2.34375rem;top:19.191635131836rem;left:1.3712078332901rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CEwRUJKXQJAbKfd1Z49TUFJrSh5OTCSk { width:20rem;height:1.40625rem;top:74.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8TiRLSBZKADVw8I9mCmMbc43D1C0hhB { width:20rem;height:1.40625rem;top:101rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #guVFxwlUaEQt3TzQx1W6l0u4QEr2fG33 { display:flex;width:3.125rem;height:3.125rem;top:14.5625rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #BSk6pW6HP34nsxpHKVVXSQPv3n85nLKr { display:flex;width:3.125rem;height:3.125rem;top:40.3125rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #yWcUeB06Thydx3o9FN1kDwuCR2ye5AZ9 { display:flex;width:3.125rem;height:3.125rem;top:94.5rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #d4I5m2fLg6yntctQNTTDbzodcgVFHkpp { width:16.875rem;height:1.40625rem;top:21.253562927246rem;left:1.5587078332901rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eNzEXyPv5RrhBhaTJV7g3h7micyTMTT1 { width:17.3125rem;height:2.34375rem;top:45rem;left:1.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bOAI7x00mscsM6OMs4wSPsvmx1wDe3R6 { width:17.25rem;height:2.34375rem;top:72.125rem;left:1.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcX18n1A9nLZklwAm7zs2TimbnAxRRph { width:20rem;height:2.34375rem;top:98.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mgbGBq7aN3giiCg2vmosQlVmTvkv7NPl { width:17.6875rem;height:7.375rem;top:16.430625915528rem;left:0.99937272071838rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS2WZ7UPOdTy041Ftb7PwJpnBm0XD94V { width:4.75rem;height:4.75rem;top:13.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkJUNDRQPHkS0gULdv7aNuqQmL2pUqUL { width:17.625rem;height:7.375rem;top:42.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATTBATqt2XVvFrRtqii9hm95OelPbxER { width:17.625rem;height:7.375rem;top:69.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn3dImOck6sUR0iJ0yVJPbzhDGeLtG92 { width:17.625rem;height:7.375rem;top:96rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guT6tiaAxC9aREHHn3pkiweNQs04XRH9 { width:4.6875rem;height:4.6875rem;top:39.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqBRPST2uCUXELlvcbc7JAiL73Dh1NTw { width:4.6875rem;height:4.6875rem;top:66.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icEh2KhH7wuErowdtmp6pMf2dNIs9FAI { width:4.6875rem;height:4.6875rem;top:93.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHkE528ItWXXe5xEXTrQDbJqIcRPcDyF { width:11.187rem;height:11.187rem;top:2.0443661212921rem;left:4.5299669504166rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #IHyGJzOGRfX6zTvXxdNWexOW2xVTyAWv { width:17.375rem;height:7rem;top:16.805572509766rem;left:1.3115875720977rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAUvBuWm3ZTypcDTMfgngtsBN4qls3A3 { width:17.3125rem;height:7rem;top:42.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQKb4J48cKuDHhKRGJuoGZ35TZzlQDFh { width:17.375rem;height:6.9375rem;top:69.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWR83QO1TKwIW452ETZzzRnCZzNfyz6L { width:17.375rem;height:7rem;top:96.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll3tdOJDWANSweqZDicXEKGWfstULrnd { width:5.624025rem;height:6.2412125rem;top:74.0625rem;left:14.375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #QZnPBdnc7UyaL0TyPw8lTHBLshRvrcR1 { width:3.4375rem;height:3.9375rem;top:67.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEoqTz3QEDDJGbseNAzGvAU5Z7FFxN5c { width:2.0625rem;height:3.4375rem;top:24.483406066894rem;left:14.999857544899rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TgWzESFmymt2TLcHOMRc4xzRLwWQBVGV { width:4.125rem;height:6.6495810793867rem;top:63.25rem;left:2.0625rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #KLyyxbEkSUpMWUVFBgcE6P7zF27LGXcu { width:5rem;height:8.25rem;top:77.471880009769rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iyk6Lg2BEKq4rKFawPeDhFtn62PZb3Wq { width:19.9995625rem;height:29.875rem;top:37.060192584991rem;left:0.00071287155151369rem;display:none; }
 }@media only screen and (max-width: 763px) { #Apbo6S054b7UySCFAgLvvSLdnOw4eJaV { width:19.625rem;height:14.25rem;top:116.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #syOk2nhegiXVT6KQ4tfKDyU4J5dDVey8 { width:19.25rem;height:13.8125rem;top:117.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL1pJfBwlirI8D8ExOTbXQGUNPEOvTFW { width:16.875rem;height:3.5rem;top:132.75rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzDzT8LXZKg5La9RnRqe8JBSX2uDCvTS { display:block; }
 }@media only screen and (max-width: 763px) { #cfMb0kPsbUK8mqQSkmtavR2STmQqBAi4 { width:15.625rem;height:15.625rem;top:22.65966796875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObD794DT9C4C3rDJSrTbtqg2OzMBhwSz { width:15.625rem;height:15.625rem;top:49.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF5ILGIgTVJ4zruJHrqHlG5xek6u1kt3 { width:15.625rem;height:15.625rem;top:77.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crRqI9T0JZ4b1IESJ8xdNLwMqlGoWIQt { width:15.625rem;height:15.625rem;top:101.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCh8p5wxy2ZegCcpD8FStVWKscTmpocx { display:block; }#TCh8p5wxy2ZegCcpD8FStVWKscTmpocx > .row .container { width:20rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wl1KCTRV8oHZrNlqCQAJe1mx0q22Barv { width:19.998875rem;height:4.2246125rem;top:3.5611877441406rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOKhi6krx1yVSFFLiK6tAaPn7QryTe3v { width:6.4995rem;height:1.29980625rem;top:10.417877197266rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD48xL0NxXdKra7uoSEoUUr66i0FhyzK { width:3.6874125rem;height:1.79980625rem;top:10.667915344238rem;left:6.873004078865rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UDmNeqCVpgByoIPJPQsSHE9Q0J3SEmiO { width:6.4995rem;height:0;top:16.310761094093rem;left:9.2500568628313rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EH6b9Qpb3NMMr5i8eOioLWWg5FegUDhW { width:3.8125rem;height:1.79980625rem;top:10.679313659668rem;left:15.937215447426rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #R3mSIItenTlCPCW4akJE6VHpazH58xRt { width:5.56213125rem;height:1.19970625rem;top:13.043739318847rem;left:0.31221491098404rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffKHhTSLu2be851DuUkGpIP1TwI36Rg0 { width:3.8748875rem;height:1.79980625rem;top:12.843437194824rem;left:6.9022299051287rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IrvGPGzxbTApcLS0Md4gVZiNuQ8Wo493 { width:3.8125rem;height:1.79980625rem;top:12.830604553222rem;left:11.186274170876rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #szbfgoMXbrGCsBtv8keEwZu4Jz2WxhAz { width:1.0620125rem;height:1.19970625rem;top:13.04345703125rem;left:17.31201171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUtEy0l3Rv1kxo6Tu2nA2kEPSVmF0vLe { width:5.0625rem;height:1.79980625rem;top:15.730354309082rem;left:0.31221491098404rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c2s7GXe7vKmTDOxEpkAKKI4EEcyazMJt { width:4.3125rem;height:1.79980625rem;top:15.667625427246rem;left:6.9364448785781rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rxTA2DI86enlPearT6TEXxEsU3hr9CG6 { width:3.4375rem;height:1.79980625rem;top:15.667625427246rem;left:11.18698656559rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e2CaxSaxDG6F0asIPGhbtFbvUv8gbupH { width:2.25rem;height:0.8999rem;top:16.1796875rem;left:16.71826171875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uFLGdVPwSkDJnqAwtl0JE7OlWKAxrhmf { width:7.187375rem;height:1.19970625rem;top:18.85432434082rem;left:0.31221491098404rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToBCwlT6385V1ktJezmTSyDDBhCMuaEL { width:3.1875rem;height:1.79980625rem;top:18.542427062988rem;left:6.9364448785781rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q12bKxS9sZJVxoHxsGVCqRXNw7R9Nvcx { width:3.75rem;height:1.79980625rem;top:18.528884887695rem;left:11.187699913979rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GyH6CL5C9UnT9vgqn7aCOEzM0RnAac30 { width:2.3120125rem;height:0.8999rem;top:19.00341796875rem;left:16.68701171875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PJXCGn1f4xE9yK80OuRz6AxzJxT5W0yV { width:7.3748125rem;height:1.19970625rem;top:21.60612487793rem;left:0.31221491098404rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOEnhL3JJN65o8HeRd9msPrVFbwk4ntU { width:4rem;height:1.79980625rem;top:21.355125427246rem;left:6.9357320070269rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L0oMfb7F6FI0MGFbG9IrBzG7vPMtgIS0 { width:3.8125rem;height:1.79980625rem;top:21.355125427246rem;left:11.18698656559rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WiuDJDUxiTQkSTcwb6DdDbnFAxnzXtZB { width:2rem;height:1.19970625rem;top:21.60595703125rem;left:16.84326171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQHoFFKqwfdKXFHQ5uXM8KmI2fskoeWf { width:8.1246875rem;height:1.19970625rem;top:24.356178283691rem;left:0.31221491098404rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRs9mw5vXFOpRLXtQ0ZWquJvTRuEcUkr { width:3.4375rem;height:1.79980625rem;top:24.105979919434rem;left:6.9364448785781rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wkLGCB0GZgmERRkTbNlRGwx7uCcJMplL { width:3.75rem;height:1.79980625rem;top:24.231437683106rem;left:11.18698656559rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pOX0AxWSELoIZ4Rkzzm5LwJgT9Hg7L9f { width:1.625rem;height:1.19970625rem;top:24.35595703125rem;left:17.03076171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmmCe2WXapSO2CzTxQpNdxWySiPZ3qVF { width:5.9375rem;height:1.19970625rem;top:27.04280090332rem;left:0.31221491098404rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsgTf1ACV9f9UkHczSDpa9t9o5FxGbyW { width:4.125rem;height:1.79980625rem;top:26.855323791504rem;left:6.9364448785781rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FJOnFL2hsnTSNVkeFzJGALxlAulzHm5B { width:3.8125rem;height:1.79980625rem;top:26.855323791504rem;left:11.18698656559rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UTxLpQwIDVfqCHLT6LDeaaX2ZuZTITVt { width:1rem;height:0.8999rem;top:27.19189453125rem;left:17.34326171875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lCWKazhs3WTKHs2BggG7UFdLKcFUTdgH { width:5.25rem;height:1.19970625rem;top:29.792854309082rem;left:0.31221491098404rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRSAJMW5KvT1vT3e1dz33hbUODQfRBAQ { width:3.24974375rem;height:0.8999rem;top:29.941833496094rem;left:6.8722912073137rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fUVNUzrTeUoWd6ktkHXryfkPoSxiiG3X { width:3.75rem;height:0.8999rem;top:29.94140625rem;left:11.212890625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #x79nORyPbBnn1DLle8DNoCps01XSSrRr { width:3.5rem;height:2.69970625rem;top:29.917594909668rem;left:15.999942421913rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z2LNTh12PfSH4IbTMSIpz6hsRU3zgCkv { width:4.0625rem;height:1.79980625rem;top:33.66845703125rem;left:6.9357320070269rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zbJTfuIxqOhVOChTNTGNsnenD2Rg3UZq { width:3.8125rem;height:1.79980625rem;top:33.66845703125rem;left:11.18698656559rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OMQwHZifOGy4ooSMRth670tvXpVSl0S7 { width:1.6875rem;height:0.8999rem;top:34.1181640625rem;left:16.99951171875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UpFJ9bpF7tBLCP7ZzyqvdSXZiGx72xCr { width:5.8125rem;height:1.79980625rem;top:33.73046875rem;left:0.31221491098404rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ar0hMOWfmw6QTKTgxJ26kvvvo8ZKf5A9 { width:3.125rem;height:0.8999rem;top:36.667999267578rem;left:6.9549781084062rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mXyOsPyUoAUgOEQepgcwn92zlqS5ztaP { width:3.75rem;height:0.8999rem;top:36.605979919434rem;left:11.124971032143rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gi8x6vhPvkCPJMxNXxywHLrJA5ufx52X { width:3.1875rem;height:0.8999rem;top:36.605979919434rem;left:15.937215447426rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZgT1tpp080OvG74xSaoTbSJTSVnLJMP8 { width:4.6875rem;height:1.19970625rem;top:36.667999267578rem;left:0.33003538846969rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK6oMo413OWNrdstu74ssPIC3W98J1E6 { width:20rem;height:29.875rem;top:8.8302612304688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6UwBp9XB0Bxds4FBx9gkFDKK1IyThTP { width:2.9375rem;height:2.9375rem;top:8.7939071655275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4LOZNDpmqGarRsgx6lncluiUIXfXHXA { width:20rem;height:0.125rem;top:15.126594543457rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl9h6BfaUScO0Uox7cvew980UTdC0Tar { width:20rem;height:0.125rem;top:17.938667297363rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F87sozl8b3UGsBdfyDlxEuWQafy3J5Dz { width:20rem;height:0.125rem;top:20.730781555176rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfUaK6ve3TFSpyVTaOhWGHW16CFc55DR { width:20rem;height:0.125rem;top:23.564239501953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axRbGG7Bx2KNkXyFu2uim833wnxGW0Jg { width:20rem;height:0.125rem;top:26.315010070801rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdwkAxyu1MSsC7Xt6omlCQJ8TyxtReWn { width:20rem;height:0.125rem;top:29.064353942871rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD1FATwfTsFFTzxZAsitUW6iznSLWksd { width:20rem;height:0.125rem;top:33.001251220703rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlkpZph5o3CEVQOX7IsIE1npRTyLgWxT { width:20rem;height:0.125rem;top:35.913124084472rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNgZxWMeaAriyhLk5h0kQfonz8C8a0fK { width:7.1239375rem;height:9.061375rem;top:39.605526924133rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOdZ7CThWDaoSu7bg32TgyrOQFnlnCaS { width:12.25rem;height:9.0625rem;top:39.650434494019rem;left:7.7482038736344rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9mBJglbn5fAIzQomEgLRyBplvTt5u6c { width:7.0625rem;height:8.9209026352264rem;top:8.0625rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qU5IQZgJrc6e7PvfDGg6LtKcN90UBVyT { width:10.1875rem;height:9.0625rem;top:116.27267026367rem;left:3.1235771179199rem;display:none; }
 }@media only screen and (max-width: 763px) { #xixJKMuSVzr65kFN2RycbIGRVlfsUUdP { width:7.125rem;height:9rem;top:116.33539914551rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZwKVvMtGGaZFpZmlPH8p8mXAbuqTCGZ { width:9.875rem;height:9.0625rem;top:116.27267026367rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rulfMZeE0JGfc0zHn6G3it1HF9wpPul1 { width:12.25rem;height:9.0620625rem;top:49.291880607605rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIwMJwr5CsbCp8ZoSzwaixTQ9shp7T5t { width:7.124625rem;height:8.999375rem;top:49.321965217591rem;left:12.874943375588rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCi1GoO4iFTKe9DwtMMhw0neRinsWt5H { width:0.0625rem;height:0.0625rem;top:23.410980224609rem;left:13.125855088234rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHrA22XhN4ShzRBdVztN9SWgKU3iH1cg { width:7.1875rem;height:9.0622201038279rem;top:94.84115625rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7VpZqmnF77e1H8dKkqp06bRl8FeO2OM { width:17.25rem;height:23.125rem;top:37.566150665283rem;left:1.4048813581467rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14989;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:12.0625rem;border-bottom-right-radius:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaOx6mLitaZ7gUqym9kfiTyKzQfsBDDo { width:4.5rem;height:5.6095335560953rem;top:67.41948125rem;left:7.75rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #Gd4onPnOiIMoBeF8AEcJfQ66R6IeSKHn { width:5.5rem;height:6.875rem;top:35rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sS9O2UaE9qNMBPCJiHHrWxHBurqTEaXJ { width:2.8125rem;height:3.5470157376037rem;top:3.375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qCgkmdTgfPBXgOal0EXdNWF4vzk2qccN { width:2.375rem;height:2.983506158624rem;top:105.15321875rem;left:8.8125rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #Gi9x3LPAZ7MqCQLxnK5Q7khWvVZkEiTB { width:2.18693125rem;height:5.470175rem;top:1.3237056732177rem;left:16.999314904213rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZoKLOC0r3pz7nU5i0lhZDzfNk8qbTzl { width:3.8125rem;height:0.9746125rem;top:10.662925720215rem;left:11.088617920876rem;font-size:0.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ZOT7uloHOnGTTiCdUTwNIqS4uw2XV4lh { display:block; }#ZOT7uloHOnGTTiCdUTwNIqS4uw2XV4lh > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guUwlqSEa6JJN80PHg4R49uiIDgC6tJn { width:19.998875rem;height:8.44925rem;top:3.3117656707764rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTNDS6SJIVIJKLTHC8BDw0za5apq9pL0 { display:block; }#CTNDS6SJIVIJKLTHC8BDw0za5apq9pL0 > .row .container { width:20rem;height:88.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TovredqrbrDLrWwQovfuFNmULmiUM6Bb { width:12.18675rem;height:9.936875rem;top:15.434906005859rem;left:3.9683699607849rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ4uGAwIpvr03O4XdRTt7MMnQIoaJ6gH { height:10.875rem;width:19.5625rem;top:70.004150390625rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9sfuFNX28xwP6QgBG5rMd60ic5Jkc9C { width:17.562375rem;height:26.598125rem;top:27.978881835938rem;left:1.2174954414368rem;font-size:0.875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTJ54OlQp6RaO1eLZpnbPmb2nPciysEU { 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) { #C1LZXsRTc8oPPeQ7xR2CvphM7F47KSgl { width:3.75rem;height:11.5488375rem;top:56.225341796875rem;left:11.311017632484rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vZg0bW0WoukOkZqAxWxowtCucNBdT2se { width:3.49985rem;height:11.5488375rem;top:56.224639892578rem;left:14.997718453408rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rylaxn6ruEqXhVdB4qg909WCrOriqJk7 { width:3.75rem;height:11.5488375rem;top:56.226058959961rem;left:7.873802781105rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z9zd6nLh1tT0HCRXDDi8mhvhiPrWMWIO { width:6.1875rem;height:11.5488375rem;top:56.165466308594rem;left:1.1226904392243rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #twDTfLMUxLWePkyw01ZaXkITqOL4A0B5 { width:20rem;height:43.625rem;top:18.854080200195rem;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) { #aKipipOc6kfdCqmkqdxAzPRzszThE6IB { 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) { #oZSTC5lWHc71mP5KcMqqVBeIELFF1pJ6 { width:11.56175rem;height:11.56175rem;top:14.621351242066rem;left:4.2183699607849rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAWngPN9oHKsVnh5STU8TwFqrVOwUzn5 { width:12.5rem;height:12.5rem;top:13.76216506958rem;left:3.3599452972412rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TLRVEp5QCuwNcHVlGBeXuT3FsgOVqGfX { width:3.125rem;height:3.125rem;top:11.694183349609rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMzF9wx4Q6CART6xoEr48D1LXRshHBRv { width:19.5625rem;height:13.5625rem;top:55.193893432618rem;left:0.24948680400848rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkIkDkIuMMZhUIhaaJOb5WxsGmE8zLq3 { width:19.5625rem;height:2.8117375rem;top:55.192474365234rem;left:0.24948680400848rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbPD9dH7ETC8umb8OTkGX6sMQZibamWk { 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) { #OZgpkQ7Rogkskrsn7ePIlaGz7LQSuGDG { width:11.8125rem;height:3.4375rem;top:82.128494262694rem;left:4.062357544899rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn0RnswyGT4iiIqMMIky2OUd87mM2QlH { display:block; }
 }@media only screen and (max-width: 763px) { #MkgIlLGnstIOmM5cLexgqfGHdrDgLgcG { display:block; }#MkgIlLGnstIOmM5cLexgqfGHdrDgLgcG > .row .container { width:20rem;height:80.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LisDXQNAm5CkrGLUvfEPoAvqrQ88Md3m { height:10.8125rem;width:19.5625rem;top:62.060623168945rem;left:0.31150209903717rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8RiFJ9y0Buw6itRfknuIkhTChbJwIFk { width:18.061875rem;height:19.598625rem;top:31.166595458984rem;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) { #MwwWgdFrqp6GinTTh1xmQqUd3IS05LyE { width:16.811875rem;height:7.99805625rem;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) { #K95UBs8TBeDB9UJ7TCZOkfRliVst910R { width:20rem;height:34.0625rem;top:23.041168212891rem;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) { #STwMq43zUMBMv03Ka6aerFErTNbTyGP4 { 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) { #P1RoB6e5fnMI4HBB3NNpMDoQhM6wkzJ9 { width:11.5625rem;height:11.5625rem;top:17.874389648438rem;left:4.3118920326233rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #FaUfPamlC5nzRR8spyJFmmzs1Mz6iJkB { width:12.5rem;height:12.5rem;top:17rem;left:3.3743917942047rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #RrAIyslBirwiNoFevWNDox98TUZ98uos { width:3.125rem;height:3.125rem;top:15.293029785156rem;left:16.107055664062rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHI5Q2rBRI8JxGoo2RZK0y5qFo5NCp9G { width:19.5625rem;height:9.4375rem;top:51.686965942382rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAdiBb2GuLWzmskZ9ainTTkTUskPOfWU { width:19.5625rem;height:2.8117375rem;top:51.686965942382rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO9knRpXs9s41iDXoBFTR1if49G3vlAD { width:13.0625rem;height:10.0625rem;top:18.585327148438rem;left:3.4755172729492rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Jx8vkzdeCrnm5iXQpWbPTwaOqn2MPeJf { width:5.9367375rem;height:7.699225rem;top:52.685623168945rem;left:1.1226904392243rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CoWEpT0HG1nBLKNgtI2K23ZfuzG5z4gy { width:5rem;height:7.699225rem;top:52.746917724609rem;left:7.6556793451306rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eL2eLzIDyQrAbqTwVGIhzBpgEEwdzpbg { width:5rem;height:7.699225rem;top:52.746215820312rem;left:11.047274231911rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oUb9MiTxP8xuQ5q9gCl1dm3gPbW6aZZb { width:3.18735rem;height:7.699225rem;top:52.745498657226rem;left:14.547217011452rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EZFJ2Q8C7uT500eAVNq4L6HxSfm0lC2S { 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) { #qI3nRekmS8oWekTprcbeXBhdBnS4QKS8 { width:11.8125rem;height:3.4375rem;top:74.060935974119rem;left:4.062357544899rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8zUNv9Gcf59IhoHxUbXvx8miSIdnAuB { display:block; }
 }@media only screen and (max-width: 763px) { #yMQV3iMy0R7SIJmK83Pg9mtPq1Urt9yF { display:block; }#yMQV3iMy0R7SIJmK83Pg9mtPq1Urt9yF > .row .container { width:20rem;height:90.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aT7zdvV7LiLOnIZ2pabS9XmNPxdu9eBM { 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) { #cw5WvdFyMhSeNfd8VneU4iwaBDT03ppE { 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) { #b5nh0FEx7tHlT1kym5fmCemf5oeUBfoW { 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:14997;display:block; }
 }@media only screen and (max-width: 763px) { #emazL2989ktI3Xwku37IBJeX2TaCU9mN { 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) { #RFtZSqT7mSJchGKryfJTfw1d2K9tKvcB { width:11.5625rem;height:11.5625rem;top:15.499687194824rem;left:4.3118439912796rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #zXbei4xG1ATedTmLsLpvEixJT82ScT3N { width:12.5rem;height:12.5rem;top:14.62434387207rem;left:3.3737741708756rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN2lG8umsOM82nwHPGpKTMIuQ9wCMRwJ { width:3.125rem;height:3.125rem;top:12.496959447861rem;left:15.951946258545rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfHEvVOBXIATtgPbbo64tCbHtm0g9sLk { width:19.5625rem;height:13.4375rem;top:54.532951354981rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObDxw8brXzwaXh2iAsg5If6Iw9MxdG2t { width:19.5625rem;height:2.8117375rem;top:54.534385681153rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDS9TWpTPr1cXms1LsF6hi6R4w3cmOMR { width:13.812375rem;height:10.874375rem;top:15.561698913574rem;left:3.1549383401871rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #CAWKtmfHTobweLvKzG7hXkH1Idd1F5Om { 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) { #IGZIkwd65mzQbcUTlARaBw8zzQZNFc0y { 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) { #uxKXgTtJUEMpGkysKUiTfp7QFhpURWEn { 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) { #NpT8zi3O3zxK0R60ehbypAJTcJfN6cbA { 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) { #uDLkz7xCJeAZR2iR9aPDXAxBl65xOy5T { width:19.5625rem;height:13.6245625rem;top:68.971107482913rem;left:0.31150209903717rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVD2IiSLS4bfLxLAgLMswhe7NWsKmxEG { 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) { #uxRGHgwJeHtToeqAaCx5XGNVP4hbKWZu { 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) { #gDhwx90icrX0z4XcU8TGN04bdoSffpmr { display:block; }
 }@media only screen and (max-width: 763px) { #QWudTrdyMe5DuJ3AL4cpisnziy7Eegex { display:block; }#QWudTrdyMe5DuJ3AL4cpisnziy7Eegex > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpS2WACdTer2bLFMfQ7QbEU9nLes7UBt { height:10.8125rem;width:19.5625rem;top:68.685787200925rem;left:0.31150209903717rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RZKgmirJadscyw2abfFnbe1B9Z9mSz { width:18.061875rem;height:25.1983rem;top:29.165715217591rem;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) { #a0sy33J9lJ6rseAx05CRLrokQVmGx4cC { width:14.6875rem;height:4.79883125rem;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) { #S87VVgzpgbFR4d4s8ARXAZqOgyt5NT44 { width:20rem;height:41.3125rem;top:20.353129863739rem;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) { #ZH60bP7yrfTlm3UWCv8G57TvAokoxzQs { 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) { #bJ3otkxzCV5sMsrsMRg4n738GUXWAbfL { width:11.5625rem;height:11.5625rem;top:15.748321533203rem;left:4.2487835884094rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #lHRTfPHe5GwhmT2JaXINWRIA4pxPvADv { width:12.5rem;height:12.5rem;top:14.937042236328rem;left:3.3743917942047rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #goPbPNsOuhkUSM3KBeuPdHVAovv2Ttyx { width:3.125rem;height:3.125rem;top:13.542114257812rem;left:15.810523986816rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwga0Lg15OO0tcblSoSwIIAHudO7aO6F { width:19.5625rem;height:13.0625rem;top:54.624000549316rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDEqcrB5Dtmn9l53xeiRWUc9rfW2g8IO { width:19.5625rem;height:2.8117375rem;top:54.624000549316rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeEb40lUJxL8CEKwpLWhUEPEezfw2G6Z { 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) { #LpwUcE79IeuJxE0FTUn53bgeqtannEAb { width:12.25rem;height:9.75rem;top:16.528442382812rem;left:3.7979016304016rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #nF0qXibW98hvDPCDbBUL9cQTpfvaovbt { width:3.75rem;height:11.5488375rem;top:55.686101913452rem;left:7.8745151758194rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eHMdRpcnWqSDIWm3niUz7TCddZS4bhzS { width:3.75rem;height:11.5488375rem;top:55.686101913452rem;left:11.249002099037rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z609fTkTv7nSc1J58lqIls07HnFdk3kk { width:3.75rem;height:11.5488375rem;top:55.686101913452rem;left:14.686929345131rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EFwmemmiq6BpcoGo9JXlWzlV3kAcCR8O { width:7.436125rem;height:11.5488375rem;top:55.678260803222rem;left:1.1839929819107rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Om1vWZwshT3GTPkulrGGPdpRzsRCyzKP { width:11.8125rem;height:3.4375rem;top:80.685390472412rem;left:4.062357544899rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfcTOLQm37R9pEekLVpE9J8WyFZlk97J { display:block; }
 }@media only screen and (max-width: 763px) { #x7Gv3Pupt2TqPhb9ZuAVMl1oyOAdTcKb { display:block; }#x7Gv3Pupt2TqPhb9ZuAVMl1oyOAdTcKb > .row .container { width:20rem;height:91.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuoAIVRbU7rpiXqEC9XOxtdp0IeQT5x2 { width:18.061125rem;height:23.79833125rem;top:32.776859283448rem;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) { #QpusD41WkyEpQgKOa3Q3QDtZTRT6JQLA { width:20rem;height:6.3984375rem;top:8.7872619628906rem;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) { #GTIvKekl5TZXaM93QQsvHpBGr0UO0l2t { width:20rem;height:40.8125rem;top:23.765399932861rem;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) { #TQnScOPDdPCx2kUZNwr8DJqzrBp96flV { width:20rem;height:5.84911875rem;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) { #fmT9VTRynVGs9Xwv7qoTMvO7tJoFitzo { width:11.5625rem;height:11.5625rem;top:19.437194824219rem;left:4.3118439912796rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ZpQgiP8eJKdVGBIaI5FctFAiWuE3oGqH { width:12.5rem;height:12.5rem;top:18.561859130859rem;left:3.3737741708756rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #d3z6zCK5TxMg4L9URCbTtyNVt0Xi5Kg1 { width:3.125rem;height:3.125rem;top:17.834029436111rem;left:15.947194695473rem;display:block; }
 }@media only screen and (max-width: 763px) { #X234nqonPlJHcKyATbQG59ppGUWUTvoR { width:19.5625rem;height:13.0625rem;top:56.845035552979rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDAsLXim8q2ITwCf8Ies3XNOQ8l4Hq4z { width:19.5625rem;height:2.8117375rem;top:56.846462249756rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbCOntrGKJ2vVMDmNhTBVo8uNbeTqnus { width:19.561875rem;height:13.624125rem;top:70.844806671144rem;left:0.21740990877151rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeTTV9MuBNxg7tdXP7iuWT4HTvR6C9eb { top:15.559020996094rem;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) { #vEbNP9J2bMXbqJ4Ur80WyCGJmT0eKNcN { width:12.125rem;height:10.125rem;top:19.963653564453rem;left:4.0174314264501rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7TRlmiOD2xMEOiPTTXCIwmEZQpyMrn5 { width:7.436125rem;height:11.5488375rem;top:57.746753692627rem;left:1.1847057342529rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a6KtyXW8K8p3fPbn5hvzn9UzyM7qbzO7 { width:3.75rem;height:11.5488375rem;top:57.748889923096rem;left:7.8124996423719rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ySkyJJA1T4rvNFubdt1OnXHPgAwtw6Xf { width:3.75rem;height:11.5488375rem;top:57.748889923096rem;left:11.311730027199rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bRT2MHCllTCMQ2CkHef2AgyMPRaJweCI { width:3.75rem;height:11.5488375rem;top:57.748889923096rem;left:14.749658226967rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SAU1VOT8rQ7p0oknNmFU49JixZyKkrls { width:11.812125rem;height:3.4372125rem;top:85.718494415281rem;left:4.0915828943253rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ28L6oV0ZOsHdgknGm2L3gAwXGgzTkZ { display:block; }
 }@media only screen and (max-width: 763px) { #DrWJNku6WP1HSE3RcTRcNTlvvu3UlB2s { display:block; }#DrWJNku6WP1HSE3RcTRcNTlvvu3UlB2s > .row .container { width:20rem;height:84.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUn2fKJy9GMCdz4F6cb1Z1eKrAGQBsVT { height:10.8120625rem;width:19.561875rem;top:65.964385986325rem;left:0.31292772293091rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbVAFrHW05EIx0v3UZQaMaQhLsIT0Cv9 { width:18.061875rem;height:23.7983125rem;top:29.353179931641rem;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) { #IKANM2BKyAV3XoHx3gkZg489suTGr3yp { width:14.6875rem;height:6.3984375rem;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) { #IUIcIZuLcwFfZaX9BMomy5Xfqq7v0dch { width:20rem;height:39.9375rem;top:20.165664672851rem;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) { #UQVSB201Uuu1kfcVXeDHfSLf1dRl08a5 { 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) { #vNNmXwUxxHShkJ9n9mWSRngxcMg2h7MD { width:11.5625rem;height:11.5625rem;top:15.873306274414rem;left:4.2484031915664rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #egI9Z6wFwPgZSGQhAPTJIZrmPIETcHxw { width:12.5rem;height:12.5rem;top:15.061416625976rem;left:3.3737741708756rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #xCrV1k1Hx3RfyPtHDVJdEQidusLVJf3I { width:3.125rem;height:3.125rem;top:13.542114257812rem;left:15.810523986816rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6GCqvD4fzuo08GlxnsDrLgVm9wL5fRZ { width:19.5625rem;height:11.5625rem;top:53.43586730957rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #crDw6ZqHs5fZyKIbOi77BTpbJ0nTvDZL { width:19.5625rem;height:2.8117375rem;top:53.43586730957rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #EImk7tdHMxRNhxA4JlXFfsQtzwagRrwx { 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) { #oPN4tCD0uJXarRJTvuxiNNobpwLqPe3J { 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) { #EMM9p4xi0M4LDKWxT8JbJFi7R5yTTTs8 { width:7.436125rem;height:9.62403125rem;top:54.338302612305rem;left:1.1839929819107rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wn7FVmllWeMETZhJ6FJStmvx7zkfFWoz { width:3.75rem;height:9.62403125rem;top:54.337585449219rem;left:7.810361504555rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OzRx42Z01sZtZ5cCWDdTyta6ETLcSE5f { width:3.75rem;height:9.62403125rem;top:54.356842041016rem;left:11.374457955361rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qmQs2vvZKPRzb9Qs95tOIaMtNVWZRDKv { width:3.75rem;height:9.62403125rem;top:54.35612487793rem;left:14.984887719154rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I1VFqsmGscilVb71eCm9rUbTw2DlPP4p { width:11.812125rem;height:3.4372125rem;top:78.026000976562rem;left:4.0915828943253rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZNqiG0faiIsHpV3BUIA2Ckib7BFK4EC { display:block; }
 }@media only screen and (max-width: 763px) { #MvNmn4dUuR9woeT9sGPls1Tv82vfpdTL { display:block; }#MvNmn4dUuR9woeT9sGPls1Tv82vfpdTL > .row .container { width:20rem;height:72.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dkab1LIZyaTeuSmoMtshvGedRZ7MEpDg { width:18.061125rem;height:20.9985625rem;top:26.5888671875rem;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) { #pxOaFXCIPbLPGNwKoLdAVss3JRAEZ0u5 { 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) { #t4qs9WWeTyQXBtFkZVHykCo2zhT575R3 { width:20rem;height:32.75rem;top:17.943801879882rem;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:14992;display:block; }
 }@media only screen and (max-width: 763px) { #CCRQmzvqD1poPNKvXyVoJxIQ6iZLcvKm { 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) { #m8pn1nykup1TrQVJri8e07MvwipWTh5R { width:11.5625rem;height:11.5625rem;top:13.187164306641rem;left:4.3118439912796rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #B7rgl53HkBQu3tKHAOGbPPFudkTzXPOC { width:12.5rem;height:12.5rem;top:12.311828613281rem;left:3.3737741708756rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcCKmcclCr0T6caPKQdKdtJ3QHeiBvac { width:3.125rem;height:3.125rem;top:9.9609376192094rem;left:15.060447335243rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsFc4HmuJkIZ1lir6qzNVyAqtxWRbLTt { width:19.5625rem;height:5.3125rem;top:47.844940185547rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlyFbwoKAtheUUlVrOBfWJyZxWRHCLiU { width:19.5625rem;height:2.8117375rem;top:47.84635925293rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od7sMPZ6xBk7UMG6xzph7iDixSqJRCHs { 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) { #vS5dWggguzH4pBQBAvflWBIM0skZc2T2 { height:10.875rem;width:19.5625rem;top:54.006546020507rem;left:0.1874715089798rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbaGlk9EggngV5tqtMyl7T1og7DxJPz2 { width:7.436125rem;height:3.8496125rem;top:48.639022827149rem;left:1.1839929819107rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sOS6HJJoko8OyTwUsqNw1K4sKGnrskmt { width:3.75rem;height:3.8496125rem;top:48.605514526368rem;left:7.8124996423719rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T54BnLTTxwn0SUQ3G7WuGf00r9dxxGJS { width:3.75rem;height:3.8496125rem;top:48.624053955078rem;left:11.311730027199rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C1EpPpQ2qqDy9kWrz4aOIagSRqX1dKeF { width:3.75rem;height:3.8496125rem;top:48.624053955078rem;left:14.936416268349rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nJ2A5lwt3MQTDWOkQVkey6STng0t528c { width:12.75rem;height:9.75rem;top:14.029708862305rem;left:3.8411551713944rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #ySkDIg1TpaWzshdTFW0rWmcfgIJOLVxG { 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) { #BwBRzUg9ieHFOH5GahBH29c5TNw5Xbd2 { width:11.8125rem;height:3.4375rem;top:65.907791137694rem;left:4.062357544899rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAJz3sg5FpS07VZluFxiaKsQ5LgDKqVO { display:block; }
 }@media only screen and (max-width: 763px) { #i8aJbW3ZbFW26h49O89RVZEaxZbkKc28 { display:block; }#i8aJbW3ZbFW26h49O89RVZEaxZbkKc28 > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7OrdP7KyBQTZudBC8DPzon9ATD0oU3E { height:10.8120625rem;width:19.561875rem;top:70.935577392575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnZ19a8KJHnNGdOSnQuQ2xaAerxcUy8s { width:18.061875rem;height:23.79831875rem;top:32.540191650391rem;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) { #O7MQ678plBcSpfL2MCREKy4SygT6NnsN { 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) { #zcKGxGAtLeWWB0oIF5AvBLdCowS5hqqu { width:20rem;height:39.5625rem;top:24.35205078125rem;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) { #z7pKgzcJlkLCZyl4f7fMlWPfVsEiEvdR { 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) { #fm0XXdD1xVnH085a2IcT5yoF8QbSkmFp { width:11.5625rem;height:11.5625rem;top:19.123321533203rem;left:4.2484031915664rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #h3TJ9FOoDvZ7kiK0Ft9qQyduguNAn7XT { width:12.5rem;height:12.5rem;top:18.311431884766rem;left:3.3737741708756rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #A108yTI3D5AlAmxcwDzRWHKMRPsms3Lu { width:3.125rem;height:3.125rem;top:16.789034128189rem;left:15.729014992714rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAKE3univT62Q9BnZBa4t1vyiFPWXMCe { width:19.5625rem;height:13.0625rem;top:56.935821533203rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHp1SDsh49LE8PX40gpDE2DcevXAkS8Q { width:19.5625rem;height:2.8117375rem;top:56.935821533203rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwQlcz154TNQGpisKtfDb9SONc1My5L5 { 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) { #kHJNohAUKxafTgpl1ZWTFW0CARqN5q5N { 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) { #LJiiDmFAfFoCzggM6po0WEDO07OLNg4I { width:7.3745625rem;height:11.5488375rem;top:57.842529296875rem;left:1.2495722770691rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TDvw5xmbEWsPbTgXnCIeuySucpJzJItW { width:5rem;height:11.5488375rem;top:57.841796875rem;left:7.7483459711075rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PD2mpH0sGahTyoaWUKpGB3zCZGzbBic0 { width:5rem;height:11.5488375rem;top:57.811859130859rem;left:12.124344468117rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nGNgHF92bcidQWJQKeBEdDw5z1C6e99T { width:3.81235rem;height:11.5488375rem;top:57.811859130859rem;left:15.687015175819rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e2yMXRvzdhHZQ2mVnq0Zrd1t6a5Koc77 { width:11.812125rem;height:3.4372125rem;top:82.997192382812rem;left:4.0915828943253rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSwhVsGf7iy3HML4MG7N1D4e9heRwb08 { display:block; }
 }@media only screen and (max-width: 763px) { #QC0TnS0OPv8CdsEeLCk5aiz58ge4N6LE { display:block; }#QC0TnS0OPv8CdsEeLCk5aiz58ge4N6LE > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHBMTPkXo7lZPHA8kkA226J73a3pvA2f { width:18.061125rem;height:18.1987375rem;top:26.088897705078rem;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) { #VRZaoyFuc9hvy7fxAyRJTQCh4pCfUHOG { 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) { #FGmyNuZvQmu4VNKnu5TCESNtcSGEnXRb { width:20rem;height:28.1875rem;top:17.641845703125rem;left:0.00071287155151369rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #kGR19lTUmZsFTRKgKg6Z4kTVAe5WR8G8 { 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) { #HVunfknnCCLSzB31BAitoOZAOdNEqeN5 { width:11.5625rem;height:11.5625rem;top:13.062194824219rem;left:4.3118439912796rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #OLoQPKZgTDOHOTqJl2a88HqNgelPwChz { width:12.5rem;height:12.5rem;top:12.186859130859rem;left:3.3737741708756rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5r13U1ErI7vTxgxvMVimMeuq99et1D0 { width:3.125rem;height:3.125rem;top:9.9609378576281rem;left:14.917883515358rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDHtPVPPBAWmnfto8CypJxTGPxuSbUZk { width:19.5625rem;height:4.8125rem;top:43.407684326172rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxKe4WdxEqwRA32sXiSDwBlFZZm1D6Xo { width:19.5625rem;height:2.4375rem;top:43.409118652344rem;left:0.24877399206161rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta87fDebZhixnPF0c9oyh3QOznXTN72M { 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) { #h6S0PnwQHRUvkbWBmPvzReDX0arQgiTz { 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) { #EMJnZD4LdXuGI0f0FhCH9DvOxgSd7byl { 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) { #QDr5BtgV86b7MPRKyGTO9z0hmuvO3MdD { width:7.6875rem;height:3.574225rem;top:43.996459960938rem;left:0.59235286712646rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J0TP3uNGDTnS1LaxBt9MB2KWVkZIEZG0 { width:5rem;height:3.574225rem;top:43.995758056641rem;left:7.49885904789rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K6pl7L85kDrskdAPv7A5UrX10VXO27DT { width:5rem;height:3.574225rem;top:43.981506347656rem;left:11.561216950417rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ULrIoSQ1dtV62oJdT53nSEOJX66AzVSU { width:4.3125rem;height:3.574225rem;top:43.996459960938rem;left:15.562984108925rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GLLGhKNZDULZA2RZ8W921B6HbfnQbF0U { width:10.7493125rem;height:6.999875rem;top:15.342010974884rem;left:4.7483464479446rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNcFwXa04SXmLnTOWadPzhgpqRWsq49J { width:19.5625rem;height:13.624125rem;top:49.469512939453rem;left:0.21740990877151rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu1wVnK081UTFCA5i9SAGb0cokSfm093 { width:11.812125rem;height:3.4372125rem;top:64.343200683594rem;left:4.0915828943253rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTpNqE8DTBeMdkEJcKT9QqnK9ctGzKaa { display:block; }
 }@media only screen and (max-width: 763px) { #bGuy6q9kCsApmfuF2bFN5IxxexozUgP4 { display:block; }#bGuy6q9kCsApmfuF2bFN5IxxexozUgP4 > .row .container { width:20rem;height:167.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlupO5QMur8e5E4LnNekgQ60RfhScvB5 { 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) { #DcUSe0ZAgup9y0rtIDp70Sk9xcxFeTfD { width:19.9995625rem;height:47.4374375rem;top:12.561317443847rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X69e9kEr88A7W2n6xfqkx134lVs1OGmK { width:19.9995625rem;height:20.8749375rem;top:1.5503644943238rem;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:12.0625rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkdRbRZyAUdcqpFIIX951nCv6TPHhyda { 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) { #XUPGOwMR3RTwkSCcz62rm2HvV9xyumlL { 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) { #BGqiuzEgfv8fhCH3D7QGT8ROc8eiXOpB { height:21.0523125rem;width:20rem;top:10.084838867188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4Haucz3oq8dIOsMzeE9gby1pHRLEGTZ { height:21.0516875rem;width:19.9995625rem;top:35.146848678589rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXrxsAJa8heHJRlcHfJM7T6b4RFe7dOO { height:21.0516875rem;width:19.9995625rem;top:60.346649169922rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGAfM01rHRmE5wTDHZhT2oTodExlyKAI { 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) { #EmLCrAhq0Vgatk5lQJsnlRty4WwktLJS { 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) { #m7q3vJJcOnfMtVwr8TsT1tzU2NpIotHR { 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) { #h3c8yQF6kPPM6xlJXrS9twAGWvSiggzw { height:21.0625rem;width:20rem;top:85.473198890687rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqssZPb5CgNtgH0zRCo6Lpau6wrkEfcG { height:21rem;width:20rem;top:110.54609870911rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz46gXyg9cQMUExpH0yNBpWoqJi5TQ6J { 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) { #WFWMBsMKkX8IhxTrrLTK7q8skB0qcWOd { width:14.6869375rem;height:3.4343625rem;top:161.25185585022rem;left:2.6552520990372rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVwi5VN2SzeUsmdsRt2NcXMuVyT3T54T { display:block; }
 }@media only screen and (max-width: 763px) { #WxdlTBTTTKVgI0lUSatgXWrngkOcNIR3 { width:13.25rem;height:19.9375rem;top:109.9616355896rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vRmu1H5XfauW94abNBzIEfWxfVyITWAt { height:21rem;width:20rem;top:135.55661582947rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLPK5HsOaktXh5OQI5TccUAZmT8hFPd0 { 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) { #WkETnMR1pEoHFTUXbtuZnolWVt96v6n3 { width:5.1875rem;height:6.4841742898096rem;top:165.93551157227rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4GJngZgL1Svka0TgcGkQpd6VhXQ2rPF { width:4.3125rem;height:5.3602312438923rem;top:173.66932407226rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fElT0CQpuGF988MfPT0vKerDT9Juq3y9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00017a, #000153);background-image: -moz-linear-gradient(180deg, #00017a, #000153);background-image: -ms-linear-gradient(180deg, #00017a, #000153);background-image: -o-linear-gradient(180deg, #00017a, #000153);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00017a', endColorstr='#000153' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00017a', endColorstr='#000153' );";background-image: linear-gradient(180deg, #00017a, #000153);background-size:cover !important;display:block; }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 > .row .container { background-color: transparent; background-image: none; }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 > .row .container > .video-iframe-container { display: none; }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 > .row > .video-iframe-container { display: none; }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 > .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); }#fElT0CQpuGF988MfPT0vKerDT9Juq3y9 > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLNfRb9ixlxgsXKIccTVC3v9sCbvJKlR { width:19.1249375rem;height:0;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:none; }
 }@media only screen and (max-width: 763px) { #OT2Z831r3i8HrOxThx0zwrEyl9yKczNe { width:4.1871rem;height:4.624775rem;top:0.86179876327512rem;left:0.37209177017212rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT8M3HMdpkqQdGauXAlt0wNcVpOPThwO { width:18.75rem;height:2.79980625rem;top:10.441976308823rem;left:0.62371695041656rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15030;color:#ffd500;display:block; }
 }@media only screen and (max-width: 763px) { #D8CKLkC6ABoTxiXhRFC8JpKqIkMWr8av { width:19.998875rem;height:2.2749rem;top:3.3744866847992rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzuEHOyCBF29VqmAwTwSOxPlsXwaRfbC { width:19.998875rem;height:4.19921875rem;top:6.0375792980194rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qy3dFfSD1yGerTFih5xiGE920D6ho9f0 { width:4.9369875rem;height:5.9998rem;top:0.86108577251431rem;left:15.062585473061rem;display:block; }
 }@media only screen and (max-width: 763px) { #bczNtrzRV7SsAK5J0tn911VlhsZ5T8aw { width:3.6875rem;height:5.5625rem;top:20.12255859375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-regular-label { width:16.25rem;display:block; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-input-text { width:16.25rem; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-input-text {padding-top: 0; padding-bottom: 0;}#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-textarea { width:16.25rem; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-input-select { width:16.25rem; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-input-select {padding-top: 0; padding-bottom: 0;}#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-input-button { width:16.25rem; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-checkbox-label { width:15.3125rem;color:#ffffff; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-radio-label { width:6.9375rem; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy  { width:17.5rem;height:auto;top:26.606140136719rem;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; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .radio-container { width:16.875rem; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy .widget-info-text { color:rgba(255,255,255,0.56);font-size:0.5625rem;overflow:hidden;height:auto;text-align:justify;text-align-last:initial; }
#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy {display:inline-block;}#JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy { width:17.5rem;height:auto;top:26.606140136719rem;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) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #TGTI1FfseZyevfEXqr2CJeLJblC3kxwB {  }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #sMabl2644U26MXpl9CPtdRo8yp7VhSXF { display:none; }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #Na9KskxvWcwnin7AuAKhF2172m97Sp8b {  }
 }@media only screen and (max-width: 763px) { #JynE9kyiZf0EKOr1BNP6hnl2EOhevHoS { display:block; }
 }@media only screen and (max-width: 763px) { #oAg2XZO4rCix6exsAPCPIZovqvKQsup4 { display:block; }
 }@media only screen and (max-width: 763px) { #idpK1V6ZMBtnBahN1WnhFgKr0C7HzZ4N { display:block; }
 }@media only screen and (max-width: 763px) { #EG4rKhCniUBThC5EsWFSUAPa0OOhPXNn { display:block; }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #iKrmUnTVpR06b4AbMplwiVeDlWXIdixK {  }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #bPOEhnsOVIUwmlseWBn9zpg4UnaQ1Rmn {  }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #tBeWwOpuxspeOQlEzR7dmg4t0Cr78Abz {  }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #CRfkIOUC6WugKtl6nKrFmyJSqmXtnxVx {  }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #On9eMJkLdd4QCT4hnedf9nsITpVhpe0r {  }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #UTg3ybw2vLsy50xbvbTKrLGG39UkmSBd {  }
 }@media only screen and (max-width: 763px) { #JzAEifTVXZGeU0O0WaBnz4HSql8lWDHy #vkvNK2SBL8r1dmZGWPnhxXmGsQTdDScO {  }
 }@media only screen and (max-width: 763px) { #bJyL7CH33shPLTQUAOryFSwywRHRCLnk { width:4rem;height:4rem;top:22.66845703125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfJs33DWCDLdNi0Jkh8zffVHQKabUKDH { width:20rem;height:34.25rem;top:0.25rem;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) { #Mi3Ry3Z7W5OxXsQyLceZJqiMde4vpkBH { width:18.4375rem;height:18.4375rem;top:3.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE5AhiGgA2vw34N83t13ibVDPC2PThRz { width:12.5625rem;height:12.5625rem;top:6.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWSWhZnBO5dpzvuwWqP25NDDDO83qhvf { width:19.4375rem;height:8.3984375rem;top:13.4765625rem;left:0.28125rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dxx74ZpRwMbrrik3CzmHpICXXk0yrFaO { width:3.25rem;height:5.2117552995783rem;top:61.18480078125rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPc3qlUrMqrqW48Zh0CBzZSwrTCb6rgV { width:6.4375rem;height:7.1802217959074rem;top:52.75530078125rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCLK8L0w8RwQ2DOr63ev8ClFmdnUoFf7 { width:5.25rem;height:5.8678552645048rem;top:45.63808203125rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C { display:block; }#rkCBEzoEDeoyKKZUfHaXhoLXPrRLkO7C > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afkGO6RZzGnioMXly2mi2xGPuE70Irie { 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) { #zsNziHZKqKuufCrHWFTztl3FFfbCodh0 { width:4.4989375rem;height:1.05615rem;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) { #mDQATTXH7P5v26TTo2PTAPXv9Z2c0Uy0 { display:flex;width:1.6864375rem;height:1.6864375rem;top:4.375rem;left:8rem; }
#mDQATTXH7P5v26TTo2PTAPXv9Z2c0Uy0 > img { max-width: 100%;max-height:100%; width:1.6864375rem; height:1.6864375rem; } }@media only screen and (max-width: 763px) { #XwHZseFaEcQTgTIeBeFROzlmtLvUyvI9 { display:flex;width:1.4375rem;height:1.4375rem;top:4.5625rem;left:10.5625rem; }
#XwHZseFaEcQTgTIeBeFROzlmtLvUyvI9 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #J17STR0lmMLmNHvCcWKZ48T6MvGxcw7e { display:flex;width:1.68719375rem;height:1.68719375rem;top:4.375rem;left:5.5rem; }
#J17STR0lmMLmNHvCcWKZ48T6MvGxcw7e > img { max-width: 100%;max-height:100%; width:1.68719375rem; height:1.68719375rem; } }@media only screen and (max-width: 763px) { #H2Mt9TEdUpBner7onPLDOHZ6pPqIZKis { width:1.6875rem;height:1.6875rem;top:4.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyCoUmO77FT7qaITU9GrpawffkNxoP56 { display:flex;width:1.6875rem;height:1.6875rem;top:4.375rem;left:12.875rem; }
#gyCoUmO77FT7qaITU9GrpawffkNxoP56 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }