.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:231,225,225;--color-primary-1:182,164,164;--color-primary-2:134,104,104;--color-primary-3:80,62,62;--color-primary-4:53,3,3;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--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:"Liberation Serif";--paragraphs-font-family:"Liberation Serif"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cad43ce0-91ad-4a22-a137-14077bf056a9/intro.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT.adaptive-delivery-prevent-bg, #zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT.lazyload, #zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT.lazyloading { background-image: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container { background-color: transparent; background-image: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container > .video-iframe-container { display: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row > .video-iframe-container { display: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .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); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container { border-width: 0; border-radius: 0; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }#VwwRIeIoxnwp0TnlqZX30qeJR9EafCk0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:12.375rem;top:4.6875rem;left:23.75rem;overflow:hidden;display:block; }
#owAZ7w9qSeD98fBpXKIHErUkVDtRGJzT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15.625rem;width:15.625rem;top:1.25rem;left:22.1875rem;display:block; }
#cx9lgi5WHhQJ87wZhx11kW1bcBDDlbXE { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17.6875rem;left:27.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhanSckCiXziKk1KkzrcgBHqAmeTQUnb { 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:2rem;width:3.75rem;top:19.5625rem;left:28.3125rem;overflow:hidden;display:block; }
#zT36ZgZQUtnft6ZwK7Tq6RGGbB243boM { position:absolute;display:block;z-index:15001;background-color:#511010;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:16.25rem;left:26.875rem;display:block; }
#LvIn9moDHHdAaFG8claa7uMnDSTl34bU { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5500001907349rem;left:0rem;height:16.9rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ka6xl2hrwzcqewDQ4O3M64ff9aMbodCU { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:15.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.28125rem;left:22.1875rem;display:block; }
#pRK0vgHWqhbZhhEXdPSTkoRs5Bpf5d1G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { background-color: transparent; background-image: none; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container > .video-iframe-container { display: none; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row > .video-iframe-container { display: none; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .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); }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { border-width: 0; border-radius: 0; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#z0hHaK3b6uh4u1ZXmfVUR8cUoIZoU9G8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.5625rem;left:48.4375rem;display:block; }
#BbtMTkThcrvs6CpKElwlxBZwdrrZIfHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ziXDyg4TQANEOyy42D0PlhCVralHVXMQ { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:0.875rem;left:48.75rem;display:block; }
#rwRpK7ZrlVbaM4TZ8NBHtyEKfMmP6lel { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0.5625rem;left:44.0625rem;display:block; }
#ErZaL0ktO2mEcHBlqTEOZpaRthXhDaZe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BNmI0PSxJ9Dh0uWhpCN26Pyigxc5Sebv { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:0.875rem;left:44.375rem;display:block; }
#II3xQINykAaMTfzABvMPr91Irwiy1IJh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.5625rem;left:52.8125rem;display:block; }
#eK7ieaLlrq3Nm83bQEruUqdkw9N2ekad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfCfbHXnCDaQ8gKOAgnvkXDsdU36fKT2 { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:0.875rem;left:53.125rem;display:block; }
#nZC4r5Ggg6Crv8D5NML2gXtzFIzBVyxN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.5625rem;left:57.1875rem;display:block; }
#QnoRmE2HD6OBHF4ndyoEGDCslUyg4k4w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKFAJrzkbGm9UQzvWPEmLG668JuEM1h7 { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:0.875rem;left:57.5rem;display:block; }
#y5vgNTBkS1xGSDgeM0Wk4dDfSMr793k3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#511010;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.75rem;left:3.4375rem;display:block; }
#VPW9sQ9i7dtTtXTTHXvfWhoN25J61a8q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ro8y24WowX2NyJT52mN7tLFH7vRv08R0 { position:absolute;display:block;z-index:15010;background-color:#baab21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.4375rem;top:0.75rem;left:0rem;display:block; }
#TdkNFqzxOuGLTEIGlHZfJWISqHwSS8pQ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:0.75rem;left:0.4375rem;display:block; }
#H8iSyNOcHs24BN23RHXkUCs9VvxT2e69 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#H8iSyNOcHs24BN23RHXkUCs9VvxT2e69 > .row .container { border-width: 0; border-radius: 0; }#H8iSyNOcHs24BN23RHXkUCs9VvxT2e69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H8iSyNOcHs24BN23RHXkUCs9VvxT2e69 > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:none; }#FE8el1rrAKykladX9WSWt0DAULFFGTsf { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:0.75rem;left:0.4375rem;display:block; }
#asTOgVlVJcGePSBCaSFrRTmPcgUtPUu5 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#wuoVUINJZvao5XX4tor6XZRUkH3vTKAh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQeUlP92swQENNV68ZFoc4sPbOCXLKbH { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Ghi1MRsTOlhppwk9Q0XKzvH3Ospe1ddF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xmFeWVfpsDqS3ViNfly8Qyzd7dmzS1NN { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ULvLnxll9tqpX98OOHyiPIKtEpp93KRO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZIbdOpwE6DoTNqCVOqor5NikNT68A1pP { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#DrybfK6fhnKPymO9qIuJuhImwuRcHhVL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wKi2kPLhcM9sut0DrhBEuXsedk2gEzJz { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#i9rtBh6GGSX3kKcMwnTVCtw23G8HXwLZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NZGDvyHOy25DLoIbWTx3GVGyk15ddk4r { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Ttd0ug6US9UZtJNWJlxoAUcSczOobi5m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VVDISI434Tu4PxUvBTrkro4teEmCeCnc { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#gZthtJAvQ1ivp9dZqLJimJoUtd5Qh7VA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bx9wTm7KQTiPELxqEnHTQrtK1iAEombM { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#S14kG7eaypacvzNrKMou1TLFx2J0VHcQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fcJuOXk0TDUeeQHo0Ll2tcqAwq4V3xiC { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#kn3DBLnVXV5oBknd5we7TOE8eQ88cQMq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NIfmlmDPonzMAaX5qZJFrnFN7XNsgKJh { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#XRrCu1TMAONagBxwN1mPAZHQEvc4ZX6v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P6xk9k6yN2UBIHfptlv048v5bgdWk2em { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Uy5zmSdQfxJPPHPziBwoEEPLEQhZUdZa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yFJsoM4c2AhiRcTpa0V8kFSC3KAgeXJx { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#a9nxTfqJIgoTLm05FdTnVwNSAXR8nXZ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BR0Jbu3RQ3NiRwFN0a16BstDJSfsX7nG { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#kPJyzITPWIDx2UEfW61whVu38tWln7lm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NeBcOM2hK2Fga50xXAvc6NFUZBnUDnsu { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#QJieIBcNRTHi8uOs7AbzrXM9eSIuASHD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#POQ5kKlBBd3bCNoaTytDR1Xa7eH9DmCU { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#OKDZupINKLvQwpeILFQN3fhvpEXJW5JO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gbOqxL6u8W6JmX2DhrrJ3nRTKvwcvqsv { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#RNhbh91rUXIPx2FqnDxx1I24K233zbRl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JlypaTH3Dessq3eAVKotiSt2NmdQfOwl { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#X49Dqv7oyQBonrqDtzzS9sTSr4UZ8OR3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cgZviBLTE6X2VwUi0dFMmXGSID0XXhJa { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.0625rem;left:0rem;display:none; }
#yiUAv9H6An37tweiWvmEMTfi3iRpUmFV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MtS2IhushIWsbz9JR99TdkNdBNNePMRI { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:2.0625rem;left:3.4375rem;display:none; }
#sVHz5EBfDqWN2iRi9a2aAwS4dfyrBvwk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PgGd0TPVEOeXsaXoknVEnWMWMvhhGAak { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:2.34375rem;left:3.6875rem;display:none; }
#IU0P88A8wl6utU59d8cZeW1tz8nKhtlN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:2.0625rem;left:6.875rem;display:none; }
#CKtrvvynGdK3PTJIiZmFDPG7aGS0SVM0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qnN67eO6U2LM0q42aoPcT11V1GbL8gRg { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:2.375rem;left:0.25rem;display:none; }
#Fk7fLdGZumkQ6rF5mTFmzkRVD32IKznk { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:2.34375rem;left:7.1875rem;display:none; }
#izMrb6XC9fWCr7OIvOLP5eZa0sTC1mHU { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:2.0625rem;left:10.3125rem;display:none; }
#k25ToaqGTPc7D7QlS0MTMUmyX5Bm63Dd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uzPE9dH1oHFViThB0on4RFWCq0vDQawZ { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:2.34375rem;left:10.625rem;display:none; }
#UFBOy07aTWtAtqh1PJnbuT9fWy5M9C6v { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:1.4375rem;left:48.1875rem;display:none; }
#GxfoNacETobFR7zP2T5lyTJbe7poNE6P { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:2.0625rem;left:10.3125rem;display:none; }
#CZrADWp28IPxMzmT3t0JmMvUElVHpRq7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7e87e426-580c-4cc9-ad3b-49ffbffb5fad/009_background2_original.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ.adaptive-delivery-prevent-bg, #PplK27IWeqJeVfVBySsWznQxI54Z3ELQ.lazyload, #PplK27IWeqJeVfVBySsWznQxI54Z3ELQ.lazyloading { background-image: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { background-color: transparent; background-image: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container > .video-iframe-container { display: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container { display: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .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); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { border-width: 0; border-radius: 0; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#QiqIKxUvrHHLpLxqTWbGebp9WLmWDXws { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s71imq6Sf02cXZrfK3ZdFQ43FBlF5zpE { color:#baab21;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7e87e426-580c-4cc9-ad3b-49ffbffb5fad/009_background2_original.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt.adaptive-delivery-prevent-bg, #UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt.lazyload, #UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt.lazyloading { background-image: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { background-color: transparent; background-image: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container > .video-iframe-container { display: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row > .video-iframe-container { display: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .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); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { border-width: 0; border-radius: 0; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#DgV6HhaqcGvRAkdrOT5GqpTq3f3brm43 { position:absolute;display:block;z-index:15000;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.5625rem;left:0.3125rem;overflow:hidden;display:block; }
#hutWBsO2dvx0ZyE9Rv3zbBe3MT2Sg7G1 { position:absolute;display:block;z-index:15005;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:20.9375rem;left:0.3125rem;display:block; }
#im1qyo9U5Dlx8cowpXaTMLE9FNc2Ponf { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.8125rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uuT9QRMLlR6kqmSyUkFu5Tyq4PylzB9k { position:absolute;display:block;z-index:15003;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.5625rem;left:15.25rem;overflow:hidden;display:block; }
#Tp2hi0O8UQ54WS6IzVMb8ieFfagQZQA1 { position:absolute;display:block;z-index:15009;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.5625rem;left:45.125rem;overflow:hidden;display:block; }
#Iavpcs2MhJKMeuSVUtTNRIPZi6AOQa69 { position:absolute;display:block;z-index:15008;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:20.9375rem;left:15.25rem;display:block; }
#GcCgbqUvqpWQaBetDMTyA3wclfiA2BAI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.8125rem;left:15.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MV2D6e0D2evUVxNv7U5ii8o5QpOGfXI3 { position:absolute;display:block;z-index:15011;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:20.9375rem;left:45.125rem;display:block; }
#ET6MoFFr5cFevXgVb8IsNEM0U6UhdStU { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.8125rem;left:45.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ikBMK9sQqzsqkEUJ8D3kOh0i2wPeKDew { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:21.3125rem;left:10.75rem;display:block; }
#DP12UZC481FHCmT74pdWPXT8BeITTlhM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bgUOTD1fmr62SJE9mK9eKMg0iaV1yrik { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:21.3125rem;left:25.625rem;display:block; }
#DHiu09GBOg83MJZauieGZHZcmtGkADyD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LAIHliaTfmTRb8hPmJIcAwXZbUaooNEK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:21.3125rem;left:55.5rem;display:block; }
#iXu2SpxSDG82OT9NbZP5LWB8gqUe8TmQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lk7TAfulyQrwpMbJgBN08H688GpenfDa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:21.625rem;left:10.75rem;display:none; }
#Hw4f4M0FifQdrekPAPB9kUrtTPqC2eQ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAa3JEISxFFtpKgtpvRMqtKA0xPIHwUh { position:absolute;display:block;z-index:15000;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.5625rem;left:30.1875rem;overflow:hidden;display:block; }
#tB3qoTPe5dThm2MXix67z8015P6g0cbZ { position:absolute;display:block;z-index:14999;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:20.9375rem;left:30.1875rem;display:block; }
#EZ4WVTbCmRrxJn2nnT0zg0Ihvte9WbTS { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:21.796875rem;left:30.187501907349rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loCFQAy7vb0AOIA2tRyPbnk9czfDJrPT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:21.3125rem;left:40.5625rem;display:block; }
#XmRcKxKRzCkH6DyVL4IOO9oTrohkR7JJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7e87e426-580c-4cc9-ad3b-49ffbffb5fad/009_background2_original.png");background-position:center !important;background-repeat:repeat-y !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; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm.adaptive-delivery-prevent-bg, #ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm.lazyload, #ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm.lazyloading { background-image: none; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container { background-color: transparent; background-image: none; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container > .video-iframe-container { display: none; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row > .video-iframe-container { display: none; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .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); }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container { border-width: 0; border-radius: 0; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:60rem;position:relative;display:block; }#byKvqlhBEf3fuQX9y9pC9oc5mRwAwDQl { position:absolute;display:block;z-index:15000;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.875rem;left:0.3125rem;overflow:hidden;display:block; }
#wGqp04IsOVgsIgfxg7eUXBF6Az81HPPC { position:absolute;display:block;z-index:15006;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.875rem;left:30.1875rem;overflow:hidden;display:block; }
#p20RGKemGiz9QCwO0Ny5kHFHNzuH42zv { position:absolute;display:block;z-index:15014;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:21.25rem;left:0.3125rem;display:block; }
#Go7TaJPoEMIT5NTEoCWmP26Wqfez9mWq { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.125rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbagolTqcnC96FyOiN0ho1Cy59BDhHIV { position:absolute;display:block;z-index:15017;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:21.25rem;left:15.25rem;display:block; }
#E2rccQyALAxZKV49R1uF9DbL9MEzkeLT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.125rem;left:15.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLfUR3kgcDrc7Fw4dPpwTifNxOqdIIL6 { position:absolute;display:block;z-index:15020;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:21.25rem;left:30.1875rem;display:block; }
#gzMyhp5fcCy8EnlTS4E9TcTqn53iEqMk { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.125rem;left:30.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#paTTvsoP6rlFA5VTJgofFQBibvTN9Ztg { position:absolute;display:block;z-index:15023;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:21.25rem;left:45.125rem;display:block; }
#FE3q1C0vUnBbFAbN68IDorVnmgITf1oX { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:22.125rem;left:45.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eafMkDUIFBzz30cbPa1oFPBJpTZmC2bR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:21.625rem;left:10.75rem;display:block; }
#Gr4vKEAMTq8J8Mz8Sn6pWtNGdgJsgBAw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qv3vUq2apk7odbLfJcGCHcrSV2gTehMX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:21.625rem;left:25.625rem;display:block; }
#kBLHZHAtM5S85V8DXHJxypIUdiHxKmdt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dvw38WPSyL7Dpli83N0RaQR4bShdWicc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:21.625rem;left:55.5rem;display:block; }
#U1Ho30U3S16TBDIQQ7xnqCJbrPri8LB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AekTC1FIPCfOdBXZhTRWVHssQynJiIdA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:21.625rem;left:40.5rem;display:block; }
#N52uFKnxI1JG6yXVZeTeRphUQiDwbGSA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K22UL8QvUrZFhLaXtwRiiTB55BImJU81 { position:absolute;display:block;z-index:15024;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:45.5rem;left:0.3125rem;display:block; }
#JO4WWmkmQi9Cmd1D3e9xoRCsknMo2diB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:45.875rem;left:10.75rem;display:block; }
#ZqnVqhiiCB60G0siTU3G7zBoMtNEcuBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zn1Wr8SRGMimn016Zbd8oykb5DteGWdx { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:46.375rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EaXkAaOX9XCyVmqy5lVdpQmgG8zHkF8m { position:absolute;display:block;z-index:15001;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.875rem;left:15.250001907349rem;overflow:hidden;display:block; }
#yODTGvF14TnyvSMTLw0tfGSA3hydkFGN { position:absolute;display:block;z-index:15002;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.875rem;left:45.125001907349rem;overflow:hidden;display:block; }
#zS87qlPOVZ3dnt3EitVou7hHvsH7o5aU { position:absolute;display:block;z-index:15001;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:26.1875rem;left:0.3125rem;overflow:hidden;display:block; }
#C1VlfLcp2ewJAo4QHkalW6wDQT3RsECT { position:absolute;display:block;z-index:15002;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:14rem;top:26.1875rem;left:15.25rem;overflow:hidden;display:block; }
#TSl7FDsocQJ8KGdH0IMyteGRkoPDJVTo { position:absolute;display:block;z-index:15027;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:45.5rem;left:15.25rem;display:block; }
#x7Kk4tcliLe2O0MZK7R26ht7PMtlB434 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:45.875rem;left:25.6875rem;display:block; }
#UC25efSkcJk8qEUZCKBGVOms0vaqMo73 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IAGLuW1t9Z0yoJTgSl3C0p4e8g7xAaRk { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:46.375rem;left:15.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QuVS8WAfUWZg90WkSGyueGUv8Ap8mELB { position:absolute;display:block;z-index:15006;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:14rem;top:26.1875rem;left:30.1875rem;overflow:hidden;display:block; }
#Wvu595bwerokBQe3VRppEE4zGTCxxTvH { position:absolute;display:block;z-index:15031;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:45.5rem;left:30.1875rem;display:block; }
#rZ6pDmgXh18PLZQAcMeWmObnS2AgtIzc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:45.875rem;left:40.624996185302rem;display:block; }
#iuBNokLNGdVKwWzTXI6arVAhy4v3LIbz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rx31Hpu46BNiXGmRHK8euUIpu8tHGDTo { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:46.375rem;left:30.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GcM379ye1Us8uHDWgP4pbZIpT08EPbwv { position:absolute;display:block;z-index:15008;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:45.5625rem;left:45.3125rem;display:block; }
#rIWg2FgTKllZrAnt8XtZFKNg4Fpa93XG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:45.9375rem;left:55.6875rem;display:block; }
#lAzayBod3dE0K149qwVGQZqaKhvmKsZk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ObsheLEwoWmT6lHfxKrK70QeNcqbBk9r { position:absolute;display:block;z-index:15003;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:26.1875rem;left:45.3125rem;overflow:hidden;display:block; }
#wFwvfTTxfBuneFcTEe7pAMaWGbryZ4gA { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:46.4375rem;left:45.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7e87e426-580c-4cc9-ad3b-49ffbffb5fad/009_background2_original.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM.adaptive-delivery-prevent-bg, #Ix68GqrOPVHa8KffPodUQULDyQxSBrzM.lazyload, #Ix68GqrOPVHa8KffPodUQULDyQxSBrzM.lazyloading { background-image: none; }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM > .row .container { background-color: transparent; background-image: none; }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM > .row .container > .video-iframe-container { display: none; }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM > .row > .video-iframe-container { display: none; }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM > .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); }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM > .row .container { border-width: 0; border-radius: 0; }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#GNGbzNvOETKWt3c11TduW6iyG9Qd8CTi { position:absolute;display:block;z-index:15003;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.5625rem;left:15.25rem;overflow:hidden;display:block; }
#w3Qc6OTmfbnN5TZcNhyIXCL3gTOTVIw3 { position:absolute;display:block;z-index:15006;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.5625rem;left:30.1875rem;overflow:hidden;display:block; }
#IBE1JheBAzBA15U2lOZ01XZ7dSnu1atb { position:absolute;display:block;z-index:15009;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.5625rem;left:45.125rem;overflow:hidden;display:block; }
#cNmy6BzTHE0p6KZD9RTSwCUd25iVO3L1 { position:absolute;display:block;z-index:15008;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:20.9375rem;left:15.25rem;display:block; }
#IQmogBRJup7xNbTh8aeTiD2vCsN9JCVA { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.8125rem;left:15.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ceADvnZTLsnbf3VA7fNtCJgAkHsd5rdJ { position:absolute;display:block;z-index:15008;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:20.9375rem;left:30.1875rem;display:block; }
#Sqv72M0fd49uEqF7PtdSq5f4kwImn4g1 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.8125rem;left:30.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#avoXIQP4DmdfkUo5CVRKRbeDbFq6yzMh { position:absolute;display:block;z-index:15011;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:20.9375rem;left:45.125rem;display:block; }
#VDIT6tltMli7erb2AMiZiGkizJKMD7HD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.8125rem;left:45.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UNZicaswI6r6PDx0IrH6EEGRr9yi0D7p { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:21.3125rem;left:25.625rem;display:block; }
#rGF2ZxqbesRKBJFEORKdRapBT7fETBnq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TLAlWzJD5Z2KhSkvZaVWVcTtPIFTu51u { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:21.3125rem;left:40.5625rem;display:block; }
#HNg01dCzg9v55zaTin0TlFnud1wSz89K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xQpz2s2fc5GRC4yMhkg2cDuwfHUlVm25 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:21.3125rem;left:55.5rem;display:block; }
#CeZvFH0WfgHGVECy82EgI5TLAOmnfMXk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RCUvQTBmhiApFI5G4A4BENuDLE6m7nzt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:21.625rem;left:10.75rem;display:none; }
#XnrQ2cHTm1o4L25IQtAL16yoAFs7vbvr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7nfK5iemtmzDEBQ1nGKT9ZhpbPl5VVr { position:absolute;display:block;z-index:15000;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.5625rem;left:0.3125rem;overflow:hidden;display:block; }
#ZOtpatDXbXqxLkLdcI5ATZsJLmWO16o0 { position:absolute;display:block;z-index:15005;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:20.9375rem;left:0.3125rem;display:block; }
#WB2tD2P9VFKzuTy4FpbXXyBeeacL9nut { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:21.3125rem;left:10.75rem;display:block; }
#kdAQulhTD6UCTDxW4SXr6TKgKgVdBnoi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ML9iZ83gIhz1V1IWCmHS22pgddgAzIgR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.8125rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7e87e426-580c-4cc9-ad3b-49ffbffb5fad/009_background2_original.png");background-position:center !important;background-repeat:repeat-y !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; }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G.adaptive-delivery-prevent-bg, #eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G.lazyload, #eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G.lazyloading { background-image: none; }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G > .row .container { background-color: transparent; background-image: none; }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G > .row .container > .video-iframe-container { display: none; }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G > .row > .video-iframe-container { display: none; }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G > .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); }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G > .row .container { border-width: 0; border-radius: 0; }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#DJGfRrrSVxmUJ8Oel8KulnCiUC0R3ZEr { position:absolute;display:block;z-index:15000;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14.0625rem;top:1.5625rem;left:0.3125rem;overflow:hidden;display:block; }
#FWbIgQsk8JquwnL64Jq3ZicGLwlT8A62 { position:absolute;display:block;z-index:15005;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.6875rem;top:20.9375rem;left:0.3125rem;display:block; }
#fPQNzivVKtzu3e7K0wOoplNP3OzJ0n7H { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.8125rem;left:0.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sJsd82WBIGt0iSTTI6WlXU6m1dGPPyQa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:21.3125rem;left:10.75rem;display:block; }
#PWzZTI5sQeMK9WvXlFFRUPs3krzMrITK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ua469oFtE2ZhhLhd4JOiwCFVamPJGQDd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:21.625rem;left:10.75rem;display:none; }
#a1U441Moynu1aTvcTA99f5DbVenOTnZX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RFrsXNTJf09MKp5QAQXWN4KZgUV8bfiE { position:absolute;display:block;z-index:15008;background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:19.5625rem;top:20.937503814698rem;left:15.250001907349rem;display:block; }
#JrronuOodT3641eZBT8WQzUEMAgHuc4L { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:21.250003814698rem;left:30.500001907349rem;display:block; }
#OJTwm9ztIhilhpkD7FpdeQZ8TkH8o1SK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFBquNcvceQZkqebCc0qDA5bQnV2PwSv { position:absolute;display:block;z-index:15004;border-top:0.3125rem solid #511010;border-left:0.3125rem solid #511010;border-right:0.3125rem solid #511010;border-bottom:0.3125rem solid #511010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:18.8125rem;top:6.1875rem;left:15.250001907349rem;overflow:hidden;display:block; }
#opvUvHMXfLvGCO6qt4Tf4CF1KycTUnTX { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.812503814698rem;left:15.250001907349rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O8ZaGZEPFdwQSImU0KIXrvJKtQ9UCNl6 { background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27rem;left:17.500001907349rem;display:block; }
#MksGt2kTIsgzBi7AdEOTOiMVtOQG8pkl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV { 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/df861da6-00d0-433a-9950-2ed6aa29b129/backgroundtecidos.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV.adaptive-delivery-prevent-bg, #PwI4lLW1610xSq1T51kZRUMwxMdRzdnV.lazyload, #PwI4lLW1610xSq1T51kZRUMwxMdRzdnV.lazyloading { background-image: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { background-color: transparent; background-image: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container > .video-iframe-container { display: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row > .video-iframe-container { display: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .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); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { border-width: 0; border-radius: 0; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#OlTcsK4E7EctzTriliXNJznJr6ObUqvI { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.2354164123535rem;left:32.6875rem;height:6.3375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Prg3wTk98EAJXh6KXILr70hoaIVzHTuh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.9375rem;top:13.96875rem;left:32.6875rem;overflow:hidden;display:block; }
#gxwIM7fy9gbbfcXxaxGtiJMbSNtefRH6 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.835418701172rem;left:36.25rem;height:4.14375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KTy9Wfw1PWTtlhW8LRDvJd00Arvf4rW7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.6875rem;top:14rem;left:41.5625rem;overflow:hidden;display:block; }
#M6oE1tTI6PTSvlzIoD90o7A9FLhn6oA0 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14rem;left:44.875rem;height:4.14375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#giDv74kdsXlzTmLfd1v0WJRKoOVSb8MT { color:rgba(var(--color-tertiary-4),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.0625rem;left:54.75rem;height:4.14375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VxylhOZVaAym1946PdQw93BkMo25wmFT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:14.0625rem;left:51.375rem;overflow:hidden;display:block; }
#U2Ulw5snCeO2t4pA6VZRcr8ywRr0Q9gx { color:#baab21;display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.0625rem;left:32.75rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A3z7iqm1kN0MNQuSBgcdMvacRgb1qvd8 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.625rem;left:32.6875rem;height:6.90625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JpPGgnGlDbNuXnBsl6UVtBhMADzxk1n9 { background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.3125rem;left:32.6875rem;display:block; }
#zaXyB0N3wSe2sdtClGTCkbWGQCBB3Zet { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgfsW9XUxB1gWPB60RTsWldzfKBmZDrH { 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:33.75rem;width:30rem;display:none; }
#bI055Tz7rrdTBdSsvFP3f133ukloxFoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7e87e426-580c-4cc9-ad3b-49ffbffb5fad/009_background2_original.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC.adaptive-delivery-prevent-bg, #bI055Tz7rrdTBdSsvFP3f133ukloxFoC.lazyload, #bI055Tz7rrdTBdSsvFP3f133ukloxFoC.lazyloading { background-image: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { background-color: transparent; background-image: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container > .video-iframe-container { display: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container { display: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .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); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { border-width: 0; border-radius: 0; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#hUncICQbHHJNct7fhaCNw7vlIiQhTORp { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uU7gvG3AOfNeqKC80UWTukpT3mi6Zs7F { color:#baab21;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V { 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/et5ohn6Z/background_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V.adaptive-delivery-prevent-bg, #tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V.lazyload, #tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V.lazyloading { background-image: none; }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V > .row .container { background-color: transparent; background-image: none; }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V > .row .container > .video-iframe-container { display: none; }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V > .row > .video-iframe-container { display: none; }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V > .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); }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V > .row .container { border-width: 0; border-radius: 0; }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#bgccZUr7Fn3TlGWvzs5sgeopcs6NHh8k { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/2b92137e-5edd-4114-b96a-879118010268/PP002.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:14.125rem;top:1.6875rem;left:0.125rem;display:block; }#bgccZUr7Fn3TlGWvzs5sgeopcs6NHh8k.adaptive-delivery-prevent-bg, #bgccZUr7Fn3TlGWvzs5sgeopcs6NHh8k.lazyload, #bgccZUr7Fn3TlGWvzs5sgeopcs6NHh8k.lazyloading { background-image: none; }
#W7G95CGcZv1A8NmNkqZKBXyueZ4gPyUd { background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.625rem;left:2.3125rem;display:block; }
#qk24v9kImMMf8LJiOp8WkDXXaHerIDww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n6Mgcw8HX9D1z8lZ02Kr8p8n3tMDQuq8 { background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.625rem;left:17.625001907349rem;display:block; }
#glZkUFBEcle2P59cXLctihzkXwegZmX1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KawfDuSXnEP1q5KMhUOJKhiHoBnMBkwf { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/7c0b87fa-5da5-4ba0-b9b0-062a1a8268ab/albasfiesta012.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:14.125rem;top:1.6875rem;left:15.312501907349rem;display:block; }#KawfDuSXnEP1q5KMhUOJKhiHoBnMBkwf.adaptive-delivery-prevent-bg, #KawfDuSXnEP1q5KMhUOJKhiHoBnMBkwf.lazyload, #KawfDuSXnEP1q5KMhUOJKhiHoBnMBkwf.lazyloading { background-image: none; }
#ESx74KmGmvqeLkLNO6hvxDhK9Xy4ZVoH { background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:21.625rem;left:32.625001907349rem;display:block; }
#lIRfx2PC8ZNkHAaGLyuGiO9Lx5Xtmzcc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xPW2ClwgoE0UrfTdDR5hCx0pWstcMdLx { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/934816a2-e814-4fbb-90a1-90a0c5ac9040/PP003.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:14.125rem;top:1.6875rem;left:30.5rem;display:block; }#xPW2ClwgoE0UrfTdDR5hCx0pWstcMdLx.adaptive-delivery-prevent-bg, #xPW2ClwgoE0UrfTdDR5hCx0pWstcMdLx.lazyload, #xPW2ClwgoE0UrfTdDR5hCx0pWstcMdLx.lazyloading { background-image: none; }
#NZk1Pxx2mSwGkKswNSb6UzXIgq2CgyGP { background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:21.625rem;left:47.936719894409rem;display:block; }
#FO5abtV2xFbuSx8Tt5096grMQwOcgVhr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B7tsyaAryDyldtixxbdAMWIwFqZ3Hi4b { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/55a5d7e1-f290-4e14-8a8b-84334298e752/017_paliasfiesta013.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:14.125rem;top:1.6875rem;left:45.750001907349rem;display:block; }#B7tsyaAryDyldtixxbdAMWIwFqZ3Hi4b.adaptive-delivery-prevent-bg, #B7tsyaAryDyldtixxbdAMWIwFqZ3Hi4b.lazyload, #B7tsyaAryDyldtixxbdAMWIwFqZ3Hi4b.lazyloading { background-image: none; }
#nNZmLoGs1aWFo6huTTqPbOdvmbKmVesg { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.625rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQX6iaZfnJayT3TOfgSpqVxm4mzdmIiq { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:25.71484375rem;left:28.437501907349rem;display:block; }
#adn4s4WTTIWuPFWzrIhkBq89MVDvJSds { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18.36171913147rem;left:2.03125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BExuMBBFkrDDg1wKiRq0cnWJxMaX7EOM { position:absolute;display:block;z-index:15060;background-color:transparent;background-image:none;border-top:0.0625rem solid #511010;border-left:0.0625rem solid #511010;border-right:0.0625rem solid #511010;border-bottom:0.0625rem solid #511010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.125rem;width:14rem;top:1.6867370605469rem;left:0.125rem;display:block; }
#bp2bh4hiNqkSHoGpS3XnZpA8CzHxTzPg { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:17.625rem;left:17.4375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvACv6GHpIQzFgqt0LPmqRnI8deK9lFd { color:#511010;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:17.600000619888rem;left:30.937501907349rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JVpnpAXS3ZlBKulrgNfwWX77nmxQn76k { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:18.36171913147rem;left:47.842969894409rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wIxhlGdzQ62yf7EhVsFTIlkST2C4fdRm { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:15.6875rem;left:6.5625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FOgCriEgSEKd5vLK0yzIA3ETgKtlFJ0F { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:15.6875rem;left:21.6875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ostKQEl3pwXPeh7I1AcTrM9PQulHHQAp { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2rem;width:5.375rem;top:15.1875rem;left:24rem;display:block; }
#Rf5JTynhDqsZBRIm5NTyAe9vQHGkSS6r { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:15.6875rem;left:37rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nsByKqIzMHA0BQ8hBM8usymB2DuyBtyg { position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-tertiary-0),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2rem;width:5.375rem;top:15.25rem;left:39.25rem;display:block; }
#WC3NkZWkVOK5XlpnuH3W4TVAgCcl7yc1 { color:#511010;display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:15.6875rem;left:54.812498092651rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LEyq5uqdizbcuG9W9meT7HxuuxM7leSr { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2rem;width:5.375rem;top:15.1875rem;left:54.499998092651rem;display:block; }
#IH22GZrBKalKqAdXsLqxwJX50kcF86ak { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2rem;width:5.375rem;top:15.1875rem;left:8.875rem;display:block; }
#E9P5nAN8hMvxqqBBAgnVCJ57M9Qe2zaO { position:absolute;display:block;z-index:15058;background-color:transparent;background-image:none;border-top:0.0625rem solid #511010;border-left:0.0625rem solid #511010;border-right:0.0625rem solid #511010;border-bottom:0.0625rem solid #511010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.125rem;width:14rem;top:1.6875rem;left:15.312501907349rem;display:block; }
#zgILFu2Zm7XfIbZ9JwA7LxQUpxLhuvn8 { position:absolute;display:block;z-index:15057;background-color:transparent;background-image:none;border-top:0.0625rem solid #511010;border-left:0.0625rem solid #511010;border-right:0.0625rem solid #511010;border-bottom:0.0625rem solid #511010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.125rem;width:14rem;top:1.6875rem;left:30.500001907349rem;display:block; }
#ZheC0OA1SW3qBGp8uwXhZ1nyZLzwr6aT { position:absolute;display:block;z-index:15059;background-color:transparent;background-image:none;border-top:0.0625rem solid #511010;border-left:0.0625rem solid #511010;border-right:0.0625rem solid #511010;border-bottom:0.0625rem solid #511010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.125rem;width:14rem;top:1.6875rem;left:45.8125rem;display:block; }
#t2AI9EoSLRyFUdHGQTzJKP5udIUx1oEs { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.3125rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:28.11874961853rem;left:23.593751907349rem;display:block; }
#AmGTOfzoNQD5kJBcn9eZcCmLArL3bSaH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1612ff87-fa6c-49c2-9e89-ad0d835a7dd7/noroot.preview.mirror");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa.adaptive-delivery-prevent-bg, #InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa.lazyload, #InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa.lazyloading { background-image: none; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container { background-color: transparent; background-image: none; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container > .video-iframe-container { display: none; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row > .video-iframe-container { display: none; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .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); }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container { border-width: 0; border-radius: 0; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;position:relative;display:block; }#x81ZUCtLawD0888L7d6hM8XTIfy8TcAH { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.625rem;left:32.6875rem;height:6.3375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RUxEo1otMEklb7uODWMhctgRk5XJ2Uwl { background-color:#511010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.486465454101rem;left:32.6875rem;display:block; }
#EpVHsAFAKkF4XQf8SEg0LzrVmLmPUrIs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#big4cWemSLFPSIZyy86bk1vJvqkWwHJz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.6875rem;top:4.25rem;left:32.6875rem;overflow:hidden;display:block; }
#R6bV085tHnG98eEbo2vLJ3JrsTda0En1 { color:#baab21;display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.4375rem;left:32.75rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dRkRTcb6byhkMI2VVmi78x4uvUH0UexX { 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:18.75rem;width:30rem;display:none; }
#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn { position:relative;display:none; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn { border-width: 0; border-radius: 0; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72f5f8e3-ed4d-46b5-8b61-31e9f438762a/026_principal.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh.adaptive-delivery-prevent-bg, #pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh.lazyload, #pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh.lazyloading { background-image: none; }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh > .row .container { background-color: transparent; background-image: none; }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(81,16,16,0.59); }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh > .row .container > .video-iframe-container { display: none; }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(81,16,16,0.59); }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh > .row > .video-iframe-container { display: none; }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh > .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); }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh > .row .container { border-width: 0; border-radius: 0; }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#I86EXUvxnelS7OwQiROkWZvtmyR3Mkgu { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:2.125rem;left:49.75rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#EUZX7Go7giOH3gaA9sJ8cD83FFR2i61R { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.4375rem;left:52.875rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#tUV6Cd2kXHK7R7N61kMyPxi6IumEPXqV { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:2.0625rem;left:48.1875rem;display:block; }
#gsEFsDzPdWUGdZSlphgvAK2KOIxOrHak { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:3.125rem;left:51.1875rem;display:block; }
#C5JhBUZQDeQqQpxlxHG4lTyec4ASK8mL { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:1.6812438964844rem;left:17.0625rem;display:block; }
#RmyTz3nnTlFyOuVu2rxVHEi3qWvRLdlF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.1124877929688rem;left:17.5rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#T6MWRLQaCcHsZwKa4iSlhaA1mLRPQ81A { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.0625rem;left:0rem;display:block; }
#SHBzEhnCImnf2EDT6XpnutiqL3WcfivS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wncs0nToovdPSOuZioDksGourNC7X4eQ { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:2.375rem;left:0.25rem;display:block; }
#gZ81xGVLK2yKWdPQ8WoPrhnrkZ6Vmvp3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:2.0625rem;left:3.4375rem;display:block; }
#FKUqSPa99ILpJcyRddUaVVviXwVPFUPO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hJnrGnIvHxEzTwbobA0tLHT7o2C8kObT { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:2.34375rem;left:3.6875rem;display:block; }
#O29m1MM4FGkPtaHJEou34SaoLvEtwMlO { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:2.0625rem;left:6.875rem;display:block; }
#qveFRTz2wNMIpamMJyXKeXCkEvLBE9GO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XK7cawEk3cSuCgI8nizSwogOSvP8OLPk { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:2.34375rem;left:7.1875rem;display:block; }
#OaofTHcziWIc9zS2oXBmk9xfwmBf8kH9 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:2.0625rem;left:10.3125rem;display:block; }
#dU2xA2x8AZfy9zJnDwfxOQ6gFSrL3h1O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RsXZxdCvwzQoXmiLABLbBHJBotkJaRO7 { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:2.34375rem;left:10.625rem;display:block; }
#nG03bfLBKkywHcJBVXqgees7Ti98EZoV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.5rem;left:31.875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#DdOue1cTb34IlBm9MwXzkpqmA2Tth5Jt { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:1.0625rem;left:29.875rem;display:block; }
#UDi53vPq3iuDCO4vf9CTnDZFT0KaBEf8 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:1.4375rem;left:48.1875rem;display:none; }
#cAIaAVotvQQVOlAoOi2MGuq3TkqCo99J { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.5rem;left:49.75rem;height:1.3rem;text-align:right;text-align-last:right;display:none; }
#y3vGDLFQ4p0Jm5CXNw0TTVUbkfCBtTCT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.5rem;left:31.875rem;height:3.9rem;text-align:center;text-align-last:center;display:none; }
#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy { position:relative;display:none; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy { border-width: 0; border-radius: 0; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#511010;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; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { background-color: transparent; background-image: none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container > .video-iframe-container { display: none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row > .video-iframe-container { display: none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .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); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { border-width: 0; border-radius: 0; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:block; }#grXtSuiKixb1Gh1lQ97MXRESqZ6BXU9X { 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:11.0625rem;width:15.625rem;top:2.1875rem;left:22.1875rem;overflow:hidden;display:block; }
#Bycr9EimnPSmXXKcwr59cOuehAOH9LUT { color:rgba(var(--color-tertiary-0),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.325000762939rem;left:11.0625rem;height:1.05625rem;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) { #zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT { display:block; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwwRIeIoxnwp0TnlqZX30qeJR9EafCk0 { top:4.6875rem;left:17.625rem;width:12.375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #owAZ7w9qSeD98fBpXKIHErUkVDtRGJzT { top:1.25rem;left:16.0625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx9lgi5WHhQJ87wZhx11kW1bcBDDlbXE { top:17.6875rem;left:21.1875rem;width:5.75rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhanSckCiXziKk1KkzrcgBHqAmeTQUnb { top:19.5625rem;left:22.1875rem;width:3.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT36ZgZQUtnft6ZwK7Tq6RGGbB243boM { top:16.25rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvIn9moDHHdAaFG8claa7uMnDSTl34bU { top:3.5rem;left:0rem;width:20.0625rem;height:16.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka6xl2hrwzcqewDQ4O3M64ff9aMbodCU { width:15.625rem;height:15.625rem;top:1.25rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRK0vgHWqhbZhhEXdPSTkoRs5Bpf5d1G { display:block; }
 }@media only screen and (max-width: 763px) { #WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x { display:block; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0hHaK3b6uh4u1ZXmfVUR8cUoIZoU9G8 { width:2.8125rem;height:2.8125rem;top:0.5625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbtMTkThcrvs6CpKElwlxBZwdrrZIfHw { display:block; }
 }@media only screen and (max-width: 763px) { #ziXDyg4TQANEOyy42D0PlhCVralHVXMQ { top:0.875rem;left:42.625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwRpK7ZrlVbaM4TZ8NBHtyEKfMmP6lel { width:2.8125rem;height:2.8125rem;top:0.5625rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErZaL0ktO2mEcHBlqTEOZpaRthXhDaZe { display:block; }
 }@media only screen and (max-width: 763px) { #BNmI0PSxJ9Dh0uWhpCN26Pyigxc5Sebv { top:0.875rem;left:38.25rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #II3xQINykAaMTfzABvMPr91Irwiy1IJh { width:2.8125rem;height:2.8125rem;top:0.5625rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK7ieaLlrq3Nm83bQEruUqdkw9N2ekad { display:block; }
 }@media only screen and (max-width: 763px) { #bfCfbHXnCDaQ8gKOAgnvkXDsdU36fKT2 { top:0.875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZC4r5Ggg6Crv8D5NML2gXtzFIzBVyxN { width:2.8125rem;height:2.8125rem;top:0.5625rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnoRmE2HD6OBHF4ndyoEGDCslUyg4k4w { display:block; }
 }@media only screen and (max-width: 763px) { #uKFAJrzkbGm9UQzvWPEmLG668JuEM1h7 { top:0.875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5vgNTBkS1xGSDgeM0Wk4dDfSMr793k3 { width:8.3125rem;height:2.5rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPW9sQ9i7dtTtXTTHXvfWhoN25J61a8q { display:block; }
 }@media only screen and (max-width: 763px) { #ro8y24WowX2NyJT52mN7tLFH7vRv08R0 { top:0.75rem;left:0rem;width:3.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdkNFqzxOuGLTEIGlHZfJWISqHwSS8pQ { top:0.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8iSyNOcHs24BN23RHXkUCs9VvxT2e69 { display:none; }#H8iSyNOcHs24BN23RHXkUCs9VvxT2e69 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FE8el1rrAKykladX9WSWt0DAULFFGTsf { top:0.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #asTOgVlVJcGePSBCaSFrRTmPcgUtPUu5 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #wuoVUINJZvao5XX4tor6XZRUkH3vTKAh { display:block; }
 }@media only screen and (max-width: 763px) { #NQeUlP92swQENNV68ZFoc4sPbOCXLKbH { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Ghi1MRsTOlhppwk9Q0XKzvH3Ospe1ddF { display:block; }
 }@media only screen and (max-width: 763px) { #xmFeWVfpsDqS3ViNfly8Qyzd7dmzS1NN { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ULvLnxll9tqpX98OOHyiPIKtEpp93KRO { display:block; }
 }@media only screen and (max-width: 763px) { #ZIbdOpwE6DoTNqCVOqor5NikNT68A1pP { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #DrybfK6fhnKPymO9qIuJuhImwuRcHhVL { display:block; }
 }@media only screen and (max-width: 763px) { #wKi2kPLhcM9sut0DrhBEuXsedk2gEzJz { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #i9rtBh6GGSX3kKcMwnTVCtw23G8HXwLZ { display:block; }
 }@media only screen and (max-width: 763px) { #NZGDvyHOy25DLoIbWTx3GVGyk15ddk4r { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Ttd0ug6US9UZtJNWJlxoAUcSczOobi5m { display:block; }
 }@media only screen and (max-width: 763px) { #VVDISI434Tu4PxUvBTrkro4teEmCeCnc { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #gZthtJAvQ1ivp9dZqLJimJoUtd5Qh7VA { display:block; }
 }@media only screen and (max-width: 763px) { #bx9wTm7KQTiPELxqEnHTQrtK1iAEombM { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #S14kG7eaypacvzNrKMou1TLFx2J0VHcQ { display:block; }
 }@media only screen and (max-width: 763px) { #fcJuOXk0TDUeeQHo0Ll2tcqAwq4V3xiC { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #kn3DBLnVXV5oBknd5we7TOE8eQ88cQMq { display:block; }
 }@media only screen and (max-width: 763px) { #NIfmlmDPonzMAaX5qZJFrnFN7XNsgKJh { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #XRrCu1TMAONagBxwN1mPAZHQEvc4ZX6v { display:block; }
 }@media only screen and (max-width: 763px) { #P6xk9k6yN2UBIHfptlv048v5bgdWk2em { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Uy5zmSdQfxJPPHPziBwoEEPLEQhZUdZa { display:block; }
 }@media only screen and (max-width: 763px) { #yFJsoM4c2AhiRcTpa0V8kFSC3KAgeXJx { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #a9nxTfqJIgoTLm05FdTnVwNSAXR8nXZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #BR0Jbu3RQ3NiRwFN0a16BstDJSfsX7nG { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #kPJyzITPWIDx2UEfW61whVu38tWln7lm { display:block; }
 }@media only screen and (max-width: 763px) { #NeBcOM2hK2Fga50xXAvc6NFUZBnUDnsu { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #QJieIBcNRTHi8uOs7AbzrXM9eSIuASHD { display:block; }
 }@media only screen and (max-width: 763px) { #POQ5kKlBBd3bCNoaTytDR1Xa7eH9DmCU { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #OKDZupINKLvQwpeILFQN3fhvpEXJW5JO { display:block; }
 }@media only screen and (max-width: 763px) { #gbOqxL6u8W6JmX2DhrrJ3nRTKvwcvqsv { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #RNhbh91rUXIPx2FqnDxx1I24K233zbRl { display:block; }
 }@media only screen and (max-width: 763px) { #JlypaTH3Dessq3eAVKotiSt2NmdQfOwl { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #X49Dqv7oyQBonrqDtzzS9sTSr4UZ8OR3 { display:block; }
 }@media only screen and (max-width: 763px) { #cgZviBLTE6X2VwUi0dFMmXGSID0XXhJa { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yiUAv9H6An37tweiWvmEMTfi3iRpUmFV { display:block; }
 }@media only screen and (max-width: 763px) { #MtS2IhushIWsbz9JR99TdkNdBNNePMRI { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVHz5EBfDqWN2iRi9a2aAwS4dfyrBvwk { display:block; }
 }@media only screen and (max-width: 763px) { #PgGd0TPVEOeXsaXoknVEnWMWMvhhGAak { top:2.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IU0P88A8wl6utU59d8cZeW1tz8nKhtlN { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKtrvvynGdK3PTJIiZmFDPG7aGS0SVM0 { display:block; }
 }@media only screen and (max-width: 763px) { #qnN67eO6U2LM0q42aoPcT11V1GbL8gRg { top:2.375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fk7fLdGZumkQ6rF5mTFmzkRVD32IKznk { top:2.3125rem;left:1.0625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #izMrb6XC9fWCr7OIvOLP5eZa0sTC1mHU { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k25ToaqGTPc7D7QlS0MTMUmyX5Bm63Dd { display:block; }
 }@media only screen and (max-width: 763px) { #uzPE9dH1oHFViThB0on4RFWCq0vDQawZ { top:2.3125rem;left:4.5rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFBOy07aTWtAtqh1PJnbuT9fWy5M9C6v { top:1.4375rem;left:42.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxfoNacETobFR7zP2T5lyTJbe7poNE6P { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZrADWp28IPxMzmT3t0JmMvUElVHpRq7 { display:block; }
 }@media only screen and (max-width: 763px) { #PplK27IWeqJeVfVBySsWznQxI54Z3ELQ { display:block; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiqIKxUvrHHLpLxqTWbGebp9WLmWDXws { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s71imq6Sf02cXZrfK3ZdFQ43FBlF5zpE { top:6.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt { display:block; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgV6HhaqcGvRAkdrOT5GqpTq3f3brm43 { top:1.5625rem;left:0rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hutWBsO2dvx0ZyE9Rv3zbBe3MT2Sg7G1 { top:20.9375rem;left:0rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #im1qyo9U5Dlx8cowpXaTMLE9FNc2Ponf { top:21.8125rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuT9QRMLlR6kqmSyUkFu5Tyq4PylzB9k { top:1.5625rem;left:9.125rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp2hi0O8UQ54WS6IzVMb8ieFfagQZQA1 { top:1.5625rem;left:33.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iavpcs2MhJKMeuSVUtTNRIPZi6AOQa69 { top:20.9375rem;left:9.125rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcCgbqUvqpWQaBetDMTyA3wclfiA2BAI { top:21.8125rem;left:9.1250019073488rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV2D6e0D2evUVxNv7U5ii8o5QpOGfXI3 { top:20.9375rem;left:33.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET6MoFFr5cFevXgVb8IsNEM0U6UhdStU { top:21.8125rem;left:39.000001907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikBMK9sQqzsqkEUJ8D3kOh0i2wPeKDew { width:2.5rem;height:2.5rem;top:21.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP12UZC481FHCmT74pdWPXT8BeITTlhM { display:block; }
 }@media only screen and (max-width: 763px) { #bgUOTD1fmr62SJE9mK9eKMg0iaV1yrik { width:2.5rem;height:2.5rem;top:21.3125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHiu09GBOg83MJZauieGZHZcmtGkADyD { display:block; }
 }@media only screen and (max-width: 763px) { #LAIHliaTfmTRb8hPmJIcAwXZbUaooNEK { width:2.5rem;height:2.5rem;top:21.3125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXu2SpxSDG82OT9NbZP5LWB8gqUe8TmQ { display:block; }
 }@media only screen and (max-width: 763px) { #Lk7TAfulyQrwpMbJgBN08H688GpenfDa { width:2.5rem;height:2.5rem;top:21.625rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hw4f4M0FifQdrekPAPB9kUrtTPqC2eQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #TAa3JEISxFFtpKgtpvRMqtKA0xPIHwUh { top:1.5625rem;left:24.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB3qoTPe5dThm2MXix67z8015P6g0cbZ { top:20.9375rem;left:24.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ4WVTbCmRrxJn2nnT0zg0Ihvte9WbTS { top:21.75rem;left:24.062501907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loCFQAy7vb0AOIA2tRyPbnk9czfDJrPT { width:2.5rem;height:2.5rem;top:21.3125rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmRcKxKRzCkH6DyVL4IOO9oTrohkR7JJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm { display:block; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byKvqlhBEf3fuQX9y9pC9oc5mRwAwDQl { top:1.875rem;left:0rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGqp04IsOVgsIgfxg7eUXBF6Az81HPPC { top:1.875rem;left:24.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p20RGKemGiz9QCwO0Ny5kHFHNzuH42zv { top:21.25rem;left:0rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go7TaJPoEMIT5NTEoCWmP26Wqfez9mWq { top:22.125rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbagolTqcnC96FyOiN0ho1Cy59BDhHIV { top:21.25rem;left:9.125rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2rccQyALAxZKV49R1uF9DbL9MEzkeLT { top:22.125rem;left:9.1250019073488rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLfUR3kgcDrc7Fw4dPpwTifNxOqdIIL6 { top:21.25rem;left:24.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzMyhp5fcCy8EnlTS4E9TcTqn53iEqMk { top:22.125rem;left:24.062501907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paTTvsoP6rlFA5VTJgofFQBibvTN9Ztg { top:21.25rem;left:33.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE3q1C0vUnBbFAbN68IDorVnmgITf1oX { top:22.125rem;left:39.000001907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eafMkDUIFBzz30cbPa1oFPBJpTZmC2bR { width:2.5rem;height:2.5rem;top:21.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr4vKEAMTq8J8Mz8Sn6pWtNGdgJsgBAw { display:block; }
 }@media only screen and (max-width: 763px) { #Qv3vUq2apk7odbLfJcGCHcrSV2gTehMX { width:2.5rem;height:2.5rem;top:21.625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBLHZHAtM5S85V8DXHJxypIUdiHxKmdt { display:block; }
 }@media only screen and (max-width: 763px) { #Dvw38WPSyL7Dpli83N0RaQR4bShdWicc { width:2.5rem;height:2.5rem;top:21.625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Ho30U3S16TBDIQQ7xnqCJbrPri8LB9 { display:block; }
 }@media only screen and (max-width: 763px) { #AekTC1FIPCfOdBXZhTRWVHssQynJiIdA { width:2.5rem;height:2.5rem;top:21.625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N52uFKnxI1JG6yXVZeTeRphUQiDwbGSA { display:block; }
 }@media only screen and (max-width: 763px) { #K22UL8QvUrZFhLaXtwRiiTB55BImJU81 { top:45.5rem;left:0rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO4WWmkmQi9Cmd1D3e9xoRCsknMo2diB { width:2.5rem;height:2.5rem;top:45.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqnVqhiiCB60G0siTU3G7zBoMtNEcuBD { display:block; }
 }@media only screen and (max-width: 763px) { #zn1Wr8SRGMimn016Zbd8oykb5DteGWdx { top:46.375rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaXkAaOX9XCyVmqy5lVdpQmgG8zHkF8m { top:1.875rem;left:9.1250019073488rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yODTGvF14TnyvSMTLw0tfGSA3hydkFGN { top:1.875rem;left:33.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS87qlPOVZ3dnt3EitVou7hHvsH7o5aU { top:26.1875rem;left:0rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1VlfLcp2ewJAo4QHkalW6wDQT3RsECT { top:26.1875rem;left:9.125rem;width:14rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSl7FDsocQJ8KGdH0IMyteGRkoPDJVTo { top:45.5rem;left:9.125rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7Kk4tcliLe2O0MZK7R26ht7PMtlB434 { width:2.5rem;height:2.5rem;top:45.875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC25efSkcJk8qEUZCKBGVOms0vaqMo73 { display:block; }
 }@media only screen and (max-width: 763px) { #IAGLuW1t9Z0yoJTgSl3C0p4e8g7xAaRk { top:46.375rem;left:9.125rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuVS8WAfUWZg90WkSGyueGUv8Ap8mELB { top:26.1875rem;left:24.0625rem;width:14rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvu595bwerokBQe3VRppEE4zGTCxxTvH { top:45.5rem;left:24.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ6pDmgXh18PLZQAcMeWmObnS2AgtIzc { width:2.5rem;height:2.5rem;top:45.875rem;left:34.499996185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuBNokLNGdVKwWzTXI6arVAhy4v3LIbz { display:block; }
 }@media only screen and (max-width: 763px) { #rx31Hpu46BNiXGmRHK8euUIpu8tHGDTo { top:46.375rem;left:24.0625rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcM379ye1Us8uHDWgP4pbZIpT08EPbwv { top:45.5625rem;left:33.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIWg2FgTKllZrAnt8XtZFKNg4Fpa93XG { width:2.5rem;height:2.5rem;top:45.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAzayBod3dE0K149qwVGQZqaKhvmKsZk { display:block; }
 }@media only screen and (max-width: 763px) { #ObsheLEwoWmT6lHfxKrK70QeNcqbBk9r { top:26.1875rem;left:33.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFwvfTTxfBuneFcTEe7pAMaWGbryZ4gA { top:46.4375rem;left:39.1875rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix68GqrOPVHa8KffPodUQULDyQxSBrzM { display:block; }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNGbzNvOETKWt3c11TduW6iyG9Qd8CTi { top:1.5625rem;left:9.125rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3Qc6OTmfbnN5TZcNhyIXCL3gTOTVIw3 { top:1.5625rem;left:24.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBE1JheBAzBA15U2lOZ01XZ7dSnu1atb { top:1.5625rem;left:33.0625rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNmy6BzTHE0p6KZD9RTSwCUd25iVO3L1 { top:20.9375rem;left:9.125rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQmogBRJup7xNbTh8aeTiD2vCsN9JCVA { top:21.8125rem;left:9.1250019073488rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceADvnZTLsnbf3VA7fNtCJgAkHsd5rdJ { top:20.9375rem;left:24.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqv72M0fd49uEqF7PtdSq5f4kwImn4g1 { top:21.8125rem;left:24.062501907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avoXIQP4DmdfkUo5CVRKRbeDbFq6yzMh { top:20.9375rem;left:33.0625rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDIT6tltMli7erb2AMiZiGkizJKMD7HD { top:21.8125rem;left:39.000001907349rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNZicaswI6r6PDx0IrH6EEGRr9yi0D7p { width:2.5rem;height:2.5rem;top:21.3125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGF2ZxqbesRKBJFEORKdRapBT7fETBnq { display:block; }
 }@media only screen and (max-width: 763px) { #TLAlWzJD5Z2KhSkvZaVWVcTtPIFTu51u { width:2.5rem;height:2.5rem;top:21.3125rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNg01dCzg9v55zaTin0TlFnud1wSz89K { display:block; }
 }@media only screen and (max-width: 763px) { #xQpz2s2fc5GRC4yMhkg2cDuwfHUlVm25 { width:2.5rem;height:2.5rem;top:21.3125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeZvFH0WfgHGVECy82EgI5TLAOmnfMXk { display:block; }
 }@media only screen and (max-width: 763px) { #RCUvQTBmhiApFI5G4A4BENuDLE6m7nzt { width:2.5rem;height:2.5rem;top:21.625rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnrQ2cHTm1o4L25IQtAL16yoAFs7vbvr { display:block; }
 }@media only screen and (max-width: 763px) { #E7nfK5iemtmzDEBQ1nGKT9ZhpbPl5VVr { top:1.5625rem;left:0rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOtpatDXbXqxLkLdcI5ATZsJLmWO16o0 { top:20.9375rem;left:0rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB2tD2P9VFKzuTy4FpbXXyBeeacL9nut { width:2.5rem;height:2.5rem;top:21.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdAQulhTD6UCTDxW4SXr6TKgKgVdBnoi { display:block; }
 }@media only screen and (max-width: 763px) { #ML9iZ83gIhz1V1IWCmHS22pgddgAzIgR { top:21.8125rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G { display:block; }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJGfRrrSVxmUJ8Oel8KulnCiUC0R3ZEr { top:1.5625rem;left:0rem;width:14.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWbIgQsk8JquwnL64Jq3ZicGLwlT8A62 { top:20.9375rem;left:0rem;width:14.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPQNzivVKtzu3e7K0wOoplNP3OzJ0n7H { top:21.8125rem;left:0rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJsd82WBIGt0iSTTI6WlXU6m1dGPPyQa { width:2.5rem;height:2.5rem;top:21.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWzZTI5sQeMK9WvXlFFRUPs3krzMrITK { display:block; }
 }@media only screen and (max-width: 763px) { #ua469oFtE2ZhhLhd4JOiwCFVamPJGQDd { width:2.5rem;height:2.5rem;top:21.625rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1U441Moynu1aTvcTA99f5DbVenOTnZX { display:block; }
 }@media only screen and (max-width: 763px) { #RFrsXNTJf09MKp5QAQXWN4KZgUV8bfiE { top:20.9375rem;left:9.1250019073488rem;width:19.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrronuOodT3641eZBT8WQzUEMAgHuc4L { width:2.5rem;height:2.5rem;top:21.25rem;left:24.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTwm9ztIhilhpkD7FpdeQZ8TkH8o1SK { display:block; }
 }@media only screen and (max-width: 763px) { #TFBquNcvceQZkqebCc0qDA5bQnV2PwSv { top:6.1875rem;left:9.1250019073488rem;width:18.8125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opvUvHMXfLvGCO6qt4Tf4CF1KycTUnTX { top:21.8125rem;left:9.1250019073488rem;width:8.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8ZaGZEPFdwQSImU0KIXrvJKtQ9UCNl6 { width:25rem;height:3.4375rem;top:27rem;left:11.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #MksGt2kTIsgzBi7AdEOTOiMVtOQG8pkl { display:block; }
 }@media only screen and (max-width: 763px) { #PwI4lLW1610xSq1T51kZRUMwxMdRzdnV { display:block; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlTcsK4E7EctzTriliXNJznJr6ObUqvI { top:4.1875rem;left:24.5625rem;width:23.1875rem;height:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prg3wTk98EAJXh6KXILr70hoaIVzHTuh { top:13.9375rem;left:26.5625rem;width:2.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxwIM7fy9gbbfcXxaxGtiJMbSNtefRH6 { top:13.8125rem;left:30.125001907349rem;width:4.875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTy9Wfw1PWTtlhW8LRDvJd00Arvf4rW7 { top:14rem;left:35.4375rem;width:2.6875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6oE1tTI6PTSvlzIoD90o7A9FLhn6oA0 { top:14rem;left:38.750001907349rem;width:4.875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giDv74kdsXlzTmLfd1v0WJRKoOVSb8MT { top:14.0625rem;left:42rem;width:5.75rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxylhOZVaAym1946PdQw93BkMo25wmFT { top:14.0625rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Ulw5snCeO2t4pA6VZRcr8ywRr0Q9gx { top:11.0625rem;left:20.5rem;width:27.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3z7iqm1kN0MNQuSBgcdMvacRgb1qvd8 { top:19.625rem;left:20.375rem;width:27.375rem;height:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpPGgnGlDbNuXnBsl6UVtBhMADzxk1n9 { width:12.5625rem;height:3.4375rem;top:28.3125rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaXyB0N3wSe2sdtClGTCkbWGQCBB3Zet { display:block; }
 }@media only screen and (max-width: 763px) { #TgfsW9XUxB1gWPB60RTsWldzfKBmZDrH { width:23.8125rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bI055Tz7rrdTBdSsvFP3f133ukloxFoC { display:block; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUncICQbHHJNct7fhaCNw7vlIiQhTORp { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU7gvG3AOfNeqKC80UWTukpT3mi6Zs7F { top:6.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V { display:block; }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgccZUr7Fn3TlGWvzs5sgeopcs6NHh8k { top:1.6875rem;left:0rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7G95CGcZv1A8NmNkqZKBXyueZ4gPyUd { width:9.75rem;height:2.875rem;top:21.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk24v9kImMMf8LJiOp8WkDXXaHerIDww { display:block; }
 }@media only screen and (max-width: 763px) { #n6Mgcw8HX9D1z8lZ02Kr8p8n3tMDQuq8 { width:9.75rem;height:2.875rem;top:21.625rem;left:13.031251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #glZkUFBEcle2P59cXLctihzkXwegZmX1 { display:block; }
 }@media only screen and (max-width: 763px) { #KawfDuSXnEP1q5KMhUOJKhiHoBnMBkwf { top:1.6875rem;left:9.75rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESx74KmGmvqeLkLNO6hvxDhK9Xy4ZVoH { width:9.75rem;height:2.875rem;top:21.625rem;left:24.968751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIRfx2PC8ZNkHAaGLyuGiO9Lx5Xtmzcc { display:block; }
 }@media only screen and (max-width: 763px) { #xPW2ClwgoE0UrfTdDR5hCx0pWstcMdLx { top:1.6875rem;left:21.6875rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZk1Pxx2mSwGkKswNSb6UzXIgq2CgyGP { width:9.75rem;height:2.875rem;top:21.625rem;left:37.217969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO5abtV2xFbuSx8Tt5096grMQwOcgVhr { display:block; }
 }@media only screen and (max-width: 763px) { #B7tsyaAryDyldtixxbdAMWIwFqZ3Hi4b { top:1.6875rem;left:33.625rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNZmLoGs1aWFo6huTTqPbOdvmbKmVesg { top:28.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQX6iaZfnJayT3TOfgSpqVxm4mzdmIiq { top:25.6875rem;left:20.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adn4s4WTTIWuPFWzrIhkBq89MVDvJSds { top:18.3125rem;left:0.5rem;width:10.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BExuMBBFkrDDg1wKiRq0cnWJxMaX7EOM { top:1.625rem;left:0rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp2bh4hiNqkSHoGpS3XnZpA8CzHxTzPg { top:17.625rem;left:12.84375rem;width:10.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvACv6GHpIQzFgqt0LPmqRnI8deK9lFd { top:17.5625rem;left:22.5625rem;width:13.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVpnpAXS3ZlBKulrgNfwWX77nmxQn76k { top:18.3125rem;left:37.124219894409rem;width:10.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIxhlGdzQ62yf7EhVsFTIlkST2C4fdRm { top:15.6875rem;left:1.875rem;width:10.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOgCriEgSEKd5vLK0yzIA3ETgKtlFJ0F { top:15.6875rem;left:13.8125rem;width:10.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ostKQEl3pwXPeh7I1AcTrM9PQulHHQAp { top:15.1875rem;left:18.5rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf5JTynhDqsZBRIm5NTyAe9vQHGkSS6r { top:15.6875rem;left:25.75rem;width:10.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsByKqIzMHA0BQ8hBM8usymB2DuyBtyg { top:15.25rem;left:30.4375rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC3NkZWkVOK5XlpnuH3W4TVAgCcl7yc1 { top:15.6875rem;left:42.9375rem;width:4.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEyq5uqdizbcuG9W9meT7HxuuxM7leSr { top:15.1875rem;left:42.375rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH22GZrBKalKqAdXsLqxwJX50kcF86ak { top:15.1875rem;left:6.5625rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9P5nAN8hMvxqqBBAgnVCJ57M9Qe2zaO { top:1.6875rem;left:9.75rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgILFu2Zm7XfIbZ9JwA7LxQUpxLhuvn8 { top:1.6875rem;left:21.6875rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZheC0OA1SW3qBGp8uwXhZ1nyZLzwr6aT { top:1.6875rem;left:33.625rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2AI9EoSLRyFUdHGQTzJKP5udIUx1oEs { width:12.8125rem;height:2.3125rem;top:28.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmGTOfzoNQD5kJBcn9eZcCmLArL3bSaH { display:block; }
 }@media only screen and (max-width: 763px) { #InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa { display:block; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x81ZUCtLawD0888L7d6hM8XTIfy8TcAH { top:9.625rem;left:20.4375rem;width:27.3125rem;height:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUxEo1otMEklb7uODWMhctgRk5XJ2Uwl { width:12.5625rem;height:3.4375rem;top:20.4375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpVHsAFAKkF4XQf8SEg0LzrVmLmPUrIs { display:block; }
 }@media only screen and (max-width: 763px) { #big4cWemSLFPSIZyy86bk1vJvqkWwHJz { top:4.25rem;left:26.5625rem;width:4.6875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6bV085tHnG98eEbo2vLJ3JrsTda0En1 { top:16.4375rem;left:20.5rem;width:27.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRkRTcb6byhkMI2VVmi78x4uvUH0UexX { width:23.8125rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn { display:none; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh { display:block; }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I86EXUvxnelS7OwQiROkWZvtmyR3Mkgu { top:2.125rem;left:37.5rem;width:10.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUZX7Go7giOH3gaA9sJ8cD83FFR2i61R { top:3.4375rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUV6Cd2kXHK7R7N61kMyPxi6IumEPXqV { top:2.0625rem;left:42.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsEFsDzPdWUGdZSlphgvAK2KOIxOrHak { top:3.125rem;left:45.0625rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5JhBUZQDeQqQpxlxHG4lTyec4ASK8mL { top:1.625rem;left:10.9375rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmyTz3nnTlFyOuVu2rxVHEi3qWvRLdlF { top:2.0625rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6MWRLQaCcHsZwKa4iSlhaA1mLRPQ81A { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHBzEhnCImnf2EDT6XpnutiqL3WcfivS { display:block; }
 }@media only screen and (max-width: 763px) { #wncs0nToovdPSOuZioDksGourNC7X4eQ { top:2.375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ81xGVLK2yKWdPQ8WoPrhnrkZ6Vmvp3 { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKUqSPa99ILpJcyRddUaVVviXwVPFUPO { display:block; }
 }@media only screen and (max-width: 763px) { #hJnrGnIvHxEzTwbobA0tLHT7o2C8kObT { top:2.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O29m1MM4FGkPtaHJEou34SaoLvEtwMlO { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qveFRTz2wNMIpamMJyXKeXCkEvLBE9GO { display:block; }
 }@media only screen and (max-width: 763px) { #XK7cawEk3cSuCgI8nizSwogOSvP8OLPk { top:2.3125rem;left:1.0625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaofTHcziWIc9zS2oXBmk9xfwmBf8kH9 { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU2xA2x8AZfy9zJnDwfxOQ6gFSrL3h1O { display:block; }
 }@media only screen and (max-width: 763px) { #RsXZxdCvwzQoXmiLABLbBHJBotkJaRO7 { top:2.3125rem;left:4.5rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG03bfLBKkywHcJBVXqgees7Ti98EZoV { top:1.5rem;left:25.75rem;width:12.875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdOue1cTb34IlBm9MwXzkpqmA2Tth5Jt { top:1.0625rem;left:23.75rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDi53vPq3iuDCO4vf9CTnDZFT0KaBEf8 { top:1.4375rem;left:42.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cAIaAVotvQQVOlAoOi2MGuq3TkqCo99J { top:1.5rem;left:37.5rem;width:10.25rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3vGDLFQ4p0Jm5CXNw0TTVUbkfCBtTCT { top:6.6875rem;left:0rem;width:13.5625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTMAzZgez8QG8DeW91hKq2lQIywaFyTy { display:none; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo { display:block; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grXtSuiKixb1Gh1lQ97MXRESqZ6BXU9X { top:2.1875rem;left:16.0625rem;width:15.625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bycr9EimnPSmXXKcwr59cOuehAOH9LUT { top:14.3125rem;left:4.9375rem;width:37.875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT { background-color:#511010;background-image:none;display:block; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container { background-color: transparent; background-image: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container > .video-iframe-container { display: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row > .video-iframe-container { display: none; }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .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); }#zl9Qu7ypEd0gshtoJBKM3Z5PNB4CTZLT > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwwRIeIoxnwp0TnlqZX30qeJR9EafCk0 { width:8.625rem;height:6.0625rem;top:3.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owAZ7w9qSeD98fBpXKIHErUkVDtRGJzT { width:10.625rem;height:10.625rem;top:0.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx9lgi5WHhQJ87wZhx11kW1bcBDDlbXE { width:5.75rem;height:1.3rem;top:10.9375rem;left:7.125rem;font-size:0.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rhanSckCiXziKk1KkzrcgBHqAmeTQUnb { width:2.5625rem;height:1.375rem;top:12.425000190735rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT36ZgZQUtnft6ZwK7Tq6RGGbB243boM { width:4.5rem;height:4.5rem;top:9.9375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvIn9moDHHdAaFG8claa7uMnDSTl34bU { width:18.5rem;height:0;top:24.625rem;left:0.75rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ka6xl2hrwzcqewDQ4O3M64ff9aMbodCU { width:10.75rem;height:10.125rem;top:0.96875rem;left:4.6249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRK0vgHWqhbZhhEXdPSTkoRs5Bpf5d1G { display:block; }
 }@media only screen and (max-width: 763px) { #WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x { background-color:#350303;background-image:none;display:none; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { width:20rem;height:3.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z0hHaK3b6uh4u1ZXmfVUR8cUoIZoU9G8 { width:2.1875rem;height:2.1875rem;top:4.125rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BbtMTkThcrvs6CpKElwlxBZwdrrZIfHw { display:block; }
 }@media only screen and (max-width: 763px) { #ziXDyg4TQANEOyy42D0PlhCVralHVXMQ { width:1.75rem;height:1.75rem;top:4.375rem;left:11.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwRpK7ZrlVbaM4TZ8NBHtyEKfMmP6lel { width:2.1875rem;height:2.1875rem;top:4.125rem;left:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ErZaL0ktO2mEcHBlqTEOZpaRthXhDaZe { display:block; }
 }@media only screen and (max-width: 763px) { #BNmI0PSxJ9Dh0uWhpCN26Pyigxc5Sebv { width:1.75rem;height:1.75rem;top:4.375rem;left:15.6875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #II3xQINykAaMTfzABvMPr91Irwiy1IJh { width:2.1875rem;height:2.1875rem;top:4.125rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eK7ieaLlrq3Nm83bQEruUqdkw9N2ekad { display:block; }
 }@media only screen and (max-width: 763px) { #bfCfbHXnCDaQ8gKOAgnvkXDsdU36fKT2 { width:1.75rem;height:1.75rem;top:4.4375rem;left:2.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZC4r5Ggg6Crv8D5NML2gXtzFIzBVyxN { width:2.1875rem;height:2.1875rem;top:4.125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QnoRmE2HD6OBHF4ndyoEGDCslUyg4k4w { display:block; }
 }@media only screen and (max-width: 763px) { #uKFAJrzkbGm9UQzvWPEmLG668JuEM1h7 { width:1.75rem;height:1.75rem;top:4.375rem;left:6.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5vgNTBkS1xGSDgeM0Wk4dDfSMr793k3 { width:7.75rem;height:1.625rem;top:0.9375rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPW9sQ9i7dtTtXTTHXvfWhoN25J61a8q { display:block; }
 }@media only screen and (max-width: 763px) { #ro8y24WowX2NyJT52mN7tLFH7vRv08R0 { width:3.5rem;height:1.625rem;top:0.9375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdkNFqzxOuGLTEIGlHZfJWISqHwSS8pQ { width:1.625rem;height:1.625rem;top:0.9375rem;left:13.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8iSyNOcHs24BN23RHXkUCs9VvxT2e69 { background-color:#350303;background-image:none;display:block; }#H8iSyNOcHs24BN23RHXkUCs9VvxT2e69 > .row .container { background-color: transparent; background-image: none; }#H8iSyNOcHs24BN23RHXkUCs9VvxT2e69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8iSyNOcHs24BN23RHXkUCs9VvxT2e69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8iSyNOcHs24BN23RHXkUCs9VvxT2e69 > .row .container > .video-iframe-container { display: none; }#H8iSyNOcHs24BN23RHXkUCs9VvxT2e69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8iSyNOcHs24BN23RHXkUCs9VvxT2e69 > .row > .video-iframe-container { display: none; }#H8iSyNOcHs24BN23RHXkUCs9VvxT2e69 > .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); }#H8iSyNOcHs24BN23RHXkUCs9VvxT2e69 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FE8el1rrAKykladX9WSWt0DAULFFGTsf { width:1.625rem;height:1.625rem;top:0.84375rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asTOgVlVJcGePSBCaSFrRTmPcgUtPUu5 { top:3.296875rem;left:0rem;width:20rem;height:1.25rem;z-index:15024;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuoVUINJZvao5XX4tor6XZRUkH3vTKAh { display:block; }
 }@media only screen and (max-width: 763px) { #NQeUlP92swQENNV68ZFoc4sPbOCXLKbH { top:4.703125rem;left:0rem;width:20rem;height:1.25rem;z-index:15025;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghi1MRsTOlhppwk9Q0XKzvH3Ospe1ddF { display:block; }
 }@media only screen and (max-width: 763px) { #xmFeWVfpsDqS3ViNfly8Qyzd7dmzS1NN { top:6.140625rem;left:0rem;width:20rem;height:1.25rem;z-index:15026;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULvLnxll9tqpX98OOHyiPIKtEpp93KRO { display:block; }
 }@media only screen and (max-width: 763px) { #ZIbdOpwE6DoTNqCVOqor5NikNT68A1pP { top:7.578125rem;left:0rem;width:20rem;height:1.25rem;z-index:15027;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrybfK6fhnKPymO9qIuJuhImwuRcHhVL { display:block; }
 }@media only screen and (max-width: 763px) { #wKi2kPLhcM9sut0DrhBEuXsedk2gEzJz { top:9.015625rem;left:0rem;width:20rem;height:1.25rem;z-index:15028;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9rtBh6GGSX3kKcMwnTVCtw23G8HXwLZ { display:block; }
 }@media only screen and (max-width: 763px) { #NZGDvyHOy25DLoIbWTx3GVGyk15ddk4r { top:10.453125rem;left:0rem;width:20rem;height:1.25rem;z-index:15029;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttd0ug6US9UZtJNWJlxoAUcSczOobi5m { display:block; }
 }@media only screen and (max-width: 763px) { #VVDISI434Tu4PxUvBTrkro4teEmCeCnc { top:11.890625rem;left:0rem;width:20rem;height:1.25rem;z-index:15030;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZthtJAvQ1ivp9dZqLJimJoUtd5Qh7VA { display:block; }
 }@media only screen and (max-width: 763px) { #bx9wTm7KQTiPELxqEnHTQrtK1iAEombM { top:13.328125rem;left:0rem;width:20rem;height:1.25rem;z-index:15031;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S14kG7eaypacvzNrKMou1TLFx2J0VHcQ { display:block; }
 }@media only screen and (max-width: 763px) { #fcJuOXk0TDUeeQHo0Ll2tcqAwq4V3xiC { top:14.765625rem;left:0rem;width:20rem;height:1.25rem;z-index:15032;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn3DBLnVXV5oBknd5we7TOE8eQ88cQMq { display:block; }
 }@media only screen and (max-width: 763px) { #NIfmlmDPonzMAaX5qZJFrnFN7XNsgKJh { top:16.203125rem;left:0rem;width:20rem;height:1.25rem;z-index:15033;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRrCu1TMAONagBxwN1mPAZHQEvc4ZX6v { display:block; }
 }@media only screen and (max-width: 763px) { #P6xk9k6yN2UBIHfptlv048v5bgdWk2em { top:17.640625rem;left:0rem;width:20rem;height:1.25rem;z-index:15034;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy5zmSdQfxJPPHPziBwoEEPLEQhZUdZa { display:block; }
 }@media only screen and (max-width: 763px) { #yFJsoM4c2AhiRcTpa0V8kFSC3KAgeXJx { top:19.078125rem;left:0rem;width:20rem;height:1.25rem;z-index:15035;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9nxTfqJIgoTLm05FdTnVwNSAXR8nXZ7 { display:block; }
 }@media only screen and (max-width: 763px) { #BR0Jbu3RQ3NiRwFN0a16BstDJSfsX7nG { top:20.515625rem;left:0rem;width:20rem;height:1.25rem;z-index:15036;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPJyzITPWIDx2UEfW61whVu38tWln7lm { display:block; }
 }@media only screen and (max-width: 763px) { #NeBcOM2hK2Fga50xXAvc6NFUZBnUDnsu { top:21.953125rem;left:0rem;width:20rem;height:1.25rem;z-index:15037;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJieIBcNRTHi8uOs7AbzrXM9eSIuASHD { display:block; }
 }@media only screen and (max-width: 763px) { #POQ5kKlBBd3bCNoaTytDR1Xa7eH9DmCU { top:23.390625rem;left:0rem;width:20rem;height:1.25rem;z-index:15038;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKDZupINKLvQwpeILFQN3fhvpEXJW5JO { display:block; }
 }@media only screen and (max-width: 763px) { #gbOqxL6u8W6JmX2DhrrJ3nRTKvwcvqsv { top:24.828125rem;left:0rem;width:20rem;height:1.25rem;z-index:15039;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNhbh91rUXIPx2FqnDxx1I24K233zbRl { display:block; }
 }@media only screen and (max-width: 763px) { #JlypaTH3Dessq3eAVKotiSt2NmdQfOwl { top:26.25rem;left:0rem;width:20rem;height:1.25rem;z-index:15041;background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-family:"liberation serif";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X49Dqv7oyQBonrqDtzzS9sTSr4UZ8OR3 { display:block; }
 }@media only screen and (max-width: 763px) { #cgZviBLTE6X2VwUi0dFMmXGSID0XXhJa { width:1.875rem;height:1.875rem;top:29.5625rem;left:4.1874998807907rem;color:#ffffff;z-index:15026;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yiUAv9H6An37tweiWvmEMTfi3iRpUmFV { display:block; }
 }@media only screen and (max-width: 763px) { #MtS2IhushIWsbz9JR99TdkNdBNNePMRI { width:1.875rem;height:1.875rem;top:29.5625rem;left:6.6249998807906rem;background-color:#ffffff;background-image:none;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #sVHz5EBfDqWN2iRi9a2aAwS4dfyrBvwk { display:block; }
 }@media only screen and (max-width: 763px) { #PgGd0TPVEOeXsaXoknVEnWMWMvhhGAak { width:1.75rem;height:1.75rem;top:29.625rem;left:6.6874998807906rem;font-size:1.1875rem;color:#511010;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #IU0P88A8wl6utU59d8cZeW1tz8nKhtlN { width:1.875rem;height:1.875rem;top:29.5625rem;left:9.0625003576281rem;background-color:#ffffff;background-image:none;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #CKtrvvynGdK3PTJIiZmFDPG7aGS0SVM0 { display:block; }
 }@media only screen and (max-width: 763px) { #qnN67eO6U2LM0q42aoPcT11V1GbL8gRg { width:1.5625rem;height:1.5625rem;top:29.6875rem;left:4.3124998807907rem;font-size:1.0625rem;color:#511010;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #Fk7fLdGZumkQ6rF5mTFmzkRVD32IKznk { width:1.5625rem;height:1.5625rem;top:29.6875rem;left:9.1875003576281rem;font-size:1.0625rem;color:#511010;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #izMrb6XC9fWCr7OIvOLP5eZa0sTC1mHU { width:1.875rem;height:1.875rem;top:29.5625rem;left:11.500000357628rem;background-color:#ffffff;background-image:none;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #k25ToaqGTPc7D7QlS0MTMUmyX5Bm63Dd { display:block; }
 }@media only screen and (max-width: 763px) { #uzPE9dH1oHFViThB0on4RFWCq0vDQawZ { width:1.5625rem;height:1.5625rem;top:29.6875rem;left:11.625000357628rem;font-size:1.0625rem;color:#511010;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #UFBOy07aTWtAtqh1PJnbuT9fWy5M9C6v { width:1.5625rem;height:1.5625rem;top:29.625rem;left:14.125000357628rem;font-size:1.0625rem;color:#511010;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #GxfoNacETobFR7zP2T5lyTJbe7poNE6P { width:1.875rem;height:1.875rem;top:29.5625rem;left:14.000000357628rem;background-color:#ffffff;background-image:none;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #CZrADWp28IPxMzmT3t0JmMvUElVHpRq7 { display:block; }
 }@media only screen and (max-width: 763px) { #PplK27IWeqJeVfVBySsWznQxI54Z3ELQ { background-color:#ffffff;background-image:none;display:block; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { background-color: transparent; background-image: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container > .video-iframe-container { display: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container { display: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .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); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiqIKxUvrHHLpLxqTWbGebp9WLmWDXws { width:16.875rem;height:3.575rem;top:1.875rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s71imq6Sf02cXZrfK3ZdFQ43FBlF5zpE { width:20rem;height:1.21875rem;top:5.5125007629394rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt { background-color:#ffffff;background-image:none;display:block; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { background-color: transparent; background-image: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container > .video-iframe-container { display: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row > .video-iframe-container { display: none; }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .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); }#UxLhOF1k7us6dnOPeQF5EmRGrq2KlzWt > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgV6HhaqcGvRAkdrOT5GqpTq3f3brm43 { width:8.3125rem;height:11.125rem;top:0rem;left:0.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #hutWBsO2dvx0ZyE9Rv3zbBe3MT2Sg7G1 { width:8.9375rem;height:1.875rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #im1qyo9U5Dlx8cowpXaTMLE9FNc2Ponf { width:4.375rem;height:1.05625rem;top:12.25rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uuT9QRMLlR6kqmSyUkFu5Tyq4PylzB9k { width:8.3125rem;height:11.125rem;top:0rem;left:10.4375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #Tp2hi0O8UQ54WS6IzVMb8ieFfagQZQA1 { width:8.3125rem;height:11.125rem;top:14.625000715256rem;left:10.437500357628rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #Iavpcs2MhJKMeuSVUtTNRIPZi6AOQa69 { width:8.9375rem;height:1.875rem;top:11.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcCgbqUvqpWQaBetDMTyA3wclfiA2BAI { width:4.1875rem;height:1.05625rem;top:12.25rem;left:11.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MV2D6e0D2evUVxNv7U5ii8o5QpOGfXI3 { width:8.9375rem;height:1.875rem;top:26.375000715256rem;left:10.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET6MoFFr5cFevXgVb8IsNEM0U6UhdStU { width:4.1875rem;height:1.05625rem;top:26.875000715256rem;left:11.062500357628rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ikBMK9sQqzsqkEUJ8D3kOh0i2wPeKDew { width:1.3125rem;height:1.3125rem;top:12.25rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP12UZC481FHCmT74pdWPXT8BeITTlhM { display:block; }
 }@media only screen and (max-width: 763px) { #bgUOTD1fmr62SJE9mK9eKMg0iaV1yrik { width:1.3125rem;height:1.3125rem;top:12.25rem;left:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHiu09GBOg83MJZauieGZHZcmtGkADyD { display:block; }
 }@media only screen and (max-width: 763px) { #LAIHliaTfmTRb8hPmJIcAwXZbUaooNEK { width:1.3125rem;height:1.3125rem;top:26.875000715256rem;left:17.500000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXu2SpxSDG82OT9NbZP5LWB8gqUe8TmQ { display:block; }
 }@media only screen and (max-width: 763px) { #Lk7TAfulyQrwpMbJgBN08H688GpenfDa { width:1.625rem;height:1.625rem;top:13.4375rem;left:17.125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #Hw4f4M0FifQdrekPAPB9kUrtTPqC2eQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #TAa3JEISxFFtpKgtpvRMqtKA0xPIHwUh { width:8.3125rem;height:11.125rem;top:14.625rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tB3qoTPe5dThm2MXix67z8015P6g0cbZ { width:8.9375rem;height:1.875rem;top:26.375rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #EZ4WVTbCmRrxJn2nnT0zg0Ihvte9WbTS { width:4.1875rem;height:1.05625rem;top:26.875rem;left:1.3125001192093rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #loCFQAy7vb0AOIA2tRyPbnk9czfDJrPT { width:1.3125rem;height:1.3125rem;top:26.8125rem;left:7.8750003576281rem;font-size:1.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #XmRcKxKRzCkH6DyVL4IOO9oTrohkR7JJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm { background-color:#ffffff;background-image:none;display:block; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container { background-color: transparent; background-image: none; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container > .video-iframe-container { display: none; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row > .video-iframe-container { display: none; }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .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); }#ZXAwBimtWTxJy9JxLRrkgLqd55bqrWPm > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byKvqlhBEf3fuQX9y9pC9oc5mRwAwDQl { width:8.3125rem;height:11.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGqp04IsOVgsIgfxg7eUXBF6Az81HPPC { width:8.3125rem;height:11.125rem;top:14.624999046326rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p20RGKemGiz9QCwO0Ny5kHFHNzuH42zv { width:8.9375rem;height:1.875rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go7TaJPoEMIT5NTEoCWmP26Wqfez9mWq { width:4.1875rem;height:1.05625rem;top:12.25rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TbagolTqcnC96FyOiN0ho1Cy59BDhHIV { width:8.9375rem;height:1.875rem;top:55.625rem;left:10.437500357628rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #E2rccQyALAxZKV49R1uF9DbL9MEzkeLT { width:4.1875rem;height:1.05625rem;top:12.221878051757rem;left:11.000000357628rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LLfUR3kgcDrc7Fw4dPpwTifNxOqdIIL6 { width:8.9375rem;height:1.875rem;top:26.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzMyhp5fcCy8EnlTS4E9TcTqn53iEqMk { width:4.1875rem;height:1.05625rem;top:26.875rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #paTTvsoP6rlFA5VTJgofFQBibvTN9Ztg { width:8.9375rem;height:1.875rem;top:26.375rem;left:10.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE3q1C0vUnBbFAbN68IDorVnmgITf1oX { width:4.1875rem;height:1.05625rem;top:26.875rem;left:11.000000357628rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eafMkDUIFBzz30cbPa1oFPBJpTZmC2bR { width:1.3125rem;height:1.3125rem;top:12.25rem;left:7.8125003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr4vKEAMTq8J8Mz8Sn6pWtNGdgJsgBAw { display:block; }
 }@media only screen and (max-width: 763px) { #Qv3vUq2apk7odbLfJcGCHcrSV2gTehMX { width:1.3125rem;height:1.3125rem;top:56.125rem;left:17.625000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBLHZHAtM5S85V8DXHJxypIUdiHxKmdt { display:block; }
 }@media only screen and (max-width: 763px) { #Dvw38WPSyL7Dpli83N0RaQR4bShdWicc { width:1.3125rem;height:1.3125rem;top:26.875rem;left:17.562500357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1Ho30U3S16TBDIQQ7xnqCJbrPri8LB9 { display:block; }
 }@media only screen and (max-width: 763px) { #AekTC1FIPCfOdBXZhTRWVHssQynJiIdA { width:1.3125rem;height:1.3125rem;top:26.875rem;left:7.7500003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N52uFKnxI1JG6yXVZeTeRphUQiDwbGSA { display:block; }
 }@media only screen and (max-width: 763px) { #K22UL8QvUrZFhLaXtwRiiTB55BImJU81 { width:8.9375rem;height:1.875rem;top:41rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JO4WWmkmQi9Cmd1D3e9xoRCsknMo2diB { width:1.3125rem;height:1.3125rem;top:41.40625rem;left:7.8125rem;font-size:1.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #ZqnVqhiiCB60G0siTU3G7zBoMtNEcuBD { display:block; }
 }@media only screen and (max-width: 763px) { #zn1Wr8SRGMimn016Zbd8oykb5DteGWdx { width:4.1875rem;height:1.05625rem;top:41.471878051757rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #EaXkAaOX9XCyVmqy5lVdpQmgG8zHkF8m { width:8.3125rem;height:11.125rem;top:1.9073486328125E-6rem;left:10.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #yODTGvF14TnyvSMTLw0tfGSA3hydkFGN { width:8.3125rem;height:11.125rem;top:14.624217987061rem;left:10.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS87qlPOVZ3dnt3EitVou7hHvsH7o5aU { width:8.3125rem;height:11.125rem;top:29.311717987061rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #C1VlfLcp2ewJAo4QHkalW6wDQT3RsECT { width:8.3125rem;height:11.125rem;top:29.25rem;left:10.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TSl7FDsocQJ8KGdH0IMyteGRkoPDJVTo { width:8.9375rem;height:1.875rem;top:41rem;left:10.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #x7Kk4tcliLe2O0MZK7R26ht7PMtlB434 { width:2.5rem;height:2.5rem;top:40.75rem;left:16.874999880791rem;font-size:1.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #UC25efSkcJk8qEUZCKBGVOms0vaqMo73 { display:block; }
 }@media only screen and (max-width: 763px) { #IAGLuW1t9Z0yoJTgSl3C0p4e8g7xAaRk { width:8.125rem;height:1.05625rem;top:41.5625rem;left:10.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #QuVS8WAfUWZg90WkSGyueGUv8Ap8mELB { width:8.3125rem;height:11.125rem;top:43.875rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Wvu595bwerokBQe3VRppEE4zGTCxxTvH { width:8.9375rem;height:1.875rem;top:55.625rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #rZ6pDmgXh18PLZQAcMeWmObnS2AgtIzc { width:2.5rem;height:2.5rem;top:55.5625rem;left:6.9375rem;font-size:1.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #iuBNokLNGdVKwWzTXI6arVAhy4v3LIbz { display:block; }
 }@media only screen and (max-width: 763px) { #rx31Hpu46BNiXGmRHK8euUIpu8tHGDTo { width:8.125rem;height:1.05625rem;top:56.1875rem;left:1.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #GcM379ye1Us8uHDWgP4pbZIpT08EPbwv { width:8.9375rem;height:1.875rem;top:11.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIWg2FgTKllZrAnt8XtZFKNg4Fpa93XG { width:1.3125rem;height:1.3125rem;top:12.25rem;left:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAzayBod3dE0K149qwVGQZqaKhvmKsZk { display:block; }
 }@media only screen and (max-width: 763px) { #ObsheLEwoWmT6lHfxKrK70QeNcqbBk9r { width:8.3125rem;height:11.125rem;top:43.875rem;left:10.437500357628rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wFwvfTTxfBuneFcTEe7pAMaWGbryZ4gA { width:4.1875rem;height:1.05625rem;top:56.1875rem;left:11.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ix68GqrOPVHa8KffPodUQULDyQxSBrzM { background-color:#ffffff;background-image:none;display:block; }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM > .row .container { background-color: transparent; background-image: none; }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM > .row .container > .video-iframe-container { display: none; }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM > .row > .video-iframe-container { display: none; }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM > .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); }#Ix68GqrOPVHa8KffPodUQULDyQxSBrzM > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNGbzNvOETKWt3c11TduW6iyG9Qd8CTi { width:8.3125rem;height:11.125rem;top:0rem;left:10.4375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #w3Qc6OTmfbnN5TZcNhyIXCL3gTOTVIw3 { width:8.3125rem;height:11.125rem;top:14.625000715256rem;left:0.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #IBE1JheBAzBA15U2lOZ01XZ7dSnu1atb { width:8.3125rem;height:11.125rem;top:14.625000715256rem;left:10.437500357628rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #cNmy6BzTHE0p6KZD9RTSwCUd25iVO3L1 { width:8.9375rem;height:1.875rem;top:11.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQmogBRJup7xNbTh8aeTiD2vCsN9JCVA { width:4.1875rem;height:1.05625rem;top:12.25rem;left:11.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ceADvnZTLsnbf3VA7fNtCJgAkHsd5rdJ { width:8.9375rem;height:1.875rem;top:26.375000715256rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqv72M0fd49uEqF7PtdSq5f4kwImn4g1 { width:4.1875rem;height:1.05625rem;top:26.875000715256rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #avoXIQP4DmdfkUo5CVRKRbeDbFq6yzMh { width:8.9375rem;height:1.875rem;top:26.375000715256rem;left:10.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDIT6tltMli7erb2AMiZiGkizJKMD7HD { width:4.1875rem;height:1.05625rem;top:26.875000715256rem;left:11.062500357628rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UNZicaswI6r6PDx0IrH6EEGRr9yi0D7p { width:1.3125rem;height:1.3125rem;top:12.25rem;left:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGF2ZxqbesRKBJFEORKdRapBT7fETBnq { display:block; }
 }@media only screen and (max-width: 763px) { #TLAlWzJD5Z2KhSkvZaVWVcTtPIFTu51u { width:1.3125rem;height:1.3125rem;top:26.875000715256rem;left:7.6875003576281rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNg01dCzg9v55zaTin0TlFnud1wSz89K { display:block; }
 }@media only screen and (max-width: 763px) { #xQpz2s2fc5GRC4yMhkg2cDuwfHUlVm25 { width:1.3125rem;height:1.3125rem;top:26.875000715256rem;left:17.500000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeZvFH0WfgHGVECy82EgI5TLAOmnfMXk { display:block; }
 }@media only screen and (max-width: 763px) { #RCUvQTBmhiApFI5G4A4BENuDLE6m7nzt { width:1.625rem;height:1.625rem;top:13.4375rem;left:17.125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #XnrQ2cHTm1o4L25IQtAL16yoAFs7vbvr { display:block; }
 }@media only screen and (max-width: 763px) { #E7nfK5iemtmzDEBQ1nGKT9ZhpbPl5VVr { width:8.3125rem;height:11.125rem;top:0rem;left:0.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #ZOtpatDXbXqxLkLdcI5ATZsJLmWO16o0 { width:8.9375rem;height:1.875rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB2tD2P9VFKzuTy4FpbXXyBeeacL9nut { width:1.3125rem;height:1.3125rem;top:12.25rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdAQulhTD6UCTDxW4SXr6TKgKgVdBnoi { display:block; }
 }@media only screen and (max-width: 763px) { #ML9iZ83gIhz1V1IWCmHS22pgddgAzIgR { width:4.375rem;height:1.05625rem;top:12.25rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G { background-color:#ffffff;background-image:none;display:block; }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G > .row .container { background-color: transparent; background-image: none; }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G > .row .container > .video-iframe-container { display: none; }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G > .row > .video-iframe-container { display: none; }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G > .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); }#eeWgpCUZLSbh1EmIylPpn8VJyALMeb7G > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJGfRrrSVxmUJ8Oel8KulnCiUC0R3ZEr { width:8.3125rem;height:11.125rem;top:0rem;left:0.625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FWbIgQsk8JquwnL64Jq3ZicGLwlT8A62 { width:8.9375rem;height:1.875rem;top:11.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPQNzivVKtzu3e7K0wOoplNP3OzJ0n7H { width:4.375rem;height:1.05625rem;top:12.25rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sJsd82WBIGt0iSTTI6WlXU6m1dGPPyQa { width:1.3125rem;height:1.3125rem;top:12.25rem;left:7.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWzZTI5sQeMK9WvXlFFRUPs3krzMrITK { display:block; }
 }@media only screen and (max-width: 763px) { #ua469oFtE2ZhhLhd4JOiwCFVamPJGQDd { width:1.625rem;height:1.625rem;top:13.4375rem;left:17.125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #a1U441Moynu1aTvcTA99f5DbVenOTnZX { display:block; }
 }@media only screen and (max-width: 763px) { #RFrsXNTJf09MKp5QAQXWN4KZgUV8bfiE { width:8.9375rem;height:1.875rem;top:11.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrronuOodT3641eZBT8WQzUEMAgHuc4L { width:1.3125rem;height:1.3125rem;top:12.25rem;left:17.500000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTwm9ztIhilhpkD7FpdeQZ8TkH8o1SK { display:block; }
 }@media only screen and (max-width: 763px) { #TFBquNcvceQZkqebCc0qDA5bQnV2PwSv { width:8.3125rem;height:6.1875rem;top:4.9375rem;left:10.4375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #opvUvHMXfLvGCO6qt4Tf4CF1KycTUnTX { width:4.1875rem;height:1.05625rem;top:12.25rem;left:11.812500119209rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O8ZaGZEPFdwQSImU0KIXrvJKtQ9UCNl6 { width:17.5rem;height:2.5rem;top:15.0625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MksGt2kTIsgzBi7AdEOTOiMVtOQG8pkl { display:block; }
 }@media only screen and (max-width: 763px) { #PwI4lLW1610xSq1T51kZRUMwxMdRzdnV { background-color:#ffffff;background-image:none;display:block; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { background-color: transparent; background-image: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container > .video-iframe-container { display: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row > .video-iframe-container { display: none; }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .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); }#PwI4lLW1610xSq1T51kZRUMwxMdRzdnV > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlTcsK4E7EctzTriliXNJznJr6ObUqvI { width:14.25rem;height:3.3rem;top:1.875rem;left:2.875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Prg3wTk98EAJXh6KXILr70hoaIVzHTuh { width:2.8125rem;height:2.75rem;top:8.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxwIM7fy9gbbfcXxaxGtiJMbSNtefRH6 { width:5.0625rem;height:3.375rem;top:11.6875rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KTy9Wfw1PWTtlhW8LRDvJd00Arvf4rW7 { width:2.6875rem;height:2.75rem;top:8.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6oE1tTI6PTSvlzIoD90o7A9FLhn6oA0 { width:4.875rem;height:3.375rem;top:11.75rem;left:7.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #giDv74kdsXlzTmLfd1v0WJRKoOVSb8MT { width:5.5625rem;height:2.25rem;top:11.75rem;left:13.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VxylhOZVaAym1946PdQw93BkMo25wmFT { width:2.75rem;height:2.75rem;top:8.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Ulw5snCeO2t4pA6VZRcr8ywRr0Q9gx { width:19.75rem;height:1.21875rem;top:5.4499969482422rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A3z7iqm1kN0MNQuSBgcdMvacRgb1qvd8 { width:18.75rem;height:7.3125rem;top:16.3125rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpPGgnGlDbNuXnBsl6UVtBhMADzxk1n9 { width:9.375rem;height:2.1875rem;top:43.873958587646rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaXyB0N3wSe2sdtClGTCkbWGQCBB3Zet { display:block; }
 }@media only screen and (max-width: 763px) { #TgfsW9XUxB1gWPB60RTsWldzfKBmZDrH { top:25.362500190735rem;left:0.625rem;width:18.75rem;height:17.25rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bI055Tz7rrdTBdSsvFP3f133ukloxFoC { background-color:#f1efeb;background-image:none;display:block; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { background-color: transparent; background-image: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container > .video-iframe-container { display: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container { display: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .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); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUncICQbHHJNct7fhaCNw7vlIiQhTORp { width:20rem;height:1.7875rem;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU7gvG3AOfNeqKC80UWTukpT3mi6Zs7F { width:17.4375rem;height:1.21875rem;top:3.6625061035156rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V { background-color:#f1efeb;background-image:none;display:block; }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V > .row .container { background-color: transparent; background-image: none; }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V > .row .container > .video-iframe-container { display: none; }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V > .row > .video-iframe-container { display: none; }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V > .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); }#tAJLi9JdpaX7eT9A6CvuGsrbE6lO4E5V > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgccZUr7Fn3TlGWvzs5sgeopcs6NHh8k { width:8.3125rem;height:11.3125rem;top:0rem;left:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #W7G95CGcZv1A8NmNkqZKBXyueZ4gPyUd { width:7.6875rem;height:2.25rem;top:15.059375762939rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk24v9kImMMf8LJiOp8WkDXXaHerIDww { display:block; }
 }@media only screen and (max-width: 763px) { #n6Mgcw8HX9D1z8lZ02Kr8p8n3tMDQuq8 { width:7.6875rem;height:2.3125rem;top:15.028125762939rem;left:11.375000357628rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glZkUFBEcle2P59cXLctihzkXwegZmX1 { display:block; }
 }@media only screen and (max-width: 763px) { #KawfDuSXnEP1q5KMhUOJKhiHoBnMBkwf { width:8.3125rem;height:11.3125rem;top:0rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESx74KmGmvqeLkLNO6hvxDhK9Xy4ZVoH { width:7.6875rem;height:2.25rem;top:35.5rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIRfx2PC8ZNkHAaGLyuGiO9Lx5Xtmzcc { display:block; }
 }@media only screen and (max-width: 763px) { #xPW2ClwgoE0UrfTdDR5hCx0pWstcMdLx { width:8.3125rem;height:11.3125rem;top:19.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZk1Pxx2mSwGkKswNSb6UzXIgq2CgyGP { width:7.6875rem;height:2.25rem;top:35.5rem;left:11.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO5abtV2xFbuSx8Tt5096grMQwOcgVhr { display:block; }
 }@media only screen and (max-width: 763px) { #B7tsyaAryDyldtixxbdAMWIwFqZ3Hi4b { width:8.3125rem;height:11.3125rem;top:19.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNZmLoGs1aWFo6huTTqPbOdvmbKmVesg { width:20rem;height:0;top:34.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQX6iaZfnJayT3TOfgSpqVxm4mzdmIiq { width:2.8125rem;height:2.8125rem;top:38.9375rem;left:8.5937503576281rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adn4s4WTTIWuPFWzrIhkBq89MVDvJSds { width:6.0625rem;height:2.4375rem;top:11.590625762939rem;left:1.7500001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BExuMBBFkrDDg1wKiRq0cnWJxMaX7EOM { width:8.1875rem;height:14.3125rem;top:0rem;left:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #bp2bh4hiNqkSHoGpS3XnZpA8CzHxTzPg { width:7.5rem;height:2.4375rem;top:11.590625762939rem;left:11.468750357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvACv6GHpIQzFgqt0LPmqRnI8deK9lFd { width:5.875rem;height:3.65625rem;top:30.75rem;left:1.8437501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVpnpAXS3ZlBKulrgNfwWX77nmxQn76k { width:5.9375rem;height:2.4375rem;top:31.359375rem;left:12.250000357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIxhlGdzQ62yf7EhVsFTIlkST2C4fdRm { width:4.5625rem;height:0.975rem;top:10.012500762939rem;left:4.3749998807907rem;font-size:0.75rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #FOgCriEgSEKd5vLK0yzIA3ETgKtlFJ0F { width:4.5625rem;height:0.975rem;top:10.012500762939rem;left:14.750000357628rem;font-size:0.75rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #ostKQEl3pwXPeh7I1AcTrM9PQulHHQAp { width:4.75rem;height:1.6875rem;top:9.625rem;left:14.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf5JTynhDqsZBRIm5NTyAe9vQHGkSS6r { width:4.375rem;height:0.975rem;top:29.231250762939rem;left:4.3749998807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsByKqIzMHA0BQ8hBM8usymB2DuyBtyg { width:4.75rem;height:1.6875rem;top:28.8125rem;left:4.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC3NkZWkVOK5XlpnuH3W4TVAgCcl7yc1 { width:4.3125rem;height:0.975rem;top:29.231250762939rem;left:14.812500357628rem;font-size:0.75rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #LEyq5uqdizbcuG9W9meT7HxuuxM7leSr { width:4.75rem;height:1.6875rem;top:28.875rem;left:14.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH22GZrBKalKqAdXsLqxwJX50kcF86ak { width:4.75rem;height:1.6875rem;top:9.6875rem;left:4.2499998807907rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #E9P5nAN8hMvxqqBBAgnVCJ57M9Qe2zaO { width:8.1875rem;height:14.3125rem;top:0rem;left:11.062500357628rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #zgILFu2Zm7XfIbZ9JwA7LxQUpxLhuvn8 { width:8.1875rem;height:15.5625rem;top:19.1875rem;left:0.625rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #ZheC0OA1SW3qBGp8uwXhZ1nyZLzwr6aT { width:8.1875rem;height:15.5625rem;top:19.1875rem;left:11.062500357628rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #t2AI9EoSLRyFUdHGQTzJKP5udIUx1oEs { width:12.8125rem;height:2.3125rem;top:40.875rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmGTOfzoNQD5kJBcn9eZcCmLArL3bSaH { display:block; }
 }@media only screen and (max-width: 763px) { #InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container { background-color: transparent; background-image: none; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container > .video-iframe-container { display: none; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row > .video-iframe-container { display: none; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .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); }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container { border-width: 0; border-radius: 0; }#InIZBrG1t5mhEl96PeHCQNoWeKhJ6cJa > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x81ZUCtLawD0888L7d6hM8XTIfy8TcAH { width:20rem;height:3.3rem;top:4.7375001907349rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RUxEo1otMEklb7uODWMhctgRk5XJ2Uwl { width:9.375rem;height:2.0625rem;top:23.498958587646rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpVHsAFAKkF4XQf8SEg0LzrVmLmPUrIs { display:block; }
 }@media only screen and (max-width: 763px) { #big4cWemSLFPSIZyy86bk1vJvqkWwHJz { width:3.125rem;height:3.1875rem;top:1.5499897003174rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6bV085tHnG98eEbo2vLJ3JrsTda0En1 { width:18.8125rem;height:1.21875rem;top:8.35000038147rem;left:0.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dRkRTcb6byhkMI2VVmi78x4uvUH0UexX { top:10.78750038147rem;left:0.625rem;width:18.75rem;height:11.5rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn { background-color:#511010;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row .container { background-color: transparent; background-image: none; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row .container > .video-iframe-container { display: none; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row > .video-iframe-container { display: none; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .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); }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row .container { border-width: 0; border-radius: 0; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LvkZOkgOdf9g7ilaKd6ZKV4n2dhUsGUn > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3d1698d-5f5d-4334-bc87-b525e5879eb9/principal.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh.adaptive-delivery-prevent-bg, #pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh.lazyload, #pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh.lazyloading { background-image: none; }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh > .row .container { background-color: transparent; background-image: none; }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(111,30,30,0.59); }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh > .row .container > .video-iframe-container { display: none; }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(111,30,30,0.59); }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh > .row > .video-iframe-container { display: none; }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh > .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); }#pWQE8mtFtdmkAL87qSZ6uP4KRDK9S9Lh > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I86EXUvxnelS7OwQiROkWZvtmyR3Mkgu { width:10.25rem;height:0;top:19.5625rem;left:6.1875rem;font-size:1rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #EUZX7Go7giOH3gaA9sJ8cD83FFR2i61R { width:6.4375rem;height:1.1375rem;top:10.650001525879rem;left:2.375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tUV6Cd2kXHK7R7N61kMyPxi6IumEPXqV { width:1.5625rem;height:1.5625rem;top:19.4375rem;left:3.5rem;font-size:1.0625rem;color:#511010;display:none; }
 }@media only screen and (max-width: 763px) { #gsEFsDzPdWUGdZSlphgvAK2KOIxOrHak { width:1.9375rem;height:1.9375rem;top:10.1875rem;left:0.8125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C5JhBUZQDeQqQpxlxHG4lTyec4ASK8mL { width:2.1875rem;height:2.1875rem;top:3.8125rem;left:0.6875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RmyTz3nnTlFyOuVu2rxVHEi3qWvRLdlF { width:16.5625rem;height:1.1375rem;top:4.4614562988281rem;left:2.9375rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T6MWRLQaCcHsZwKa4iSlhaA1mLRPQ81A { width:1.875rem;height:1.875rem;top:1.0625rem;left:0.1875rem;color:#ffffff;z-index:15017;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SHBzEhnCImnf2EDT6XpnutiqL3WcfivS { display:block; }
 }@media only screen and (max-width: 763px) { #wncs0nToovdPSOuZioDksGourNC7X4eQ { width:1.5625rem;height:1.5625rem;top:1.1875rem;left:0.375rem;font-size:1.0625rem;color:#511010;display:block; }
 }@media only screen and (max-width: 763px) { #gZ81xGVLK2yKWdPQ8WoPrhnrkZ6Vmvp3 { width:1.875rem;height:1.875rem;top:1.0625rem;left:2.375rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FKUqSPa99ILpJcyRddUaVVviXwVPFUPO { display:block; }
 }@media only screen and (max-width: 763px) { #hJnrGnIvHxEzTwbobA0tLHT7o2C8kObT { width:1.75rem;height:1.75rem;top:1.125rem;left:2.5000001192093rem;font-size:1.1875rem;color:#511010;display:block; }
 }@media only screen and (max-width: 763px) { #O29m1MM4FGkPtaHJEou34SaoLvEtwMlO { width:1.875rem;height:1.875rem;top:1.0625rem;left:4.5625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qveFRTz2wNMIpamMJyXKeXCkEvLBE9GO { display:block; }
 }@media only screen and (max-width: 763px) { #XK7cawEk3cSuCgI8nizSwogOSvP8OLPk { width:1.5625rem;height:1.5625rem;top:1.1875rem;left:4.7499998807907rem;font-size:1.0625rem;color:#511010;display:block; }
 }@media only screen and (max-width: 763px) { #OaofTHcziWIc9zS2oXBmk9xfwmBf8kH9 { width:1.875rem;height:1.875rem;top:1.0625rem;left:6.75rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dU2xA2x8AZfy9zJnDwfxOQ6gFSrL3h1O { display:block; }
 }@media only screen and (max-width: 763px) { #RsXZxdCvwzQoXmiLABLbBHJBotkJaRO7 { width:1.5625rem;height:1.5625rem;top:1.1875rem;left:6.9374998807906rem;font-size:1.0625rem;color:#511010;display:block; }
 }@media only screen and (max-width: 763px) { #nG03bfLBKkywHcJBVXqgees7Ti98EZoV { width:16.5rem;height:0;top:6.69921875rem;left:3.5624998807907rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #DdOue1cTb34IlBm9MwXzkpqmA2Tth5Jt { width:2.1875rem;height:2.1875rem;top:6.3125rem;left:0.6875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UDi53vPq3iuDCO4vf9CTnDZFT0KaBEf8 { width:1.5625rem;height:1.5625rem;top:1.125rem;left:9.0625rem;font-size:1.0625rem;color:#ffffff;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #cAIaAVotvQQVOlAoOi2MGuq3TkqCo99J { width:8.875rem;height:1.1375rem;top:1.421875rem;left:10.875rem;font-size:0.875rem;color:#ffffff;z-index:15021;font-family:"liberation serif";display:block; }
 }@media only screen and (max-width: 763px) { #y3vGDLFQ4p0Jm5CXNw0TTVUbkfCBtTCT { width:13.5625rem;height:2.275rem;top:6.8864593505863rem;left:2.9375rem;font-size:0.875rem;color:#ffffff;z-index:15022;text-align:left;text-align-last:left;font-family:"liberation serif";display:block; }
 }@media only screen and (max-width: 763px) { #PTMAzZgez8QG8DeW91hKq2lQIywaFyTy { background-color:#370606;background-image:none;border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container { background-color: transparent; background-image: none; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container > .video-iframe-container { display: none; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row > .video-iframe-container { display: none; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .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); }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container { border-width: 0; border-radius: 0; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTMAzZgez8QG8DeW91hKq2lQIywaFyTy > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo { display:block; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grXtSuiKixb1Gh1lQ97MXRESqZ6BXU9X { width:11.5rem;height:8.125rem;top:0.75rem;left:4.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bycr9EimnPSmXXKcwr59cOuehAOH9LUT { width:20rem;height:0.89375rem;top:10.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }