.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:255,247,218;--color-primary-1:242,222,168;--color-primary-2:244,221,156;--color-primary-3:231,191,86;--color-primary-4:228,172,31;--color-secondary-0:226,235,233;--color-secondary-1:155,227,197;--color-secondary-2:108,155,147;--color-secondary-3:65,93,88;--color-secondary-4:10,89,75;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--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: 959px) {
    html {
        width: 960px;
    }
}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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f7f6f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:59.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#zqw5Qoo5JTHP06kZgUkqMMG8X7HTEbcL { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:14.625rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#MSoTlwnUApG3kKAW5V7PvrUrr5PF9Mr3 { color:#d01a0d;display:block;width:51.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:5.09375rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#WTv0mzOfn5xdTWta4RBVi8PvGJhOLeOx { color:#d01a0d;display:block;width:54.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:44.9375rem;left:3.5rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#B0BD7c0wFf3lP2E7QhKfMcqdxImmiQTK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15003;opacity:1;top:44.9375rem;left:1.75rem; }
#uwZIrZODwTIWFmdog6nysf203xm2tHT6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:5.75rem;width:5.75rem;top:50.4375rem;left:17.1875rem;overflow:hidden;display:block; }
#kw4yEmnF2N4kRESwDLTig0zDoHMKbDLp { box-sizing:content-box;height:1.9375rem;width:20.875rem;position:absolute;display:block;z-index:15005;background-color:#d01a0d;background-image:none;top:51.1875rem;left:24rem;display:block; }
#kX2XcD0DHAiVwcTUobHL8u4d6xrE7th2 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:51.4375rem;left:24.6875rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#Mzuu1CsOO6dgVqm2BKmasBqyNWf8H6dC { color:#1b624d;display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:53.125rem;left:24rem;height:2.3125rem;text-align:left;text-align-last:left;display:block; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-0),0);padding-top:0.110625rem;padding-right:0.1rem;padding-bottom:0.110625rem;padding-left:0.1rem;display:block;align-items:center;width:0.6rem;min-width:0.6rem;height:0.5925rem;position:relative;font-family:"open sans";font-size:0.44125rem;font-weight:700;line-height:9.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),0);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.06875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:0.8rem;height:0.23375rem;position:relative;font-family:"open sans";font-size:0.165625rem;font-weight:400;line-height:3.74px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:3.625rem;height:1.11625rem;padding-top:0.138125rem;padding-right:0.143125rem;padding-bottom:0.138125rem;padding-left:0.143125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:56.1875rem;left:28.0625rem;z-index:15007; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #axH4EN1OBZBAmFJEU4AyBtuZ7gCdqNWT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #OxVUfeFTR6OBdrpRyoWcEnAUSwhrV3DM { width:auto; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #rXKcyRANbexTFdR20Jf5cbuTTmuiSuHW {  }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #HPKxM09q9F46ghiFIJpJ1okAORDE9cWw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #ydhSogatnyaZ38Bqoc8ZAQtFOZ95eoAG {  }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #gTOEOAslzITaAlzgsV50fpQAnSRe1vsm {  }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #ubmOJw6XSFqmaIkHn3JuSO5EJFJ1l5nM { display:flex;position:relative;top:0rem;left:0rem; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #LRZW7wBvwMcSvHx3k7zGKnXkgW7OXB7H {  }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #VxI7qcRdDKHoKFJNBWTcX8gdCNvRtdFb {  }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #BRlygqQPSukzIiFIUJhp82fnhwqyst7s { display:flex;position:relative;top:0rem;left:0rem; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #WZUPs4O98bV7wbiUyqqnIi5w2bSpTOIC {  }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #EBcnys6y7izNprOVUCMybWFMiPk2ZfG7 {  }
#t6wveSNfrQboKfh7tsgpXL6Ee79EJw6G { position:absolute;display:block;z-index:15003;height:30.25rem;width:54.125rem;top:13.625rem;left:2.9375rem;display:block; }
#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row .container { background-color: transparent; background-image: none; }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row .container > .video-iframe-container { display: none; }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row > .video-iframe-container { display: none; }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .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); }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row .container { border-width: 0; border-radius: 0; }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#xkl1U143i1tE1GeCMQXayGD2sGD8gtWh { 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:3.75rem;width:3.75rem;top:1.125rem;left:28.125rem;overflow:hidden;display:block; }
#c59ZphzAqixw4llnSfQM88PPpFidzWKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#096050;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; }#c59ZphzAqixw4llnSfQM88PPpFidzWKJ > .row .container { background-color: transparent; background-image: none; }#c59ZphzAqixw4llnSfQM88PPpFidzWKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c59ZphzAqixw4llnSfQM88PPpFidzWKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c59ZphzAqixw4llnSfQM88PPpFidzWKJ > .row .container > .video-iframe-container { display: none; }#c59ZphzAqixw4llnSfQM88PPpFidzWKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c59ZphzAqixw4llnSfQM88PPpFidzWKJ > .row > .video-iframe-container { display: none; }#c59ZphzAqixw4llnSfQM88PPpFidzWKJ > .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); }#c59ZphzAqixw4llnSfQM88PPpFidzWKJ > .row .container { border-width: 0; border-radius: 0; }#c59ZphzAqixw4llnSfQM88PPpFidzWKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c59ZphzAqixw4llnSfQM88PPpFidzWKJ > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:60rem;position:relative;display:block; }#ECk33zkTT6TQLl0lnuv7HAi5sZgVrFJg { box-sizing:content-box;height:33.5rem;width:17.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.1875rem;left:1.3125rem;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; }
#tcqFg0e2OOZeKKzaMxTleOBOe9CGcU8m { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:7.1875rem;left:1.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rpHu9Z0pxUo50P7sCR1V4IsHzHhGNm9a { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.75rem;left:3.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lms0m8BrucRQWg3RCmt3rzIOwq0V1y0T { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c67KytM4wkgaHuPpeQ2CFuhkEZ8IdpOE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:11.125rem;top:11.5625rem;left:4.4375rem;overflow:hidden;display:block; }
#OlpdEN3CNoMhvIaI29kUUNOhlgxHap2z { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.875rem;left:2.375rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#AU50RCSF6E7BAFUnTq3dRPd6XaW2tuOD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid #c8b277;border-left:0.0625rem solid #c8b277;border-right:0.0625rem solid #c8b277;border-bottom:0.0625rem solid #c8b277;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.6875rem;left:2.1875rem;display:block; }
#stFSsVRmFAWhOeIhdVtTOPE0lmiECK5x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lc2HfgnhUpdNMzKEuzt3i6E1R1nveds5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:8.3125rem;top:34.6875rem;left:5.875rem;overflow:hidden;display:block; }
#o5CdH2ZekWi7RvQKNqRZzVi5nOEnka5B { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:37.9375rem;left:4.5rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#SECr9piqfLppW8qkkxAo9NHLbzRTK0Mo { box-sizing:content-box;height:38.6875rem;width:17.375rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:1.9375rem;left:21.3125rem;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; }
#APyUym2t8cD1wo91BrQSu32kNG4rebfT { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:1.9375rem;left:21.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#l8uQLCezSP1EgQxIRvkwlg6yn218iHNn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.59375rem;left:21.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ML7vsaUSyCABdfcPTTdXAJ4dVy5vzL0O { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:4.15625rem;left:22.65625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GMa1BcVSZsBw32mhDrMCtIJRDrIVFvNd { position:absolute;display:block;z-index:15021;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.4375rem;width:15.4375rem;top:9.375rem;left:42.28125rem;overflow:hidden;display:block; }
#e6GgUTHRcg7HHbRPJwucH5oprdnmShxJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:27.6875rem;left:22.375rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#xMiLRTfpdDmgK8alTbF68SNE1Ll2WQPD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid #c8b277;border-left:0.0625rem solid #c8b277;border-right:0.0625rem solid #c8b277;border-bottom:0.0625rem solid #c8b277;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:30.5rem;left:22.1875rem;display:block; }
#kmOwK25W6LFo6gDmWHp2qfemGzs3ZNyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhefknkmneXbCMFKKTOGH9FKhTK47Uyz { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:8.3125rem;top:34.5rem;left:25.875rem;overflow:hidden;display:block; }
#dVeklTCvMkaNPkJK0Mny3yzsgZ1RuZI3 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:37.75rem;left:24.5rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#WeHtTcy1sTTRAC0l0OvXvQJWv8GhDMvq { 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:4.1875rem;width:16.0625rem;top:22.5rem;left:21.71875rem;overflow:hidden;display:block; }
#pKioP0cli9CWmhEBnbW9TI8hXtcrnWkB { box-sizing:content-box;height:35.75rem;width:17.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.0625rem;left:41.3125rem;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; }
#c4lpuA3neTPAwQGHRg0aD0G75DcdBghw { 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:16.3125rem;width:16.3125rem;top:6.3125rem;left:21.84375rem;overflow:hidden;display:block; }
#WqkNdatPpDT9yQ1uJ6WtOPa2JZwX3HvW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.625rem;left:42.375rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#U5CX9LlOJSyLU9NaJlX5ZfEyomrsS2oV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid #c8b277;border-left:0.0625rem solid #c8b277;border-right:0.0625rem solid #c8b277;border-bottom:0.0625rem solid #c8b277;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.4375rem;left:42.1875rem;display:block; }
#KXdkUJsFXTEcpywrwny2dkShSM75kwBI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZVbBaa0KrntTyxnQTdcTCsyoiAbbRppa { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.6875rem;left:44.5rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#rPlUIOySX0QHkUdPPMp71eJrB6wmlKPz { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:8.3125rem;top:34.4375rem;left:45.875rem;overflow:hidden;display:block; }
#fnLncpUydyKEK2rpNyq6UEMTC1hAmmbZ { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.0625rem;left:41.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ZVWw3l9MhwRVCIQb4m62aoQyL3mHA1xM { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.25rem;left:43.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p0HZ67Nm2dzRvEHiKMwIf2h0Uy4FmpOA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.4375rem;left:42.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lPVJg2o0XCTUDkgCdLx2hyNvpUT7dhMN { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:16.0625rem;top:24.8125rem;left:41.96875rem;overflow:hidden;display:block; }
#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#096050;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; }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row .container { background-color: transparent; background-image: none; }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row .container > .video-iframe-container { display: none; }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row > .video-iframe-container { display: none; }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .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); }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row .container { border-width: 0; border-radius: 0; }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#oxP6zfrmh5Qhuvny6L3s1ZeLbtT6s9kX { box-sizing:content-box;height:2.625rem;width:32.6875rem;position:absolute;display:block;z-index:15007;background-color:#d01a0d;background-image:none;top:0.8125rem;left:13.65625rem;display:block; }
#wDgkwkxEkUp4t3gExbu9fGvA28zcDh92 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.28125rem;left:14.0625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#PMiHs8EhezH3bbcIdJZGiZFPmQzCT7zE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#PMiHs8EhezH3bbcIdJZGiZFPmQzCT7zE > .row .container { background-color: transparent; background-image: none; }#PMiHs8EhezH3bbcIdJZGiZFPmQzCT7zE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMiHs8EhezH3bbcIdJZGiZFPmQzCT7zE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMiHs8EhezH3bbcIdJZGiZFPmQzCT7zE > .row .container > .video-iframe-container { display: none; }#PMiHs8EhezH3bbcIdJZGiZFPmQzCT7zE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMiHs8EhezH3bbcIdJZGiZFPmQzCT7zE > .row > .video-iframe-container { display: none; }#PMiHs8EhezH3bbcIdJZGiZFPmQzCT7zE > .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); }#PMiHs8EhezH3bbcIdJZGiZFPmQzCT7zE > .row .container { border-width: 0; border-radius: 0; }#PMiHs8EhezH3bbcIdJZGiZFPmQzCT7zE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PMiHs8EhezH3bbcIdJZGiZFPmQzCT7zE > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:60rem;position:relative;display:block; }#keIWfuoTUKTvbRFgo0HyhtfBNXe17TaC { box-sizing:content-box;height:35.4375rem;width:47.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.5rem;left:6.0625rem;border-top:0.375rem solid rgba(var(--color-tertiary-4),1);border-left:0.375rem solid rgba(var(--color-tertiary-4),1);border-right:0.375rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.375rem solid rgba(var(--color-tertiary-4),1);display:block; }
#MJsTesZ8TchM0riwaAIdt2TcwA5CxF07 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:13.1875rem;top:3.9375rem;left:23.8125rem;overflow:hidden;display:block; }
#ySbig3Pob3gm7aSFDqOJafenJavxaHTg { color:#1b624d;display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.0625rem;left:9.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#i9Iad6lLac6OhIoBvANeXnKdSTp1lAxw { color:#d01a0d;display:block;width:41.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.1875rem;left:9.6875rem;height:7.25rem;text-align:center;text-align-last:center;display:block; }
#bEOz0vS6wQPGMl9W0R6H3xHy0HcwNZfR { color:rgba(var(--color-tertiary-4),1);display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:28.4375rem;left:9.6875rem;height:13.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hZohkAQM9rvCmWy8LSVhoRnae7qKMPib { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#hZohkAQM9rvCmWy8LSVhoRnae7qKMPib > .row .container { background-color: transparent; background-image: none; }#hZohkAQM9rvCmWy8LSVhoRnae7qKMPib::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZohkAQM9rvCmWy8LSVhoRnae7qKMPib > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZohkAQM9rvCmWy8LSVhoRnae7qKMPib > .row .container > .video-iframe-container { display: none; }#hZohkAQM9rvCmWy8LSVhoRnae7qKMPib > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZohkAQM9rvCmWy8LSVhoRnae7qKMPib > .row > .video-iframe-container { display: none; }#hZohkAQM9rvCmWy8LSVhoRnae7qKMPib > .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); }#hZohkAQM9rvCmWy8LSVhoRnae7qKMPib > .row .container { border-width: 0; border-radius: 0; }#hZohkAQM9rvCmWy8LSVhoRnae7qKMPib > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZohkAQM9rvCmWy8LSVhoRnae7qKMPib > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:60rem;position:relative;display:block; }#UDTcyBENQe3TqwhcqTQWRUQUDC5bMWUT { box-sizing:content-box;height:53.25rem;width:53.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5rem;left:3.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#foo7uZSxaUUltF9gqRKVTlzVDHTvXcnX { box-sizing:content-box;height:7.6875rem;width:53.25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #010202, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #010202, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #010202, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #010202, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#010202', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#010202', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #010202, rgba(var(--color-secondary-4),1));background-size:auto !important;top:1.5rem;left:3.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#XD8uirFKUgSUHSV1A8UT32lTB3tLiR3U { color:#f6ff80;display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.875rem;left:4.625rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#TI04N9yUp9fmZLyqOivkCdsf5Ek1d391 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.625rem;left:5.3125rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#QiXEbi7h2B7VUOPDkkHgazdD4Dlqsb1u { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:10.4375rem;left:6rem;height:36.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WUKUTUCID9Ri6R0pFvXkl6yDzcyS9MGp { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.375rem;width:21.5rem;top:13.65625rem;left:35.1875rem;overflow:hidden;display:block; }
#o8GyBsrtvIb5ySbc5lhfi1wlV5tTx6yC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#o8GyBsrtvIb5ySbc5lhfi1wlV5tTx6yC > .row .container { background-color: transparent; background-image: none; }#o8GyBsrtvIb5ySbc5lhfi1wlV5tTx6yC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8GyBsrtvIb5ySbc5lhfi1wlV5tTx6yC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8GyBsrtvIb5ySbc5lhfi1wlV5tTx6yC > .row .container > .video-iframe-container { display: none; }#o8GyBsrtvIb5ySbc5lhfi1wlV5tTx6yC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8GyBsrtvIb5ySbc5lhfi1wlV5tTx6yC > .row > .video-iframe-container { display: none; }#o8GyBsrtvIb5ySbc5lhfi1wlV5tTx6yC > .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); }#o8GyBsrtvIb5ySbc5lhfi1wlV5tTx6yC > .row .container { border-width: 0; border-radius: 0; }#o8GyBsrtvIb5ySbc5lhfi1wlV5tTx6yC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8GyBsrtvIb5ySbc5lhfi1wlV5tTx6yC > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:60rem;position:relative;display:block; }#iB88yE4wP1RWcZoAkzbaziR42tqvPre2 { 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:19.375rem;width:59.9375rem;top:0rem;left:0.0625rem;overflow:hidden;display:block; }
#yLcJ7PdUNNDWgXiqiN06o9UZ5wf1Mz33 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#yLcJ7PdUNNDWgXiqiN06o9UZ5wf1Mz33 > .row .container { background-color: transparent; background-image: none; }#yLcJ7PdUNNDWgXiqiN06o9UZ5wf1Mz33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLcJ7PdUNNDWgXiqiN06o9UZ5wf1Mz33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLcJ7PdUNNDWgXiqiN06o9UZ5wf1Mz33 > .row .container > .video-iframe-container { display: none; }#yLcJ7PdUNNDWgXiqiN06o9UZ5wf1Mz33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLcJ7PdUNNDWgXiqiN06o9UZ5wf1Mz33 > .row > .video-iframe-container { display: none; }#yLcJ7PdUNNDWgXiqiN06o9UZ5wf1Mz33 > .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); }#yLcJ7PdUNNDWgXiqiN06o9UZ5wf1Mz33 > .row .container { border-width: 0; border-radius: 0; }#yLcJ7PdUNNDWgXiqiN06o9UZ5wf1Mz33 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yLcJ7PdUNNDWgXiqiN06o9UZ5wf1Mz33 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#xpCt7JxhglNlowXmN0W8usWnH9TDx3Fh { color:rgba(var(--color-tertiary-4),1);display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:7.21875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#EGRoDRdu29s4nhQZyiGZKfvPDFHbswqp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#EGRoDRdu29s4nhQZyiGZKfvPDFHbswqp > .row .container { background-color: transparent; background-image: none; }#EGRoDRdu29s4nhQZyiGZKfvPDFHbswqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGRoDRdu29s4nhQZyiGZKfvPDFHbswqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGRoDRdu29s4nhQZyiGZKfvPDFHbswqp > .row .container > .video-iframe-container { display: none; }#EGRoDRdu29s4nhQZyiGZKfvPDFHbswqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGRoDRdu29s4nhQZyiGZKfvPDFHbswqp > .row > .video-iframe-container { display: none; }#EGRoDRdu29s4nhQZyiGZKfvPDFHbswqp > .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); }#EGRoDRdu29s4nhQZyiGZKfvPDFHbswqp > .row .container { border-width: 0; border-radius: 0; }#EGRoDRdu29s4nhQZyiGZKfvPDFHbswqp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGRoDRdu29s4nhQZyiGZKfvPDFHbswqp > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#n3atLcsvHr6ubwFJnKHVJtnVtbrgHGHr { box-sizing:content-box;height:22.25rem;width:26.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.3125rem;left:1.6875rem;display:block; }
#fBT5GxaDIwNNMEtT5kKdBw0JaQKrfbHV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.5625rem;top:3.4375rem;left:22.8125rem;overflow:hidden;display:block; }
#MyLBiFoQhqtwNcuafhMpQOISKkXTaDS1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:562500rem;border-top-right-radius:562500rem;border-bottom-left-radius:562500rem;border-bottom-right-radius:562500rem;box-shadow: none;height:2.5rem;width:2.5rem;top:2.125rem;left:1.6875rem;overflow:hidden;display:block; }
#cF4Bl8ThpIPbJAnlvnr4U3Zg9w3fDJPI { color:#1b624d;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.625rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#owL0R3pwmFukMrhh743RoPxJRMg5vnQh { color:#1b624d;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:4.625rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#iIWEHwQbr13WK1IfJT0ryUNLMa0JW1W7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.375rem;left:14.1875rem; }
#otA9yuUlVRdV79RhXsPOxrsal9JPinua { color:#d01a0d;display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:2.46875rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#K2vT7ZLMTyk3u94sXs6MpK7e0tKOdwTW { color:#d01a0d;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:8.4375rem;left:2.5rem;height:15.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O6DWnuSPDNotPPr823u2QeyDD7T6qJoo { box-sizing:content-box;height:20.75rem;width:26.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.3125rem;left:31.6875rem;display:block; }
#Q4xM3fXTIfoJD9RCxcTtMffrq4HtxxPz { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.5625rem;top:3.4375rem;left:52.8125rem;overflow:hidden;display:block; }
#ILnRbMbehsaJ3mc2AvbxQLyP64mGpWig { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.40625rem;left:44.34375rem; }
#ysJW5odMOcqMbklnwP50izwPZK708GLL { color:#d01a0d;display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.0625rem;left:32.5rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#PSRxBL51T6oGCQ7EDNG1g7WXGAea31XP { color:#d01a0d;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.8125rem;left:32.5rem;height:12.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VaMngvqGnWfVVmhElQgKaJgOetUQpXCA { color:#1b624d;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.59375rem;left:34.6875rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#MDpgC8rLAGKCizwNwUIvD8XJ7MVtaO8V { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:562500rem;border-top-right-radius:562500rem;border-bottom-left-radius:562500rem;border-bottom-right-radius:562500rem;box-shadow: none;height:2.375rem;width:2.5rem;top:2.25rem;left:31.6875rem;overflow:hidden;display:block; }
#T0p0ta453uJyS137H2AKgrmTDzk185eq { color:#1b624d;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.0625rem;left:34.625rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#A7VxFrEZXPMbNcUPXr09eOiwt97WodZy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#A7VxFrEZXPMbNcUPXr09eOiwt97WodZy > .row .container { background-color: transparent; background-image: none; }#A7VxFrEZXPMbNcUPXr09eOiwt97WodZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7VxFrEZXPMbNcUPXr09eOiwt97WodZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7VxFrEZXPMbNcUPXr09eOiwt97WodZy > .row .container > .video-iframe-container { display: none; }#A7VxFrEZXPMbNcUPXr09eOiwt97WodZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7VxFrEZXPMbNcUPXr09eOiwt97WodZy > .row > .video-iframe-container { display: none; }#A7VxFrEZXPMbNcUPXr09eOiwt97WodZy > .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); }#A7VxFrEZXPMbNcUPXr09eOiwt97WodZy > .row .container { border-width: 0; border-radius: 0; }#A7VxFrEZXPMbNcUPXr09eOiwt97WodZy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7VxFrEZXPMbNcUPXr09eOiwt97WodZy > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:60rem;position:relative;display:block; }#cuhyIzGcGGaH28DpWZG0CmqtOfvOrnB9 { box-sizing:content-box;height:20.25rem;width:26.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.3125rem;left:1.6875rem;display:block; }
#KS5WER3xzvZhQIklXvJqJ75PwsTTZwTU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.5625rem;top:3.4375rem;left:22.8125rem;overflow:hidden;display:block; }
#QIdATqm7xeXfxvH2sD0Zi5BbZDJLzDKv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:562500rem;border-top-right-radius:562500rem;border-bottom-left-radius:562500rem;border-bottom-right-radius:562500rem;box-shadow: none;height:2.5rem;width:2.5rem;top:2.125rem;left:1.6875rem;overflow:hidden;display:block; }
#e45qVZQVf0R3ru8l02MTCmmXLTKX5NNC { color:#1b624d;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.625rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#o11Bbi4ZdkRtuoVPFCcPE8oTC95TPb31 { color:#1b624d;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:4.625rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#mkyJEtkeNPA92N3oUFAunzTBzIF4lple { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.375rem;left:14.1875rem; }
#uL9tZN02CKqZoW0AgyUQOLD1QFvJM7pl { color:#d01a0d;display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:2.46875rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#Xtg4uEHvTPNyrnlybCltvl3Cu4CgTIlP { color:#d01a0d;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.5625rem;left:2.5rem;height:12.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ocJ0G3qpdOmmEphKWXyyGu3FJgLEev8z { box-sizing:content-box;height:21.3125rem;width:26.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.3125rem;left:31.6875rem;display:block; }
#BqzAlHaxJa4px21sfFlClmLC25ceVe4N { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.5625rem;top:3.4375rem;left:52.8125rem;overflow:hidden;display:block; }
#TPTEgTlINNMHOUL9Tlv5DtRw6xpF2oOz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.40625rem;left:44.34375rem; }
#kyzFn8FQr04mFkbJBqFuhJPv7SfRWqUN { color:#d01a0d;display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.0625rem;left:32.5rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#bWRkCyECRLcexJZmnO9FA2ifikUGnunN { color:#d01a0d;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:8.4375rem;left:32.5rem;height:13.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GJPCsPBuGMobo5ATJgN2NMoJiDzglaP2 { color:#1b624d;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.59375rem;left:34.6875rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#T4e7UDOE9X1oXHkFgnO3y4fA7UsAhCtX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:562500rem;border-top-right-radius:562500rem;border-bottom-left-radius:562500rem;border-bottom-right-radius:562500rem;box-shadow: none;height:2.5rem;width:2.5rem;top:2.25rem;left:31.6875rem;overflow:hidden;display:block; }
#vnhbZG8GBVegkxV2uLOKlarpFwP6UCpk { color:#1b624d;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.0625rem;left:34.625rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8386f44b-b33e-4a58-a09c-4dcf4c2d7cc5/IngredientBG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf.adaptive-delivery-prevent-bg, #LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf.lazyload, #LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf.lazyloading { background-image: none; }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf > .row .container { background-color: transparent; background-image: none; }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf > .row .container > .video-iframe-container { display: none; }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf > .row > .video-iframe-container { display: none; }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf > .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); }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf > .row .container { border-width: 0; border-radius: 0; }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#lbhVJKPCFbOVrxlRckS2KkL6WOTHroiP { color:#096050;display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#EGAcgJ9qtLLy8BQzXuk0LETvQCXwBakm { color:#000000;display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#hrXehI2dOJ3bBCXbticTZSDonB88itot { color:#000000;display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:8.625rem;text-align:left;text-align-last:left;display:block; }
#CeP0Nm48nrl8UO057XtDS56QpyWUcyJq { box-sizing:content-box;height:10.1875rem;width:26.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.48);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ABb6PkoDv9eix8feadFq1yVrMxZovDmC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#096050;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; }#ABb6PkoDv9eix8feadFq1yVrMxZovDmC > .row .container { background-color: transparent; background-image: none; }#ABb6PkoDv9eix8feadFq1yVrMxZovDmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABb6PkoDv9eix8feadFq1yVrMxZovDmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABb6PkoDv9eix8feadFq1yVrMxZovDmC > .row .container > .video-iframe-container { display: none; }#ABb6PkoDv9eix8feadFq1yVrMxZovDmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABb6PkoDv9eix8feadFq1yVrMxZovDmC > .row > .video-iframe-container { display: none; }#ABb6PkoDv9eix8feadFq1yVrMxZovDmC > .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); }#ABb6PkoDv9eix8feadFq1yVrMxZovDmC > .row .container { border-width: 0; border-radius: 0; }#ABb6PkoDv9eix8feadFq1yVrMxZovDmC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ABb6PkoDv9eix8feadFq1yVrMxZovDmC > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:60rem;position:relative;display:block; }#fP7UCQ7DmhMqEaahPnkdiJlGbWrS43qs { box-sizing:content-box;height:33.5rem;width:17.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.1875rem;left:1.3125rem;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; }
#uxyitX24B5OBxDUhUz1H0lZJBhH2dZBI { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:7.1875rem;left:1.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#zn4JsT9lf1rNFud5X1JgbMtTJqmSilIe { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.75rem;left:3.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Kw1Hf9ZxHgrTS1lMn8TOPiXwS8DnJDaK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AkAXWZyTUxr7CuCqtRdRuP0HgZDRen3m { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:11.125rem;top:11.5625rem;left:4.4375rem;overflow:hidden;display:block; }
#oxXaRITyQTxXE8emSqRk8W4JBq6PWAEK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.875rem;left:2.375rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#aLHcwaMaSphyRurCVUQA5cK1T5LU4VDd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid #c8b277;border-left:0.0625rem solid #c8b277;border-right:0.0625rem solid #c8b277;border-bottom:0.0625rem solid #c8b277;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.6875rem;left:2.1875rem;display:block; }
#VPIt616uoyeqwSua8cWUmbA2BFCfukkl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QhE3MXbnD2ITA5Z1rRAZLkxT6oMBWTel { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:8.3125rem;top:34.6875rem;left:5.875rem;overflow:hidden;display:block; }
#WzrNuSlU3atpBPoCIE8WqMtyA9yfWDXu { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:37.9375rem;left:4.5rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#hd1qySRDfhGR86QsV6Qpf334ywkmrTmu { box-sizing:content-box;height:38.6875rem;width:17.375rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:1.9375rem;left:21.3125rem;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; }
#WGQI9IGhoLdXMuUZytBqXxCKfrK6dsmV { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:1.9375rem;left:21.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#c1kEwvcuE5eyIoQodxl3UiW9cT2XP23k { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.59375rem;left:21.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#btqEtTMfBUlKu77RtbCgHbyKeudXpD48 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:4.15625rem;left:22.65625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cNsqCDZUrCLs1QULfMQgMGMKPNDmzf8M { position:absolute;display:block;z-index:15021;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.4375rem;width:15.4375rem;top:9.375rem;left:42.28125rem;overflow:hidden;display:block; }
#pTCOXMd0ZEuRiMEZmwUXoxqc0zcyBQpp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:27.6875rem;left:22.375rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#zT4MsZsrHmvgDVkeB4zFikASfzyCGbQu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid #c8b277;border-left:0.0625rem solid #c8b277;border-right:0.0625rem solid #c8b277;border-bottom:0.0625rem solid #c8b277;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:30.5rem;left:22.1875rem;display:block; }
#WRoX8a6odlkmw5nHOW8vr1It6H0mVsk6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hp8TBNyKOPl4wiL99cKMNI8yFpVzsOdx { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:8.3125rem;top:34.5rem;left:25.875rem;overflow:hidden;display:block; }
#zKi3UpAMIpxCh2GGqpIfdP3101zAP74Z { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:37.75rem;left:24.5rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#IJviOwZ28uVyGWBhTD44lTGEbD0QwPDQ { 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:4.1875rem;width:16.0625rem;top:22.5rem;left:21.71875rem;overflow:hidden;display:block; }
#VPQqcfu7t9qaBgZgWPUEJsrvizgTczAO { box-sizing:content-box;height:35.75rem;width:17.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.0625rem;left:41.3125rem;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; }
#KFTvdKSFAO9mhRl2uWnnmuD09T8KgLe6 { 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:16.3125rem;width:16.3125rem;top:6.3125rem;left:21.84375rem;overflow:hidden;display:block; }
#HlCn4xgtAP5PMKUT5gFasA2uLWWTquWI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.625rem;left:42.375rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#qDAv5DRwVpcuJXoPs8XkT2ttdLFhnlW5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.0625rem solid #c8b277;border-left:0.0625rem solid #c8b277;border-right:0.0625rem solid #c8b277;border-bottom:0.0625rem solid #c8b277;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.4375rem;left:42.1875rem;display:block; }
#M0MI9CU9KFCasf4leqsciPxSD04ZtTtc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xaNCum14FNompoKqphJFoasZxnKDKBuA { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.6875rem;left:44.5rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#TODULIBJ4TSHg4SagAkuP9wZkAGWfn9d { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:8.3125rem;top:34.4375rem;left:45.875rem;overflow:hidden;display:block; }
#USJUquKGzxiMPMTcODMSxiHF8MFRT52C { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.0625rem;left:41.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#bl4TdpqXly949Dl1RlSGKcRmXOtLTd6t { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.25rem;left:43.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aezHzTbolX45aRXExyfbCXEsbkTDaC55 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.4375rem;left:42.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#OnQncOKJsnskxC0SZ1R7Id67KGcBWSpG { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:16.0625rem;top:24.8125rem;left:41.96875rem;overflow:hidden;display:block; }
#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#096050;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; }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row .container { background-color: transparent; background-image: none; }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row .container > .video-iframe-container { display: none; }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row > .video-iframe-container { display: none; }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .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); }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row .container { border-width: 0; border-radius: 0; }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#mzQHcNIVabMwJgGc4WbfOk1DcEXrazMB { box-sizing:content-box;height:2.625rem;width:32.6875rem;position:absolute;display:block;z-index:15007;background-color:#d01a0d;background-image:none;top:0.8125rem;left:13.65625rem;display:block; }
#sHiTRSq5oT48atT4T1qdufWJigxWU4Ik { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.28125rem;left:14.0625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#zMois4MFuUDsxPbwZgu2dxV26yUGmRKt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#zMois4MFuUDsxPbwZgu2dxV26yUGmRKt > .row .container { background-color: transparent; background-image: none; }#zMois4MFuUDsxPbwZgu2dxV26yUGmRKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMois4MFuUDsxPbwZgu2dxV26yUGmRKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMois4MFuUDsxPbwZgu2dxV26yUGmRKt > .row .container > .video-iframe-container { display: none; }#zMois4MFuUDsxPbwZgu2dxV26yUGmRKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMois4MFuUDsxPbwZgu2dxV26yUGmRKt > .row > .video-iframe-container { display: none; }#zMois4MFuUDsxPbwZgu2dxV26yUGmRKt > .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); }#zMois4MFuUDsxPbwZgu2dxV26yUGmRKt > .row .container { border-width: 0; border-radius: 0; }#zMois4MFuUDsxPbwZgu2dxV26yUGmRKt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zMois4MFuUDsxPbwZgu2dxV26yUGmRKt > .row .container { font-size:0.875rem;font-family:arial;height:75.125rem;width:60rem;position:relative;display:block; }#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1); }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#1b624d; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC .accordion-trigger.adaptive-delivery-prevent-bg, #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC .accordion-trigger.lazyload, #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC .accordion-trigger.lazyloading { background-image: none; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC { box-sizing:content-box;height:auto;width:48.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.5625rem;left:4.3125rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #SkozA9KUPds7H4TqmCOiIV50x2qIdVTB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #nT017CXzhyeMlC7sinNtTdvEy5Vyt48D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #U9KCmRrBlxya41iwFZQ8b8vwT5oteSVo { display:block;position:relative; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #INGaLIp9JbtQ697KIs2zc1npKP1702Jo {  }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #cNnccVvdoGHsf9CxuGJcHNuyyt5z7ExO {  }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #T04mZ4OoNaN6Ru169tAWE9LFDMsd5mDk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #vbQHVLH5A68FyJo8B54PXPNS8klvgXVq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #DRE3yTO8nPA4qbTvCUIfpWVbfRFqTr5p { display:block;position:relative; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #FTIpamZlXJvNLJFC5yEeQEtESIBo2xy5 {  }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #xp4saJd9kcmfcQRVEeL9VMNOcqUkq44t { display:none; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #Ww05pvweLh8vs6cKbRluA6BW27sx0m3C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #HmEe5xqt17TrDA1nDttTZUZUpCWccXew { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #I1DTmHtTAcfOU3ILzRFGhu1TkHiOqvt4 { display:block;position:relative; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #hzz2B7kJKEfMSfIr8rasDCMkp7wzB9Dq {  }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #z0LCsdedbQgM7eDNQyPbTe9ZlVdMpX32 { display:none; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #VgCJFdWF0ABvmOO2sC0dg1ETJ5ScbDtt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #FoKz7eb6vWOFdKTiF80E1rfIbuTvWR0i { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #U7WptRXOF1Hi4COn6yXxuUC6bqf89hfE { display:block;position:relative; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #OulGim9Ol6BawOSu0nHhdgdFqtl0P4PB {  }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #KAyqqPe7PT7pTx5xx54KicDlwFglwhBV { display:none; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #lyBXmTIItq8KZoCycI8IUCvfZXezEITX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #vDpXNAnL5QgDpc4NM5Z5KzOT96kZgENn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #qq12BhHOQ8XhdAoloXrLK5fAzrodC0Wo { display:block;position:relative; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #TSgPC500QhOMJUBQs5AluC6qlkZe318t {  }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #K6IPwcEWRc5uACEKeTmRP3FqiPSZ8Ogo { display:none; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #exrIr8n7Sprt3gVtRqh9Vu7wvdoa241N { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #Tm3EF9PMREupugaNee4WezhUsHFVgV7w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #ScFZ75PcWnkzB8AlhqcBRDNOsmOhdGiN { display:block;position:relative; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #u66SVoUiuv2BDAIRwAMaxyL1S8QpXNU9 {  }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #ikq5L67khUR3L3DuaiLpMvT7lJRKFL7y { display:none; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #wisbZToWqvRkFJfRFV1Uf5REhU9gg0cf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #oe3Hau88K6kRgEQfzK5gnP8NiXTuHitK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #k2iAn2fTsll8OJySAb0btuTCMsanQwSL { display:block;position:relative; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #FdVhPogLlGU3oTFvoqZsZJc5Vts0UPGM {  }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #gtWJDbdJo40Liq01XKKq2g7wir0dtd9U { display:none; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #o0TTGNsIFNHChlTWXw7tIAe4XNZdzAEt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #dgTc9uWcnCLVTJ2eqNqWD2ElPvIRNrJw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #xZdaydeWtuhyCmkepgUldU0PTSmVqwhw { display:block;position:relative; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #A90ns4RntHQMZpcKUXVZiVNMOqPcxxW8 {  }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #pvTincQtp470PNcVZMEkvwQ8Z1q3tyKu { display:none; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #mlZKBZFfHlyeXCqEtAAA85w0JrwDCBtP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #R2OwG9bgz8zlLzsiP3tQS113z9Q9HJ4t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #LGy7VKUp0KHqoEJ6FKSxlytqgiOC4dci { display:block;position:relative; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #QdpOX28TAVINqsPQ8n6We642avU4eaAQ {  }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #zbt8ielelHEHZutPASmXofkoTUzsrrKV { display:none; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #WoWp8D2b1k0eKhng5OUuH5638D3w6ZrI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #GvHEnOVBMdfQXZAVpelqweDwBVNnoHG5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #oZpt1wtIc3DGBpLBF96qtgQCE9c35oT8 { display:block;position:relative; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #D6Rc98RbEl1oTRW7pu263r225LkmzCGn {  }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #aWceyUEzT7Z95MD5fcO3qIcO0cJETg79 { display:none; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #Rs2JizfUPrqkenDe6QFyicNzsee7JpvQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #PNFbGxOtapWc53LLo11yuUmHAMgr9AIO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #v9iCgtFyW6RNGVUGdTWEViz73SPKgiJ2 { display:block;position:relative; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #nDDIhnakVIU7tcIJtabGgZIl2t9qDzva {  }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #sEeLMiJuq10rktlmTQ0EBuMpwauIa0Hn { display:none; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #xDtGhmRkoy3Jf2oDpnEtCiag3IA3FTLe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #JvKnFJlKSyIZD0xlVqaXrI97q2A0EnhZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #tp6CdBXWQbED9VLzHHM1bWu0XSQuoz8L { display:block;position:relative; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #rFggggJ303EUdiOxMw6wvBzBuhbk7Wbo {  }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #IPT7HTT2nJpRFVuamXxefzrW6nz08acq { display:none; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #laufo0ZKo8ATrk5oVzdt8wFDCnlkAsrd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #ST7IWzbKu0M8CrnNt1WL3Q1SPx4EXIPC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #amVEuPuzyubxMN07Dn1efpzbqkSFBhlp { display:block;position:relative; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #ecLbt99INt2rb7ID5074H1BX2ZfCdBW5 {  }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #T22002RaD1CaMTgICldBH5WgOztpCLRk { display:none; }
#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row .container { background-color: transparent; background-image: none; }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row .container > .video-iframe-container { display: none; }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row > .video-iframe-container { display: none; }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .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); }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row .container { border-width: 0; border-radius: 0; }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:60rem;position:relative;display:block; }#nIvRKQd6FiuguMfqpH1mWlWy4JHJfThX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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:none; }#nIvRKQd6FiuguMfqpH1mWlWy4JHJfThX > .row .container { border-width: 0; border-radius: 0; }#nIvRKQd6FiuguMfqpH1mWlWy4JHJfThX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIvRKQd6FiuguMfqpH1mWlWy4JHJfThX > .row .container { font-size:0.875rem;font-family:arial;height:2rem;width:60rem;position:relative;display:none; }#pPileZwHsOS2ASTwrJR3Toi4cooc3e9B { color:rgba(var(--color-tertiary-4),1);display:block;width:54.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.5rem;left:2.625rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#NDzZpfhF14gFi16cMsibz1TuLEMF2M1h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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:none; }#NDzZpfhF14gFi16cMsibz1TuLEMF2M1h > .row .container { border-width: 0; border-radius: 0; }#NDzZpfhF14gFi16cMsibz1TuLEMF2M1h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NDzZpfhF14gFi16cMsibz1TuLEMF2M1h > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:none; }#O0K12VagdsTiKNlJnGBHQCCZTBTyEIxS { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.65625rem;left:1.09375rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#rrLZnJ2ko7RvEruSeLd9OAlLSMk4Ak38 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.65625rem;left:31.03125rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container { background-color: transparent; background-image: none; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container > .video-iframe-container { display: none; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row > .video-iframe-container { display: none; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .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); }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container { border-width: 0; border-radius: 0; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#W2a8JMGrsC7tmVK3s4FiIsp3fzynHXM1 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.875rem;left:2.625rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container { background-color: transparent; background-image: none; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container > .video-iframe-container { display: none; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row > .video-iframe-container { display: none; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .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); }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container { border-width: 0; border-radius: 0; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#fXsEuIaeTy0aitXVpHng8T3UX63rJvxH { color:rgba(var(--color-tertiary-4),1);display:block;width:54.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:2.625rem;height:1.1875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #zqw5Qoo5JTHP06kZgUkqMMG8X7HTEbcL { top:1.3125rem;left:8.5rem;width:30.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSoTlwnUApG3kKAW5V7PvrUrr5PF9Mr3 { top:4.1875rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTv0mzOfn5xdTWta4RBVi8PvGJhOLeOx { top:44.9375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0BD7c0wFf3lP2E7QhKfMcqdxImmiQTK { top:44.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwZIrZODwTIWFmdog6nysf203xm2tHT6 { top:50.4375rem;left:11.0625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw4yEmnF2N4kRESwDLTig0zDoHMKbDLp { top:51.1875rem;left:17.875rem;width:20.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX2XcD0DHAiVwcTUobHL8u4d6xrE7th2 { top:51.4375rem;left:18.5625rem;width:20.0625rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzuu1CsOO6dgVqm2BKmasBqyNWf8H6dC { top:53.125rem;left:17.875rem;width:20.375rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk { display:flex;width:9rem;height:5.0625rem;top:53rem;left:15.8125rem; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #axH4EN1OBZBAmFJEU4AyBtuZ7gCdqNWT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #OxVUfeFTR6OBdrpRyoWcEnAUSwhrV3DM {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #rXKcyRANbexTFdR20Jf5cbuTTmuiSuHW {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #HPKxM09q9F46ghiFIJpJ1okAORDE9cWw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #ydhSogatnyaZ38Bqoc8ZAQtFOZ95eoAG {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #gTOEOAslzITaAlzgsV50fpQAnSRe1vsm {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #ubmOJw6XSFqmaIkHn3JuSO5EJFJ1l5nM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #LRZW7wBvwMcSvHx3k7zGKnXkgW7OXB7H {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #VxI7qcRdDKHoKFJNBWTcX8gdCNvRtdFb {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #BRlygqQPSukzIiFIUJhp82fnhwqyst7s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #WZUPs4O98bV7wbiUyqqnIi5w2bSpTOIC {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #EBcnys6y7izNprOVUCMybWFMiPk2ZfG7 {  }
 }@media only screen and (max-width: 763px) { #t6wveSNfrQboKfh7tsgpXL6Ee79EJw6G { top:13.625rem;left:0rem;width:47.75rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD9Hy5gWgMT1UIrManffopGVBTxVXCEh { display:block; }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkl1U143i1tE1GeCMQXayGD2sGD8gtWh { top:1.125rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c59ZphzAqixw4llnSfQM88PPpFidzWKJ { display:block; }#c59ZphzAqixw4llnSfQM88PPpFidzWKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECk33zkTT6TQLl0lnuv7HAi5sZgVrFJg { top:7.1875rem;left:0rem;width:17.375rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcqFg0e2OOZeKKzaMxTleOBOe9CGcU8m { top:7.1875rem;left:0rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpHu9Z0pxUo50P7sCR1V4IsHzHhGNm9a { top:7.75rem;left:1rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lms0m8BrucRQWg3RCmt3rzIOwq0V1y0T { top:9.375rem;left:1rem;width:13.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c67KytM4wkgaHuPpeQ2CFuhkEZ8IdpOE { top:11.5625rem;left:2.375rem;width:11.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlpdEN3CNoMhvIaI29kUUNOhlgxHap2z { top:27.875rem;left:0.3125rem;width:15.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU50RCSF6E7BAFUnTq3dRPd6XaW2tuOD { width:15.6875rem;height:3.4375rem;top:30.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stFSsVRmFAWhOeIhdVtTOPE0lmiECK5x { display:block; }
 }@media only screen and (max-width: 763px) { #Lc2HfgnhUpdNMzKEuzt3i6E1R1nveds5 { top:34.6875rem;left:3.8125rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5CdH2ZekWi7RvQKNqRZzVi5nOEnka5B { top:37.9375rem;left:2.4375rem;width:11.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SECr9piqfLppW8qkkxAo9NHLbzRTK0Mo { top:1.9375rem;left:14.375rem;width:17.375rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APyUym2t8cD1wo91BrQSu32kNG4rebfT { top:1.9375rem;left:14.375rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8uQLCezSP1EgQxIRvkwlg6yn218iHNn { top:2.5625rem;left:14.5625rem;width:17.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML7vsaUSyCABdfcPTTdXAJ4dVy5vzL0O { top:4.125rem;left:16.46875rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMa1BcVSZsBw32mhDrMCtIJRDrIVFvNd { top:9.375rem;left:31.96875rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6GgUTHRcg7HHbRPJwucH5oprdnmShxJ { top:27.6875rem;left:16.1875rem;width:15.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMiLRTfpdDmgK8alTbF68SNE1Ll2WQPD { width:15.6875rem;height:3.4375rem;top:30.5rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmOwK25W6LFo6gDmWHp2qfemGzs3ZNyc { display:block; }
 }@media only screen and (max-width: 763px) { #rhefknkmneXbCMFKKTOGH9FKhTK47Uyz { top:34.5rem;left:19.6875rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVeklTCvMkaNPkJK0Mny3yzsgZ1RuZI3 { top:37.75rem;left:18.3125rem;width:11.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeHtTcy1sTTRAC0l0OvXvQJWv8GhDMvq { top:22.5rem;left:15.1875rem;width:16.0625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKioP0cli9CWmhEBnbW9TI8hXtcrnWkB { top:5.0625rem;left:30.25rem;width:17.375rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4lpuA3neTPAwQGHRg0aD0G75DcdBghw { top:6.3125rem;left:15.4375rem;width:16.3125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqkNdatPpDT9yQ1uJ6WtOPa2JZwX3HvW { top:27.625rem;left:32.0625rem;width:15.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5CX9LlOJSyLU9NaJlX5ZfEyomrsS2oV { width:15.6875rem;height:3.4375rem;top:30.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXdkUJsFXTEcpywrwny2dkShSM75kwBI { display:block; }
 }@media only screen and (max-width: 763px) { #ZVbBaa0KrntTyxnQTdcTCsyoiAbbRppa { top:37.6875rem;left:34.1875rem;width:11.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPlUIOySX0QHkUdPPMp71eJrB6wmlKPz { top:34.4375rem;left:35.5625rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnLncpUydyKEK2rpNyq6UEMTC1hAmmbZ { top:5.0625rem;left:30.25rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVWw3l9MhwRVCIQb4m62aoQyL3mHA1xM { top:7.25rem;left:32.75rem;width:13.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0HZ67Nm2dzRvEHiKMwIf2h0Uy4FmpOA { top:5.4375rem;left:31.75rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPVJg2o0XCTUDkgCdLx2hyNvpUT7dhMN { top:24.8125rem;left:31.5625rem;width:16.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 { display:block; }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxP6zfrmh5Qhuvny6L3s1ZeLbtT6s9kX { top:0.8125rem;left:7.53125rem;width:32.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDgkwkxEkUp4t3gExbu9fGvA28zcDh92 { top:1.25rem;left:7.9375rem;width:31.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMiHs8EhezH3bbcIdJZGiZFPmQzCT7zE { display:block; }#PMiHs8EhezH3bbcIdJZGiZFPmQzCT7zE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #keIWfuoTUKTvbRFgo0HyhtfBNXe17TaC { top:10.5rem;left:0rem;width:47rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJsTesZ8TchM0riwaAIdt2TcwA5CxF07 { top:3.9375rem;left:17.6875rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySbig3Pob3gm7aSFDqOJafenJavxaHTg { top:18.0625rem;left:3.5625rem;width:41.375rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9Iad6lLac6OhIoBvANeXnKdSTp1lAxw { top:20.1875rem;left:3.5625rem;width:41.375rem;height:7.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEOz0vS6wQPGMl9W0R6H3xHy0HcwNZfR { top:28.4375rem;left:3.5625rem;width:41.375rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZohkAQM9rvCmWy8LSVhoRnae7qKMPib { display:block; }#hZohkAQM9rvCmWy8LSVhoRnae7qKMPib > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDTcyBENQe3TqwhcqTQWRUQUDC5bMWUT { top:1.5rem;left:0rem;width:47.75rem;height:53.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #foo7uZSxaUUltF9gqRKVTlzVDHTvXcnX { top:1.5rem;left:0rem;width:47.75rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD8uirFKUgSUHSV1A8UT32lTB3tLiR3U { top:2.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI04N9yUp9fmZLyqOivkCdsf5Ek1d391 { top:5.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiXEbi7h2B7VUOPDkkHgazdD4Dlqsb1u { top:10.4375rem;left:0rem;width:28.25rem;height:42.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUKUTUCID9Ri6R0pFvXkl6yDzcyS9MGp { top:13.625rem;left:26.25rem;width:21.5rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8GyBsrtvIb5ySbc5lhfi1wlV5tTx6yC { display:block; }#o8GyBsrtvIb5ySbc5lhfi1wlV5tTx6yC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iB88yE4wP1RWcZoAkzbaziR42tqvPre2 { top:0rem;left:0rem;width:47.75rem;height:15.435349322211rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLcJ7PdUNNDWgXiqiN06o9UZ5wf1Mz33 { display:block; }#yLcJ7PdUNNDWgXiqiN06o9UZ5wf1Mz33 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpCt7JxhglNlowXmN0W8usWnH9TDx3Fh { top:2.8125rem;left:1.09375rem;width:45.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGRoDRdu29s4nhQZyiGZKfvPDFHbswqp { display:block; }#EGRoDRdu29s4nhQZyiGZKfvPDFHbswqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3atLcsvHr6ubwFJnKHVJtnVtbrgHGHr { top:5.3125rem;left:0rem;width:26.625rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBT5GxaDIwNNMEtT5kKdBw0JaQKrfbHV { top:3.4375rem;left:18.3125rem;width:5.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyLBiFoQhqtwNcuafhMpQOISKkXTaDS1 { top:2.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF4Bl8ThpIPbJAnlvnr4U3Zg9w3fDJPI { top:2.125rem;left:1.5625rem;width:8.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owL0R3pwmFukMrhh743RoPxJRMg5vnQh { top:3.5625rem;left:1.5625rem;width:9.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIWEHwQbr13WK1IfJT0ryUNLMa0JW1W7 { top:3.375rem;left:11.125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otA9yuUlVRdV79RhXsPOxrsal9JPinua { top:6.0625rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2vT7ZLMTyk3u94sXs6MpK7e0tKOdwTW { top:8.4375rem;left:0rem;width:25rem;height:17.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6DWnuSPDNotPPr823u2QeyDD7T6qJoo { top:5.3125rem;left:21.125rem;width:26.625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4xM3fXTIfoJD9RCxcTtMffrq4HtxxPz { top:3.4375rem;left:42.1875rem;width:5.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILnRbMbehsaJ3mc2AvbxQLyP64mGpWig { top:3.375rem;left:35.15625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysJW5odMOcqMbklnwP50izwPZK708GLL { top:6.0625rem;left:23.875rem;width:23.875rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSRxBL51T6oGCQ7EDNG1g7WXGAea31XP { top:9.8125rem;left:22.75rem;width:25rem;height:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaMngvqGnWfVVmhElQgKaJgOetUQpXCA { top:3.5625rem;left:25.5rem;width:9.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDpgC8rLAGKCizwNwUIvD8XJ7MVtaO8V { top:2.25rem;left:23.875rem;width:2.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0p0ta453uJyS137H2AKgrmTDzk185eq { top:2.0625rem;left:25.4375rem;width:8.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7VxFrEZXPMbNcUPXr09eOiwt97WodZy { display:block; }#A7VxFrEZXPMbNcUPXr09eOiwt97WodZy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuhyIzGcGGaH28DpWZG0CmqtOfvOrnB9 { top:5.3125rem;left:0rem;width:26.625rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS5WER3xzvZhQIklXvJqJ75PwsTTZwTU { top:3.4375rem;left:18.3125rem;width:5.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIdATqm7xeXfxvH2sD0Zi5BbZDJLzDKv { top:2.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e45qVZQVf0R3ru8l02MTCmmXLTKX5NNC { top:2.125rem;left:1.5625rem;width:8.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o11Bbi4ZdkRtuoVPFCcPE8oTC95TPb31 { top:3.5625rem;left:1.5625rem;width:9.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkyJEtkeNPA92N3oUFAunzTBzIF4lple { top:3.375rem;left:11.125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL9tZN02CKqZoW0AgyUQOLD1QFvJM7pl { top:6.0625rem;left:0rem;width:23.875rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtg4uEHvTPNyrnlybCltvl3Cu4CgTIlP { top:9.5625rem;left:0rem;width:25rem;height:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocJ0G3qpdOmmEphKWXyyGu3FJgLEev8z { top:5.3125rem;left:21.125rem;width:26.625rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqzAlHaxJa4px21sfFlClmLC25ceVe4N { top:3.4375rem;left:42.1875rem;width:5.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTEgTlINNMHOUL9Tlv5DtRw6xpF2oOz { top:3.375rem;left:35.15625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyzFn8FQr04mFkbJBqFuhJPv7SfRWqUN { top:6.0625rem;left:23.875rem;width:23.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWRkCyECRLcexJZmnO9FA2ifikUGnunN { top:8.4375rem;left:22.75rem;width:25rem;height:16.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJPCsPBuGMobo5ATJgN2NMoJiDzglaP2 { top:3.5625rem;left:25.5rem;width:9.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4e7UDOE9X1oXHkFgnO3y4fA7UsAhCtX { top:2.25rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnhbZG8GBVegkxV2uLOKlarpFwP6UCpk { top:2.0625rem;left:25.4375rem;width:8.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf { display:block; }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbhVJKPCFbOVrxlRckS2KkL6WOTHroiP { top:2.9375rem;left:0rem;width:36rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGAcgJ9qtLLy8BQzXuk0LETvQCXwBakm { top:5.75rem;left:0rem;width:36rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrXehI2dOJ3bBCXbticTZSDonB88itot { top:7.375rem;left:0rem;width:26.125rem;height:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeP0Nm48nrl8UO057XtDS56QpyWUcyJq { top:7.375rem;left:0rem;width:26.25rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABb6PkoDv9eix8feadFq1yVrMxZovDmC { display:block; }#ABb6PkoDv9eix8feadFq1yVrMxZovDmC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fP7UCQ7DmhMqEaahPnkdiJlGbWrS43qs { top:7.1875rem;left:0rem;width:17.375rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxyitX24B5OBxDUhUz1H0lZJBhH2dZBI { top:7.1875rem;left:0rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn4JsT9lf1rNFud5X1JgbMtTJqmSilIe { top:7.75rem;left:1rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw1Hf9ZxHgrTS1lMn8TOPiXwS8DnJDaK { top:9.375rem;left:1rem;width:13.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkAXWZyTUxr7CuCqtRdRuP0HgZDRen3m { top:11.5625rem;left:2.375rem;width:11.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxXaRITyQTxXE8emSqRk8W4JBq6PWAEK { top:27.875rem;left:0.3125rem;width:15.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLHcwaMaSphyRurCVUQA5cK1T5LU4VDd { width:15.6875rem;height:3.4375rem;top:30.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPIt616uoyeqwSua8cWUmbA2BFCfukkl { display:block; }
 }@media only screen and (max-width: 763px) { #QhE3MXbnD2ITA5Z1rRAZLkxT6oMBWTel { top:34.6875rem;left:3.8125rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzrNuSlU3atpBPoCIE8WqMtyA9yfWDXu { top:37.9375rem;left:2.4375rem;width:11.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd1qySRDfhGR86QsV6Qpf334ywkmrTmu { top:1.9375rem;left:14.375rem;width:17.375rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGQI9IGhoLdXMuUZytBqXxCKfrK6dsmV { top:1.9375rem;left:14.375rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1kEwvcuE5eyIoQodxl3UiW9cT2XP23k { top:2.5625rem;left:14.5625rem;width:17.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #btqEtTMfBUlKu77RtbCgHbyKeudXpD48 { top:4.125rem;left:16.46875rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNsqCDZUrCLs1QULfMQgMGMKPNDmzf8M { top:9.375rem;left:31.96875rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCOXMd0ZEuRiMEZmwUXoxqc0zcyBQpp { top:27.6875rem;left:16.1875rem;width:15.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT4MsZsrHmvgDVkeB4zFikASfzyCGbQu { width:15.6875rem;height:3.4375rem;top:30.5rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRoX8a6odlkmw5nHOW8vr1It6H0mVsk6 { display:block; }
 }@media only screen and (max-width: 763px) { #hp8TBNyKOPl4wiL99cKMNI8yFpVzsOdx { top:34.5rem;left:19.6875rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKi3UpAMIpxCh2GGqpIfdP3101zAP74Z { top:37.75rem;left:18.3125rem;width:11.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJviOwZ28uVyGWBhTD44lTGEbD0QwPDQ { top:22.5rem;left:15.1875rem;width:16.0625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPQqcfu7t9qaBgZgWPUEJsrvizgTczAO { top:5.0625rem;left:30.25rem;width:17.375rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFTvdKSFAO9mhRl2uWnnmuD09T8KgLe6 { top:6.3125rem;left:15.4375rem;width:16.3125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlCn4xgtAP5PMKUT5gFasA2uLWWTquWI { top:27.625rem;left:32.0625rem;width:15.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDAv5DRwVpcuJXoPs8XkT2ttdLFhnlW5 { width:15.6875rem;height:3.4375rem;top:30.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0MI9CU9KFCasf4leqsciPxSD04ZtTtc { display:block; }
 }@media only screen and (max-width: 763px) { #xaNCum14FNompoKqphJFoasZxnKDKBuA { top:37.6875rem;left:34.1875rem;width:11.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TODULIBJ4TSHg4SagAkuP9wZkAGWfn9d { top:34.4375rem;left:35.5625rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USJUquKGzxiMPMTcODMSxiHF8MFRT52C { top:5.0625rem;left:30.25rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl4TdpqXly949Dl1RlSGKcRmXOtLTd6t { top:7.25rem;left:32.75rem;width:13.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aezHzTbolX45aRXExyfbCXEsbkTDaC55 { top:5.4375rem;left:31.75rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnQncOKJsnskxC0SZ1R7Id67KGcBWSpG { top:24.8125rem;left:31.5625rem;width:16.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFCFXDp9TBkequRz9uR6MXtwWyIhP27p { display:block; }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzQHcNIVabMwJgGc4WbfOk1DcEXrazMB { top:0.8125rem;left:7.53125rem;width:32.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHiTRSq5oT48atT4T1qdufWJigxWU4Ik { top:1.25rem;left:7.9375rem;width:31.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMois4MFuUDsxPbwZgu2dxV26yUGmRKt { display:block; }#zMois4MFuUDsxPbwZgu2dxV26yUGmRKt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC { display:flex;height:auto;width:27.8125rem;top:2.5625rem;left:7.4375rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #SkozA9KUPds7H4TqmCOiIV50x2qIdVTB {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #nT017CXzhyeMlC7sinNtTdvEy5Vyt48D {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #U9KCmRrBlxya41iwFZQ8b8vwT5oteSVo {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #INGaLIp9JbtQ697KIs2zc1npKP1702Jo {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #cNnccVvdoGHsf9CxuGJcHNuyyt5z7ExO {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #T04mZ4OoNaN6Ru169tAWE9LFDMsd5mDk {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #vbQHVLH5A68FyJo8B54PXPNS8klvgXVq {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #DRE3yTO8nPA4qbTvCUIfpWVbfRFqTr5p {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #FTIpamZlXJvNLJFC5yEeQEtESIBo2xy5 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #xp4saJd9kcmfcQRVEeL9VMNOcqUkq44t {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #Ww05pvweLh8vs6cKbRluA6BW27sx0m3C {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #HmEe5xqt17TrDA1nDttTZUZUpCWccXew {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #I1DTmHtTAcfOU3ILzRFGhu1TkHiOqvt4 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #hzz2B7kJKEfMSfIr8rasDCMkp7wzB9Dq {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #z0LCsdedbQgM7eDNQyPbTe9ZlVdMpX32 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #VgCJFdWF0ABvmOO2sC0dg1ETJ5ScbDtt {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #FoKz7eb6vWOFdKTiF80E1rfIbuTvWR0i {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #U7WptRXOF1Hi4COn6yXxuUC6bqf89hfE {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #OulGim9Ol6BawOSu0nHhdgdFqtl0P4PB {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #KAyqqPe7PT7pTx5xx54KicDlwFglwhBV {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #lyBXmTIItq8KZoCycI8IUCvfZXezEITX {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #vDpXNAnL5QgDpc4NM5Z5KzOT96kZgENn {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #qq12BhHOQ8XhdAoloXrLK5fAzrodC0Wo {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #TSgPC500QhOMJUBQs5AluC6qlkZe318t {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #K6IPwcEWRc5uACEKeTmRP3FqiPSZ8Ogo {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #exrIr8n7Sprt3gVtRqh9Vu7wvdoa241N {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #Tm3EF9PMREupugaNee4WezhUsHFVgV7w {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #ScFZ75PcWnkzB8AlhqcBRDNOsmOhdGiN {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #u66SVoUiuv2BDAIRwAMaxyL1S8QpXNU9 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #ikq5L67khUR3L3DuaiLpMvT7lJRKFL7y {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #wisbZToWqvRkFJfRFV1Uf5REhU9gg0cf {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #oe3Hau88K6kRgEQfzK5gnP8NiXTuHitK {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #k2iAn2fTsll8OJySAb0btuTCMsanQwSL {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #FdVhPogLlGU3oTFvoqZsZJc5Vts0UPGM {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #gtWJDbdJo40Liq01XKKq2g7wir0dtd9U {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #o0TTGNsIFNHChlTWXw7tIAe4XNZdzAEt {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #dgTc9uWcnCLVTJ2eqNqWD2ElPvIRNrJw {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #xZdaydeWtuhyCmkepgUldU0PTSmVqwhw {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #A90ns4RntHQMZpcKUXVZiVNMOqPcxxW8 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #pvTincQtp470PNcVZMEkvwQ8Z1q3tyKu {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #mlZKBZFfHlyeXCqEtAAA85w0JrwDCBtP {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #R2OwG9bgz8zlLzsiP3tQS113z9Q9HJ4t {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #LGy7VKUp0KHqoEJ6FKSxlytqgiOC4dci {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #QdpOX28TAVINqsPQ8n6We642avU4eaAQ {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #zbt8ielelHEHZutPASmXofkoTUzsrrKV {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #WoWp8D2b1k0eKhng5OUuH5638D3w6ZrI {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #GvHEnOVBMdfQXZAVpelqweDwBVNnoHG5 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #oZpt1wtIc3DGBpLBF96qtgQCE9c35oT8 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #D6Rc98RbEl1oTRW7pu263r225LkmzCGn {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #aWceyUEzT7Z95MD5fcO3qIcO0cJETg79 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #Rs2JizfUPrqkenDe6QFyicNzsee7JpvQ {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #PNFbGxOtapWc53LLo11yuUmHAMgr9AIO {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #v9iCgtFyW6RNGVUGdTWEViz73SPKgiJ2 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #nDDIhnakVIU7tcIJtabGgZIl2t9qDzva {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #sEeLMiJuq10rktlmTQ0EBuMpwauIa0Hn {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #xDtGhmRkoy3Jf2oDpnEtCiag3IA3FTLe {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #JvKnFJlKSyIZD0xlVqaXrI97q2A0EnhZ {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #tp6CdBXWQbED9VLzHHM1bWu0XSQuoz8L {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #rFggggJ303EUdiOxMw6wvBzBuhbk7Wbo {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #IPT7HTT2nJpRFVuamXxefzrW6nz08acq {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #laufo0ZKo8ATrk5oVzdt8wFDCnlkAsrd {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #ST7IWzbKu0M8CrnNt1WL3Q1SPx4EXIPC {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #amVEuPuzyubxMN07Dn1efpzbqkSFBhlp {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #ecLbt99INt2rb7ID5074H1BX2ZfCdBW5 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #T22002RaD1CaMTgICldBH5WgOztpCLRk {  }
 }@media only screen and (max-width: 763px) { #TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx { display:block; }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIvRKQd6FiuguMfqpH1mWlWy4JHJfThX { display:block; }#nIvRKQd6FiuguMfqpH1mWlWy4JHJfThX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPileZwHsOS2ASTwrJR3Toi4cooc3e9B { top:0.5rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDzZpfhF14gFi16cMsibz1TuLEMF2M1h { display:block; }#NDzZpfhF14gFi16cMsibz1TuLEMF2M1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0K12VagdsTiKNlJnGBHQCCZTBTyEIxS { top:0.625rem;left:0rem;width:27.8125rem;height:8.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrLZnJ2ko7RvEruSeLd9OAlLSMk4Ak38 { top:0.625rem;left:19.5625rem;width:27.875rem;height:8.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL { display:block; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2a8JMGrsC7tmVK3s4FiIsp3fzynHXM1 { top:10.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh { display:block; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXsEuIaeTy0aitXVpHng8T3UX63rJvxH { top:1.6875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zqw5Qoo5JTHP06kZgUkqMMG8X7HTEbcL { width:20rem;height:1.4375rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSoTlwnUApG3kKAW5V7PvrUrr5PF9Mr3 { width:17.4375rem;height:12rem;top:3.25rem;left:1.28125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTv0mzOfn5xdTWta4RBVi8PvGJhOLeOx { width:19.1875rem;height:1.875rem;top:29.25rem;left:0.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B0BD7c0wFf3lP2E7QhKfMcqdxImmiQTK { display:flex;width:1.4375rem;height:1.4375rem;top:27.8125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #uwZIrZODwTIWFmdog6nysf203xm2tHT6 { width:3.5rem;height:3.5rem;top:33.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw4yEmnF2N4kRESwDLTig0zDoHMKbDLp { width:13.6875rem;height:1.5625rem;top:33.875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX2XcD0DHAiVwcTUobHL8u4d6xrE7th2 { width:14.4375rem;height:0.9375rem;top:34.1875rem;left:5.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mzuu1CsOO6dgVqm2BKmasBqyNWf8H6dC { width:12.3125rem;height:1.375rem;top:35.75rem;left:5.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .widget-text.counter-number { padding-top:0.07625rem;padding-right:0.07rem;padding-bottom:0.07625rem;padding-left:0.07rem;width:0.42125rem;min-width:0.42125rem;height:0.410625rem;font-size:0.305625rem;line-height:6.57px;top:0rem;left:0rem;color:rgba(0,0,0,0);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.048125rem;margin-right:0;margin-bottom:0;margin-left:0;width:0.561875rem;height:0.1625rem;font-size:0.114375rem;line-height:2.6px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk { display:flex;width:3.125rem;height:0.77375rem;top:38.5rem;left:9rem;padding-top:0.02125rem;padding-right:0.023125rem;padding-bottom:0.02125rem;padding-left:0.023125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #axH4EN1OBZBAmFJEU4AyBtuZ7gCdqNWT { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #OxVUfeFTR6OBdrpRyoWcEnAUSwhrV3DM {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #rXKcyRANbexTFdR20Jf5cbuTTmuiSuHW {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #HPKxM09q9F46ghiFIJpJ1okAORDE9cWw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #ydhSogatnyaZ38Bqoc8ZAQtFOZ95eoAG {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #gTOEOAslzITaAlzgsV50fpQAnSRe1vsm {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #ubmOJw6XSFqmaIkHn3JuSO5EJFJ1l5nM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #LRZW7wBvwMcSvHx3k7zGKnXkgW7OXB7H {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #VxI7qcRdDKHoKFJNBWTcX8gdCNvRtdFb {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #BRlygqQPSukzIiFIUJhp82fnhwqyst7s { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #WZUPs4O98bV7wbiUyqqnIi5w2bSpTOIC {  }
 }@media only screen and (max-width: 763px) { #wlrRLeTGzlyNhf66ywl2ttuWibA1JmHk #EBcnys6y7izNprOVUCMybWFMiPk2ZfG7 {  }
 }@media only screen and (max-width: 763px) { #t6wveSNfrQboKfh7tsgpXL6Ee79EJw6G { width:20rem;height:11.5rem;top:15.9404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD9Hy5gWgMT1UIrManffopGVBTxVXCEh { display:block; }#VD9Hy5gWgMT1UIrManffopGVBTxVXCEh > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkl1U143i1tE1GeCMQXayGD2sGD8gtWh { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c59ZphzAqixw4llnSfQM88PPpFidzWKJ { display:block; }#c59ZphzAqixw4llnSfQM88PPpFidzWKJ > .row .container { width:20rem;height:118.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECk33zkTT6TQLl0lnuv7HAi5sZgVrFJg { width:17.375rem;height:33.5rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcqFg0e2OOZeKKzaMxTleOBOe9CGcU8m { width:17.375rem;height:4.375rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpHu9Z0pxUo50P7sCR1V4IsHzHhGNm9a { width:13.9375rem;height:1.625rem;top:1.84375rem;left:3.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lms0m8BrucRQWg3RCmt3rzIOwq0V1y0T { width:13.9375rem;height:1.25rem;top:3.46875rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c67KytM4wkgaHuPpeQ2CFuhkEZ8IdpOE { width:10.9375rem;height:15.6875rem;top:5.625rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlpdEN3CNoMhvIaI29kUUNOhlgxHap2z { width:16.8125rem;height:2rem;top:22rem;left:1.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU50RCSF6E7BAFUnTq3dRPd6XaW2tuOD { width:15.6875rem;height:3.4375rem;top:24.75rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stFSsVRmFAWhOeIhdVtTOPE0lmiECK5x { display:block; }
 }@media only screen and (max-width: 763px) { #Lc2HfgnhUpdNMzKEuzt3i6E1R1nveds5 { width:8.3125rem;height:1.4375rem;top:28.75rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5CdH2ZekWi7RvQKNqRZzVi5nOEnka5B { width:11.0625rem;height:2rem;top:31.3125rem;left:4.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SECr9piqfLppW8qkkxAo9NHLbzRTK0Mo { width:17.375rem;height:40.375rem;top:36.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APyUym2t8cD1wo91BrQSu32kNG4rebfT { width:17.375rem;height:4.375rem;top:36.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8uQLCezSP1EgQxIRvkwlg6yn218iHNn { width:17.25rem;height:1.625rem;top:37.25rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML7vsaUSyCABdfcPTTdXAJ4dVy5vzL0O { width:14.6875rem;height:1.25rem;top:38.8125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMa1BcVSZsBw32mhDrMCtIJRDrIVFvNd { width:16.375rem;height:16.375rem;top:83.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6GgUTHRcg7HHbRPJwucH5oprdnmShxJ { width:16.5625rem;height:2rem;top:63.4375rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMiLRTfpdDmgK8alTbF68SNE1Ll2WQPD { width:15.6875rem;height:3.4375rem;top:66.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmOwK25W6LFo6gDmWHp2qfemGzs3ZNyc { display:block; }
 }@media only screen and (max-width: 763px) { #rhefknkmneXbCMFKKTOGH9FKhTK47Uyz { width:8.3125rem;height:1.4375rem;top:70.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVeklTCvMkaNPkJK0Mny3yzsgZ1RuZI3 { width:11.0625rem;height:2rem;top:73.375rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeHtTcy1sTTRAC0l0OvXvQJWv8GhDMvq { width:15.1875rem;height:3.9375rem;top:58.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKioP0cli9CWmhEBnbW9TI8hXtcrnWkB { width:17.375rem;height:37.625rem;top:79.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4lpuA3neTPAwQGHRg0aD0G75DcdBghw { width:16.375rem;height:16.375rem;top:41.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqkNdatPpDT9yQ1uJ6WtOPa2JZwX3HvW { width:16.25rem;height:2rem;top:103.5625rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5CX9LlOJSyLU9NaJlX5ZfEyomrsS2oV { width:15.6875rem;height:3.4375rem;top:106.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXdkUJsFXTEcpywrwny2dkShSM75kwBI { display:block; }
 }@media only screen and (max-width: 763px) { #ZVbBaa0KrntTyxnQTdcTCsyoiAbbRppa { width:11.0625rem;height:2rem;top:113.125rem;left:4.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPlUIOySX0QHkUdPPMp71eJrB6wmlKPz { width:8.3125rem;height:1.4375rem;top:110.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnLncpUydyKEK2rpNyq6UEMTC1hAmmbZ { width:17.375rem;height:4.375rem;top:79.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVWw3l9MhwRVCIQb4m62aoQyL3mHA1xM { width:13.9375rem;height:1.25rem;top:81.25rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0HZ67Nm2dzRvEHiKMwIf2h0Uy4FmpOA { width:15.875rem;height:1.625rem;top:79.4375rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPVJg2o0XCTUDkgCdLx2hyNvpUT7dhMN { width:15.1875rem;height:1.5625rem;top:100.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 { display:block; }#kPzkTDMOWHueHvdkgQGQ7HPSK9nCpd51 > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxP6zfrmh5Qhuvny6L3s1ZeLbtT6s9kX { width:17.25rem;height:3.5rem;top:0.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDgkwkxEkUp4t3gExbu9fGvA28zcDh92 { width:16.5rem;height:2.5rem;top:1.3125rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PMiHs8EhezH3bbcIdJZGiZFPmQzCT7zE { display:block; }#PMiHs8EhezH3bbcIdJZGiZFPmQzCT7zE > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #keIWfuoTUKTvbRFgo0HyhtfBNXe17TaC { width:19.25rem;height:46.3125rem;top:7.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJsTesZ8TchM0riwaAIdt2TcwA5CxF07 { width:10.125rem;height:10.125rem;top:2.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySbig3Pob3gm7aSFDqOJafenJavxaHTg { width:16.375rem;height:2rem;top:13.53125rem;left:1.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9Iad6lLac6OhIoBvANeXnKdSTp1lAxw { width:17.0625rem;height:3.875rem;top:16.125rem;left:1.46875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bEOz0vS6wQPGMl9W0R6H3xHy0HcwNZfR { width:17.9375rem;height:32.5rem;top:20.8125rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZohkAQM9rvCmWy8LSVhoRnae7qKMPib { display:block; }#hZohkAQM9rvCmWy8LSVhoRnae7qKMPib > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDTcyBENQe3TqwhcqTQWRUQUDC5bMWUT { width:20rem;height:93.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foo7uZSxaUUltF9gqRKVTlzVDHTvXcnX { width:20rem;height:7.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD8uirFKUgSUHSV1A8UT32lTB3tLiR3U { width:16.9375rem;height:3.25rem;top:2.1875rem;left:1.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TI04N9yUp9fmZLyqOivkCdsf5Ek1d391 { width:15.375rem;height:1.875rem;top:5.4375rem;left:2.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QiXEbi7h2B7VUOPDkkHgazdD4Dlqsb1u { width:18.375rem;height:61.25rem;top:31.6875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUKUTUCID9Ri6R0pFvXkl6yDzcyS9MGp { width:15.1875rem;height:23rem;top:8.4375rem;left:2.40625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o8GyBsrtvIb5ySbc5lhfi1wlV5tTx6yC { display:block; }#o8GyBsrtvIb5ySbc5lhfi1wlV5tTx6yC > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iB88yE4wP1RWcZoAkzbaziR42tqvPre2 { width:20rem;height:6.4650677789364rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLcJ7PdUNNDWgXiqiN06o9UZ5wf1Mz33 { display:block; }#yLcJ7PdUNNDWgXiqiN06o9UZ5wf1Mz33 > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpCt7JxhglNlowXmN0W8usWnH9TDx3Fh { width:18.6875rem;height:5.125rem;top:1.40625rem;left:0.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGRoDRdu29s4nhQZyiGZKfvPDFHbswqp { display:block; }#EGRoDRdu29s4nhQZyiGZKfvPDFHbswqp > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3atLcsvHr6ubwFJnKHVJtnVtbrgHGHr { width:20rem;height:27.5rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBT5GxaDIwNNMEtT5kKdBw0JaQKrfbHV { width:4.625rem;height:0.875rem;top:2.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyLBiFoQhqtwNcuafhMpQOISKkXTaDS1 { width:2.5rem;height:2.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF4Bl8ThpIPbJAnlvnr4U3Zg9w3fDJPI { width:8.0625rem;height:1.4375rem;top:1.1875rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #owL0R3pwmFukMrhh743RoPxJRMg5vnQh { width:9.625rem;height:0.9375rem;top:2.625rem;left:3.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iIWEHwQbr13WK1IfJT0ryUNLMa0JW1W7 { display:flex;width:1.3125rem;height:1.3125rem;top:2.5rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #otA9yuUlVRdV79RhXsPOxrsal9JPinua { width:18.625rem;height:3.5rem;top:5.125rem;left:0.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K2vT7ZLMTyk3u94sXs6MpK7e0tKOdwTW { width:18.625rem;height:22.3125rem;top:8.625rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O6DWnuSPDNotPPr823u2QeyDD7T6qJoo { width:20rem;height:23.75rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4xM3fXTIfoJD9RCxcTtMffrq4HtxxPz { width:4.625rem;height:1rem;top:35.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILnRbMbehsaJ3mc2AvbxQLyP64mGpWig { display:flex;width:1.3125rem;height:1.3125rem;top:35.5rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #ysJW5odMOcqMbklnwP50izwPZK708GLL { width:18.625rem;height:3.5rem;top:38.125rem;left:0.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSRxBL51T6oGCQ7EDNG1g7WXGAea31XP { width:18.625rem;height:18.375rem;top:41.625rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VaMngvqGnWfVVmhElQgKaJgOetUQpXCA { width:9.5625rem;height:0.9375rem;top:35.6875rem;left:3.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MDpgC8rLAGKCizwNwUIvD8XJ7MVtaO8V { width:2.5rem;height:2.375rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0p0ta453uJyS137H2AKgrmTDzk185eq { width:8.0625rem;height:1.4375rem;top:34.1875rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A7VxFrEZXPMbNcUPXr09eOiwt97WodZy { display:block; }#A7VxFrEZXPMbNcUPXr09eOiwt97WodZy > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuhyIzGcGGaH28DpWZG0CmqtOfvOrnB9 { width:20rem;height:24.0625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS5WER3xzvZhQIklXvJqJ75PwsTTZwTU { width:4.625rem;height:0.875rem;top:2.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIdATqm7xeXfxvH2sD0Zi5BbZDJLzDKv { width:2.5rem;height:2.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e45qVZQVf0R3ru8l02MTCmmXLTKX5NNC { width:8.0625rem;height:1.4375rem;top:1.1875rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o11Bbi4ZdkRtuoVPFCcPE8oTC95TPb31 { width:9.625rem;height:0.9375rem;top:2.625rem;left:3.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mkyJEtkeNPA92N3oUFAunzTBzIF4lple { display:flex;width:1.3125rem;height:1.3125rem;top:2.5rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #uL9tZN02CKqZoW0AgyUQOLD1QFvJM7pl { width:18.625rem;height:3.5rem;top:5.125rem;left:0.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xtg4uEHvTPNyrnlybCltvl3Cu4CgTIlP { width:18.625rem;height:18.375rem;top:8.625rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ocJ0G3qpdOmmEphKWXyyGu3FJgLEev8z { width:20rem;height:23.6875rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqzAlHaxJa4px21sfFlClmLC25ceVe4N { width:4.625rem;height:1rem;top:31.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTEgTlINNMHOUL9Tlv5DtRw6xpF2oOz { display:flex;width:1.3125rem;height:1.3125rem;top:31.5rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #kyzFn8FQr04mFkbJBqFuhJPv7SfRWqUN { width:18.625rem;height:3.5rem;top:34.125rem;left:0.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWRkCyECRLcexJZmnO9FA2ifikUGnunN { width:18.625rem;height:18.375rem;top:37.625rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GJPCsPBuGMobo5ATJgN2NMoJiDzglaP2 { width:9.5625rem;height:0.9375rem;top:31.6875rem;left:3.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4e7UDOE9X1oXHkFgnO3y4fA7UsAhCtX { width:2.5rem;height:2.5rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnhbZG8GBVegkxV2uLOKlarpFwP6UCpk { width:8.0625rem;height:1.4375rem;top:30.1875rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8386f44b-b33e-4a58-a09c-4dcf4c2d7cc5/IngredientBG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf.adaptive-delivery-prevent-bg, #LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf.lazyload, #LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf.lazyloading { background-image: none; }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf > .row .container { background-color: transparent; background-image: none; }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf > .row .container > .video-iframe-container { display: none; }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf > .row > .video-iframe-container { display: none; }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf > .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); }#LxqEvZXml1fvBOxvVI1ViRsNHeIvOdPf > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbhVJKPCFbOVrxlRckS2KkL6WOTHroiP { width:20rem;height:5.125rem;top:0.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGAcgJ9qtLLy8BQzXuk0LETvQCXwBakm { width:20rem;height:1.25rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrXehI2dOJ3bBCXbticTZSDonB88itot { width:20rem;height:12.9375rem;top:7.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeP0Nm48nrl8UO057XtDS56QpyWUcyJq { width:20rem;height:13.25rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABb6PkoDv9eix8feadFq1yVrMxZovDmC { display:block; }#ABb6PkoDv9eix8feadFq1yVrMxZovDmC > .row .container { width:20rem;height:118.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fP7UCQ7DmhMqEaahPnkdiJlGbWrS43qs { width:17.375rem;height:33.5rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxyitX24B5OBxDUhUz1H0lZJBhH2dZBI { width:17.375rem;height:4.375rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn4JsT9lf1rNFud5X1JgbMtTJqmSilIe { width:13.9375rem;height:1.625rem;top:1.84375rem;left:3.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw1Hf9ZxHgrTS1lMn8TOPiXwS8DnJDaK { width:13.9375rem;height:1.25rem;top:3.46875rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkAXWZyTUxr7CuCqtRdRuP0HgZDRen3m { width:10.9375rem;height:15.6875rem;top:5.625rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxXaRITyQTxXE8emSqRk8W4JBq6PWAEK { width:16.8125rem;height:2rem;top:22rem;left:1.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLHcwaMaSphyRurCVUQA5cK1T5LU4VDd { width:15.6875rem;height:3.4375rem;top:24.75rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPIt616uoyeqwSua8cWUmbA2BFCfukkl { display:block; }
 }@media only screen and (max-width: 763px) { #QhE3MXbnD2ITA5Z1rRAZLkxT6oMBWTel { width:8.3125rem;height:1.4375rem;top:28.75rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzrNuSlU3atpBPoCIE8WqMtyA9yfWDXu { width:11.0625rem;height:2rem;top:31.3125rem;left:4.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd1qySRDfhGR86QsV6Qpf334ywkmrTmu { width:17.375rem;height:40.375rem;top:36.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGQI9IGhoLdXMuUZytBqXxCKfrK6dsmV { width:17.375rem;height:4.375rem;top:36.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1kEwvcuE5eyIoQodxl3UiW9cT2XP23k { width:17.25rem;height:1.625rem;top:37.25rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #btqEtTMfBUlKu77RtbCgHbyKeudXpD48 { width:14.6875rem;height:1.25rem;top:38.8125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNsqCDZUrCLs1QULfMQgMGMKPNDmzf8M { width:16.375rem;height:16.375rem;top:83.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCOXMd0ZEuRiMEZmwUXoxqc0zcyBQpp { width:16.5625rem;height:2rem;top:63.4375rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT4MsZsrHmvgDVkeB4zFikASfzyCGbQu { width:15.6875rem;height:3.4375rem;top:66.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRoX8a6odlkmw5nHOW8vr1It6H0mVsk6 { display:block; }
 }@media only screen and (max-width: 763px) { #hp8TBNyKOPl4wiL99cKMNI8yFpVzsOdx { width:8.3125rem;height:1.4375rem;top:70.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKi3UpAMIpxCh2GGqpIfdP3101zAP74Z { width:11.0625rem;height:2rem;top:73.375rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJviOwZ28uVyGWBhTD44lTGEbD0QwPDQ { width:15.1875rem;height:3.9375rem;top:58.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPQqcfu7t9qaBgZgWPUEJsrvizgTczAO { width:17.375rem;height:37.625rem;top:79.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFTvdKSFAO9mhRl2uWnnmuD09T8KgLe6 { width:16.375rem;height:16.375rem;top:41.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlCn4xgtAP5PMKUT5gFasA2uLWWTquWI { width:16.25rem;height:2rem;top:103.5625rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDAv5DRwVpcuJXoPs8XkT2ttdLFhnlW5 { width:15.6875rem;height:3.4375rem;top:106.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0MI9CU9KFCasf4leqsciPxSD04ZtTtc { display:block; }
 }@media only screen and (max-width: 763px) { #xaNCum14FNompoKqphJFoasZxnKDKBuA { width:11.0625rem;height:2rem;top:113.125rem;left:4.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TODULIBJ4TSHg4SagAkuP9wZkAGWfn9d { width:8.3125rem;height:1.4375rem;top:110.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USJUquKGzxiMPMTcODMSxiHF8MFRT52C { width:17.375rem;height:4.375rem;top:79.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl4TdpqXly949Dl1RlSGKcRmXOtLTd6t { width:13.9375rem;height:1.25rem;top:81.25rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aezHzTbolX45aRXExyfbCXEsbkTDaC55 { width:15.875rem;height:1.625rem;top:79.4375rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnQncOKJsnskxC0SZ1R7Id67KGcBWSpG { width:15.1875rem;height:1.5625rem;top:100.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFCFXDp9TBkequRz9uR6MXtwWyIhP27p { display:block; }#oFCFXDp9TBkequRz9uR6MXtwWyIhP27p > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzQHcNIVabMwJgGc4WbfOk1DcEXrazMB { width:17.25rem;height:3.5rem;top:0.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHiTRSq5oT48atT4T1qdufWJigxWU4Ik { width:16.5rem;height:2.5rem;top:1.3125rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMois4MFuUDsxPbwZgu2dxV26yUGmRKt { display:block; }#zMois4MFuUDsxPbwZgu2dxV26yUGmRKt > .row .container { width:20rem;height:93.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC .accordion-heading-text { font-size:1rem;height:auto; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC { display:flex;height:auto;width:17.5rem;top:2.03125rem;left:0rem; }
#z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #SkozA9KUPds7H4TqmCOiIV50x2qIdVTB {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #nT017CXzhyeMlC7sinNtTdvEy5Vyt48D {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #U9KCmRrBlxya41iwFZQ8b8vwT5oteSVo {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #INGaLIp9JbtQ697KIs2zc1npKP1702Jo {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #cNnccVvdoGHsf9CxuGJcHNuyyt5z7ExO {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #T04mZ4OoNaN6Ru169tAWE9LFDMsd5mDk {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #vbQHVLH5A68FyJo8B54PXPNS8klvgXVq {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #DRE3yTO8nPA4qbTvCUIfpWVbfRFqTr5p {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #FTIpamZlXJvNLJFC5yEeQEtESIBo2xy5 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #xp4saJd9kcmfcQRVEeL9VMNOcqUkq44t {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #Ww05pvweLh8vs6cKbRluA6BW27sx0m3C {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #HmEe5xqt17TrDA1nDttTZUZUpCWccXew {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #I1DTmHtTAcfOU3ILzRFGhu1TkHiOqvt4 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #hzz2B7kJKEfMSfIr8rasDCMkp7wzB9Dq {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #z0LCsdedbQgM7eDNQyPbTe9ZlVdMpX32 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #VgCJFdWF0ABvmOO2sC0dg1ETJ5ScbDtt {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #FoKz7eb6vWOFdKTiF80E1rfIbuTvWR0i {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #U7WptRXOF1Hi4COn6yXxuUC6bqf89hfE {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #OulGim9Ol6BawOSu0nHhdgdFqtl0P4PB {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #KAyqqPe7PT7pTx5xx54KicDlwFglwhBV {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #lyBXmTIItq8KZoCycI8IUCvfZXezEITX {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #vDpXNAnL5QgDpc4NM5Z5KzOT96kZgENn {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #qq12BhHOQ8XhdAoloXrLK5fAzrodC0Wo {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #TSgPC500QhOMJUBQs5AluC6qlkZe318t {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #K6IPwcEWRc5uACEKeTmRP3FqiPSZ8Ogo {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #exrIr8n7Sprt3gVtRqh9Vu7wvdoa241N {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #Tm3EF9PMREupugaNee4WezhUsHFVgV7w {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #ScFZ75PcWnkzB8AlhqcBRDNOsmOhdGiN {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #u66SVoUiuv2BDAIRwAMaxyL1S8QpXNU9 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #ikq5L67khUR3L3DuaiLpMvT7lJRKFL7y {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #wisbZToWqvRkFJfRFV1Uf5REhU9gg0cf {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #oe3Hau88K6kRgEQfzK5gnP8NiXTuHitK {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #k2iAn2fTsll8OJySAb0btuTCMsanQwSL {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #FdVhPogLlGU3oTFvoqZsZJc5Vts0UPGM {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #gtWJDbdJo40Liq01XKKq2g7wir0dtd9U {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #o0TTGNsIFNHChlTWXw7tIAe4XNZdzAEt {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #dgTc9uWcnCLVTJ2eqNqWD2ElPvIRNrJw {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #xZdaydeWtuhyCmkepgUldU0PTSmVqwhw {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #A90ns4RntHQMZpcKUXVZiVNMOqPcxxW8 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #pvTincQtp470PNcVZMEkvwQ8Z1q3tyKu {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #mlZKBZFfHlyeXCqEtAAA85w0JrwDCBtP {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #R2OwG9bgz8zlLzsiP3tQS113z9Q9HJ4t {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #LGy7VKUp0KHqoEJ6FKSxlytqgiOC4dci {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #QdpOX28TAVINqsPQ8n6We642avU4eaAQ {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #zbt8ielelHEHZutPASmXofkoTUzsrrKV {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #WoWp8D2b1k0eKhng5OUuH5638D3w6ZrI {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #GvHEnOVBMdfQXZAVpelqweDwBVNnoHG5 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #oZpt1wtIc3DGBpLBF96qtgQCE9c35oT8 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #D6Rc98RbEl1oTRW7pu263r225LkmzCGn {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #aWceyUEzT7Z95MD5fcO3qIcO0cJETg79 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #Rs2JizfUPrqkenDe6QFyicNzsee7JpvQ {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #PNFbGxOtapWc53LLo11yuUmHAMgr9AIO {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #v9iCgtFyW6RNGVUGdTWEViz73SPKgiJ2 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #nDDIhnakVIU7tcIJtabGgZIl2t9qDzva {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #sEeLMiJuq10rktlmTQ0EBuMpwauIa0Hn {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #xDtGhmRkoy3Jf2oDpnEtCiag3IA3FTLe {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #JvKnFJlKSyIZD0xlVqaXrI97q2A0EnhZ {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #tp6CdBXWQbED9VLzHHM1bWu0XSQuoz8L {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #rFggggJ303EUdiOxMw6wvBzBuhbk7Wbo {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #IPT7HTT2nJpRFVuamXxefzrW6nz08acq {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #laufo0ZKo8ATrk5oVzdt8wFDCnlkAsrd {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #ST7IWzbKu0M8CrnNt1WL3Q1SPx4EXIPC {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #amVEuPuzyubxMN07Dn1efpzbqkSFBhlp {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #ecLbt99INt2rb7ID5074H1BX2ZfCdBW5 {  }
 }@media only screen and (max-width: 763px) { #z1MD9e3c2TTeExmQw8bMUvd4GZZCzCfC #T22002RaD1CaMTgICldBH5WgOztpCLRk {  }
 }@media only screen and (max-width: 763px) { #TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx { display:block; }#TAcXJARTnfPZT6XxM1xrgEsqQN2a24zx > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIvRKQd6FiuguMfqpH1mWlWy4JHJfThX { display:none; }#nIvRKQd6FiuguMfqpH1mWlWy4JHJfThX > .row .container { width:20rem;height:2.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pPileZwHsOS2ASTwrJR3Toi4cooc3e9B { width:20rem;height:1rem;top:1.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDzZpfhF14gFi16cMsibz1TuLEMF2M1h { display:none; }#NDzZpfhF14gFi16cMsibz1TuLEMF2M1h > .row .container { width:20rem;height:14rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O0K12VagdsTiKNlJnGBHQCCZTBTyEIxS { width:20rem;height:6.1875rem;top:0rem;left:0rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rrLZnJ2ko7RvEruSeLd9OAlLSMk4Ak38 { width:20rem;height:6.1875rem;top:6.1875rem;left:0rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL { display:block; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2a8JMGrsC7tmVK3s4FiIsp3fzynHXM1 { width:20rem;height:4.125rem;top:3.40625rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh { display:block; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXsEuIaeTy0aitXVpHng8T3UX63rJvxH { width:19.1875rem;height:3.375rem;top:1.25rem;left:0.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }