.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:245,249,232;--color-primary-1:222,236,178;--color-primary-2:188,216,101;--color-primary-3:94,108,51;--color-primary-4:28,32,15;--color-secondary-0:255,254,228;--color-secondary-1:255,252,166;--color-secondary-2:255,249,76;--color-secondary-3:128,125,38;--color-secondary-4:38,37,11;--color-tertiary-0:255,255,255;--color-tertiary-1:192,192,192;--color-tertiary-2:45,45,45;--color-tertiary-3:23,23,23;--color-tertiary-4:4,4,4;--headlines-font-family:"League Spartan Medium";--paragraphs-font-family:"League Spartan"; }@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-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/22e78818-1fbd-436b-b4ba-4d2039155cea/hero_bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#UviVM9Mg8yEKiwwntRO32TWMJTWMbnBg { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #UviVM9Mg8yEKiwwntRO32TWMJTWMbnBg > .row .container { position:relative;display:none; }#mh0T1okrBBEgiSpl7MLaBMLbAdKxtMEH { position:relative;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #mh0T1okrBBEgiSpl7MLaBMLbAdKxtMEH > .row .container { position:relative;display:none; }#gJeztwhyRJ6X8ry8tmS15wJN2LvGPyLN { position:relative;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #gJeztwhyRJ6X8ry8tmS15wJN2LvGPyLN > .row .container { position:relative;display:none; }#w6GLaLDPypVLTmkRyA5GcPrWVUCfby09 { position:relative;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #w6GLaLDPypVLTmkRyA5GcPrWVUCfby09 > .row .container { position:relative;display:none; }#ylSEPyUUdhs5XecAo46nUWhAarvXMF2R { position:relative;display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #ylSEPyUUdhs5XecAo46nUWhAarvXMF2R > .row .container { position:relative;display:block; }#ugnbktTlEfHpC9fL9f5eG0yiTXRKZX1q { position:relative;display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #ugnbktTlEfHpC9fL9f5eG0yiTXRKZX1q > .row .container { position:relative;display:block; }#ZupuRQLkGEOPqskzdkpUeJ3CfRAQf2Cz { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #ZupuRQLkGEOPqskzdkpUeJ3CfRAQf2Cz > .row .container { position:relative;display:block; }#uWrFRhAnqmpkRfk7AFZVRTreyiRT3VUi { position:relative;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #uWrFRhAnqmpkRfk7AFZVRTreyiRT3VUi > .row .container { position:relative;display:block; }#uIARAEb6LcTwVcJf6M60K6J7qNBz0rJM { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #uIARAEb6LcTwVcJf6M60K6J7qNBz0rJM > .row .container { position:relative;display:block; }#xx8xzUl7MlKWWCXJ1eI3W8CXTS2UX7Bu { position:relative;display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #xx8xzUl7MlKWWCXJ1eI3W8CXTS2UX7Bu > .row .container { position:relative;display:block; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { border-width: 0; border-radius: 0; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:none; }#QTDCSihhwQ8ISpC3KJdnpGNaP34rT0nT { background-color:transparent;background-image:none;border-top:0.0625rem solid #95ac27;border-left:0.0625rem solid #95ac27;border-right:0.0625rem solid #95ac27;border-bottom:0.0625rem solid #95ac27;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.5625rem;left:27.0625rem;display:block; }
#y1Bqv5r31pUapKvHkkXfK8NdrPNw2pSw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UURF1dAlgo1FKIQAtb1aul9VhMuvxDzU { background-color:transparent;background-image:none;border-top:0.0625rem solid #95ac27;border-left:0.0625rem solid #95ac27;border-right:0.0625rem solid #95ac27;border-bottom:0.0625rem solid #95ac27;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.5625rem;left:16.625rem;display:block; }
#duEq5lCbdqBwdQ9yNHVrRoAssPRvAwfd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aGwcaLefAaW4X4ESEmDhq3tlIwtDHdoz { background-color:transparent;background-image:none;border-top:0.0625rem solid #95ac27;border-left:0.0625rem solid #95ac27;border-right:0.0625rem solid #95ac27;border-bottom:0.0625rem solid #95ac27;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.5625rem;left:47.9375rem;display:block; }
#VOTuGe58zKcxevP6S1PAxxH6EFi7Inv7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJ38vUS19nGJPu9hOxEs4kmOO6fucx3l { background-color:transparent;background-image:none;border-top:0.0625rem solid #95ac27;border-left:0.0625rem solid #95ac27;border-right:0.0625rem solid #95ac27;border-bottom:0.0625rem solid #95ac27;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.5625rem;left:37.5rem;display:block; }
#bLclWe33zdLcTvxOU38x2bOfWfCPp5sx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { background-color: transparent; background-image: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container > .video-iframe-container { display: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container { display: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .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); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { border-width: 0; border-radius: 0; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#WthLx12B3fWep5hARGk6TrOgWQiBIiHn { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:poppins;font-size:5.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.4375rem rgba(var(--color-tertiary-4),0.2);top:6.353515625rem;left:18.71875rem;height:7.1748125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n231qFmkgTKoLsQl9innx27eLr49oIo0 { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:allura;font-size:5rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.2);top:2.6875rem;left:19.03125rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uo2Htd0IBtgpbdalhTrTlTfGV6iGxt1u { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:28.375rem;top:19.15625rem;left:24.28125rem;overflow:hidden;display:none; }
#IaA2V6VtZcMbgAAIH00eQWzy77aGgBbz { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:7.6875rem;top:6.0625rem;left:12.8125rem;overflow:hidden;display:none; }
#y1JGcAdkspEDOGv3nVqcNPSAZOuzEwc8 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.3125rem;top:8.5283203125rem;left:5.3125rem;overflow:hidden;display:none; }
#k58du2z1H7Hn5yDRlWwhuelC3KrRKuNA { background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(0deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(0deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(0deg, #ffffff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(0deg, #ffffff, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:14.59375rem;left:30.4375rem;display:none; }
#smfdoMeTvSn6hv4qnWtAqKgH98bbkmHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZF0XZnmBqp4vH6tFn5HLbP37doimtdqt { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:7.1875rem;top:0.46875rem;left:7.1875rem;overflow:hidden;display:none; }
#hfnPozIwwdpFmNxbVNe5Kq9O2pI5hbTi { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:7.6875rem;top:1rem;left:55.96875rem;overflow:hidden;display:none; }
#OBcXJ6q7dTe5Oymp17BZ0I5ZHCOc71eh { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:6.75rem;top:8.5283203125rem;left:57.90625rem;overflow:hidden;display:none; }
#PAT9QXa5fq37MzGsaUAKozQ99V9knglp { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:6.4375rem;top:4.0654296875rem;left:65.4375rem;overflow:hidden;display:none; }
#OC41BlP57AentZiIXz2tV2B7RSmNMvNe { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:11.4375rem;top:1.1875rem;left:6.35000038147rem;overflow:hidden;display:block; }
#EV5veDvCIn025vJnW9yP4GImkKMwlFRO { position:relative;display:none; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO { border-width: 0; border-radius: 0; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .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; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row .container { background-color: transparent; background-image: none; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row .container > .video-iframe-container { display: none; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row > .video-iframe-container { display: none; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .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); }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row .container { border-width: 0; border-radius: 0; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#Fa1tnTOsb4VcWJReGwhNqwb7W61N1C64 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:74.75rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#MAbrIOwdML47tiOzyxcuNJxUUKaO0O9r { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:37.375rem;display:none; }
#IfiL2Gx7gBmNraLzhS68OcnuW8ntf5l3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#IfiL2Gx7gBmNraLzhS68OcnuW8ntf5l3 > .row .container { background-color: transparent; background-image: none; }#IfiL2Gx7gBmNraLzhS68OcnuW8ntf5l3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfiL2Gx7gBmNraLzhS68OcnuW8ntf5l3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfiL2Gx7gBmNraLzhS68OcnuW8ntf5l3 > .row .container > .video-iframe-container { display: none; }#IfiL2Gx7gBmNraLzhS68OcnuW8ntf5l3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfiL2Gx7gBmNraLzhS68OcnuW8ntf5l3 > .row > .video-iframe-container { display: none; }#IfiL2Gx7gBmNraLzhS68OcnuW8ntf5l3 > .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); }#IfiL2Gx7gBmNraLzhS68OcnuW8ntf5l3 > .row .container { border-width: 0; border-radius: 0; }#IfiL2Gx7gBmNraLzhS68OcnuW8ntf5l3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IfiL2Gx7gBmNraLzhS68OcnuW8ntf5l3 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#ETFgdn11PKXOKFtd3hkQwtuVC8aGruxs { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.3125rem;width:74.625rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#a1TX4BSeHgDDcpZDH20bt6N3czMXHq4b { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:37.375rem;display:none; }
#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row .container { background-color: transparent; background-image: none; }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row .container > .video-iframe-container { display: none; }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row > .video-iframe-container { display: none; }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .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); }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row .container { border-width: 0; border-radius: 0; }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#ZUJN6bLVzeyONnrGDLuRWFFFSCyXoCU3 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.25rem;width:74.5625rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#TfnZ8v9MTtTQLhGcMnwDJu3NPiuAW6vF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:40rem;display:none; }
#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row .container { background-color: transparent; background-image: none; }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row .container > .video-iframe-container { display: none; }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row > .video-iframe-container { display: none; }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .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); }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row .container { border-width: 0; border-radius: 0; }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#lZDz0LJg0T8P27LZOdMDTUzaKHDuIGR0 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.1875rem;width:74.375rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#L32eksdKGPmCZhAq4844PRkI6V75Uzdx { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:40rem;display:none; }
#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { position:relative;display:block; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { background-color: transparent; background-image: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .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); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { border-width: 0; border-radius: 0; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .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; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sndO5syzSRqVscQfJWT9Z68OsIRVHnTb { 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:2.24975625rem;width:2.24975625rem;top:2.125rem;left:29.375rem;overflow:hidden;display:block; }
#R4imVRVPvIvaRDpvTyTtsV3tZW0bgEEK { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#fff94c;background-image:none;top:3.0625rem;left:35.375rem;display:block; }
#eOtEO9oEvc3cJRySVtmmWGyLRDASh6f1 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#90a71f;background-image:none;top:3.0625rem;left:36.625rem;display:block; }
#JzbZhf0MWupw3U5zENwzwpXwfgIVgzu4 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#90a71f;background-image:none;top:3.0625rem;left:37.875rem;display:block; }
#iKSDVL2y6XGnT6cObTV862NBtFuwxqzr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24975625rem;width:2.24975625rem;top:2.125rem;left:43.375rem;overflow:hidden;display:block; }
#TDb9v7A2DMCwKrMgtguN1nfxET7wnwVF { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#90a71f;background-image:none;top:3.0625rem;left:39.125rem;display:block; }
#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { position:relative;display:none; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { border-width: 0; border-radius: 0; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .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; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oJELJ8ofkQDh61bskpKz5WBx1n2Lm7zc { color:#ffffff;display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.2);top:1.275390625rem;left:3.0625rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL { position:relative;display:block; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL { background-color: transparent; background-image: none; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row .container > .video-iframe-container { display: none; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row > .video-iframe-container { display: none; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .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); }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL { border-width: 0; border-radius: 0; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .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; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SUez9ImrtGskpV4xE1Q7afRisuWAfMMK { background-color:rgba(219,230,81,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:17.5625rem;display:block; }
#Jv9UNdNSsEl5TAsTgq6ke01tsb2fEFpt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xslp4WWWT0RpslXa83LlGEfaVvLQiHqG { background-color:rgba(219,230,81,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:28.4375rem;display:block; }
#TnfMh32xCuaQlTgNyyKvDW3WZtez2RLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aiRTBnkmovD4i40sTi2LUSRSUzWoeJaO { background-color:rgba(219,230,81,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:55.4375rem;display:block; }
#q9X9efpWq4uHRbBTUwr8B6gl0rXbAqf4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Va0IAAmN4xzfFgRc8kQFJwEsTvP23FvL { background-color:rgba(219,230,81,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:3.3125rem;display:block; }
#edkTwvHI6X5tbtoIaavbm5v95eG04KKO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KEGiUEXNxCAOy2y53fZm5rw0Rf9dsAoS { background-color:rgba(219,230,81,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:40.4375rem;display:block; }
#fOEDZR3JttCvUqTIBAJ2ZGfr1pWDxXqb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ { position:relative;display:none; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ { border-width: 0; border-radius: 0; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .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; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HT9r6hghdmTLvxxCQuDrAxPKJkXzOS2p { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#VD8SVJ9Q1nvlJaytdWqR3N7UutQbwpru { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#aF0krIp7FV0FsVqZ46D2wfECGe6talF7 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#VsTT2wIEcfpX8yFxT0Pd87gORQOkqAW0 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#cJgqV7KapsF951tVBkpa8elnJ7PlexfI { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#TfzgeDakAz7JHS9K9fISmTlD5iw7FaAm { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:11rem;top:3.75rem;left:3.09375rem;overflow:hidden;display:block; }
#tBPf8xhtzytC24KEOyOsrznZaMzPHAnT { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.8125rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tUUvez9XM489nhgwUKwiyIM20ua1m4AP { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.25rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.92578125rem;left:0.78125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VBo26kmrsPsyiHLcatA36NdvoTelLw3l { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TSqSmnTXBoUugZNK9M1icBwccxbrsbQl { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:1.5rem;height:4.125rem;font-style:normal;display:block; }
#u0Jam4hkcBwrVSmyrMaWZvzMraZn13zK { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.523986816406rem;left:3.9375rem;height:2.275rem;font-style:normal;display:block; }
#bcBd2XpuBngRgdpCeSOG1cKX0SlVDUn8 { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:3.90625rem;height:1.225rem;font-style:normal;display:block; }
#wspnXOzp7MP1OpQ6TwMGlVODZiKpeJa5 { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:0;font-style:normal;display:none; }
#J0gXrxCzlaLLQxD52QoqGtKiylJDNxfz { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:30.9921875rem;left:1.5rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qseL3mht5VKuCN0sNgdPwz8glfoBJkTJ { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:31.255859375rem;left:7.224609375rem;height:1.3995375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyvfFheamNm2sEPid06gmWvyWVZ3PpLJ { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JT0NpyGnZI3L5b3ft8qJ6IhtqN2thhfq { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:30.037109375rem;left:0.625rem;display:block; }
#cmIHcW3xfPmq1utPIa970DSnoJHbQJA9 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:30.0869140625rem;left:7.03125rem;display:block; }
#idJzThAnlQkBCmCDgIpXDVq9JKGh1iJ2 { color:#ea1b27;display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:34.4375rem;left:1.4375rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vhdzIJU9rhMDrZ5mdCfHKzFIhohXsBuE { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:34.75rem;left:7.25rem;height:1.3995375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rbzBTyTMDUrNW9aqp99MlDtUBpq6cdqK { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fneQezPFNEgn8AfU6fKpmbJuv5oaVXcP { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:33.8125rem;left:0.625rem;display:block; }
#QSLUNp5qJNGuxDZGocskvtDEvm8sb8kL { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:33.8125rem;left:7.0625rem;display:block; }
#TLCKalyCimsHsu0vVlz10bvRhx79UKnX { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:37.6875rem;left:0.6875rem;height:1.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cJPQlaubCLk2Ju54SmNzxJWdhQoufqFe { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#GiNr2OAIzli1GcLqfxRyLUvvDtEyKNUs { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:block; }
#g0SPfSe2oURw90M7hAWGXTJM1r4U8alD { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ENb7pNNpIMKl2UiEnbWzd0EX6blapWF7 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#DH0k2wtCipLz5S95fyu8rR0cleMHf7QD { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:27.125rem;left:0.625rem;height:;font-style:normal;display:block; }
#C09qdq5Q0qzQJan9eueutUZtc2y8exAk { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#HgrOErOkfQg2eFtvcecTdk57AGBsGU2X { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#fQO1vb7gLi9RkOI7Q9aXTTDJOuSu4rHK { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#EZWF3XuWgmlnA96SW5XpEmJrcSIn0vDu { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#zLHnp8Xuys2APzbQEPOn15SErOruEa1V { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#KZPA69e5mNAqEC84JQETsx5FoSUvlLZg { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:;font-style:normal;display:block; }
#xx6rt9TXNR6UUlkWltAiOBSTRCUabxB9 { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#ZPC9TxrQynbHAwhaQ7cBBQxSPSdL63ra { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:9rem;top:2.35546875rem;left:20.4375rem;overflow:hidden;display:block; }
#kIK3N8tXrlJch7TF6Vq9izzOAkV7D7os { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dcl0iomCSGnOXTwgqfcynFaShmBeGchh { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.5625rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hCHCsxLV9AW6yxErEy3G4eVVe1pnkhuk { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.75rem;left:19.625rem;height:0.9625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G0uVTGFAyKrprVItSCB7CRav1AxwqEXP { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.4375rem;height:4.125rem;font-style:normal;display:block; }
#UCtx37Xl3JftgutsODcU0pk84iZTB3W1 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.875rem;height:;font-style:normal;display:block; }
#dZqABafKi8AqDfEQmn8UBOJkTDU2rMEW { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.375rem;left:22.90625rem;height:1.224975rem;font-style:normal;display:block; }
#c02aCTh0NX7OQzAdBPEUwnUTuNwABmDB { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:25.625rem;left:19.375rem;height:1.57470625rem;font-style:normal;display:block; }
#mKCTe7r8AXG2XoJwUU06eGuyStkzZUsc { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h7OLet5CovSOH7g8n4x45GtEkZRFGL7M { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RNbzegI18vB2fIwT1eyDrtPLUG3kaMcx { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#g6F4OtCREqxLUCsJq4bD8TGG7mdbJXR7 { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:30.75rem;left:20.125rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QU2tDshrrurCWKncR5Fx6y12zZOhxIuf { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:30.625rem;left:25.875rem;height:1.3995375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mUlvRJ6TzfXULa8db3gVw4rusNz3W59B { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:31.875rem;left:25.8125rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iheXdxscsS3JCntS9WFk0zoqavl9VVf8 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#q0HGRAuqeL5U1ZTcl0f8bhJroeuMkln5 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#nxSv3vCMpdxVaaT9WDNJW9lia2x1Fag0 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.0625rem;left:19.375rem;display:block; }
#kcTVPuWAFvhuMozMIMwCxrnaQCVsXBW0 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.0625rem;left:25.75rem;display:block; }
#mQ5DkW34EOcl1ivvKEBe3tACBFIawDW5 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.9375rem;left:19.3125rem;height:1.225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aAxp9zoKaIKcDa580SPerWbwJ65yGHGH { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#RKLCRkP1gB2BSiuRBf5wPNObk1Pbdbap { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:block; }
#uqLpvimTiA9Jern2LJwXzTrmVrGoKPhD { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#sSLH83TczWpbuZKTvwTeHvcKkvl6slfZ { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#C7EZlmaU7KK4KSVKwsGxs4aNa9FvzkLf { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:27.75rem;left:19.375rem;height:1.3995375rem;font-style:normal;display:block; }
#JuyHy7ttaD4cMtOqHEweGH32nS9zAga3 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#sCM9m6vVituScmmUTDGIkuTL1Ag8xJEz { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#NQEK99C2Vibv1POzy2xIVmTrKTCUXNa6 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#vAiTuRzrPhg0IcRtKfIBs5Ep4BXcC5xk { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#MDMTR3pE4bfdM0XHGO30VoOcR8vkPOsA { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Lh32K8616AkJskN9UA85tMdU5oOEtQ0t { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:3rem;font-style:normal;display:block; }
#wiQStQyFV4qGbT4MLdZBaD0rzOWIEgUb { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#sCpvTgGM2OTZqUkz3wrFe1ozcySh20c7 { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:9.5rem;top:1.9375rem;left:38.75rem;overflow:hidden;display:block; }
#yzhRZTOKqqQUh8dwvsHLSWtdBulDXRA3 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2Wd7bRnpmSaoVmqTLHufZoOnXQbPU1x { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dklMDow1HAiNMTkgk6OIrUg1Cf0aspIC { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0.9625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukWL41OlBuAVALMMNo07BrvWxvDp4PKH { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:39.1875rem;height:4.125rem;font-style:normal;display:block; }
#JuUQZNKxfkQh2h4JAQoH6xreebXtGNTt { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:41.625rem;height:2.275rem;font-style:normal;display:block; }
#UhKAT2eR47nWWMvcglzpoSXgZgIKdVpg { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:41.750001907349rem;height:1.225rem;font-style:normal;display:block; }
#Grp6hHCrW9comUs6b4zx11TUUIJJZo3w { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#Nrl20Kgi0hKXiULVTtg2kJtaTauTf9CU { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:33.375rem;left:38.65625rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MysNOA7dIxTTGo2VQfXZe7bRcIUKGpAr { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:1.3995375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xu3uHvoT4SzvaTIqO0QmaCQKwyq3AFH7 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yRAcPKOFIWUBZXfR66rt9c0EE7tVnyyN { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:block; }
#OD5738EUy8Fbwx4kecwndBTfLKm9k28s { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:block; }
#KFW2ATTX0myr7OlHF81S07KpvIfUQvBG { color:#ea1b27;display:block;width:6rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.0625rem;left:38.6875rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z9XZDlil1TG2LSaP8R5aNsfWJuVxJdEa { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.5rem;height:1.3995375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EqAHQCgCWUcpdyXxkkz4D8VfqgX9lNup { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:37.998046875rem;left:44.75rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vkzodzbahAqxrNG3mx6E18O4o6SXT9aK { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:block; }
#wIvII4lc9cNfzqL9tOD8J4OIupDEJeaV { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:block; }
#WGySCydz0HXwu5qToXcgzfnRkXwRQUM6 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:1.224975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QCD5adyLytUVzy0dVCTm2kVTdnHUIxI8 { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#k812c5MQq67Dc8LtyhWpuukqvyIud0iN { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#ZexgKxl6fXiwDDlvdq2Bz8OLnCEfu6GH { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:block; }
#h047Rq43JDgrSBU35OeIVy0h7piJM8LN { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#dK4IKKyNfqO8syhXTqO7e4sc3nIqwF5T { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xLarG7KdXQ9bAN6cLApEXK1P6iVHPFiB { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:1.3995375rem;font-style:normal;display:block; }
#gMyqPoSh1OFlkcPtRJpJ2PAOZoMlRLC0 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#zVrM3thzSKX2mdcqgaQfUu9aUzQz2pne { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.65625rem;left:56.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#IlbvRNpD1FrZOsRQbBaR8IZgCyQ0xhzo { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#uxSNuRwwRzpWb95HQLP4Ga5kqGudH1xR { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#dEu3KC89gJXWqtTny07vkEVTkgNdMINa { color:#2d2d2d;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:1.5rem;font-style:normal;display:block; }
#re5ZwbdlArTFnouek7BEwHyrvDnBnMBS { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#ITI1odKG3BtE03JMWBTeypd3Xr4MxqyD { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:12.5rem;top:2.10546875rem;left:58.21875rem;overflow:hidden;display:block; }
#JFlhkcVxTb8pRmDnMtdZBn8ZIXWq3WGQ { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.6875rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#flyw7zgWfasqT3NKE39KfmEJysGd8bE1 { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.375rem;left:57.25rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rIpVVG7kC1HkFQnKZGTwueapUPe8tUi6 { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0.9625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oHqh27ID2NSu3t6AzMfaME5JDATL5cfW { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:58rem;height:4.125rem;font-style:normal;display:block; }
#JKD0TtFg5srsUKhKlgp4g6SxPwxSdUss { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.3125rem;height:2.275rem;font-style:normal;display:block; }
#uQSvh8TSwkypN4oGNbxQgFlc57zTu0b6 { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.773986816406rem;left:60.375001907349rem;height:1.225rem;font-style:normal;display:block; }
#lhdAD9qP15JwNTXpnKeK4e61IFu4kCEa { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:25.625rem;left:56.9375rem;height:1.57470625rem;font-style:normal;display:block; }
#Mqq59CpnXEqkRw0t3pVAdoDetfTPF9VU { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eHL24eybbvDgfkDym7xKM2MDDpg7tpGT { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tQ3rf3ycAwrREV49087a1EznCpX7isi2 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ihcrz2Tse90KT1fUUdTDC5ZJmWJOsWZ5 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#zMraU2JI4yH42GcQy98GIOP1pettlDwS { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#x6w1AScJm6QRGronTVdSNmCBWBwhCFGs { color:#ea1b27;display:block;width:5.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:31.23046875rem;left:57.59375rem;height:0.962525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#veqmhNbuG6kJTbFnPBOgN8VRqT95B4oI { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:30.6875rem;left:63.5rem;height:1.3995375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uAi9Vu9l8EEI79Tp7Q3JKLPllFE4bgDO { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:31.9375rem;left:63.5rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R9SqX52B17dqbZvKlP1T6daiBBTINww7 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.125rem;left:56.9375rem;display:block; }
#KMq1dRzDZQof86Ef3Akw4bqAzZ0kQ1vT { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:30.125rem;left:63.4375rem;display:block; }
#blwH6lchsMLKTs0ulo0Aq0Ot0STc4PXD { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ozVhpB1rppLRfiyFopHyrS8VTRNZkrpn { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:6.4375rem;top:1.73046875rem;left:66.1875rem;overflow:hidden;display:block; }
#VlpBPVuB97FHQhIimQDwqODkHOPdDccI { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#Smv8D3bnNQTI3fivF1pcedsNSM1p30LN { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#QcedAauZthBvHVUzCAgu0E04NNI9rSmo { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eCiIvF2aPbBg8VvJi7XQGoi6QHGTmb1f { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:27.75rem;left:56.9375rem;height:1.3995375rem;font-style:normal;display:block; }
#m2GXk0guQFaVnm11W6Tcy59Q5VZ8KeI6 { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#lGdxa9M3qQAGA7zFoIR2qO6eZAx1flK8 { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffdc92;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#NcZAlfUZb8qWKGCMTMCpq6wZJHtL3KQf { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9rem;top:6.875rem;left:25.5625rem;overflow:hidden;display:block; }
#pZBKhr5UvW4mfNSA5lnE59Zm4WspxzR0 { position:absolute;display:block;z-index:14994;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:9.5rem;top:5.6875rem;left:44.25rem;overflow:hidden;display:block; }
#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { position:relative;display:block; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { background-color: transparent; background-image: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container > .video-iframe-container { display: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row > .video-iframe-container { display: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .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); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { border-width: 0; border-radius: 0; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .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; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bciA0IPoHaTG88nzpvTgFMTpLbMGQck1 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#O2d1GhavcGk6cUmiyI12Edigd2sgtzfz { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#NJSHZbS4yP610PxlRVqEVTQ5HzCwCbtO { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#I1p7wuZiQAPRfAxV5Ue3iasvKahQZS45 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#bsAMDAxCmaADwVeWQXymlTXz100mn3hf { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#CP5ReGouT2yquV2feoKtuFbRvKm0iqJz { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:2.75rem;overflow:hidden;display:block; }
#kefDOQXeThgkDTiI8rKbQXKp8Z0EEt5L { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.8125rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hAc9yIoFqtUn4pqyTE4EyJltAKa3H9EO { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.92578125rem;left:0.78125rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yiH888r5IuQ2uHQNSRlP5AcTfHqmTi9x { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hiVHo0wa6XfPdWLMbZnhvRBU9tA3FBO5 { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:0.875rem;height:4.125rem;font-style:normal;display:block; }
#WvkKkZpNnQCXQGerG2lLnJFAqvZtE70A { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.5234375rem;left:4.375rem;height:2.275rem;font-style:normal;display:block; }
#iFb9c8V6zV39lugxwE7OSEuzoo67AZWO { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.34375rem;height:1.225rem;font-style:normal;display:block; }
#IM30XZMNJOlsDBOP9vwXEC2qZVgT21H6 { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:;font-style:normal;display:block; }
#Q92CsfndgHMdpgNgvBu168T0TvwUaqtN { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:2.88574375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qTWbT2VEnhsXoupTLH2Bq71wDTdZUhia { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#atS2XzP7TXOTl4FqiL7oFNuvqTDI4TF1 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RczXiKx3RfluUbX7KmtmTNUb8SUZ78BV { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#tyBJDk4ixpMlGXRxAs32qpXzv3CtolPz { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#wnx8oIA7MzaFHFFCAeLgBlRJDvwE4GgG { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SJEriW9P6FcUrSxRAQDA57BOCWAuV61M { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#R3qHfuihQyKHRtNzHMOCpKrE5aPbta6T { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hP0E8A8gHiPQh1cz6AwniWtAHTseosA7 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#ta6vhGJE2C0TxLLw3VdldsoerNgwgaAB { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#PDbnw9MZBSLg75h3SU4A78K6v9iBR2vc { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ddZvK8cPMlLgDf3vgRIKGBgDgQw1VXHv { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#JfPH8D1fbFgZ9wpRousbNhKP15hAg53n { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#odcUpGzMA2rK918dOkSuTbpAgsbNCdwN { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yxurQheIxshOg6l8IxRF2P4fzTJvB5zD { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#lMwnKnN6fCyVwTBRuCJHvVsTp1i4D8Wk { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:;font-style:normal;display:block; }
#EciBr1sUCH9i1SM2Tccg7N3Ii7vfBO3w { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#T1CwPqX1hDn2nmRUr53GcmXUsptxCEHA { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#DUMzRkosTumIRr5EhHMMF876xxzfdvFe { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#T1wdLx6scin5zFKsgwpO1sTOnyF56yZZ { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#MmrVRhelqmizHTQ90kKr7NPV86uQ8RLD { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#KtyPzTeaTEsOA5M1qeTqTDoBgaGTZV9W { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:3rem;font-style:normal;display:block; }
#EoZbgaLrqfwJwFhzsgMUsTPQutVsS5iZ { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#WMpE7cuf4yl1uPnp9I8SMAI9DzkJiAxr { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:21.5rem;overflow:hidden;display:block; }
#gSW3W2RnqJIOCwNalXI11FxW286fNK43 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HnmgebmcJNAFAdkUX4PbTJw3qV0SG0Fm { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.5625rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KcGrrhr86ylwU50CSGsCbqB1hUafmhtT { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZwwCvFSEwN7D1BSsnBV4kiT4I8CU1ol3 { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:19.625rem;height:4.125rem;font-style:normal;display:block; }
#V6KumeJXye62ZcVSHBGsyC7fT6HtPA4s { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:23.0625rem;height:2.275rem;font-style:normal;display:block; }
#M4m3idIqPiRzkhqeb08mHoAFXXM28py3 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.96875rem;height:1.225rem;font-style:normal;display:block; }
#GUA25l3spnG34thBlbtroPhQDdSHS2kT { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:1.575rem;font-style:normal;display:block; }
#MipbAvVQGgLctS4GiQokFT3U8kaAXlZg { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PM0dZpHmh3KqeURtfdUVzKVbHin2fpGL { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mTv694yT8JPQsqd8uE4ReQPIDQTbLecs { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LqolXh4NklqwWy5vnumwNpXRhvAbGQKB { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#O6JrPrwNftP11WIq3zQrbqC4RW6wBuAS { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TXAgTKyoE6sOwGfrqeQLbAqVIuNrUfP5 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LW2v7TTy97QmLXaPss1Cs7gZx4lab4VB { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#oMo8lE632mITNcWQx1KqSCDTyUvOiCFB { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#NOwld3TyvmAxWrQrchgFwcMlXIq51vGr { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#WEB4Q6bqu0rrnhNIy0ZOHQE1N7DU9ai8 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#NvScdvGbZXnBJZFMC2XXwXPOIkZIWBGu { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RObdQkkkEiFAfSOQB31pPBhc2FOdvTVx { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#f2D2FlFdR5EXVVxSllQIIRUn7JCU5Gl1 { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#rcgsUxGL898ualFgDv37H6VnNafDT5QW { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#LQhigDNWwblCEEc2vqaAotgBNKoKpc0F { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nRBs3lv5wDgSwbOzac6D1SsoSNFouhDX { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:;font-style:normal;display:block; }
#MMLBqnhq9HgbMHlDhRQusEFenSx1bQZ0 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#LPVRO2XgKoPxCEcL7Lp3hskgse8sMWLD { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rtCiSvLL6LDvHgJAeVm2tyUlozOHABAP { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#SyiUJnyMBNxF7pc6xzPrfU22wpLtCnAG { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#dJ15XbcstlOM7acmpagLb3LembtVd0TR { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#T7TCUDu1p3suRQcEOWHwHSRU7vG149XT { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:3rem;font-style:normal;display:block; }
#NtEwLGFxVdrGrarLthTqifBacae9OO3u { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#gOxrJx2Vf7eTfJm68VO2kdvseFLXnWXN { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:40.875rem;overflow:hidden;display:block; }
#ndBEMyNVqazgwGaVqlsCdQupievm17sl { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.8125rem;left:38.25rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RBHN20gPIc9NRvtU69XWQ3WLPvRJFITR { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aheedrO15cQzJE7J1T3eAk5DgUXSac3o { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tq9LiECergGJ4tJil0deW1aHsvUVRAEe { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:39.1875rem;height:4.125rem;font-style:normal;display:block; }
#cPuBmb139DO2qSa4npv49qPcQ2XxC7I5 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:41.625rem;height:2.275rem;font-style:normal;display:block; }
#MCekfV6TrTLzVeCEmScf2I3Pv6y7hZGy { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:41.750001907349rem;height:1.225rem;font-style:normal;display:block; }
#RFvub808AG51E84WkfMOQFNefqTfQFDf { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:1.575rem;font-style:normal;display:block; }
#NoOKturqQFx4dSvkl59VVBFbxSnry5Dp { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fule0xtEvTDVUXtViWLq1bIOkFXbPyfc { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l00B7yHVxufD2NmSTcx1UkoCZcsuZv0o { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kKnIXt5p6eXOGgA7D64UH4qrWVcBnhyW { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#bh9yB1NlxhI7XOWflxs3P9KgrpdnBQWE { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#JLZrrLPkrX3pLPrgJQmvOSwoq0CSZ9qo { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#V0HyRUf8EwKPAUpqTkxFJH4MhKCKMDOG { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ARra4DUVTtTu9xTw7vk6avCE7kftesC0 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#EuRp8cZWe2I0zHf7utFm5eeTbLrEUbPb { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#bqb16McpxFgNNmnNwFyanOmTNwKTkxsM { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#EXSeuLrkCT5iVMNauHRMBrBSP5Py2Tqu { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#drTT2ToyR4OfUu6M59Ulycd5Mfixfln1 { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#pQWPZU3m8aCxT5ZW1EvWkksJTZpPTb8C { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#uD4VOBn5m6UszUd3XxE4NHUT23hqKMaT { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#bQaQ1nLAg3EFb4eBHanypLK7L6yl7ghn { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TWZ2JIxxBFpsaPukGBPysoxHnUeUFrcM { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#Dc1vfxTDpU9RMlc80abeOikKzTxC1R8M { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#XAXHPwcP45slDmDasdGTC2lXnc7Hrwb5 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffdc92;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.65625rem;left:56.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#or1AV7NXcVgdm3buwtAsDIL69fQNzMH1 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#PEDTuuT9vn2dx4o9kNsK5ulLgmt7yRco { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#w0v1oVbBTweRhEIf1e5AuP7TM2y1RkL8 { color:#2d2d2d;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:3rem;font-style:normal;display:block; }
#oWKDTHhO4TZ137Mx5ZJkkDm47ub3TP4H { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#GzITOldbMNTFuXUpoF0FiCbTVLqs9biJ { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:12.9375rem;top:2.25rem;left:58.59375rem;overflow:hidden;display:block; }
#O7s0bSZPvgSyLhwaZdV0KFypnFQNrczC { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.6875rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DhBOonJH0ucOgxItGrtVzSv7zsBRzzcG { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.375rem;left:57.25rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OKE9E34THHm5oJDo9tod5391WO4GXmpg { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QkeaqbIUDrOOQsulXq6rdOwA2Gu6cLeu { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:57.375rem;height:4.125rem;font-style:normal;display:block; }
#EhV60duQZNg6PM6hmQqsXQkMwfJoObL7 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.8125rem;height:2.275rem;font-style:normal;display:block; }
#E7WqKVIaomHr3qxHFOnZ1OrTNF3CUmbT { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.773956298828rem;left:60.875001907349rem;height:1.225rem;font-style:normal;display:block; }
#WGx7wEiG6RB2gvJUizXBJqpTzRZ99qTw { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#ge9TSpJQiynBRQMCqHcCTpAvTiTKr0LT { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iWQKTGvZ1ZM1CLPpds3hwEr6xSJme0dC { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mLKnVSVxpVETFOnL8T0baVfTRQ85L3f7 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fE0aaQSy0d00RciMRlUhIyodAkKxT9SX { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#Z7pG5CdgTNo79by0BzpS09wL7m8DHaik { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#tm0IskAyLiT0NZxGbps1pK8qp4lp08Bz { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oV8TVX1MPVyRMH635xafsJMcex7wyNSi { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pdKJHHuJyGMyRtcbVrvdPK99qpH2Q6CV { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eKC8NSkXI5yb1y1TzT58DkM1HbcQqKLa { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#p3RRC3hJt6no7Vwnbv7eQ09xhFADh2eS { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#QWnGHTNoVreoULHcSNtNlI4xIrZCm0O4 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OSHWX4Fp7wKRy6s5fBAmXt8ebMolxVVe { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#QI5EkOLwiRoCucfrLTxQWNiV9V8KTKS7 { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#yfO0c4qT3tnWO6so2dT5racpVAwUqn6c { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#kvCgz7bpoIl6rlCmEoJxLxDhre4c6SVh { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oQxHQvIKvVNPP0GNJdifG8pKpO8J62C5 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#TxPVfMTiJThtpZWkV6gZfcoGs6NhTmTA { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#QifCzh5GLtiJkfJ4V92gvXcPe65PM8Ul { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffdc92;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 { position:relative;display:none; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 { border-width: 0; border-radius: 0; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .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; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bHtxMOOSyKgsz1U66gN0IM7C2dedIvIp { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#olWlLkdm2nLX64m7kyqBGONsnoESwP5M { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#sCxIx1pGMhW24mLmZm8MB86T5PEBRwq6 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#GhPm0PcTcQZau1EMGvcIA8hBsTSlEGo9 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#IkSgnIOWVWpt7phfHobt0hiansi0y78C { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:;font-style:normal;display:block; }
#ACORKquG5G2FqDIEGdDTPUWrM1gcW1ta { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:2.75rem;overflow:hidden;display:block; }
#tlgyUZfkGyCMtGN9yqbGUigU0MTcCaTk { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.8125rem;left:0.7373046875rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfOx60nGkNO2OLA2kqPFfIPTnWcVdx1R { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:16.48828125rem;left:0.78125rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lEdz2nmrE1vJPZTWecWPw2oLkU89ycsw { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ztmTSeMV2NIRXHdipQy5K2tbQ7AS2lZb { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:1.75rem;height:4.125rem;font-style:normal;display:block; }
#u5yOh3fOGMWU1tM3aNf4x2EqmU5i5lsM { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.5234375rem;left:4.125rem;height:2.275rem;font-style:normal;display:block; }
#DBtiv7pPXP5n86cslikqMRQK7B8CWscT { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.09375rem;height:1.225rem;font-style:normal;display:block; }
#PzyFwK3tSSvSQxDpz5eig7HGMLZuE5Nq { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:;font-style:normal;display:block; }
#vLmrX3TTx0ifK9fwnzZXrllcTAmk9vQ6 { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#d1zkxirtrQn1bGPReaeHyCRTgiviKdIT { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T28TkJoLTQsuk3QSSzghmo8m1y5PhxpH { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FAFp2SBIarWJBUuW8yTQr2Tyn9r885Fh { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#VRr4GLnHU3BOhXwTkqbwZRInd6evTeNG { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#G2gZnh1v4PCklixzzkWaXJ5vfWCP27Ol { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cNJzRzC3yghCxWvCtdIODDeKZOzXxPr2 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TGs34SOgumUFTtintrslHZCiUANR655u { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vscrt5CIL28wd2uakuB4aQ3iJzRAloK4 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#Kl1LBNEZ62JwNxVuaFNk0gExR7ZiCIIi { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#W4hneBpX3nkuP4AFJI6SSrO4JXXStsKZ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#g606U2Ax24q9TBbesVJy0J24sydVTOa8 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#NCyTcRiIuACcOdqIk5Cph64rXwppfvil { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#wKDhuhJh8kXnlpEOSMJwyC0cSl96CvCf { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#R9eoHUHq7IncXwnuqAzatKu7mVSVQ1Ft { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#VF0TbiF2654qAWT1ixedTFeJcCyoH9Jd { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:;font-style:normal;display:block; }
#iFh52HKWebuHyfmb7XSfH24GXEnueRMQ { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#WpPNbZmkM4tnRrZ2WQZvWyH2mJJKGLHA { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#PimHi7ebdJKd04EKunfBlsVxHIJqqCh6 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#xPEKQNpl70iJi8W5P0T98Vcc57SbOXir { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#bIDOdp9LRZSHnKlFnn37qSivvLxSxAqm { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#xut6aXkmxkcyZL1WEOix1hkI73SIk54O { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:;font-style:normal;display:block; }
#OLMqciwhIKE9ph3VOOiN44QRzp0O6UOz { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#P7QA4KDfuerSVFcy76HOwtWTo43xzgbK { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:21.5rem;overflow:hidden;display:block; }
#HublEOWGebErnSdJM3xchxtDoBn45CP9 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.53125rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gRB8RxikVRVIpym0JsZFThixS1Ep1Xdv { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.4375rem;left:19.5625rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRtBcJOe71x215958fcV9ZnDWI6EO2XQ { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#duF8KgFFUab8ZfKqJUuxzgQgyCGXTiis { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.4375rem;height:4.125rem;font-style:normal;display:block; }
#DHXWWaUKu6q1bvcyOkyckvKAWTK19n9o { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.875rem;height:2.275rem;font-style:normal;display:block; }
#d2oH1UXPbROU7O1IekKxBwneSea7C1QB { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.78125rem;height:1.225rem;font-style:normal;display:block; }
#uJ6XTFUiOl0iB0VmqlEJSug8TOQ3x6ce { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:;font-style:normal;display:block; }
#TUo3brKII251D0z290bkAze5MTeteRT4 { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AL8n8XECMTK9CJImNHdtsvXgWgRTB3uV { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#owZDeDsVOshZnyMuKqo4turMb4ymFHpw { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ynZu1yBM6rQIrFTvHB2wf0GgEe7Eo3wZ { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GuMD13254i2z00Ae40ttoL8zUABmqqgt { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mhKyPRFyMoC2GCzMJ0BiWoaUWD3A8uUJ { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mSbDeqIImQODrm94Z1mfCuZt69omtDyp { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#FlXpVm9r2Ucoo5ahxeTQlokl2XhaR3HN { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#gRH4s3UPGRJOSeEuyNqGcCvC4kMmWRRQ { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#uoz748mB9v2mASFktOsv6SOBQXi3ovgB { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#aQiJ0ltbw5JpIhLHLT5NUxvSSHvZEfAc { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hKI6OpWKIg73zi4XQvGZN9IHhONx7PMt { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#ugMeqty6gJbDGWoVeBpbNW82N01LsoPb { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#TkTD4sUpG9HcElaLyUaEwFUGpcxWRsJq { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#CuhveyPlTFtLOgGtDAvw7HlyhTEknoaF { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eKvTDDJEZqaqoTG9gKkFlTeiRsSkzm0o { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:;font-style:normal;display:block; }
#xAMdREM3Dl8AgUibqRAiIB6N2ZkeEGmd { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#B6aT289CT7ibsuD6nWKNgyivc0gWZdT9 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rTVGdPk1sCW3sw4bxAosicZMWtRxn0Vr { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#GCnTThoTnruFAlcSXx1Hn7kkNgfkwvDq { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#qyTMLwBRoS9ApJAINnZD7oTWTXLPzLPV { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#FWKaAaewwWCUG4IquMm7BhWC8s9PiMLO { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:3rem;font-style:normal;display:block; }
#V0TrSmD9mnSBFnVT2BielhqpMFIcksFc { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#o9I1JAnDfOv4WhqmzShgPmfVwJ2LVT30 { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:1.375rem;left:40.875rem;overflow:hidden;display:block; }
#cxK0OfL73KEz1HB8kriC5mvvqbpw5ToE { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BHsIPdT6M5uS2bXIxq4WtdH8QWhInAoa { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IWsQ4x6QxiaVvxJgga9U03DOAMEb2F78 { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Rz43hm8uKopQ8J0PDTlJLUoy85Mtk7Ly { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:38.750001907349rem;height:4.125rem;font-style:normal;display:block; }
#c0SXl03kNtPIWBoxbmoSRGfvoA2xWqgV { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:42.3125rem;height:2.275rem;font-style:normal;display:block; }
#MwXbwHT0MenTqSftAZiUnAKHNT3EveRg { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:42.437501907349rem;height:1.225rem;font-style:normal;display:block; }
#czyfAcNH5cPkNZ17KI8nCe78oT6g9EBe { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#tNvSRs3USxO77fwkCK1KWLLs3veZRPun { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fRdcW22zGULnWTIsypw0fm4CfQwJ3AG8 { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yyTnoTTJCmdTrGPG1v7fwTwdoNtuUw0O { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rI93MclX2elTgNC6AeyMf8FeWscH7ne6 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#hxckahINhmnyMy2JNnhvRraaRm3sDJfm { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#VlntTOPfIMRyy6eyJsCtClfP8oLOstVm { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#evc8L4heeUkllabTxtngtW9QbvGftupU { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oBt3pNpcF78IGsfdtzNP0UULTyaJUiZf { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#wLfMKT0PHC0qHGkxgrUVS1aJFGoeL0ht { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#o3yGntm8lqOoVpbfZEnyJ4rfTl89NQFP { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dMSUtCxxI5iW2uZDbnZ1GrtboqQR7SXS { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#v1rDSlsaKmQZxo0e0ZfdR3eTwxUrUDqt { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#C6NXfnlGSnpsf14XidTlDLJkbTN1M1MS { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#GVFT81tFvpFT9nzyRnDfI23KphNKLJtP { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#WrMt9R6Ml4hy2hccMri9coXvpWnV0IfM { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ndyO1livl85V9lfKhFFTgLuT1D4aOV3J { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#suQprJSR9B1XoIcQhB8pUiPf3LKp0EzZ { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#EXs5eBJ6t5GMOIoLms8JuGIfc9KswQrf { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#whgTfK2wmApTpre7tErIualnUzPenFTN { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#s2aMGAm8ftiaO4k4Q1TFFvg9mCJFM3Hs { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#rXDS3LlzLvycFTdtVUFodEEqTq37fcC6 { color:#2d2d2d;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:3rem;font-style:normal;display:block; }
#kHn2Hw9pcmTGU4xfrOeATiaS1GJ1xwSf { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#MKZsuTbC3SOEVidHmyGAUMEyMQ2s783c { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:59.03125rem;overflow:hidden;display:block; }
#iSl0vJlpgu8I7ccEzuTPB5GmO3V1cwkU { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.6875rem;left:57.15625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cFKTfTiDnNpxCzFo9f6al3JQIqk7WssP { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:16rem;left:57.250001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EO4iKlBEgSiH5QaMUbNPJGA2PH6kpBPE { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kDypyp7vx1dlxCN5MhiIhAUEx4TRB4ll { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:58.125rem;height:4.125rem;font-style:normal;display:block; }
#TIv9oXpP16g7acko2XXz7SspcMo81wCl { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.625rem;height:2.275rem;font-style:normal;display:block; }
#NnT9maV01DPITgTI32Hl4p3iAtbzfmto { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.773956298828rem;left:60.687501907349rem;height:1.225rem;font-style:normal;display:block; }
#gV5GqgLgl2o47mxWGKyki68UnP6pWUMr { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#ECkDZT0RHFKr8sOvOCRq5uSefDqV1nDm { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PeMEUyAEXIvqN4v8xzTxsrsOSkOANadB { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DWui3ncomUpxNrWAUPhFeEwTxO9FcUB9 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#p6TcLhf5tOT77M83dq1mnXCRgsVFhVZv { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#NFlStuB6x1eMrgLLgCzFWoLSS3sF5hz5 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#CsBI7JVurmc4vbvWF83gTM0uSEuzWehb { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#U7Da7pCC1R71T8tpmdDleCCUbwoeu12z { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Og8S2Uc73GeWUCa1B6QAdxbnq3WQuDfm { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ThadT8u4meSnPhVnQgb0LEw5C5Oy7bUw { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#V5NE8DMTR1snqm9qUKGdHcQaCdzx2Kzm { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#BIineZOczBA42zSI13hz1Ki1wlnWtS0W { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yU6sS2Gc44KMP5xfpxie7nubHCQT3rxu { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#dx9gatecJAnrQ0LcRv3Nu1nzPPWtIKe1 { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#QbyuTsO798bPB5wlzyPHeTwoE6xHAhN3 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#aqoZCuvAtdvyC9VSzICoHRF1zove1PGx { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VLRUFSn6SGMiy8g6CF81JGLgs9yuk2xy { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#zDRMMfp3AL0PD9BD4iZZbs1EtN6GZbwF { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#svaC5TOZBOVbP6KNupWKeTO7POWsT9ik { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffccd5;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { position:relative;display:block; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { background-color: transparent; background-image: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container > .video-iframe-container { display: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row > .video-iframe-container { display: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .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); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { border-width: 0; border-radius: 0; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .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; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v0NmkEKisKOsdOswftNUDrwTppqRcW9b { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#xdNzZKzPLTKTDoKAuhGby4muTTVpaLA4 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#pHqbIw7JopltHEewCROdfFur6AwRtUzK { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#E9xOHmb66FNySTnKbott3gTOfpqk5p29 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#BsWuTwWJU9loVlcbbNc5gpVHIcyVcVir { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:;font-style:normal;display:block; }
#qtaZ5Kq8EnpHCX8r7ODa4n6Fzy1mTsdV { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:2.75rem;overflow:hidden;display:block; }
#sZvddse3AdKotCNm8r06sbtSQS2A3Abn { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.8125rem;left:0.7373046875rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gl49JgIsGbQTGUydVGp2IrRaH8ZODCW0 { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:16.48828125rem;left:0.78125rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UT0LInFl8KefrDrzuo0BaaL0kMC8uRvH { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KhStEBdzyOwukKJxV7cS7QyO2nRcTUDJ { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:1.75rem;height:4.125rem;font-style:normal;display:block; }
#aGMsXIfatcpbDTP24cJSTZTTIxVqlnCc { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.5234375rem;left:4.125rem;height:2.275rem;font-style:normal;display:block; }
#OxkTzr4pTZlpOi5iz2EOCpk65RCtkEr9 { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.09375rem;height:1.225rem;font-style:normal;display:block; }
#pWsAa19lP9P9GbEA3oy51TVEn6ay21gO { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:;font-style:normal;display:block; }
#NVivRC8WAVKmyzUx2y3pKthqDqOF4USv { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#p5CnWFTywVXhqzk3izmzRfTukzKsrV1h { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yBXa4Gg68M2tR0FtalxKruK2LKg8HfMX { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T1DtB4FHBVtcR3aw65t8csPOlmFRGaPU { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#lvXkawtCDP0JsNo5UPrzZxTMwLa72olc { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#hA8x3TdsMrXO24Ak7pUPk0FaAlxnm4ah { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qeqeUNTrzliUwI7gkT9QmBq5Ty6OlBlw { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Rzkv91AhRwOlyZ1aE5OM9W2LBBTpSxu6 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#w3Bd3C4Ds0EkAd9KsNc9RW8txnRrgJ78 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#KBmyqwuG4KcnCUzIR9utmBU0kJ1ghBpT { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#lhx1eUU5XZDwmbUBZHULDtNqpoUaNL1F { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#s2tZiSDFCbozZ1sdbmwwxegmlfiAUyZm { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#TbNoe3L6n9KsXIJ29TTnoWcUlqWMwwcJ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#csi76WCQGGtwBNToaJrliI2VoCeAF0eV { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#o9quBBqmdxoQTuT6OHuQ7fruSUufN8yV { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#A5Em3hN51f36BFQWNGZ6VEGnSLr8LJzZ { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:;font-style:normal;display:block; }
#L6XzZbISmCyiBDrJ3qcPdTMtTOq5cwCx { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#ralCBu1RxTPsNsXnpafUnfKf4263lTkd { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#IlOWK7hTcSbIUUTiMbCsTM3xWXa3LTJ8 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#cDipWHt7btbg3ZO7LIHTwyXJalkS05S0 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#UJKr17lNmyupQhtN6Qm1TbMDUXq6PCeU { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#AcPmnpqvxbaFos1ZzVnqVIJvrcEpKeEw { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:;font-style:normal;display:block; }
#t0AGCpIzpWShpS7WAiczgC000oLXz2ND { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#gR0lthmgCKUWGhJmO9WncL31vhXcRkeD { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:21.5rem;overflow:hidden;display:block; }
#yLmrQskML1vxlS9GqMRJ6EsSNlsi6rDh { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.53125rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MEaaEL4N2A2vENfs43boRpTeDbZZyVAe { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.4375rem;left:19.5625rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WtouTVthKD4i4PkIkz19uFxIgh5Wql9P { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RXVpmnIIIMfyrMX7UGczoem7sH097iMq { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.4375rem;height:4.125rem;font-style:normal;display:block; }
#IPnZxts7CHaOTJJKvQSOWKcE46lXwNub { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.875rem;height:2.275rem;font-style:normal;display:block; }
#rXH5DMhrDSC4AF7up8IfOBhCXn5NtgUI { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.78125rem;height:1.225rem;font-style:normal;display:block; }
#Tsg7gsiGeHmxOchASiVT76kutCzGZWTC { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:;font-style:normal;display:block; }
#KmJxLC0hL2ban09TahdSRpgwHLvoEAMb { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nvvEyuWCzWJT10fFzqxJd0QXle4pMsdA { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#k6aByxldBozL6KJgBpmDQnggFfV4Tb0l { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZNE1owSHav9AXliy014atvQ4a0q6Bqz8 { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eDzJgFG5VLuMCuxOC1NkLAcIa5vOHNuT { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nN7DOLLdPNkpdKTclCM7rJdvMzo2vIeW { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fMS5KC6DZv4P1rmNQdfhJe88urLx1XBV { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#DpZvE5qyQ8436ko5WBDLInFTRmZ9JT4D { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#xHxpFFknrwnAdQPBfR3WxnlkfzgySWqe { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#eCywhCThvVCtxilFFPex6i3lqqZED3oW { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#LOwoACg4FU0c3Gwu9m6p0fFHAgP54LFy { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VtBGMN30SwQFTluhtEMQ3TKt9Rb1POVG { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#ecLvbag5afv0Sk7z2wMUV034dAg7PXzN { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#bLsvoZwp6tyskKQx26DVPk5TM750ZJ9z { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#gfOnl7eKDhAusDVeNl3U568JB11W4fLh { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TdTALx6B7rgkb6dXHhEbXL3VJTJuRlCP { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:;font-style:normal;display:block; }
#WhtEpEu8zvrBfVln4EQGMtE7pDKCfuHV { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#ReOAlHELRtIwCSfD7nLie9O2uB7a6c6w { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#bpyKfexG7ac6LPkJd4S4oTFOV8UN4gBC { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#Rohhz8yQPmiGbZditogsIJAzzBWykLdc { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#kHctopLqiTfZ8EvMvZPTzmAOmMIMuZMM { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#RHiZXXkGb05XOOI8xtvKC3DwZucaGk8q { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#UBq1iLNLCxT4te8UfT04e4O8flPcfhyq { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#v5xqCLCa2IVTLDMsWEfxwElLaaVTvvUK { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:1.3624525070191rem;left:40.22500038147rem;overflow:hidden;display:block; }
#BaNlp9V6CvV7VXXTdJQKm7F9ANI5gclW { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DgzKkipPeoUSt1BxHHOfcDTaFnEpRATv { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dG66CS9e6HT71U2ET79cQ4Pd7D1P6kKK { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HgHh6ImLy81I8SoLhvTMWDBVrr4IrpqU { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:38.750001907349rem;height:;font-style:normal;display:block; }
#xPX4hIZrFgIvlcTW1I4CuHZ5CbKTnFBB { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:42.3125rem;height:2.275rem;font-style:normal;display:block; }
#TU67T4KWMwXvRde98BJiO2ZwKaCT6xKf { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:42.437501907349rem;height:1.225rem;font-style:normal;display:block; }
#uX1HTvfJOvAIp6BnR1Zn4FTubNC39uyp { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#OObIiT7yTh0bgBXysT7Zqonv7JGOXSDB { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JQPqdqLmLa2dbZL5p6hh1Rwyt4wriWKs { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CfzcMQfyES9mOiodyWaFWcKgaPRzQqlt { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WdmilN7eMAKxvi9gTebvtIGIeI8ILTr9 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#qXL2rolr3kTN8WtsWmi6n2kddTGMdxg9 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#XW4S4LP0Pd4THr2cQxrsb94QTFgHJ06J { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RsI2t5hrB6q71BmrXKQLrIcJx0Zr7dL1 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EGwhHb3PhCLu2xra0iW1gQfcTNV7TT4N { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#qtfPPFwx8miIbD0MFc0ei1hV52veJXhp { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#HguMAdoCa8ZWRNAJXuBqyLxrOP279g3h { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#U13HBXcJ1ixocU9gvHyyVU7V9Nt3sDIT { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#bFAFT9boOfl5sscvEwfvTtD96HpdbgG3 { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#olflNdAM3Qbw9CKOefgv8TZb9in89lGQ { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#x4lp58u0Ofci5oRkDpzEnOSaiLOsOxkl { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#LXBhJTW5L31keu763xseebepwdst95VK { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#M8iurRa7UOVbFPboJt1iZG3mGOnnQ6vZ { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#vu3UtStIH8zT4w0HgL2wqAe0WxVfdVEp { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#BQ0fDM9J0w3FnLoVP1SENHHP12KDnSgw { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#TIAscUu5gvy3FfAZyWwJvbnLsuy7U6TT { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#iAqG8AwcgSSs1Ir7bW96vBo368FmV98v { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ho0GwQJzCGxIPRKTaKKAKIUxc4bpnumu { color:#2d2d2d;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:;font-style:normal;display:block; }
#a8ek926SzPsGTt1W6rUm0gRK7Xz1GmUW { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#uhyzEOEKMKJJ8ucNU2fsh92hq08KF1ka { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:59.03125rem;overflow:hidden;display:block; }
#CTekvsZyCB9OL2U5fmTV5PcPwzZ3A81Q { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.6875rem;left:57.15625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D4ur6zM6XRukLqTZyew1kCOzqGW3lImk { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:16rem;left:57.250001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HU11uwI6StfbQbgn3Zz22FErWQJcSZHT { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FK165ENmlAcU0ffpRtTVlMB6Wtr4Cic3 { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:58.125rem;height:4.125rem;font-style:normal;display:block; }
#lKi5e9XrItTu8MoDeoBSzmTUldURTkFf { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.625rem;height:2.275rem;font-style:normal;display:block; }
#UtZ6T298vHeSQTTgyrElMxHCfbee1NF4 { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.773956298828rem;left:60.687501907349rem;height:1.225rem;font-style:normal;display:block; }
#Zyx6sGnxksRCq04OTrSUaWHw64sVD9tT { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#hOEsVJetQJwk21FOcLoHZbia3hlxL5yy { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cnfzXTmzcbBJQcCWqf4b4QsRdrTfK0nF { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NKhOSP116PVTDNplrFUTm6ozhTTha0CK { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QfkHxD3Pf6KbdaVCsCh25ZcooTDqqLzQ { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#b5c3BTr5u1xnl6qam4kzO4yOcsEZNLSI { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#VhVTrN8kaTHWxwo6DpOGL8nNz0wXLQ1W { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pxnBnulACytsrtbTzSXJ13Gf9J5Qmt89 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IZidF9LCn4IBSq004DriOSpWlc4UwUrN { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s67R3KdcVU4Wn7NdRC4LWrfiX0DwyOeR { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#iecTUzI9ZqWvpE3HxbKMm9ZkGh53XdsR { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#kBeFe7EVUyrThAUavdUfenGo5UVwo6Jk { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wro00DKxUzkrGZL7eyaEI0ytaT06U9w4 { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#OkCHqVT9NuzRGkaEXTg0nd3anT7pBTOh { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#VFK2Cf3DIGbUQzLIRZe9aHpP1ERKwKq7 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#XkE3ua1R8peExOow0aWdM1VQ8erqWb1w { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T3cdhxFdH2W8iTJ1uw8054J1GuNhHn01 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#TyD8Ry3GbkQaZCdAdzTLhFxl49IMdl7Z { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#bG8SHXmCtfbscZsMA2x5ABwnBoaPfJeQ { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffccd5;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#nrbZWV4vdqtuveZSnuICb7o3faG4WCte { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:31.0625rem;left:19.3125rem;height:1.3125rem;font-style:normal;display:block; }
#dE5TsyWPZAIhsro40na1RLhOuyElHhmN { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:31.0625rem;left:0.6875rem;height:1.3125rem;font-style:normal;display:block; }
#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm { position:relative;display:block; }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm { background-color: transparent; background-image: none; }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .row .container > .video-iframe-container { display: none; }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .row > .video-iframe-container { display: none; }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .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); }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm { border-width: 0; border-radius: 0; }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .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; }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NC7UxGKGp4gA2dEoRDfSguQfU0yLTCOm { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#EJ0QRfysvnF9Ny2hQK694A7DfQNR1HPa { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.637498855591rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#U3QwuO7J21cWA1o20KpJZCQSNJdVuadg { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#RuThAQTyUoDxNlVqMPAaWJrtDrWShzgM { color:#2d2d2d;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#IuPm0bMLKLGZvQbW39zNFV5VXGDDuiph { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#DLSkIDUri21wmicwFP1c0FHOoURZytv6 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:12rem;top:2.35546875rem;left:2.75rem;overflow:hidden;display:block; }
#Rf6oMUmDmqMLeiXZDCKKwX1Gc28hxuSi { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.8125rem;left:0.7373046875rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vS675TIfybFCCDvpG1a5AaRgeyrdezGV { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:16.48828125rem;left:0.78125rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q5a766soD4GgAHtN5tcxLX1yp42TLUz5 { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sH4baBdd94af7X4HCnoAqIU4ssgWF9F7 { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:1.125rem;height:4.125rem;font-style:normal;display:block; }
#KTQxinTx1SVQV4sM4HWLUIGONducSomr { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.5234375rem;left:4.5rem;height:2.275rem;font-style:normal;display:block; }
#VCQtdotR8v9JOT9ptx7xE4a9w4y6yhTA { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.46875rem;height:1.225rem;font-style:normal;display:block; }
#ILTO4hx0Fq4MfJtlNe7vnlo9PoulVpbp { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:1.575rem;font-style:normal;display:block; }
#EVbSPHitTWQZNlhOTZmK6bGXqwA2rS4n { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SovUylTp92UOqS9fMaUwREsVAW352mqP { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#btJgE03L5AaVISaAKcwxEhqb3DqerU1O { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ngOIobE450L7tog5NDUoOoyZ5hvpcR7t { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#A7FGqvA6PqhbXECJSzT1bScJqDMSc7M0 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#V7PTcXM83Lkey4ImOPfUPrHsoTaWIdMM { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gePusRlMIogJTqtwsamQLrZxHOLFvuha { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HgPzhNXZ1muZU3xX6XHEfkm2JMTNblib { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vclqLOlN4F21Jn8sru00R199csTQZ0HC { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#u9KXuM8Fl2voKKN600qXzXKWnfTN3qoc { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#PuFvE0fT3yr9IuLsCyvlBzMl7QvI2GC0 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#e9Afmmbopxwq3U4ACkfqkoRWKkoLuZLQ { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#vxmK62Mc87ReE3LUmUTXBhJAo1DqymlM { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#OvGdBdLPVHnKmMEn8Pl7VOcoUTKHwOdS { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a1RnP5rR31yayptVAzgwkUNgg1RrBOS8 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#JecmSb4ysilNLy5BbXAc4S55C3XQyvaF { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:;font-style:normal;display:block; }
#NWPzCf9FWXOTrFBTLFhQyldihIOiLV2N { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#KKdEx10EeyVwFdJBdJP2wxDDAnSBNIUR { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rFBLEQNnBTckADVQQTGb8aEAXn4SuIWp { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#cQ0J2yuHtdKDP4qWvzATpIptwcawB3Rf { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#lVpweBq89fM2pXs1393CTZrlXW9UVQEb { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#c18ckURgTWvDs8LTHbDB4gq0sp42vo5I { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:;font-style:normal;display:block; }
#R9K6FC1x476tw65opn4uDtBMv71emDPd { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#h6TZoEFfxK3wXrawAB2EITX1cTLCXaKu { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:15rem;top:1.7614583969116rem;left:19.3125rem;overflow:hidden;display:block; }
#P3lJvXhpggPK1WzvBTBsPdrF8b3I9kTn { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.53125rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ltNRf4Zi1etscATonREPpmOv5T1cXoTw { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.4375rem;left:19.5625rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RE7JkpuZlwlFgbOyWpas5TfuWvVtcq8q { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GZo5TP4NkxZTC8qWce7HTtkP3Eqy1iMD { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:19.6875rem;height:;font-style:normal;display:block; }
#RleWCZqZuS4Ft8r5ZV8URVpN7K0rEaZR { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:23.25rem;height:2.275rem;font-style:normal;display:block; }
#lsxxDn0ZQWXLN8nIA9L8pKPn5o729b8P { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:23.156251907349rem;height:1.225rem;font-style:normal;display:block; }
#BSsTXm3yJ0FFbTHyiZ0aPLqIGCwbPps6 { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:;font-style:normal;display:block; }
#T9E8IJJ0vBQXRH12c0Smr3TMkEHi7S8w { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SVgqk4x1zNwo5H3co9KLZWQrAN7ektDO { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iw06czRHXNSixGCeqzavV6Db78dmTWEP { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#i88TdGxDrMRcoi28x7idUWKRmidNy913 { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RXfKazXNTmqvV3whJmgUlbyDSfOmpQzQ { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pyL1L1f8A5TySr2yf2oz9GkfVfNuvZKX { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xq3DizSmRkAZ17gK6nalVihby0grThCk { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#WbN14MziPHdftCRBNgPbRqXEfeqRAS08 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#SQIM59pN4EohwRPlWrywGmZROiiQ1h4Q { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#rDr6i9sN46FN2hMMOQgfa69dENKRkbXE { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#MpFCNJl6mkE0HHmiL7XvbKTx9p7yp6WK { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GQo6g8Xg6GGmXe44G8euF7ruU6mRv45u { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#cAKhyALNT9npwF8hu7VwzQ77qh9e3JMH { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#znNobFoGDUoNoxHgZcWXLkhdqZfvvGWP { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#RBBU3Pym4fUnkMKI2nBBdVHoHR4Iskwz { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PDZQiwT1UGJmUWIngv2OTxlgcFF1lflX { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:;font-style:normal;display:block; }
#foyaTwSR2ETLA3vpk45GDUBkJ7Z1bk0o { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#gkpwQN4OOkDchxs2ntcygGP1Uw5S9Wdw { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#GR8NGelvBuvWCoDQsTXTdnNy847fO3Zp { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#a9FQykyruMyVWT4cBar7smWOXtCkulGM { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#kP66nggWFJcmkO4XKKWlcgvXIC1OIZT8 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#yDVHXJsL5R96OCTUgc6FKUAheogFbvav { color:#2d2d2d;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#Q1SseuZLRtTvIXJAbmEt6wJnfxH6ywd8 { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#UtyXl7poH3oB0Kcmd6hNqwezh8g1ZwMy { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:8.1875rem;top:1.5625rem;left:42.13125038147rem;overflow:hidden;display:block; }
#yDKSXxo4w03BWW7Xw0IerpWkXfy9WfzC { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n0xdA0ymUIJGOpa6nrIoJNvLze68gTu2 { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#feX0VTckbeZ2LTP2JMkvvG825UFTTeRr { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uTT0F0OyWDdu8WaZuouszbObbthnUJvI { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:39.1875rem;height:;font-style:normal;display:block; }
#IsvH1eFJ2DQyrWW3Z8ev5VVR692bmM5G { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:41.6875rem;height:2.275rem;font-style:normal;display:block; }
#PKQLI6g3cpXqOJU4ABxHr1eWrypg31hO { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:41.812501907349rem;height:1.225rem;font-style:normal;display:block; }
#cghl6Vppc7LCpapd0mu55hRQBRX3b6aX { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#MMRnRaGVIwGiapbkFaOr8om9RQcaokF4 { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ayDsQZw2avsTtxu4W9c1EOaq7vm8gr9d { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kvaQQhG6QKcClueaJGHlKfdhaMVn1l13 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iowXgMTweOAVw1crtLs34g2l0Va1nTWq { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#nAOqkzGOxUUy2OiLKqLq5pd2vhvM4BMN { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#WRC5VUraIIRekaMT7rafZwFuLKprhKaT { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LzxsWgwubc6exdchgdt9LpS7lry6vGZo { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gZDlL90aXHFvFEDMgqlBTeazIkrBUFTJ { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#UfmsOeToTEcEV6FqEhni6H14ZwSDOtuI { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#eVTPV3fAOHxgpTULdpVlNgEZZ6iLO4vz { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#y7TJvFnJtghAIOFMcld2XqmdWKQ8DfIl { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#GrZsbE2v7l7TQPWRBv2U537m9T5VUysp { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#bxve6Fo19tgeCkd7xTxJ3s5M9OgblBFw { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#CkfXgfZ3QVr1Ovv3umI97oXF6iJgxZ8q { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#Zkl7UrgLy0MZDML0JV9TXfvQs12T3S2K { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TrSM16WEltloWQ51gP7SMcOEysm8wLoQ { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#gKgPMgTfZmeztTEAMH9cOvy7wRViOfXV { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:none; }
#wubQZnqMuDymCw6wCTcspKWq1z5UzznZ { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffccd5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#cWTn0abHdDQaAg6ZbFMPNFWuC38LBVMi { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#TuPGWEHqMfLzlvvIerstqnTMiHRGQ5RD { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#OtmWTtHqpvBAkhmHewsTd7E7XGCnUgn7 { color:#2d2d2d;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.937501907349rem;height:3rem;font-style:normal;display:none; }
#ggh67h31b1UI27qlo6nMkomlh8hOA4Ny { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#nmTcgQnUIoEimXWXz6uJsHsNeWyTuPxI { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:10.9375rem;top:2.625rem;left:59.5625rem;overflow:hidden;display:none; }
#P6bmNz5ttaR0PiKndsnNBSDaa1omTPOT { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.6875rem;left:57.15625rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NTla1lW0D0cph2bTZqz4m8yn0uOeZnL2 { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.4375rem;left:57.250001907349rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GEmRtzIZ7KPh2M4uaTwOPlomwKy1kMAB { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#J2hsMT6WC1RoeITQkgDGqehIoAfOl9sl { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:57.500001907349rem;height:4.125rem;font-style:normal;display:none; }
#nqJDckCpCMKEvn4AXJvLKAlDuoCQWdZE { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.625rem;left:61.125001907349rem;height:2.275rem;font-style:normal;display:none; }
#IJhRDTMnN5T3e37Jy7mu5PiObVGtHQUD { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.836456298828rem;left:61.187501907349rem;height:1.225rem;font-style:normal;display:none; }
#UiAtfwfdnm7g9Hob0eh3SEnJkTbA7VWC { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:1.575rem;font-style:normal;display:none; }
#y6OuiTnMUFW2wclxanp88bHAb6UzZu5y { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#L1rmqn0uvU8D7O4tbHhxLBrAyOJTAvqU { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Xu5IFSB0PlMQnNciweVmKuHIJix19PdZ { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hxgZvPJ8f1lT732cCn4QWwMmgILu8JGT { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#SgTrqVfO2CVflZ8nL3Wy83mtlxc6ERbk { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#gi49K3mF23xHvXwnab0SLFxXW6qLWQ7n { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZaQzWt2bh0Kh4fCTyzBNnFwFVFrcub6k { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RZpxQET27dUQCFEXNgzSCwoHOZV3SCeu { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lTkspTBoaTxbLKx6DNqE2TTLXCe9IofT { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#nuR2XMWHRlqdpRh6b1ot7kExI9h3yKFi { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#fMEbfPIv2xVw9csn7UkR5A7d0VxUNBhr { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ufuHwVSSN4pqtMtt8OTnqNCRJTal6vhL { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#WIJBgJn6WlRIEMV66rV0WI68pc9nGNm2 { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#x2zUMgLsr8hTGBDWt0STqApMiGUX3Zxi { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#XqFTc9q4tbKLwmKkN8n42KPvd9ux6oHE { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NqT7hpZt3SNHwkmc8My5iaTWKGRMsy2t { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:1.4rem;font-style:normal;display:none; }
#HbnWTxb9PI5lkJVklRomhnP5o3LAg11F { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#IlaCVN0xACu6sLT2lqypom948urqtBDk { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffccd5;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC { position:relative;display:block; }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC { background-color: transparent; background-image: none; }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .row .container > .video-iframe-container { display: none; }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .row > .video-iframe-container { display: none; }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .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); }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC { border-width: 0; border-radius: 0; }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .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; }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JMk083khObrXNMfotRsbredskJsIrTDu { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#RLM3Mr5R178cZVbL6myLtNOS3sOkUgbX { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#vVSMslayPz11bOOA0ESKAANTrTtvn8Ht { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#EWStcw3Ty2w2VuNFTffQS4QhR2Ag4Mlg { color:#2d2d2d;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:;font-style:normal;display:block; }
#LDRzwqxlwQziDPziNPXnnNBJr6g2alzU { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#STPOJ0v0ynUQIC80v23RstkFA0zpMy7p { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:12.4375rem;top:2.3552083969116rem;left:2.71875rem;overflow:hidden;display:block; }
#Z5VOA8ewWh630cg5hEhkoWeF2sIEDX9B { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.8125rem;left:0.7373046875rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Q4MzqF00JFICM6XCbosTkO68QpGkv1me { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.9375rem;left:0.78125rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VETkpteuR5o77VT3hyf2WRkxWTIVarZd { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#J12Rb681Gku2wEfypQscWNX08voCtDhc { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:0.9375rem;height:4.125rem;font-style:normal;display:block; }
#SE7NQ48dFiJqoPCPhZBPeZ3HmKMaAdrW { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.523971557618rem;left:4.8125rem;height:2.275rem;font-style:normal;display:block; }
#hQ4RBVEi2NAhe2mNv10Wd7oiaGUv7Fdi { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.78125rem;height:1.225rem;font-style:normal;display:block; }
#Sr8s4UOGHUJXImnTrQw4wvlunRUd4Tx6 { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:;font-style:normal;display:block; }
#zH1TRadfIPkpfpOVEZwmGNirrwt1CmoK { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:2.8875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZNAkcOxhFgo1fzPNBmS1LqT7xITnzMX { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.625rem;left:7.099609375rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z04LdhyBvmnSmPNARTPbv3eH3sQA2wuh { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#B4c1EOCtSmppZWlinPNRfHdE1quPNhuZ { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:block; }
#kKuxLhfzIpNPHS23bmtRuX4OZmBkkFXb { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:block; }
#klva7pyaCrif0gDEkdzzlefcmZdVS063 { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m2mla5TB8CXfX7dZQhnQMbywHRycXw4T { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uKBrRC1AlgEcNrpgv1OpqJrntKpCootB { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.0625rem;left:7.125rem;height:1.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cAohzquzxSIn15NZrUFfA10cRyTxtqZX { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:block; }
#KKCxUrpQWPELZO6OSoKdfkNoscvlGoqO { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:block; }
#fRshM0yHGFwKT7kRpPJTuD88gQx96Tms { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:31.025000572204rem;left:0.75625038146975rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#prf2TeOG4V9qLq53fs8FIvmUN6CuO8wo { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#uU42szVhCeGDMs0U7hpOZ85wevRz6XfB { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:block; }
#sCN8PzCdyuFDsFg713NMbO1Ti85poTPK { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AhoZLBolJlhpp362hB0qXeIErm1tmUED { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#iS70zAxQwzUFPwzaBq3QipJPmRd7FpTe { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:;font-style:normal;display:block; }
#IIIIvmD4GV9NWqKoHbDUWnIb4cTsgMg5 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#rgNDMzkxdvpMKSkVoud2oAkmVkST30Fh { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#zIHuwrxrlXCKtudPv3MdME6JrplEZkkH { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#y2A1ysDkCNkmIGz2vBgu8CG0m4coQ6ay { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#f0ffab;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#ZV5xAyMWn2Tyc8RKRqIabncyFdJron2W { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#yAKW9bbnyv74PhJD4IbNiddroiSMQMpS { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:;font-style:normal;display:block; }
#PIWGbaWTfZTmRIxJQvMb5aRvy19E5gZQ { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#hTQrpSQADTVKczx2UMpqW7tTotQflFQ6 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.375rem;top:2.35546875rem;left:21.5rem;overflow:hidden;display:block; }
#ZnwsTo5wc2iJNrE4u8n0CzOCyzmmmLeI { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.53125rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DScSb0NeIznHUxNNBS2ZlZUfPOATfo57 { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.4375rem;left:19.5625rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LKW3W6vKZ3VCVWScecTa82Aa4oy2O5U6 { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EoVqDXlCfOVnaupgZv9J4CQwiM5TO5Bt { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.3125rem;height:4.125rem;font-style:normal;display:block; }
#GW2ri3l9zOuNEwsw8xNUo1tV40lTUSNL { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.8125rem;height:2.275rem;font-style:normal;display:block; }
#mB02F7TmhT6EsHfKc4GL2WP8B2RO57Kq { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.71875rem;height:1.225rem;font-style:normal;display:block; }
#ROweVZCEA8RGz52h4sugul13Tg4TZXVd { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:;font-style:normal;display:block; }
#NoUO3Dky5v9yUBDBIToxiR6knJdp0Kwh { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Hi7VnIvCwDDCpptk8sU0I5hsguWL2TTD { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Mrt1tT32GD55krtuq45uNwM44rR8IUsB { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pEZoJWRze3atHJgGWAqlNWwer3X25d2W { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tPE6MsPUTPJTOxqhI1pksVFetytVgcOW { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OybuIb3SPoFZy6UBck6ZdoWatTnmF1gg { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nuTCxGtFLhzdiqxMtTwhnPUdLHE0BxnJ { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#hfJm7iqAe5JXHdRcTGqZKNPV8iSf7I5x { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#pUF0UQWNKNw5l2ezNWfyFM2AqZLIUPkJ { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#Ki9KX6gpDQ4hXCOQoWkKwiEkDuW7Dhhg { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#hZQZzeIIZTxPWOU6TPq9yfZM0l3w5ByX { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#y3vsta6ovSMJkulDPyWlR3EvlOuWwW5h { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#zg4gKmq5lOUrxUFbUNbdSgglrdZ8f2P9 { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#agCkphrFKWqKVqyJcyZA3IZtfcQJHfhk { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#PzAAzZMMqADTRpnLpvbr9pTEyhbPmq3F { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a9IF66TU4iPGMRmV36uM0sm60SnNFJOc { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:;font-style:normal;display:block; }
#xkL3qM5SLHmRwNtToNQQJaZ9y6X0BrN2 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#NLRX3K6zJKHHgqyDCbSEMSWTIRtJm6mL { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#vOfGaaFi3i6LcSSnnwtf7pVBsSLDQE7u { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#sk5bs8EZTPO1JUs00q2T4LW3R9pzO6Vq { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#f0ffab;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#ZuwfmHulwH4DatdfQNuQ76IRfPedM7PJ { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#sPZDfLn3mNCkT3nPTz1FquSn2Iv7Nb1q { color:#2d2d2d;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#HLFCO4L0OphK69QGxifoGzE9JTMz1vRG { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#agFnb7WgmRalfr2KRmFfwU6XRSNv2sx9 { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:13.375rem;top:1.75rem;left:39.5625rem;overflow:hidden;display:block; }
#kPLpPvTdCusfq8Crv3kzMDugcTmaPa4m { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUBS6scs5ikAXFWyUnX17VgRNbVMG3D2 { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vkyt87ucnM6hklGCJpVVXoxNtOpf4lWJ { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XO2Pod9AmpFMoqiCu3luXPcqZr9d4K3A { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:39.1875rem;height:;font-style:normal;display:block; }
#crJAJ2p9cw84Ow06ZpTeQpN8GrQqffhu { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:41.6875rem;height:;font-style:normal;display:block; }
#rLIAZERSyJiun8KJ1xNDf31U2uCl9sOl { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:41.812501907349rem;height:1.225rem;font-style:normal;display:block; }
#xiXSSluHao0biNTAUiiVODgDRMcRQFd5 { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:1.575rem;font-style:normal;display:block; }
#uhkfZDir9lRVoE2yfUNLyL0UG8mmSsX8 { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sTSxeGR9FEnQu0iUxnbCzLqbaTGtarIz { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Nl8cBMkUGxZaGVT5pw8L1ixT55bMo6Zv { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wn5cNAQ6Mwhxe0Nhq1zdEQlLsPhITZBt { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#uxR71vphG0KsgfD7KmPx16SBrTlhKrK9 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#yf3fWM64gSZ3QTXQPOCXftK6exhNaGU7 { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pSgQKparWJCudGvpZR70UBifaEwaXxem { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LaaSfyxEb86XqwcpofZPP7yynk3wSovX { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#AQT9iduPyrAKPdXHhCFgaH3v9Fss6BCT { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#yoTSq7DrJU6A8EXUCz8f4edKwx8NX885 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uJiqI2f1vtLrCVEgJXXcDRvHa2PLH47A { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#PEtvRKztc9boTFP8cRElDaJObPzVDaCU { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#GxyFruDc8EkTuWHNgBAvvFzGMzP0FG6X { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#rG06GODdfM8DTk5D7cbSiyZ3erAVt4ZZ { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#LLiLTTUOL2LXlHizhBU7QZJlVWVsNXTW { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eHaMAnmXlWA32nBQcmA9Ud2TAhtCClyi { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#b457RosFsvPB7V1HyzAz3XkNpGeKGCKW { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#eFk3KEGD9vquOVU5zEwQvVZ5tl74GIvg { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#f0ffab;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#VvNuHFTDUCK9ViwvT3cLxTmR1RtUnST0 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#TRv0iD3qraHwJmv8mCl6mQwOix8A6GGo { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Ae3Rn1LXbpp7g5g2dp2gO41vVVpb5Qvu { color:#2d2d2d;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.187530517578rem;left:56.937501907349rem;height:3rem;font-style:normal;display:block; }
#pBcHc64UXz3u3lKIuMUDsivDzb4SQAKO { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#WzB7G8iPIG7u4H3eTXWmMJTzJiwXigAp { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:12.4375rem;top:2.35546875rem;left:59.03125rem;overflow:hidden;display:block; }
#aShka0JEACNU8XX9XAwKnIcJKX7CMaDC { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.6875rem;left:57.15625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qyl6ztT253uPnawlhlQp0UVIE4nbrV6T { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:16rem;left:57.250001907349rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WUxhApHWMIcnTMz7oocsbaQ00cIvd7sJ { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wop9GCmyUPsReSzIHAwLUdPAQAUTZBGe { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:57.875rem;height:;font-style:normal;display:block; }
#duya9VqaMhFL0bKe2fMkDOLEyClf7McS { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.1875rem;height:2.275rem;font-style:normal;display:block; }
#Xu1sCEKpcvm3b6itmDMwp5Vm1CTXcsOI { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.773956298828rem;left:60.250001907349rem;height:1.225rem;font-style:normal;display:block; }
#tiuF1vwNmg8IGtBJee2EH5SUx6cRn81d { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#XWyTrH8epx7uzF3gErrNiI48hI8iBCna { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xvpV6ZlIoeg0cUyPDbVBSVWZR2TgpWRl { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oVlCwvGMyFVm67cni0OymSNCvZgCohHL { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sO0CBn4eJGrHOgTShAcfI6GIGbW3lcKN { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#p2fXPXAsm30wU1f9l53ThoTX1nRrfvtd { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#mnKTaSuWxo1plvX9kMLSNkGHaybwDqV6 { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LkNGbycKzzs4UAKFLnrGztXTDwmExrq8 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VchvhhepnOQWPiaAZ7BPCRHVO7AyBwJf { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xdTS31caS3ei1MiI2yyTlirOG5upsLpi { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#kXWkAoH0vOulx1I1Cy5sifMVnicziRxv { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#r6wnqXIiwiIzrTS5avgkZ3TieTNBu0Ja { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ITdRT2PZa2TzqDDXnvrdJ4QbkwO9Tggu { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#kGRThUeQQUsP9haAKXTGwn3zL7ty5hhn { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#xZOG1bMEmKH5uy3xF7k8H34ma6NIN6H4 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#Thr5qgb7HwuU90IFrPt7JAPtH6uzugih { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fwQz69IEUwBNE8lB4JfX4JWcrV1nF8Qy { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#TyIcslu9Lo1pUXeSRdekFLIXqGT9vBzw { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#OX9qyHVTCJ9ZWD76be7pQmMoDn7GhTfi { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#f0ffab;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv { position:relative;display:block; }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv { background-color: transparent; background-image: none; }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .row .container > .video-iframe-container { display: none; }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .row > .video-iframe-container { display: none; }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .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); }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv { border-width: 0; border-radius: 0; }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .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; }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fcSNFQVBT1Fr1d86V9FSzQ1HepmgfMJO { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#WohavTDW86dNH30BP28s4cxx6yy1FO0o { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#c0ahzHdpbJUGUFr1L6WKOlqaNEGCdu68 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#s6SDyP0QxnvNvO6b3kg7v4UxkAw7JmKs { color:#2d2d2d;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.187530517578rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#p3lS9pFKCDu5SlWGl2b3BsVU2JKkGbUQ { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#WkOTqU7o0cewb0WUQgfyxJuiQ6F3WKVw { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:8.0625rem;top:2.46875rem;left:4.6937503814697rem;overflow:hidden;display:block; }
#DSPogBtmGc836B1Fme172WVSPXQsSRWw { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.8125rem;left:0.7373046875rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUvqAvJL2mgFTPCMtwIX0WCRIavPTiVn { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:16.48828125rem;left:0.78125rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLlaSUL7Qw6OSQPuPoxLrNgGJxHap4oS { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#I6HlZlJDAOKvbVf8nD7E0i81bVRgvVTC { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:1.9375rem;height:4.125rem;font-style:normal;display:block; }
#ziVAwHlc9cMDSsRZyT8TPSF0hHtr9zHw { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.5234375rem;left:4.5rem;height:;font-style:normal;display:block; }
#Hr7onW1c05v2T2UZu2cyOJDhRCLVRrrB { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.46875rem;height:1.225rem;font-style:normal;display:block; }
#nPPhioaRzrXO2z9IEibsNxQpvNWdML0p { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:;font-style:normal;display:block; }
#QgtzIEw5CuULRqbRvc79gQkpOEV6Kgg9 { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xMy12Db6UknrumceOTZ0gFM3tBkqAGtD { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IQSlLbpLoWvIRn87TKpvIqmT9aEaRGPX { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#n34dTwSsq7uqthRwgNeZegPZkmVmQTeP { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#r0gWGK5stM8PCu3ZFeV9kZ9wPIqXccmS { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#WnHeuUr8SSWWThAAUghdWLnPndvMaFJ0 { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mDFdoBaPrg2BKoxCnIbTBmv6XfeCpXGt { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yG45SLPqWcoGp13XLtbVn3PQZr0OFVDy { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ctivhGQsTBnL8VT2HGckIyRCtdBNrpxQ { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#DhwF5F2lEAEt7G1O6ZDh60iVigF6u04U { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#SsxrSRGcaTPn65ECiw2RDmui97MAVqCe { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oDifSz25RZTCuvK9cOddQ3PCTaPf1Os2 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#dr2v316Ma5S30hfCw2m4i0W8v4TPBNpL { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#NJv3xp0xaOo1TRVeN30kUEHewmeeygRs { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lXyuhFpbxzc8llMGcsS7zokeR9yTARdQ { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#eglKDmplZDzU1XoHRpQ2dSTCTuq8XaRm { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:;font-style:normal;display:block; }
#qb1oTPAlz2Jria50fuVPgFHamztQFvwt { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#suiQ4MQFLdvuGZcLOeKeTxSq5XpzTCKr { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#y0qzkao8RSSIyu15xTiJ8f7NW02kpsnP { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#ugGec2lA3yR6soIJzX74amIpU9Tpwk1X { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#f0ffab;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#iL4JmrhnVShbRLEryfKhTagpENrZDoIH { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#kvxi91LpG1woNm662Q4kysQhzQse6Khr { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:3rem;font-style:normal;display:none; }
#TKf999rtxF4WLlNKe5QqsZM1V3SUyl3K { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#Lhdge4xOgfverslWeUVrdPVewBMHOdUE { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.375rem;top:2.35546875rem;left:21.5rem;overflow:hidden;display:none; }
#IgRi8npEsncTCJk9VJClTTewlSAPFJZf { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.8125rem;left:19.53125rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#edoV9NERyZfWbVv0rKsiSrCleVyurf8r { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.4375rem;left:19.5625rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tr4HTQGRBdQ8UVVfPtgQKTNeJ5g4FvPR { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GgcGfNkK2Uic3o6CTz4NhMegn3QWwKpA { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.3125rem;height:4.125rem;font-style:normal;display:none; }
#NFGTpWGhd8OxLleMTBgNlraKuQAvQ6V2 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.8125rem;height:2.275rem;font-style:normal;display:none; }
#mFxsec5l0Eq8doNJhyrb4miaLPdZnbdl { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.71875rem;height:1.225rem;font-style:normal;display:none; }
#rTA5p5l8MGxdz2KdgvF08igIFXU0A5B1 { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:1.575rem;font-style:normal;display:none; }
#rTsSzEZgNDHpiPwwErHxL64VyT2ZNDHE { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#heTSQF4yMwWrXwOiZbuix6kOSQiZl43k { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RlO7oNzh6qBzudgmQ7x3IddzGi1tHDMT { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bTuvtDMu2NA7ZGk0W4HcNOmJGf26SFN8 { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#f93RsZwGyNEFaGWLJCCEe3qTKMPlJE8p { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QCLQt7a28DIZS0gy2gb6UhGW3fJodN7p { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xvSafWB2GU8JerTCliR0vauJwRtAff7B { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#v3zTmrQZos6bONX7U7xvcwUpqv7Z1BQv { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#TyH21rUGE63IAhIr4aux8lQqo45L0z4p { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#uwyAZok1KdUXHSg90QEkAmiA6f8xxXck { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#mbFIKu13lyT4mHDsKQxrCnbRkn8BaxsT { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#k1GAHQsVimUMozs1CvR4562T83BAvJTh { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#AaOEK58CgiFcsAbIcOFDeoQFd6TSJC8x { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#GCumEnSWl5ASe81xJZ6dMFymeyrrhwNS { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#oaLTd4e9HqgVRLabhU6KftalO0oKQOzA { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tszI6vdKAkIDpHXVOwh1NyAV0TQsXbRu { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:1.4rem;font-style:normal;display:none; }
#wLH07QNbHat7MS1qFMiA5ulPQzumCBb5 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#IVAH3DGFTgB0sT4safEV2gyMEZUrpw0Z { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#ks87mFMTvvBLZesa1XlFQLOThWlCRRxr { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#cOhiiBOiNLfEoBzRGCBKxSyCnqU3fa6n { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#f0ffab;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#P1UfGzoSxvpl3fubS0L40PPDvxmGi6sC { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#Dka9FAhm5eBPlEVtSS3qlNqZ1H2sN6Za { color:#2d2d2d;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:3rem;font-style:normal;display:none; }
#GSeDB5Ig3QrsT294dny3OTCVhZEbfc0J { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#N5BwJAAtUogOh5Az9V3a4G3ZJIysOmx6 { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:13.375rem;top:1.75rem;left:39.5625rem;overflow:hidden;display:none; }
#TycEkIXnKBTlpCtd5yMPCw3ThWRBZXR9 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VNW98yUw4c8i75J3do6LhThg56Kchqe4 { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sIhxlvxZzcBIAXHT1h27Mr18nK00uVnx { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bH0C8s5vvMNkS7TVhpexFqT7E8LgtukI { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:39.1875rem;height:4.125rem;font-style:normal;display:none; }
#GX9BUXgyvJz2BxwPRTgsi56MkkDIHXpa { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:41.6875rem;height:2.275rem;font-style:normal;display:none; }
#wmkbBIobCKP6Ef0nGD9Vv7TSgZ7KQk28 { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:41.812501907349rem;height:1.225rem;font-style:normal;display:none; }
#IffTN2RGtGo9sgM0i8DKCBKuW1XmApdv { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:1.575rem;font-style:normal;display:none; }
#DdNbaJWdPimSy4InyWGLJc6b2uVA9KCD { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HtmsSKSTRWIaPvkX653sI06xNJey1RTt { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WFp30iA0hIiOygqCVJuIpT0sGfK6Nema { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eV7rCwP7qi4hpPANDziw0C99oFWDc0rg { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#U5vz8ixBcIb4A31lrL4sl35FHeXnIQsX { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#aUTiOzzPD374sOQUNWMEN5pgVfpN1Ttv { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ogsEun63WSuaxv6yrwWD2fAcm8TGEhuD { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SOCPigzQTPWtsU8IP2JibsXWh64sbDGo { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#gP57rLUyinTC8e1pr72ukpA2MHyTUmQk { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#f1nx5okevB3g9QAzePil0wHrxLJ33FOS { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gyvZriobxTDx6vfyphu7GwMVB1tTeWrq { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#puCH7BLir10SXg3nEf184Rra0aXTEe1q { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#NAI2C95E8EQ8e5mUp8P3ivBK6giXdDon { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#g9ZfMazuZPPCmR69dAWgLWevcq7ADtNV { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#Ia9rbQ9Ph8ohJTDpCSqBR27SbDNfs9na { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tqxJ6dIaKtTKD45ZE2N0Vh0UgTTTsffK { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:1.4rem;font-style:normal;display:none; }
#V2TIEbQ1sZ0ZtuVI1p5wtQ1TTCVoFL2M { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:none; }
#CXcyCuKg7w0Nhq9fttBSg9xMhbJqktiP { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#f0ffab;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#WqQrHOPtctOAIJVs5DBBKS0XzTsVXQDI { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#QzMd5rkPyRk6cxinKNi30gXx0mpitAQ0 { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#METt3uom4yiQTHi0XNVZoHJX5uPHukpW { color:#2d2d2d;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.187530517578rem;left:56.937501907349rem;height:3rem;font-style:normal;display:none; }
#XE3LR3G4XPTbrXfXP9PHMkLMyDzukK09 { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#fsCIKo13w1RbmDbntspTLRL3LAySGwCB { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:12.4375rem;top:2.35546875rem;left:59.03125rem;overflow:hidden;display:none; }
#Vrwqql4evPh5gpica7xi2NXu32TIrGrk { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.6875rem;left:57.15625rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#z4EvWFq6wnGSTfpLIvZ06OHn7KZbaFul { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:16rem;left:57.250001907349rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#itL9A7HDs5HGrKBABH0dVND2L85sWWMZ { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qNWuEH6ZUFKqFQh5v3HNvqbLoquR2NhU { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:57.875rem;height:4.125rem;font-style:normal;display:none; }
#XvuSIOV7sguNHNJywCSw3rBHsiUZTVGp { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.1875rem;height:2.275rem;font-style:normal;display:none; }
#zvnL6JOaXBF5d388THHZ6aKM5Hdtn4CV { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.773956298828rem;left:60.250001907349rem;height:1.225rem;font-style:normal;display:none; }
#N5TRHcm2xMtiqzHd3ytPfupVuUvXlrdp { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:1.575rem;font-style:normal;display:none; }
#VR39fL6Af1MuvxcXKdesPKZPvqnr4WF3 { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#leqXpt26LZ0M9qzhCv7XZoi7LSinnvHU { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bDhkwlFDCvMCloxT28BWEbrwOnvbbM5p { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xsXAkVTw59gID9LJ4g0MUq8NqTw3LwNS { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#xH3hM8D2n4IhdFitOIlJEy04T7oU3sVC { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#XBcTltcVbqpJSsTAEQMdFskDry7wUthb { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#inXUw9aXx9edy0ccP1qU4bzi7GTwXeQL { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FFXAsN6CRm7gbw7zXWoxCNJUe4nAbW9n { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wRy44ePR2W4lkpxVWCczv3rTZxpEISTS { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#arfWTVA3xv1q5c3xF5aTV5kuNuzPOrRl { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#qpaTMlAArnCabKzPWmpJxZeQ8oJRZtu6 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#q1B5ekJahuB90B3EBDTTCFcBrBRl6TBx { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#e617cqfcfJxPeKUKsXbmSDUxCRP1nNsO { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#PnUx3Mr3swTQgOWrA1urUkmyaWKDaT4a { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#EFaJlSvWnA3RXFcWem4wQMBl8kT1m2t1 { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tybpvTnNdsKiJCzBgtrKVyn9dnkQQqfn { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:1.4rem;font-style:normal;display:none; }
#Or8UwTo1rnfo8bMPFxnQrfobO3fRcZqc { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#U8XNDF1BWxMnAVX9oWUMJPClachcZgWy { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#f0ffab;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { position:relative;display:block; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { background-color: transparent; background-image: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container > .video-iframe-container { display: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row > .video-iframe-container { display: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .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); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { border-width: 0; border-radius: 0; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .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; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lS4Tn7lLasqnyTQmdGrntgWTrHRwuBKs { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#WSsVtLyg6g9mBvC5uR4ul1BB4gADWOKZ { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#nafSCFdAgdmtwf3CMUZ9IuHvD6m94dmz { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#g2cAsuP2xTm1E9BDMpAG1LpmmVfQGeT1 { color:#2d2d2d;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#ANN7qHtNNBJmefUsPB3ty7p0GKfcXfT8 { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:1.3999rem;font-style:normal;display:block; }
#xWoz8380h8QXh3thQROMdtql8FPGoF3h { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:11.625rem;top:1.8125rem;left:2.9375rem;overflow:hidden;display:block; }
#BZQ9HoeZQcFu3rqTBVl7FZPNt8Z9zAN3 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ODCnxvm5dmTaGnN858DbdgyfhcwLgoBq { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:16.42578125rem;left:0.78125rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AlokfFNpXUmCEuPoy0SNxynEJB4QHAvv { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Z01VhwvQHKXO1I4XgzllVOv4VJpVTa6p { color:#ffffff;display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:1.3125rem;height:4.125rem;font-style:normal;display:block; }
#pxSbhshDhnR3oJpbXtn7xCG3f85nK4w2 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.5234375rem;left:4.125rem;height:2.275rem;font-style:normal;display:block; }
#eFou61vJVapwEg3HTNqnaset1CyOZb4s { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.09375rem;height:1.225rem;font-style:normal;display:block; }
#EfqH6WTDOm2zHrTF4oXZKWLNwWme8ra2 { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:;font-style:normal;display:block; }
#awzVmeQWm6UAwTgn0ln20Xh9NHaHb91T { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QFoMsifs10TmnTJl3Gdigczuk9JbQkrb { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#O7tX5pBwXWgKIXNJVKDtQbsQDsNqOvor { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IZMmh13DJkJRUGc8iRsfsngCKKEaf4Av { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#G23EFEKa1wSi03mGzLqTbShh7fR8FlBa { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#mgg8vvNnkAeK6W1vCBPRTp0xFkHzwAm9 { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#b8om5VNAb8I7hGVFVNwvZG2PltOv0WyH { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Fs8wlH84rcS7Cctsf3rNtPnPG90E1kTg { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rFLD9Vb7IFuyz2A3dgSCJi53bbFrGXmn { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#dpp3KgXfvLRgMppXScV8LJ9LMhQWPfsf { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#TN4xXCUrXi4379nxMbJswnEXngdZ9LDz { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bVr3dVDJtS1Bh5K2w7MiRPvxa2GCJ7hT { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#NZxq3Ub7Gcy7U8n7TSWZFrCm0IQxSRCV { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#O5EpdN0EoTRWsKhIycJOUkUgTtHRJxWr { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cg7qfH4IbmeVzZgIIpTrKPDtbtLNQiu8 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#CVwSG5N1nqHfGDn06rWlwP9FGJOdH0Dg { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:;font-style:normal;display:block; }
#EeuhTfpIZ5cNoQ6t3i0p73oagP8FOuZQ { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#F3sIR4LBHbTxVlQotGfdve5TvDM9ncOs { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#PsxnnhUr4392TT4lwFB25IMAMqSMUri5 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#wggDoKhIHLeqK1fvwtxUqnG6hyXDllT6 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffeea0;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#IUMg37dksBWys7FpZndi5QsF9mtJqk3f { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#mQ35TcEfdNSSLy41V6oom4rKb5nptOan { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:;font-style:normal;display:block; }
#LiBxIFnu9zzHruUB6AkDwAKUpZsim9Je { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#qOHpHurPPGPDPTpg3AXFMWp2yFWnJHR6 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.375rem;top:1.8125rem;left:21.3125rem;overflow:hidden;display:block; }
#tKGmiXHTmslHpXbdHN0zCwG3eac6yfc4 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CdrMSH7S01HNuBfrrJHGJL5Zh0GbIxPi { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.4375rem;left:19.5625rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hmm6OVCWBwiZuk08TZSUT9DiiSoU0wmA { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wAq98cEG1FCBOLUEq5sXTKwAK16dUgFH { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.4375rem;height:4.125rem;font-style:normal;display:block; }
#vTgPZ7nC5wxTx6qb8HxkCWSa5Zs5PJX3 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.875rem;height:2.275rem;font-style:normal;display:block; }
#UytoJwIaH2D4mgovthNVV630JLDa639R { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.78125rem;height:1.225rem;font-style:normal;display:block; }
#p9x2uRE66TLSHLKgVHAFBi8kM6WCFe8i { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:;font-style:normal;display:block; }
#g4ssPZk93C2k2oxyoTrot4zDSfVF9wyl { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MVaIdcshTaLdtUZR5gbW9KQGu7iM9suD { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zOXvJNCpyFNq0k9IbUnI6iOt1vUA7OZh { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#os5UKVr0numfczxTITdtxFSUDSOz4dGK { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hwWFfUTsWVhX9IbPVWHcQMiTZOWCaNJN { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#o6eiAqOG9dyox9GNCp8h7TsTHteHWZEe { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VxsURLBXVJWEZiQvkKPrUw5cDtryJ5AT { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#BwnewtxiMTQZNhft2GZiHL1oc6a7HqpC { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#OAeuTU7bZUnrGWB1JNcEw3uwwqSUT5eA { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#Aq9VGTvpgGpGsyo6cVwlBi2BbEZGI3bD { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#lQdoeOszIeGn6cp8RQui39e6Om5L7VT5 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OnXiF3hLS1l4x4aDGukSwUzh8i67OGH8 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#VIrAlI3EdX1hnyRi7kI2NXwNNBI7Jb9x { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#H6ULOzpaqFIJ4uK2r1qyDVyRtTaW7fNE { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#aOozQ4Sah9tITUJz43ea03zWPNe8wgT3 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Gqgl8r2SgXHyUmQG1Boh1oTWbZR4xD1H { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:;font-style:normal;display:block; }
#mahUEKAqEb4AKP4wsCWqNZn0gtdt5Wln { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#k6pTW6dFHUNNLm73tx74Q8r5VOclKIJU { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#A0tN0DFAoE8JIq309Sxn86OZma7bplAy { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#vKIuttyN1vsMZwvg0Vfk8odtdc4Es77o { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffeea0;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#yfoeQKR5TG2SQRW6Z0MSlgwN7DT7wp5t { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#P3VDqU3R1oyqxcGvs0TtE7Bg2rnTf3MR { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:3rem;font-style:normal;display:block; }
#SysiTOHUr0OFfAynvEbXmfSqou0QBG9b { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#ZgF8okWtmPwsMxnHPLTqUg4eDkSRnzDw { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:11.5625rem;top:1.875rem;left:40.46875rem;overflow:hidden;display:block; }
#dK3uQ3MdOv1TUftlHb9u7wMTiFvrJ7gk { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQlAVzcQLKllzA2dMFbeN6iLwsfdoblX { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wxgL9M5crXUxtSteKv1i8cGkdTFDf0Fp { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eTVAsvVOErvfZiPGZOQiGTKzfeid3OZe { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:39.1875rem;height:4.125rem;font-style:normal;display:block; }
#tSv2mhzdeuRQshB9F1DCHFvJR4JxWc0K { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:41.6875rem;height:2.275rem;font-style:normal;display:block; }
#Nb6liG9UN9cWuXwz4wVuDICPln9Tmpdz { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:41.812501907349rem;height:1.225rem;font-style:normal;display:block; }
#oOi2WE6uEACoNVW3QGMCJaTbSDNxW2Os { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#IBIp8lfaQEOLG5nlG7W1Jd1fLvdQcTDO { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s8QE3bS1O1iechAk924bx8IBpFz9oM01 { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hM3gXp7708NMLl8NeKGc6F7t7Xqoe5Nv { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eqew6KaLKpnNrWncazheGogdcJKGJ0pO { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#KOJyBm2NtnfVvEk6FJLkyUolBPzOXGMK { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#urMPcMnOaZwTkJnVTb854c5dEb4oVq3L { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ftvoDmTvxTFzLxqeaizmrOmJygKyiQCv { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#x9p7ROdBBzTzRlu2zWN9eWqhE257bvnC { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P5UDfk0358UHReFbD8QotHBvDihpIllk { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#KSaBwF06lyGH3U2sWtWX11Swmup3ZJao { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#BKnLekid2aP0Kxk3B1Fkezhl4DrA4A0Q { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#G0N0ev6LWtXncTXfhikeTfv6ofiX6K3I { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#HCCagqfZ12XZwrqCTgLPpkFTZxBLcoBW { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#EIBdVJooT43AtTO8o0lgwihsRbS1IBrB { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#pDt4XiQ3t84WpBiN66fzLtWTgqxfAFcZ { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#Cy21vXmZZ7p0OpTWMzMl0SMamo0d1Dl0 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h4mlhtMW6HwgeKloVs9S0Rau7favXaMN { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#JpqCnXQoJLT5BAKmhQTZH0gy8IAKPO0W { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#b6t2re440KN3ys5yuMztt50GXrk5irHx { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffeea0;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#gO0MkgtzZst8Zzr718lhMksyFKshhHJM { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#RFT2V0tW37qUJeMyKynZTqnCG7lNpq8M { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#o3CqreTPQKL4FUrhVcFAxWo3Z6LZ0km4 { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:3rem;font-style:normal;display:block; }
#s4m9Z5zcLHAO1dcBJd4uNqw1T5Um5UZe { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:;font-style:normal;display:block; }
#U7aFTKpJCkmkswimLImmIcmE2Xo7ROK6 { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:11.5625rem;top:1.875rem;left:59.25rem;overflow:hidden;display:block; }
#SUP0gJEOJGktm2SlQp2QQdcMIBABlv3V { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kZlSnzUW5iqzHpHglIPS0919y85THqBx { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:16rem;left:57.250001907349rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZ1oFwSzsJAlSZbRLp043khl8ZBLJacs { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l8KAAPL7DW33DTcytmtvthRiZlmxG0zl { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:58.125rem;height:4.125rem;font-style:normal;display:block; }
#ZyGTF0hhesUE4MXp0fdTgweg6RTEpXRT { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.4375rem;height:2.275rem;font-style:normal;display:block; }
#nOSOKJWEt0o2htPv8M0gTy4ufui6KZNH { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.773956298828rem;left:60.500001907349rem;height:1.225rem;font-style:normal;display:block; }
#nfTEOdRxkZ0dht3fa59tM7l7cPZpMxgZ { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#ez2uiEtrwwNTNDoQpge3r0aThONcETvM { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RDBmSQ5v8z1VM647GgnSTab5E8EVsoIC { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rvA5IwnogrSuRlc34I2iXxa6PF6Ss3fb { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GfSwfZNWldcIfosJAOBUPahb7TTRZ6Wc { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#ZSSIKB1yx3LM3gK6bd5ZJO3DMplAInRJ { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#g1ep2I7esvBNyQd6Fxfd9fTt57X6tOsM { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#S6nUJ0Bz0AF9MyT5EQCt8qwBXLGiqEhQ { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lZaNRvl5Ob8Lxb9U6Q73qtchq0V9ov7O { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#R9B50Z4SFdLKpU2Qve4W5vCZUGqafqHv { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#ns91foKNcTuLS6dcb91qGldquTbV2xUx { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#TUTczqbFFCz7HDVV3nEDStsea9hVG3If { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ZgXK7wSymO2QslcWXScdc6niHi8dMl2e { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#EZbLtBZLdZb8SaThcPoMOzWpDBrxJ2Bh { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#Tt6anqvCi9q1xnJXO61GmtvUIyyqRXk3 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#OPRvCkbW4zltlh9R0tWPJrSTDas3lldF { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PL5bKMW7Z8KQ8qgw8CsFcTe7OZ0X32kW { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#h7du2iS6ngnUGZJ2BUyrCcqi2JarBQQp { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#qQmWXmg8Bi69DqV2wCvF1XglHfeMTKQG { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffeea0;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { position:relative;display:block; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { background-color: transparent; background-image: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container > .video-iframe-container { display: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row > .video-iframe-container { display: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .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); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { border-width: 0; border-radius: 0; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .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; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZgrKtBg1xAUyZRttCDRk3CgSGGFik8XW { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#MIsm05sAq6sy5A30fWCwSoCCLu0qh6W1 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#JI8EuCfggXbTAkhMaaxDmcHLc1VIdZcm { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#U5IbD8glF5Ne1twAz0ZROAXwkn3rEKwW { color:#2d2d2d;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#gLUkE1OPVPkw0pQAGFkDZH6IqZQHL8iA { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#yX31JN4WHTp9Somvnddbe1cLWoGpeQCf { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.187rem;width:11.9995rem;top:1.787109375rem;left:3.3740234375rem;overflow:hidden;display:block; }
#gM4aZNbs0DcKIgGS7bcmbuV6LgW9Qn1g { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wMlJKthB4BrP59DXfSVvo987Lff07Dt9 { color:#381d17;display:block;width:5.99975625rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.93505859375rem;left:0.7806396484375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#unfyy90TI2ypm19CniOJzv6vfGAJbpVS { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pt4vatFslo0xxDvlyhH62Ra7UTiuMQuv { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:0.999755859375rem;height:4.125rem;font-style:normal;display:block; }
#TtG4KTtPpdnHZ29AtmaqKDBa6nHW7fqe { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.52294921875rem;left:4.562255859375rem;height:2.275rem;font-style:normal;display:block; }
#HEoTcTt3twhK39AiqL5hsB6zPIrDgil5 { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.5311279296875rem;height:1.224975rem;font-style:normal;display:block; }
#rAna348JayWQ4HaRIRLZdqAwoKtmWAEi { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:;font-style:normal;display:block; }
#ec6A0rTP1r5RoanEkLV9tMEqZvgE39NI { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XyPBU5pANvBrl94Tyqsqx15JZZOOHDRH { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pBB3LmhFaRJADRgslssSckAyUeE4JCVA { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tJAhTCzkvMy5uLcN2vrox8Cv7r4aIgoD { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#b7pBOq8u5m3dVgr0x9ROqTX9ZBgcAG8H { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#Z4uL6ayuWT0r9mzmyefW6hTw67nud0wf { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fHgfU7cxyKlLyk2PEgCl25uLfhMtqlTa { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sBmRsh9RG4afDb40ihgIXW7HDZ8Cu2Vx { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#B7htsyX3N1NiSrTMUVILytXIqKTsTLhE { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#veSKtEc1MHPcaXmlEf8nOrI7mhi6Mc84 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#Vym6khOTmQ6vV6EF3TJRHnpBrrBDkx7M { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#N8BqwUpMnLZ2DV24MHpT24tuMruqCg32 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#ZZZPJ1Zhw9acBLTUDQ4C9Q8H4w77Hfw6 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#WPxnpByfVbxKJyV720IAVD4cUpKTm9iJ { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Kn0SXdTa8MQ6FB0cpiFyXGXvTJF3yiaR { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#vqDyTl0b9xvbZpAJcIfsFVD7g5phCdxd { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#otmmDchZNRXtmJiO19iEWngpqZuZNloL { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#m1lzoGUPNTWNkheOcWTilrSw3aimsatk { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#T9VNwQbCHCvq3FkPKs5csJaR6bwi2Pfh { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#LCS7gzFTHashThBFkFsoILKabqRZ0fS1 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#JLRrFsJGvECJ2bMCRUDCopwnxFl1RP7i { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#h0rTmOB65vHKDaHzpwRsAdNH5yScPEaq { color:#2d2d2d;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:19.375rem;height:3rem;font-style:normal;display:block; }
#O4gG72wa26Rqc3KQ8TV5WIqBiFI0JPui { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#qal19CDTPsyzco69HocGDWNIyc1aaKUp { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.874625rem;width:13.4375rem;top:0.43701171875rem;left:20.772705078125rem;overflow:hidden;display:block; }
#NKRNtc0g7dki9vWHaOVnv30wFbyyiPPJ { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#URKAIzItcLCSBJ3UzgrPSX3WCLK8Ae2n { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:15.999877929688rem;left:19.562377929688rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RX6mmZPfAtMlQ798fyWczshwA0uHce1S { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SmJ5Xs2hZbXR5ZnF0EASqdAByGSUcu7Q { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.374633789062rem;left:19.62451171875rem;height:4.125rem;font-style:normal;display:block; }
#ZVgqxkB8aLpDV1NPiTuJqEqu376dRaZW { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.374633789062rem;left:23.124755859375rem;height:2.275rem;font-style:normal;display:block; }
#Py8G2bruyeKXCsoTABKk3IrqtTLxEJiT { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:23.03076171875rem;height:1.224975rem;font-style:normal;display:block; }
#w4nLe1Ls5NSdRhb7TEWcyECSVGJS322g { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:1.57470625rem;font-style:normal;display:block; }
#XdR3DF9aJipDvQkizoIipd9BL8tIvTGM { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gBguqKVdbDNiNy46SrcIPDFl5iL9VXhk { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wPTTxXpMRLKrWoXHTk0qWPZNDdsScnLF { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BP3sTNtWuvuT7T9cN9E2NDWoMnF52vTT { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZyflZ1zSduBJcOz8vX2E8RWI8SROb4Ln { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#htZeG1tbK2cLBpbmiEWJ5b38HwneXc2Z { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QhszRVO6SV5rCztsQwGDE6BTJlCKaphX { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#hVJLC9BQOdifVJasidzoRswxJ0eddifi { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#WzL1oDy8eHF9TbEM72BqiZTx6Vm8AT2g { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#qUpkRA7rqL2MgpIrMFMwUureaID1TLTA { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#aTtW4Mhw5oySSwOSpqVTynw6uxK8bC8v { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JZTGlb85LwUXo94hPCuxUKCakTZsMOPX { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#MwlJCwlrsso8rHUPfWN6NdSUxH8OaRnX { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#phzgJR0JhgKvmpxcK04ASaqzO3UuD6ib { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#qnzPZtzlTTZmfHUagFRnFDrOaB1wTVUq { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fdS1byZnO2DZUZxGOrnAIUNnE2uTxU50 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:1.4rem;font-style:normal;display:block; }
#x4sVBGDell7fWAcofZonV1AyOSle2J5K { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#p83yvUxTRA0Fn6NSqba3s8E7wRu24vT8 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#eAJM28GdNwVKdlaUrTIO49I2N7k84wSE { box-sizing:content-box;height:20.187375rem;width:17.24975rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#yvAx81StUIzdlQPseJvkNAogiTKZd44a { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#oN6G0N0usaDCsZu80Epxf0xcTrMouKtT { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#mISsNlAd5gll1Li3i9g4PRvMQRgKCRXa { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:3rem;font-style:normal;display:block; }
#q7dvIAE7a0HeppirSBaypsXXTr9AB95V { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#Muqdkt4Rz8EkNlrTkxtXzHsWIKo14wkf { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.562rem;top:0.9747314453125rem;left:39.46044921875rem;overflow:hidden;display:block; }
#ZG53K5hkE0z6xTFwsoSsBUWnEDW9TsSb { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#deD65Um5cWQdaS6h4OwApKv7F6zhBKR2 { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:15.550537109375rem;left:37.8125rem;height:1.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XhVQvVaTNW3XE5h80URNyGZgzbMr2wOH { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l9TL7d8UeFqzk2tIegK6dG9T8DmSHpEO { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:39.06201171875rem;height:4.125rem;font-style:normal;display:block; }
#X2akvAVuVOGXBhiXeEEziim8DIRCHcRg { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.49951171875rem;left:41.56201171875rem;height:2.275rem;font-style:normal;display:block; }
#tX5MD8WU5wdhCBZGtxT2HELK6yVmJJ3d { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.37451171875rem;left:41.687133789062rem;height:1.224975rem;font-style:normal;display:block; }
#UD5DMyqhMohReT4D1MEQ0r5iabhDW3Kb { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#KmhGrJRWmfOm9Gqh2THHqHUatxcWPeWV { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nb0zCuSbhJO0fn8MOzimKnBomdtnpAHg { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LqqtIFsanS3ecdrDxEdcBhkqbreJefDK { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#veU3bOeQ22HK2ceaBkrs7AEnytTEeXK1 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#BRctXQeqeX2lG1BxHx4uqewke0ceInnD { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#HatttgJDGw6h8rLSO1xJy6vagV9SQAvE { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yrB5qhgkTHRRO2SaeDvtDB7ZfqMxqNMQ { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F2dBAhkaTm5KUqmoUoM3v3qE71KIOUZc { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vIPWZtB6qT4p9D0WXUk41OhKrb8hJGUH { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#U5A7GRhxsaMoZoOQ8XPA9yTJkhcKBnRn { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#WaH2XMQFC8AkPTvO82eU5F763mPS3xp4 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ShIr70D1NLd4tSRGSIBpC7605cZHgPCo { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#pk47t775726A3my0LB3L8UetEWq2Rb9S { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#rRmpJodFHe4m0otXMETTlVeWpB8HftUs { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#pTqALLAZHbktbhMOktrg2ncz9P1fX2XF { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#FwUT7y4Qm0ys0EVOANhuuEwXPynyDaot { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kZcmKXOULPH4oqTBoxooKLaXW6MUOnUm { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:1.3995375rem;font-style:normal;display:block; }
#nqh2Oca3GC61paqcmtxUxucQSTkJXh7T { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#szB7mcSEs17mOAHMAH2Pygs7ZMvE2BZE { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#O2PsCDbEQpJRzN0GXw6kRwTVt33WFFA2 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#GZKzoweXtao6hWkmascZi71yt2x2xrxC { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#OkNUORKT9ywcq7ZUhkJ07kX012dydhFb { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:;font-style:normal;display:block; }
#eelutsfswnlUQ3aZ348WKSVMhkIwiEXC { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#rNGObtO1eLATvq11cXuCI4UxMccSTcXg { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.249625rem;width:12.999875rem;top:1.8109130859375rem;left:58.529663085938rem;overflow:hidden;display:block; }
#ZpsqCuDkkwhwORanF09VlPFn5FCT8yq5 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mUvTcHrtfUwMZcrcnusNCnrRLyuIBquW { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:16rem;left:57.250001907349rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qT2D1l6ZgrsfmyxN1VganQ1cFhcatP3n { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NLtPiCRVe81RZOBXZs91Cwghuddqe5uo { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:58.125rem;height:;font-style:normal;display:block; }
#LVI5QvwVctTnfiJFx0UBPrd8vTwS3Q9N { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.4375rem;height:2.275rem;font-style:normal;display:block; }
#uSlLTwOQNWadOcvV7bBT8y2k6UQwdpRm { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.77392578125rem;left:60.499877929688rem;height:1.224975rem;font-style:normal;display:block; }
#Dkn4kI1I21pkqLRoA6lLIrM85izKuEDl { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#cXypdszOpPLK0U7Hrnm7ivAhspRD7rtV { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eZsCmr72mQNk9vPdsNrIwh6BL8BItbNl { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VQCra7eD5s8oD7b1LfwDv7bn5ZUI77Ey { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XwB0U4QlEcTTtvaiAQsW9tF8Fy1h3iPK { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#bA0T3dfazCHHMzvXbDR6c8fkp0Fh9b44 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#IUvRTb5QTVvvaoU1eARmGtpb7x7HdRe4 { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pTJbxt9Hu2wS8s0itTtTUUnEwcegcLlT { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UWkJFmNNyEVERCex3eClkctI85TZucCT { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CmvoTJOA9vaE4VtGIUCXmBeeByLNE6fp { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#CMCsGA4aA1oFB97QnlgLCfsDtpBxFIWU { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#XGFelIfyHX0HzHITc9C2sw2ECm1gyOXV { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#apPkkpsTV4rJ29rr2vT4p1CzuE3KHUv4 { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#oVCL7BOqxmzA9WtSEcPXKBkzJKKGzBze { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#HmdZHmShilEpK3D4JvBOXc094kFg2eVX { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#RJIPuzTH5SdJvpscWimblDcIOEETpGU5 { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#w68etO8dU24eACiEhAx95vPQhNc4QHDM { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#oBgwPoCfZMC11uTTFtnI7iiZ1TbXPdr3 { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#WpgUq6erLJznpfi0awmEORE6AMZiP3oD { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffca6a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#o8zkktMFRiqZymMptat2NazUDDKvPqtS { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:31.25rem;left:0.63125038146975rem;height:1.3125rem;font-style:normal;display:block; }
#Rk6P4VrbBC3LQXT1qIferLNvScKBol6T { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:31.25rem;left:19.3125rem;height:1.3125rem;font-style:normal;display:block; }
#FthMTT1iKZCMZFkFaqzItBof6NpTGwzU { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:31.25rem;left:38.062501907349rem;height:1.3125rem;font-style:normal;display:block; }
#TGU5p9N0DPKaGMctkQuGT78W9RWOBeio { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:31.25rem;left:56.937501907349rem;height:1.3125rem;font-style:normal;display:block; }
#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { position:relative;display:block; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { background-color: transparent; background-image: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container > .video-iframe-container { display: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row > .video-iframe-container { display: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .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); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { border-width: 0; border-radius: 0; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .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; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CD5UG399vch9EXAzncZZFVcIzad0rtMF { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#JwN08ThVc3Sh1TfEP71T0MMzPphlLaDh { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#vLikeLasENUJmyDkWtdS9Ag38ZR32ZHL { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#gMVmaTkT01U0OxVCHypTRe8SxLasA1bU { color:#2d2d2d;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:0.625rem;height:3rem;font-style:normal;display:block; }
#bo88bk61v6UEydgEfuiwbMyhKotDliRG { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#UG9TfbkT1iIJnwgva3qICOTgZ59sAnzd { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.374875rem;width:10.562125rem;top:3.1011962890625rem;left:4.0924072265625rem;overflow:hidden;display:block; }
#WVluc0wmOXTvzmHuScGoHRznPTlXuiRS { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#etfg3eSon62PU7qlNPhe5b9hZqafK2cG { color:#381d17;display:block;width:5.99975625rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.93505859375rem;left:0.7806396484375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vt8IIP0xtOvAtzT8zUnS7MkKvRzJhDgk { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LvFLlI9hTnDMp5d5b0FL3BGNhiMDsuTh { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:1.374755859375rem;height:4.125rem;font-style:normal;display:block; }
#QfZ6oO6Zr1k7CKdHLIkAH6qVuvXIHJ5f { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.52294921875rem;left:3.999267578125rem;height:2.275rem;font-style:normal;display:block; }
#wtmX9fZ2T2vgHupsXmKb6JTnTZWw3dKP { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:3.9681396484375rem;height:1.224975rem;font-style:normal;display:block; }
#lO55gFGhPlBQAHDFfoST3uLTJpsHc7SL { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:;font-style:normal;display:block; }
#zc01hsUAGHRTRTCd33mvUzLq7i7iMPTW { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#D5TN413GX5e2kWaiQOLNvIb6KiHCOafG { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GZJ5LhZBCAFTBW4RvPbgQLDVB1aZfSD0 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vVNTC3MGav5alu2lWCfKr9daPobArE1K { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#ra5zEbd1Q69USu5lfmb3fBgKAMW47mev { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#TCAUb2AiHyQMFX28xsetdRvWtZIRErx4 { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KF1kWXiOlSkPrTyrM1naHvRdMWerKs3E { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#p2ADGTUhOUwmF8KwfRnt2gEtnwX2W6dQ { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h3xH94flps4p9qRxIv3OATzR8SFtPJvv { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#XffcaJewix5vfMvS88zNs8tIgy6JVomo { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#tpdWEhoG13071JwtXZLFgPm6q21pyzuH { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AJDT6HBgwM8Bv37N4iobSoRxF6trffNx { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#UdlS8ndvnb52m1QoKqC2TdCg3s3ggIm0 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#NPqClZZaRr1II30rpPgTiH4UftCtLVFZ { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oDnEBp4uG83qJXCnGrAHzgr54y5ZDACT { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#XDky5lXlFi0yenMZXmT6edZJ8xAMKQU0 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:1.3995375rem;font-style:normal;display:block; }
#E12TPQcHzaJ7LLbxEuw5gnh2qw0LUEkf { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#DH7cXBhX5npBSgcnzsmhb5G5ywB4Ih9H { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#cumDcKCfXQyRftMoHbv8xnSqvCBksVR5 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#BQAItmOMSsBO3tRKTDT5BUbUnZob9vcI { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#ZQQhEAGyPFicnT5Geb1lXraKZXykrwl7 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#oa8AfD9rmrto2ycke0kw85CW97maPcVD { color:#2d2d2d;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:19.375rem;height:;font-style:normal;display:block; }
#klLkJCLysHTvOQ3GMEUSMeEeWxTQqw66 { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:24.9375rem;left:19.4375rem;height:1.3995375rem;font-style:normal;display:block; }
#ikMOtMEC3M6sfvF32CNOKbSdOdviDzqd { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:13.4375rem;top:1.380615234375rem;left:20.772705078125rem;overflow:hidden;display:block; }
#x6FlGy8a9xTgmJ6r4WDamahUgI5NsOCZ { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cRslTwlbQXZ43ZliDpvhEAsIvHF7B47f { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:15.999877929688rem;left:19.562377929688rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J2EgTubWelcT8Zxr2ZVWTGPT9VLtUh0X { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EC640TGplZqQ3tkRnIh3wRTdOgbF9aEn { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.374633789062rem;left:20.2490234375rem;height:4.125rem;font-style:normal;display:block; }
#FKLAmufLkTeyV2AKvHUth01TPr2Xe4X2 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.374633789062rem;left:22.811889648438rem;height:2.275rem;font-style:normal;display:block; }
#XIV8sdcWq9qUWuoAInwwb9X6aSeMCigL { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.717895507812rem;height:1.224975rem;font-style:normal;display:block; }
#Hqa9RVcovykgpOqVFvuMkdyIDAtb0Ige { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:;font-style:normal;display:block; }
#xiIDDaUlTUOTMFB3qclZetMwUbw82CFW { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GZ8OB1mPS8JQn4p2hM6DKhksE5WVzlAP { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HbQNA6elEqNG7wmuaxFVPLxP2n1WoiAM { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Asg7nJPL8lR53gemcZ0rBwuylRxz58tL { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ES8usp7DEKw4lvXED1Rm75XHVXNattJd { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uy2NNVbSOykLXLTX0JDGvH1ZyTBG6UC5 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mCdQ4ztyCsyZo5NOXIO4MqI8aOiz3kDv { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#TGIJTv6RATONhPC5PU0teOXcsVHWsPQo { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#AiLBRLpmbhp7vvBEQ5S2ci9nv0wHnhaz { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#AwRPTd5gn4ecbGamzhMB0C6gCztuel2g { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#NUSLyDnUPJMmBbRlfdWAcBZGWCm0X0PO { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#APnQe8S0I6ymnkkK6Qs2stURGWGt0Z2F { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#iPK1u9itVNhiT8dAgTvkSUkHE4TJBf5m { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#pLhCPLrqslhdOEVSrPlTWFwxtr5GUFox { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#ESze2Ctb0C8iKMh2CV8iT3xn3xtO9aSo { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EWWZwlXFhc7MoLFCTeUEJrwVbsKMOcQx { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:1.3995375rem;font-style:normal;display:block; }
#R0koDqtW6w0a1aOxZCB6AxfaOTtWtTW7 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#iP4sQP4PdbJaE7bboHpUm1ctrTxuEk1e { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#GqNSkviqipe2xVTdPOMtN6nOnAVyJ5BQ { box-sizing:content-box;height:20.187375rem;width:17.24975rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#EKn2OvQ6QTXORJOxy1fwaFEUtV5dRnwZ { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#kUolkz0TTReuU1zOQoaNeA3Ox81zrmTn { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#eTerT5MGyTiQkf0LtBfWPW56uP7TibgR { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:3rem;font-style:normal;display:block; }
#bnJxA39nhto0iy5QpWwSRqx6yMUyAJkq { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:1.3995375rem;font-style:normal;display:block; }
#KokG8XNW3hQs3KpnuZ1BxPmVQ0eaTZcn { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.624625rem;width:12.437125rem;top:1.9744873046875rem;left:40.021362304688rem;overflow:hidden;display:block; }
#E73hHTLuborT5OnoWh3MsraM2MrsCTCu { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wwHaU8AZefRbrGqmy4R6oFox8QfGgVcn { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:15.550537109375rem;left:37.8125rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lbJMGorVsXBUCRXi16g2iWwuiAZmnITG { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IkZukEJMl9I48uSI4RuQQ63LKEyTnFb8 { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:39.06201171875rem;height:;font-style:normal;display:block; }
#OTlofZQTUA65FSEJCaOBKf3wnwS5uSc2 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.49951171875rem;left:41.56201171875rem;height:2.275rem;font-style:normal;display:block; }
#xDalmU6i2i8AVmrIr4BK2RvuZeB7k0DZ { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.37451171875rem;left:41.687133789062rem;height:1.224975rem;font-style:normal;display:block; }
#vQEmgJnF0qdIxKwBZOqlBzkBCCJAK76e { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:;font-style:normal;display:block; }
#iGpBWLKNINSu1wcbWaR8tB7MpTTJqE2X { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ITgVkCI79cbUbPRm77K3rFXLdHBnlag6 { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SlvTqXqT6ZSt515bew4ZKrPyE7gJ0Eb4 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tk6qPPMl5VOW4reHtww4Rbt8t2hcgUbp { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#hShBm1HLzAHgmgUTKzmmVrv6vikgqG85 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#xktUItbvwuXPvpTGD7JJDEBgOh9qcIdp { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RtIi2phg3XT2Vx2WWrU32AloImW79CUD { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XPbg9MvSV6LaHVKU9xM2G3KgSsRDmWy4 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MaS2E6Vm2ziNRsN0PadlT3Ii7oo1s5MR { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#e7E1TtfKcTk0D7shfSFTaJUXSpRvnnSd { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#cVhOZ8hA7HcNzflblXcob328MTVwMHSV { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hs2s458tPfp64RNWhkGCWCm80rnH7o1t { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#meQFL964NzSTLncSHOWBiTGTZn0KKB1W { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#C88HvTSPOt3FrySR9ARypCqFDouVh6rD { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#bBOdDcV2PJxEkIbFKdHEltor3MxdoA2y { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#a6QMd8ChpCnQmMmKLzr2cnpHmyUJNTri { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rTK0fKQqOtlOKhRwzTyb1DS71lsJP0Oy { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:1.3995375rem;font-style:normal;display:block; }
#VT4dQTsTcdoTJxATOtAvMIAoKXL2ocLO { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#GsgTp04La7BN2GRxTQiH0BivdarGa6IQ { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#ucSsVLFzT1IRWkViM7oo5c7lMgTtXSAe { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#LL5UNg07kyKb6KOgTnHqgFxQNQDTMNJP { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ZcWKStT8Fvip70JOsL3GFTJhtCiaU0S2 { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:;font-style:normal;display:block; }
#A3z08XBSAsGa8cm5iEptxIyDdoTHHNm6 { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:;font-style:normal;display:block; }
#XV2TktsloymSHG4uSbNe90b14E9T0u9M { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:12.9375rem;top:1.8109130859375rem;left:58.529663085938rem;overflow:hidden;display:block; }
#wpTXi26tIQOWdLfTMBJaVitcmTbukVhw { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zFyiAECgMxplMeEgQCFGGuHQGAQ4Cmle { color:#381d17;display:block;width:5.812375rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.550537109375rem;left:57.249145507812rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O66X2zUMqw4e57aJ46ud5KBrkIK1calP { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#atASdZASNuooAPmDN2Go8v2JzUdWn5PV { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:57.25rem;height:4.125rem;font-style:normal;display:block; }
#L6yJyM2lP9kBBZRs7x8TiWn4p1oqL4SW { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.56201171875rem;left:60.81201171875rem;height:2.275rem;font-style:normal;display:block; }
#q2yHwLfsD93oJaSJk9QHpeyBTblmXLpm { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.77392578125rem;left:60.874877929688rem;height:;font-style:normal;display:block; }
#zxOemTZE2WWqgKSpNug80TzpVCSAsKTk { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#BMfQwJEg9cdQknvd6RkiyoppO7V4AHTh { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gPTqzVPR10fQPtVZMAuoWwc6hCZT2Ohw { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RcF4BMF1NJFdIeiZinhndZ1DrNaTuUeQ { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e5Nk1nBfEFihydfq8EOGvFtkgo8084T3 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#BLZIfvpqJVv8dLdKAmJ79teELIZOQFin { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#wPWCIbRU9lL5d9a2gqPrHcTTKG2kJT3r { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#adIfOJWGrVHEIEK5xkuRI4pNDrCIECz5 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AUWZHVSa3ZmaHm6NGzsfiHZvTPH6TnXJ { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Bc77CzKJ3HETZv8De45T4Ht95SzUIuqO { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#i6q0TSrmy2NT1DtknctFevR0B9WiJDQe { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#N84oBGXRlh16REZiqQOAesDrKzIxPJCu { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SWfImHdI5Zo0IWFKF6JQ8XiZUVikHo0z { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#iytIx1umg3l7hicOexzST9gfCSxTBghX { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#rz4OW7VOIU0iP58xQGtyPb1WCluHOn2T { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#Ox9X4oDP3dOGzxZ2fvwyhB9N07V15AJs { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZmNPzu08grZ2dyzNVdlpPkv07HPrIm0u { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#s6LS7lxb6lwG52To58TeHNUePf6CsXqV { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#oUdT7I68FWhyCPRIZN3f5s0El2JfQUQm { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffca6a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#TQPehS1m9xflrBhkqtQoZF3Hmit4N0MQ { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:31.149987220764rem;left:0.63125038146975rem;height:1.3125rem;font-style:normal;display:block; }
#i9tUTt0DEazRw2kNApHIDviMc40UQzkw { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:31.14999961853rem;left:19.3125rem;height:1.3125rem;font-style:normal;display:block; }
#c906vqqQWcaMb7hUtZGJIZgQTS45T4u3 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:31.14999961853rem;left:38.062501907349rem;height:1.3125rem;font-style:normal;display:block; }
#bLtmD9v3NK8nRq5WyxflQat2FgUQdW50 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:31.14999961853rem;left:56.937501907349rem;height:1.3125rem;font-style:normal;display:block; }
#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { position:relative;display:block; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { background-color: transparent; background-image: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container > .video-iframe-container { display: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row > .video-iframe-container { display: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .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); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { border-width: 0; border-radius: 0; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .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; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L5VDzFbJrxHUBkynANztOaDALU75xAOt { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#EnsRBUFWTSdPsvIMTavnGms888K5sWZw { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#heL8rRvM346hVllhQPO2AtlCJ1TbqlBC { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#uoxgZThvWiu3T1ogLGi6bni0h1LoHHUG { color:#2d2d2d;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:0.625rem;height:;font-style:normal;display:block; }
#stfg9xe6xlHgU2NiCyP0dVP6S0a6Qy14 { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#BqMc4Lqodx5FRa42MwDNb3WunWkG0JgQ { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.437125rem;width:14.874875rem;top:1.1016845703125rem;left:1.3031005859375rem;overflow:hidden;display:block; }
#tkxRMFp7D9Xguz346mAxUGvlCLZxEWuZ { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rkSMgK7wWOuN9SS4QadVTamiLSTkUCnE { color:#381d17;display:block;width:5.99975625rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.93505859375rem;left:0.7806396484375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnWkGMFeAEXr6B6gBELRXA9ndtGSu2KX { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yH2S57tCShfIm6NGKtQVw0n9Vyt4hq9P { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:0.68701171875rem;height:4.125rem;font-style:normal;display:block; }
#FKGEkWTXKgarPKuP5TFguKyJIqwZkk39 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.52294921875rem;left:4.9365234375rem;height:2.275rem;font-style:normal;display:block; }
#A1boS3LfK8ZLgMbyFphoe61BE5ZGqor3 { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.9053955078125rem;height:1.224975rem;font-style:normal;display:block; }
#VkJRVwcqrmwtqGlBLMNRVLzr87eSOIDR { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.760986328125rem;left:0.5621337890625rem;height:1.57470625rem;font-style:normal;display:block; }
#NOTLz31NsTad6KXhVoqrpRfDXHUBEF9s { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P1rGsCK3mSo5FkgoXuv7xG8TKTafbdPL { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uyWCgdcxXIalFzHIUFKMzTIuTVl2c9fa { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#byVB9O8rXMEfg2TaA5O8DVErFL8fKT4k { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#nRLIiot7PIHZSSNoFc1LaV1CJ40oTbAB { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#pgamBIdR78OPEbqiiaSOFndO5OTGkaL2 { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iGSlgyWgRcrZc9hn9zEgzfXF7JgEfT2x { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uBEsMAgoUEb19zWcQnZfOlW2qIORPBJx { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gMh7KHBeIETNTDi9NcxzKFlW9BwIQ433 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#wCH6vrBAKfAnH3tWbmTfqtCWwMdSuo6W { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#yebxqkoAtFwby4rAFIsISA4ba86PpK2e { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wLZRHyy6p54vXaBIOQBr7I8VmTyxiU7u { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#gGrfc58gJCXPaLZoQxZAVGlHFkyVJZ3U { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#wuqo2KOXQfyJMiVWFRx80PCfQ9e44tRX { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EL0eTMKozeQMpT1SwUKCmgJ7D4TKcdB9 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#g1o00UTfsbzPb4FpxibKTlB7JrgSvFMD { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:1.3995375rem;font-style:normal;display:block; }
#O8BwOTWFSWnFHFv5kxTa5E3FgxpvV2Qt { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#pz8WimIIz7gy4r67Xmh18Ur0mQVC3xvR { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CVIy6xKyVlxkJJhBrmqLwzxGcdoX1Ds1 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#swhUon9v3OieEs3tIi8Vn3TZIg0XaXoq { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#wQDEVtJRl521cfIyVUCd606QNTDX9iA9 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#pK3SpbpnIzyUos7i2ns1ot5sM3zNgm6q { color:#2d2d2d;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:19.375rem;height:;font-style:normal;display:block; }
#rTJbyA1xTfUr4gX95KxTkS3AHiD7n6Tc { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.062133789062rem;left:19.437255859375rem;height:0;font-style:normal;display:none; }
#UTTThwTBeDvCa7MS85rdQ4HISZqdLg8y { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:13.375rem;top:1.380615234375rem;left:20.772705078125rem;overflow:hidden;display:block; }
#erPv9aCUgiWtldRk6E4TDVTlEpbgtESS { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XDRc98TabBRA78s5KTsxaiIFcA2N78fK { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:15.999877929688rem;left:19.562377929688rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tA845hN6h7IoC25UmmXNSyL4QDuznKom { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cgrTdto4etmauUITTd5TrBHwVp4UgAci { color:#ffffff;display:block;width:3.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.374633789062rem;left:19.4365234375rem;height:4.125rem;font-style:normal;display:block; }
#qfTVhw0Sr53eCHGECoUzIQSqpLV64bAc { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.374633789062rem;left:23.624389648438rem;height:2.275rem;font-style:normal;display:block; }
#ITdTEPtXqe516u07sW73PXNvsKW6EeyQ { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:23.530395507812rem;height:1.224975rem;font-style:normal;display:block; }
#bxUVyMnNqyWg0spwvZTVeh04FX0JmH4S { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:;font-style:normal;display:block; }
#gQByaWWstVm3OhwPql7qNc8KeGSSRDTB { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QTVBZhtVNL6TPlddKfgpUH8SVoC500Hq { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#H3C2lMh1ZebfsukbIxObHFnTMXrLmCkm { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#k2MnTcyMr1PhVi6UpJmL32teUUfH2VLZ { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sOLo0VnOy9hoKXRekzTQThzhD7mFRo6W { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JC7digFZ1VEo4vDhFLmEwRNiceSutfhW { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nwRiQXcfBNFQa8xDJFLZVQNaomUlEodA { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#cZtHLPuDfeX3DJkDtFbSPZAy47HDrVtw { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#sUNCppTPOCr4qGwUq0ruqMnXoHagsKV7 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#BczGHwOi6FhZibbViPEB1uyqNmOSgJ44 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#OAfBUwK57B0G4Cc3iZGnagkToFEG2h5w { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#y4a1SQJbEw3KIxgaonSKolBC5ftogF8g { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#UnBTfzQRuab7Crg5ETeS4gFb9EX5oVqb { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#nrgW0PBUsIe8P58J1m587aslaH5sLyPK { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#ypOlcx7x4EEsvPBU30lPNJiMddXbxt6D { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yuU7QrUs3W6kTNgPcK5TFvOSc47XdThQ { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:1.3995375rem;font-style:normal;display:block; }
#E4xRO9WUshlfTHEveOaZJKNTU1l3KT8p { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#E97wKJrLVMMsECsV2fSQXpToXQ9DhI94 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TnLg8qb5zvgtdORrwNTwIBfXTO3UcgdE { box-sizing:content-box;height:20.187375rem;width:17.24975rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#NrxV9hgSVauUFIfPehMxs2sUmkuILhNE { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#LrTrETgOqUiVbD4a2CredzBLf34zH4Kg { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Odmq9h99AZU2OR1QTHTquAIaZqSfR9Mq { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:3rem;font-style:normal;display:block; }
#oFCoUcyBkZbSUvxmgQpALzPnOIltVTUo { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:2.8rem;font-style:normal;display:block; }
#yP0BNbzzTZh0bVtE8CE2HHSp4V45doxT { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.375rem;top:1.9744873046875rem;left:40.021362304688rem;overflow:hidden;display:block; }
#CGfwmPMV7gVF8ExIfz7vyPc2RgoxOp8Z { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TaBvfKA7GZ8mui7InqHmxT44m1ZJ6C5I { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:15.550537109375rem;left:37.8125rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zoG9FcJpIsvprWFq8sRFFxAWikyCuSws { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sdEolLSOvGzgoBqJRtWcUzgBVTncvBF5 { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:39.06201171875rem;height:4.125rem;font-style:normal;display:block; }
#ngeuJvvwzQymTAX0pzpSR2ORnKKAcMBH { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.49951171875rem;left:41.56201171875rem;height:2.275rem;font-style:normal;display:block; }
#EEraLCCJUv5vqPTzukwdqnKoeCXZuUTQ { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.37451171875rem;left:41.687133789062rem;height:1.224975rem;font-style:normal;display:block; }
#LAxrvD7ZqN0A4b54Z8o9rgk3x7m1rRDu { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:29.375rem;left:38.125rem;height:1.57470625rem;font-style:normal;display:block; }
#KFVIE1EBLz4C6RuPCZeoh0M2pBwwyZkB { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zJyhxTFipGieuGI27LqIMEqQovihSOyK { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TJ56xhf566WrRywErnoxnxaEDTKuF8hZ { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JOB5zzkszhxFv7HHu66mU0TEil5bfqAl { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#RR5F8GaOS2JCR86cIXImh6p3Ei2nntl9 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#kP4xGXkiBtXPSIdZImZ4L8AV3F2lxmXd { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PEMrxIVmT5NDMABGq4Xi6aG76Tzl148C { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xhiv8Ni6ruaz65SW6unZdTrlGRfh3RkN { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#so147OGLtvTbkttAOySb6UdUEWwMPXgH { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#BUoyqxvHPzvK2Rz2ZHLfGrAfPmniXUhL { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#GHMvt8HaruobLiM9LIx1fy3ZZpa4N1iw { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nneJ5xFT6uOQXo34dHOEXpo7tvxgn2aA { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#htdfs4Cr5iOZ6RH7vROC5BAE6SoRKR0h { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#Bpz3H6wvRhRBIkW4GRzuaGxzH671uZTq { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#pzTkpPVF6WTcCwMTEhuIe0425DLK4vX2 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#SO92FMbFNpMcERdC3H4xDgOTZZ3zF6i2 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#A6h5L5u1ArsCGpiW5KK0ESCyqfetPJKi { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:31.499633789062rem;left:38.125rem;height:1.3995375rem;font-style:normal;display:block; }
#sDMRi09AfT02txMHDiuRuyClaho1phfL { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#zK4iU9gRqV6kGNiUfmw01xaz2TwQFhec { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#yT4ip2zpyhKKw7Jm5dR2R2cfqNRRnGsR { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#Wdif4vNS4KEpPdMHnUnXv9rRzFi3s4T8 { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#gXLziPn5cyJ3OCv3EEftwvpI5NGKnDr5 { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:3rem;font-style:normal;display:block; }
#SIncwZUtTA2VfaguSIHUCleALkVRZKBp { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#cmzyO7SPFQNzCgO4hHxteVnQ6coJdEPm { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.374625rem;width:11.3745rem;top:3.131103515625rem;left:59.342651367188rem;overflow:hidden;display:block; }
#V4rxkkT03kxpd9s6TO6fK91XkvKWJ0lT { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mmglX8a10e8mp691DOqa0c8Z935CuGc1 { color:#381d17;display:block;width:5.812375rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.488037109375rem;left:57.249145507812rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOb3hof8tFJIdt3R1K6uWo334ItTiLTh { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ayqJCh71q5gaS9bCLLydXuNkbxsD7IQw { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:56.999755859375rem;height:4.125rem;font-style:normal;display:block; }
#ioPOLrtErBLDkESgIa8AuFCrdti7GJOz { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.56201171875rem;left:61.311767578125rem;height:2.275rem;font-style:normal;display:block; }
#kANgJRWSM2uVXnrJnXXqihdn9mBdwL2I { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.77392578125rem;left:61.374633789062rem;height:1.224975rem;font-style:normal;display:block; }
#WPr28EZnNdZeIhIrT4hTvCQtxarG2UsV { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#n4V99qfWzTMpM3n4kaxoQXThWT96ge8o { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#H6cuM8xcLJD21o4NtfNBp50ivhubumET { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xVTCMyko60NRoZu9Tcc7IMcM7aXznze0 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hdmbaZFLO16tFTuAaod4JxLqWl2tZTmw { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#EZ3GQUofXEZTpL5xAehiKGS55s48mh1f { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#tihXJoRQzNg5i6gZR7g38QfT7MJ0zWUG { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#p94koKT948ox0HtwZnkLQRRGzhxoGgd9 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RRyAUfFdG7r39ciDTGDlPaEex16gxNei { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#O4BDBSVeJrJt0TmSS26AAH0ivZBHOO3l { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#AnlZhw4vKqVe6rUkpJM0NsbTBGSUFi8o { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#LUy5g1WTE010C3z3fd2Ss9CTh1lnNvPo { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pxzVwBleEZBvuv1JgLiT2txPSBZ0wN24 { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#F82RL3xBZc16gDr4dqITTAcw3IW2tntK { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#mRR5F7peJQkC8wVpEzPh8UgBVSBIl9D8 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#TC62eVD1HlNzd8Pv1vkwStBCg31qNA7S { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rIThHtuHcCoT8PF6zrbrhTaI9HVZXQW8 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#QaTQvnJqlwJitEz62I5qAr3c9pHc2Dig { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#SD4aimcivcg0fA8ThTsu4LTVMTBps7Tq { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffca6a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#s2gB68x4T1TlvVhlMkJG3LepBP1mTSU0 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:31.293712615967rem;left:0.75625038146975rem;height:1.3125rem;font-style:normal;display:block; }
#lS45XtzR8BFEzvkiGdffAszqFDGPn120 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:31.418748855591rem;left:19.3125rem;height:1.3125rem;font-style:normal;display:block; }
#ZnNqoXu5IOiflcF0s8SJr6ykVs1Z6h3K { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:33rem;left:38.062501907349rem;height:1.3125rem;font-style:normal;display:block; }
#Tu5tm343V7BnXvAyeM6fiEWxvc4NKGDp { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:31.437499046326rem;left:56.937501907349rem;height:1.3125rem;font-style:normal;display:block; }
#MbmhX565cS2p9CBz879on9Xe3qRgAopT { position:relative;display:block; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT { background-color: transparent; background-image: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container > .video-iframe-container { display: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row > .video-iframe-container { display: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .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); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT { border-width: 0; border-radius: 0; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .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; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T2LlIzTsJIWAoSBhXfl3qZ24deUlncuE { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#Zdr6DkVaQ1D6ftdD9JcTmhsh3Szv40DR { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#eGBrVqcA5qrORLI2qBKTifSvywawZUtE { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#afFitaxRwZHvH9Ecfw0ePUEZwstSbgCu { color:#2d2d2d;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:0.625rem;height:;font-style:normal;display:block; }
#cUmpnbWQh4U3ewXlUKdNAkqL6ZExG9Go { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#prdFNCIO9kgDTaXyTkKVy3xWCmmvNC1Z { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:11.187125rem;top:3.6480712890625rem;left:3.14697265625rem;overflow:hidden;display:block; }
#CIm5t3GSrdl12UXDdGxaC5EWP0663ssr { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xTBsBp84tIOFA5NSn5eXNdaafmwZ8Nyu { color:#381d17;display:block;width:5.99975625rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.93505859375rem;left:0.7806396484375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1WcLAMvNo1g46ezn5VfrmQfBPQWLKGu { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UmOmsN1DOTSqJfoTrXcokigfRBc9LzRG { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:1.6875rem;height:4.125rem;font-style:normal;display:block; }
#Z09BfRWMiExPUekFo1c4vBCt8yRT5TfX { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.52294921875rem;left:4.1875rem;height:2.275rem;font-style:normal;display:block; }
#e37pHc5UwTHT6zGOMrUxKdtu4Cse394G { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.125rem;height:1.225rem;font-style:normal;display:block; }
#REISIzgSlpz7EGxE7ipx3e20CwCPnNly { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:26.75rem;left:0.5621337890625rem;height:1.575rem;font-style:normal;display:block; }
#USNtTholMZRLvZIxVyOcmZmzDLWeWcBI { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fCk1qrPE41oKX79txKORBBCTcIgtWJDR { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lePANIOSLeMDSxNg7x1NbFfRRTmlMGLH { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sFCI8sof4OaZktoA1UUpqnpzZ2Df8nmo { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#OC76kyz9wMimHVGl6Wf9S6H8UbgK30ho { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#TibGEex6mbHs2SnUC05LEOavebE1Uu8M { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#U9kbGeofKw0plF7R4tQMMlqJigPMULfA { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tsny9u1RrT1T7K1FTgUHMwCITV08gtHN { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pdaHDK3L6xVohxfKSAqeltTBqAGQAgJ3 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#T4Q9KZDJ8q8dJIVgflUSsdDG1SCAhnmy { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#XlB1DI6rI1Ho3qQ6eMac8sSgON7N5AkG { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eaXIHw4hTw8qNxp9LADICmxqTreOGdqc { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#Wug3Vb14LIAZgILXoqJt5THERo1ks1xZ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#NkeXkaVQkMe3wBR0k69gJ5knTxTcukrg { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kAmfB3d4CUCv13K6sTm57QO6q2rf1wdC { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#D3ybRRTr82KhD3R0aHOJWTTrkyyBf7PU { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:28.8125rem;left:0.625rem;height:1.4rem;font-style:normal;display:block; }
#OWa3ODrT0rZz3TTVnqwg70e0kCJaIuPH { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#i0emt8E7IEH2oeSu72kPyOaSw2Pwu6Ii { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#vh6uFGlNgNz9epH3Q06OpOxGhiBRT5Io { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#PlMhD5tnsoLNlbvpUIhR5zJHZbV2yHde { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#IhtFFfTVzf0Ve3pEdRgCPaQGw32nEn1m { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ZGOgBINDz8frpVvT4tSSl7b94VZy8E6b { color:#2d2d2d;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:19.375rem;height:;font-style:normal;display:block; }
#vCvbNdnySeAkd2oLw43MmLehIDTbG9PP { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.062133789062rem;left:19.437255859375rem;height:0;font-style:normal;display:none; }
#mMNVToiXqXRGuwrRcZPEk6JII0mR8FTa { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:11.437375rem;top:3.4918212890625rem;left:21.771850585938rem;overflow:hidden;display:block; }
#RErUo2bO7zvOl9xZUpvG6SKGPxaST0As { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eeeNvsuVbGOCHQFmc6lraFtZC3OfoyJS { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.375rem;left:19.5625rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y06QZJWsUqvtcuEgZq65aAFkuTUdACJe { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Hi8PubI2egGJsWrtmN6WhETzcuCGe3VW { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.374633789062rem;left:19.68603515625rem;height:4.125rem;font-style:normal;display:block; }
#kmgleHO0lzXR6Arh4214lw39QpsF7gQ3 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.374633789062rem;left:23.561767578125rem;height:2.275rem;font-style:normal;display:block; }
#ZP5mE2kUQmymNNfmP2hPaCCrPJPVmslS { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:23.4677734375rem;height:1.224975rem;font-style:normal;display:block; }
#h7onRs3py7cAC2TGdGr1dohiPANK7oSu { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:28.125rem;left:19.375rem;height:1.57470625rem;font-style:normal;display:block; }
#zswZlBcHpEXVT7WAC29yBeulTNhhRU7d { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ElJoHkazkMfvJRlo3k5RC2UbpudEJarp { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XRTgWVLgJdnk063VvnuZuvHxgRrEFSte { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MrwOMRe4RvxdBEGWsUab2p52UQCQ8bZG { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pgObK8p3VEC5eBpP4CHcfITVSVKI4io5 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#u3OEZ322ksSA8dMcgRw1JNuTINln45aT { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xuW0JoM9S3lsOxM3QX6cRgOWysVfAQl7 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#DG4BEdlybBQw9hNKp1hll24W1AxJg6zx { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#TSb3UbaoL2B1HT3Vg6t4Tk7qvleIARHI { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#lz2wRcsRlkN5lCJ2XcnOcPJD3tJO8IHx { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#sQBc91ZyL3C7iFvLhrGIXgle2TS7uEQz { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#UZSDfogV6UvnH9kAe7Ag7KNe2gMNBWwQ { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#rfoiDUShKxsshuLJUk5oGTJvbRxo5t0Q { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#PAbSHHpmcyNZkeLPBHNrdP18kUGwGh1W { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#ualanyOOMSIHDIwVWnXb6skzevolJkEi { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DOGWvL5tOD6DIx40ETPD4wGIxA6M9cAr { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:30.249633789062rem;left:19.375rem;height:1.3995375rem;font-style:normal;display:block; }
#SWJ1WhvL27MtdnEWS3ng5edkGdcJZexS { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#TEUrmRvaxlIE44UcMzkATfP69M077gRy { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#PT2TnxVFolTV6KDyqeJJOCOHp40V6xOs { box-sizing:content-box;height:20.187375rem;width:17.24975rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#gRga57iUCWEOqwxsKCxCy4vbOh5mFalC { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#Fl2irER6bgNSrqEsxTMQWHoyqqsIBEMa { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#tNQTSg31o4VELxdglg7QFZeQlXpI7kc7 { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#CgVEEOptZFSg2f3gzyrzEWZLA3iFnfup { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#aROUSB9ZlNx6WTBwmfVWPL0c8B0ON3VC { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:13.75rem;top:2.0855712890625rem;left:39.0625rem;overflow:hidden;display:block; }
#us5IdwE4DFXPEoqvRCmGUlU1XTkdkviT { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dfiLU3IoDoo2R5OVidI8TuWsfnZdzFAg { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:15.550537109375rem;left:37.8125rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFTTRVQdUDRn5izbbcbHLlhBWWK7Lw2v { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hPfm4HcBz62a3BdTzABab0PuGbL7kq3T { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:39.125rem;height:4.125rem;font-style:normal;display:block; }
#WCObBoOXTIMEOqur0vDx3tnT9oUx7pmT { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.499145507812rem;left:41.5625rem;height:2.275rem;font-style:normal;display:block; }
#DKprOhX6kg9t7odGTs2Er8Xr524t5HV2 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.374145507812rem;left:41.625rem;height:1.225rem;font-style:normal;display:block; }
#ys8gFzevScxRTkJorGWaPkD42mUvhEqs { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:29.375rem;left:38.125rem;height:1.57470625rem;font-style:normal;display:block; }
#da7yXsnwWCunb5WKMTuQVdPSAKBiMnga { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lvPRlS1sA5fSebt6oJhEAMIOIKK4fyMH { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EplGnL8ARPOS7vKdNxsMJTEuqhqcpwrR { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MCdBil7bT1HD9lB9zmhZGdKZ27NMnNs9 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#PyXcf1iRPgvwyfE4pniTq73zbZInQRlA { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#svVCZZHW9ZkTDBRXe56SXChiIqv32CDC { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HtZworiP7K2yqnxqlXkbhfTBxrsEh2mN { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HqWL1dNA6aO47P4BdDRZ7V6mBenDDXwd { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#frxztf5GCKQVUcosXTpSc0Sc9sZaJMrq { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#PNSori1dvMd9LJEobET7bWoIQ0bCgZvZ { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#gOu1MOqyRNtuDiTTlgMIyn5NT2dBdMLa { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#w9u46eezT3TTT3ezX8iSnxERTbxNLSq3 { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#wEyVl4hCon8hF7yD3OcTLX6E1rmrmBcx { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#X76sTTO68if3D4eOA4vqMU8OZ8zw8iOR { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#QEPwwuKvSgBKC10ZJPRgiZtN5ux1Csiz { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#kp20heCZSKRBKu9aMksFdaMaXf0TBTHr { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UnpHpVE4GSxpxUEoREms5qTvsX2kpzaC { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:31.499633789062rem;left:38.125rem;height:1.3995375rem;font-style:normal;display:block; }
#PqnXJZgfaxCW4bz6PQNPZWt3sCT8Gd3u { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#ksODD0WHFBCqCRgkFa3DCDEQWifR1Auq { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#T3dfzKPTD9tR8oeRA56MINlrUsdiBIdH { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#lDxFs4xLuOI5gzEBbcELXA9XJLSe38JB { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Er4XwalZmaRivh3SpFXDxqPyu2514qfA { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:;font-style:normal;display:block; }
#rdz9tDslSbedWqGl0hsfThicwOELUggn { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#eL5i4tncVezxBeoEkXBqSVNVFG635fbe { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.624625rem;width:12.437125rem;top:2.1875rem;left:59.404907226562rem;overflow:hidden;display:block; }
#oqyabeQXTyRy186TBx9FzUkIldzeKAAb { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uIJNL3SH64xlRsHKJJpESSLZrylIPmhs { color:#381d17;display:block;width:5.812375rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.488037109375rem;left:57.249145507812rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1MrAoJh8thZ55spHrk9aTXdTBWWMzrV { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qzAlyW34GAvr843Aa0z9vlf63EzqucaX { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:57.06201171875rem;height:4.125rem;font-style:normal;display:block; }
#MGc8tFZDaPIrlPG1mur1d9hHGnGNzTe6 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.56201171875rem;left:61.311767578125rem;height:2.275rem;font-style:normal;display:block; }
#oKnxQxfylLV8rxTtl3ntsAZx048AQJl2 { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.77392578125rem;left:61.374633789062rem;height:1.224975rem;font-style:normal;display:block; }
#aZM7805g4QDd8OToqxe6LOiJgVELM0GN { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#BWFlh5WuoZ8yyNBMF76WmUGxXyPvJRbF { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VoDdqoBrLZ23T1SMRMdMqiHJdShSnVy4 { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wEhOKyIxAvkXGmaVdAUlMQzgaFXiIqVM { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HAfmWcaJ8NTfWJTaukB9btpD9bx8Afmg { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#sqsT5d3q0Qr8GAvvOiuNlRwD8P64VrrK { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#QACVRa7O7NHv32hkrqZ3KEIpOQ4RPmvZ { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KR6GiIU4c6Twu4pxoln3wWDQAzLTPUGM { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XB4QpCNwn7KeL4KAwFsuJ0TLDArK5z4y { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#S2TXiimqO06HHfuzaLUtymkXyHysdI3z { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#FvoyMHiX5wteIZyCqyfMCuyQURxNUT27 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#fWp5mifPA84gfNSdTNZztLu9l9hCM9Pq { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KTki3itRmJAXglyRQ35DaMaZSaa3Byan { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#E3F7yRNT1zcHfkOWE5h3NiISw86kAk6E { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#fBb0r7TMixBDLAULSpskNl8zvfTFKtWp { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#Hi58cqZVitFFrNsneDsnmhn5ZsEeBIw3 { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IHmx5td4dUImWiCtE57GLxe93Ts6yvAf { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:;font-style:normal;display:block; }
#OA4gEa0mQfNGWTeb1efdro77uBkosStO { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#nKHwIWC8SZtJlAREyUhUkzzD4vaB5GxA { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffca6a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#WvVl3IyN9apD4R2lATZ6mKqHTc1Lh0GF { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15077;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zeNvfHvbaEgvmrRvQR6pPckDAdeFuDqz { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:30.3125rem;left:0.63125038146975rem;height:1.3125rem;font-style:normal;display:block; }
#gMr5ZiCTF03Fg8KeuqNqyUQm9XvQwcR8 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:31.83749961853rem;left:19.3125rem;height:1.3125rem;font-style:normal;display:block; }
#WDwg5AKssoXt5XC7V2FvT13y1TycXRDV { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:32.83749961853rem;left:38.125001907349rem;height:1.3125rem;font-style:normal;display:block; }
#kupvsK71hblTA52ws2V1TWxT8fy5qSUv { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:31.21249961853rem;left:56.937501907349rem;height:1.3125rem;font-style:normal;display:block; }
#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { position:relative;display:block; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { background-color: transparent; background-image: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container > .video-iframe-container { display: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row > .video-iframe-container { display: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .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); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { border-width: 0; border-radius: 0; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .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; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DpNDIKxpztpwea6VS8iU7xrTrP4eH6Ee { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#kTy10kDUN0KB1SnNq736CS0nMNNTzidv { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#bcBeeMxselMqG2eilgrnM6Vig1fbESaO { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#qa85ZtTOzReZoFTBAU7ariMyicraoFDd { color:#2d2d2d;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:0.625rem;height:;font-style:normal;display:block; }
#JOVT9nTnT8hIRiQJCDr1Cvh1xQmvhy6M { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:0;font-style:normal;display:none; }
#fiJpKdK4rWCvoZSm6OO35ol56gpIX8HM { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:11.0625rem;top:3.6480712890625rem;left:3.14697265625rem;overflow:hidden;display:block; }
#vdDr6ebbQ1Qrvlx402E4SZv88G78V77D { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qIi8OwgMVRlCDXw0GiuR1DyPMqLg4rdH { color:#381d17;display:block;width:5.99975625rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.93505859375rem;left:0.7806396484375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vy4gWnIiSiLZvptb6Z3acetxW8NAk5aB { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EMf5VJ3PAkOMefuhugnZKgW81fwSdCs4 { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:0.8741455078125rem;height:4.125rem;font-style:normal;display:block; }
#rANTPKtm1yD8p9betRTIbHwappwcyDoT { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.52294921875rem;left:4.4990234375rem;height:2.275rem;font-style:normal;display:block; }
#ZbvWZxUb7XM55JrJ5LQB050OkgcmZcza { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.4678955078125rem;height:1.224975rem;font-style:normal;display:block; }
#uq6h2P2xTo9vZSACuToWlfNLZd644vBP { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.760986328125rem;left:0.5621337890625rem;height:;font-style:normal;display:block; }
#mTzrwg7TTtMnKhy9L0fQd1sT9T22DxeG { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#se689TcAfJiNuQTGJCbruqFGORWqN725 { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#k5v3C41d7oQT1eV4hKDrzTgS0PbOfUez { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eMhgvxm7qLMgvvI5tbck0KTcePh2C3Uh { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#lAcIX0hvUPMUNHPOsugAPZrLTzUrfKFC { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#buld5OscnydlpBdLkT0CSBnTxQq7wZbC { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zaFKHzDAw6THiCKonGzteilGRX1fOmPH { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oI9dJHHi54q6Z7fpne4zkU5ea1aT28lb { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kSTm9TXJQcDuF791VTTvfa9HsLx7Tq0F { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#ipRBrCsJgoyN2D15ih6rmT2vMagTb67J { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#XPFseXZbmZ8uxw6t5Ktte2209GK7pTFJ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oBXlOSJgmDPFs7ccVb7viWIF1nK6cMlq { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#N624QFMsKu2iNR8JZsTiBM8cxA3gd7C3 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#a5EkLW65DJ2fhsdfQpimOqHntucfDhJ0 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IC5Ai4VoTTwgUikS1wquB0gsTqdxnlwI { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#vP51MSTSemaqmFTcIfDqZgNgWXkJ9dmS { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:1.3995375rem;font-style:normal;display:block; }
#NybtT3yJ5Ce9wbUAxPTfbEKT1MMq1hQ0 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#xJSO8WneHrAa9ShOx5ObTS3aDDDq3MhW { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#IuoPiB5367LB4NobEN4PKddmggTr23N1 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#yiJMPm3rfkP5CDFD6uJKHu7iRuB4tmO4 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#u1aNwc1yTnCxPcHCBDyUWOTnyrcswwRD { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#lMilSlwc8ZDENNHk0HwwPbPTVzOMdiiA { color:#2d2d2d;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:19.375rem;height:;font-style:normal;display:block; }
#Vfloa6kbT4Flg6mdnndo5udn6zbDK4Sd { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.062133789062rem;left:19.437255859375rem;height:0;font-style:normal;display:none; }
#TRKFX9TTwmqEDMz3mtWf6gu4JcVVg9BI { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:11.3125rem;top:3.4918212890625rem;left:21.771850585938rem;overflow:hidden;display:block; }
#I2FfzKigLErTu0cXOGsx3rOvtKL9QhI6 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UI68BfA9Eym8ErveuQiGmlWAI19gZtH8 { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.375rem;left:19.5625rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k76dseFenbwi9Wz2OAr73BqifEUrp4HL { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SbZ0Lay9xlfq6ysJXRbDpZbZhaCcrvD1 { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.560417175293rem;height:4.125rem;font-style:normal;display:block; }
#yuzleFq9VLTGwpz2OXvEiUy5HVvpq9SM { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.998956680298rem;height:2.275rem;font-style:normal;display:block; }
#mM4vEzOd3Jai7bOaMIq587TSCGGiWQAz { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.905206680298rem;height:1.225rem;font-style:normal;display:block; }
#GULWfF7OtsNnFV97fbHTud302deLLHB2 { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:28.125rem;left:19.375rem;height:1.57470625rem;font-style:normal;display:block; }
#EK5oTrJi9vn1TEOcTm580QOgBy8pTNLl { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SCDdRd8F2WQFfdhTUS5EyGvJlg5R46sn { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ic0tS892Mdn61T2lC0ILBUmLhEZ6ypcm { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CyvJVvv7Ghed29Umin6TvuBsbLihzaVx { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uPbnUnEMnriGTBE4gsGNq5ynyO1z9PLD { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XsuBiNQfa28rhNTZAVGkWcDVshPHidx2 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GTfIsRNEuT5nd3gCr3EKNZ3fhWgTPzMC { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#Cg3ZaD0QeEv4ACNQeI2ot0hOElnrPgW0 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#qvOKTXBueSx2ptxzoMRlxll1aimqO1bl { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#GnahV7UUNgfiiruGwxbQyGx9pJTrmAKo { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#rp6VCksdc79I6oCuZqlsI1doIdTN0ZOL { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#knSkGFqv93M4LLhaZqopyQg29vuMA2U4 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#zHRpui0a1eXSJMRgn2QQoa93dmTguF5p { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#iKdR3MFWZNCMm4z1EiD7MZKL7pP8u8oX { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#mK2ZbmSTPLprtyppg6NEIXDT78frHKOC { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xGI23VFTru8MIsLdXZDcdm47S4D1dgNQ { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:30.249633789062rem;left:19.375rem;height:1.3995375rem;font-style:normal;display:block; }
#pzNfxNxOSS1mmwbdelnECy38qQ0T6HPf { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#vmfCcgNISLzrtG10XgthXvvQFpNXB9Xi { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#lpWJmqOTwqzs0BBnzG4AT9dyTh7gJ3GJ { box-sizing:content-box;height:20.187375rem;width:17.24975rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#tzrunGqlTUcxeEUXBkDAiCdq7oZd9W34 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#HyTe5i494WJXLrJKKVHLEHbDKNqBACJn { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Ta5XZCuJ12259OXqoeaL7FppvrGV1sov { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#EQiKfS0Xgrvm8BHiQTU8GgWoE0B0l5el { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#xIdI1yweV85G3ulnpPnz33WU58y54mbI { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:13.75rem;top:2.0855712890625rem;left:39.0625rem;overflow:hidden;display:block; }
#SgW7E7y9WWsLQ5FcWmFSDfOEvDb6qKNr { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h9f5Z6bsK5yVidlWpZDxt6Rc3T25E79h { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.113525390625rem;left:37.812501907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QkD5mTT4SrmftoeGD1fKlHhEKpm6mcgT { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ebr09bepRcfTF2HeaaokQffmrae4WiKC { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:38.811889648438rem;height:4.125rem;font-style:normal;display:block; }
#TF0V6zW0F5ThfGceWFbb9LL4LGmKQDRL { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.499145507812rem;left:41.249389648438rem;height:2.275rem;font-style:normal;display:block; }
#BBR9zSeFCxRwTCGzv0JBowg3Nu3eF0mp { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.374145507812rem;left:41.37451171875rem;height:1.224975rem;font-style:normal;display:block; }
#uHTgnryG61b3fRh0TlWxdflvlkvacX4X { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:28.1875rem;left:38.125001907349rem;height:1.575rem;font-style:normal;display:block; }
#pvXgvz3DhlK9JUK6Pi2orP4i1QOp6uBR { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LwClVp0W3B0TO5Iy0R6Xer7mfe0reVHm { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qCUiTBHc4oWmPUf8OKnIX2Adm8gixDHg { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e49TE2299hBTsgAGbTM3iAZXNVMBlGPR { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#Dfd4qbmvHQ6wBi2Ttt0ycz45paFWFg6d { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#tDRMxEOyqlzPC9Q3nBcCeeEZQvBCHsSU { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bxBpxteU2BXp2k9n19EIxhAo6VxpxTMh { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gBgDxl1nyrEpbKMF5CCThoJsXNuqOCnd { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vKluIrHulsO6dA9wURBzorrTt83VxB4w { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#LoyNwKveXfaV0DQ33LIUO9Z1oATqxtsy { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#DPpCk8N8GKVeWTngKh1n3VDIVEQzZ8EG { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#inMqZibo2Cs5WyBxtNk1dC9ckkwC5LBg { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#rl0UPxMqCW22DJlcBBLZ1KKtxBxO1Tfr { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#CZtA1s5H5MW7umrJGe3TeTTQ9xIlOivN { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#VBGFWUzuEkOdahs3Ti3TWkgTI7yk9TTy { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#o9cp7bi23CwhxAEQAGcr9R7IQyMiThb8 { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Lqq30ovJdNTowatmmJxLssIZP4TsQ7um { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:30.3125rem;left:38.125001907349rem;height:1.4rem;font-style:normal;display:block; }
#Z42DaXTupkc9pHL4ooLJo3wgcQoHHTr6 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#QdydvprP9FHzdXmpqgThE0PyEGqGhem7 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#DxzsKcL9kPNHBZ8QCcfFqrddzdw4x2xx { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#vSJMZEp4lBt2FpkTDnyoSaRagPTqvCD3 { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ZhCZvKHzaudzhfc5eJUbVSlp1P56vCBM { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:;font-style:normal;display:block; }
#Ip8MLa1DPhDwh6O7k6ITu7k08ZQwJ0Lz { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#gWcDmElWKeCZWVVxOsTZkDlpcsauN94V { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.375rem;top:2.1875rem;left:59.404907226562rem;overflow:hidden;display:block; }
#ildxvvxT5Ks1fWLRTlwZGI0FGTSXnivp { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#q0u2vHTxGhRrExNPN2u4Dka8oURJin8h { color:#381d17;display:block;width:5.812375rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.488037109375rem;left:57.249145507812rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C2G9FoFpV4Zq6gq3STH9zeZXbiwGpaML { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tfu0hUDuZAsHPZatVLgTvaVVcPTp6Cuc { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:57.249267578125rem;height:4.125rem;font-style:normal;display:block; }
#fIMKz7fPmLPkzSKm9uKyaaV3Xqg1Z7Tg { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.56201171875rem;left:60.811645507812rem;height:2.275rem;font-style:normal;display:block; }
#zv1SbnMHeQL6pTESSQJZNDVzJCKdZWwK { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.77392578125rem;left:60.87451171875rem;height:1.224975rem;font-style:normal;display:block; }
#ifNpODa1WK3Er0b9KTCqJ972cV49cBgO { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:28.125rem;left:56.937255859375rem;height:1.57470625rem;font-style:normal;display:block; }
#KabFsW6bx2pvx8EIM8kfuxoex80nKgwI { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h3HXlJUoFJTZnSo5oaiJmRQIqTaT5eOJ { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TPOtkzTLEHQh5y1qTiC617NrpVyExXnP { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s2QE3xtgF5H6HMPWCP3a3d3ekuSG6sdD { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#vCBdTfw2UfulGIoayXeGO6eLvuQ2LbdP { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#d6t2ggvykF9Dx1e4csxw3ZXq7omvp7ko { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SZsrtptQ1daqRbOEfKswIsroi4JBPq1J { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fBUq7QAJzTetGOQxliesTcBt8KCnIW4s { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IwTZTc7hotd3tkAvsg7tKWOZon2TNC0P { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#VenT5z5uWdGK2gvALo9zL14JHEG2PoN4 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#ETBz2exDlE2s2NViEhp1cldnRV1cHSyi { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yW943oEXaG5pZCkLAsP63dPRbkwXJMuL { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#h6AJellI3F086JdcKKddh7TaoivvrLcc { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#LCMiQK8iSuLZKCOA36aOo6Sg8l1PS2wf { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#TumIeGtqsKhyICibJDOxuitSWTMQzGgK { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tTpPmzL1JcgR1imkUHHDpCGd4nWdFnnc { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:30.249633789062rem;left:56.937255859375rem;height:1.3995375rem;font-style:normal;display:block; }
#a8dvlBKdNdIe9uDwHvpdTyOFg9zXLOSX { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#OcGzc2lQrzageEFlIkh5ol9V3gbLkHLX { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffca6a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#TsKk14XSwqb26woWiuq9e0HKEOVsgXvX { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15076;line-height:.9;letter-spacing:0;top:15.749988555908rem;left:19.53125rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2J1uTM8dvSVGtTKOEcDpF9g7oDgLZba { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15077;line-height:.9;letter-spacing:0;top:15.75rem;left:38.281251907349rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ElWcsBu4xH0beEsMaJ9sbidPiK0koFH0 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:31.212501525879rem;left:0.63125038146975rem;height:1.3125rem;font-style:normal;display:block; }
#RZNR8ysAE8zyVEspmU9vdmhbGVCgtKhG { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:31.712500572204rem;left:19.38125038147rem;height:1.3125rem;font-style:normal;display:block; }
#k1b1i8iIKPsagTkU6OptcHukOX6iT6LF { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:31.712524414062rem;left:38.062501907349rem;height:1.3125rem;font-style:normal;display:block; }
#xHyVd5JaGDaAUdbel7kyf4tb6sXuspJe { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:31.650000572204rem;left:56.937501907349rem;height:1.3125rem;font-style:normal;display:block; }
#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { position:relative;display:block; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { background-color: transparent; background-image: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container > .video-iframe-container { display: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row > .video-iframe-container { display: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .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); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { border-width: 0; border-radius: 0; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .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; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lLq9OPO2SJsS2sZLZ5T5ack1uWqGSBlT { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#cotReWGa7U8edAMVNS7U6D8Khrsq9vHx { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#xv0QvclnWaGGM3Jt9VzWy56hoFU4WHNl { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#A42TFTBNiiHszLNHLOtkcdWxt1Fr04cC { color:#2d2d2d;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:0.625rem;height:;font-style:normal;display:block; }
#IhPKihVUWcAoEg6zNiSt7M6PDDxNOoif { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:;font-style:normal;display:block; }
#Z6vSt9awegGMw73GiKNx6orantHXkOKb { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:11rem;top:3.6480712890625rem;left:3.14697265625rem;overflow:hidden;display:block; }
#cm7F8TCNBNB2LNtnop4e46WOwPdiu5HN { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yXNtCeeiWRhvL5eZR3M3ALznqdOroIAe { color:#381d17;display:block;width:5.99975625rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:15.93505859375rem;left:0.7806396484375rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jv3TtSXMJHFGZmDJU79q2hXEnKpJnWmg { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QlkBwVderznkOmaeVaCXQEOLHt2TpEwm { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:0.8741455078125rem;height:4.125rem;font-style:normal;display:block; }
#DrcuGushvaXwDhGDnIwSswDp1eBACLwL { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.52294921875rem;left:4.4990234375rem;height:2.275rem;font-style:normal;display:block; }
#dqcVcXAlh8XwfNhlskaiNhQ6u8iZPGxF { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:4.4678955078125rem;height:1.224975rem;font-style:normal;display:block; }
#snBc4l74cMITFMrKvZlUoIiMwpnwiSNB { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.760986328125rem;left:0.5621337890625rem;height:;font-style:normal;display:block; }
#XDMs1hWngDTX0COLWA99q1ziIKaZaTl8 { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RsKTFG2WSE6XvK3nVQG6xqaieciPNsCJ { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uSZekfHx0362TMOZoIyZ4JBhoEPi9Klz { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PQzzG5tsFiRX3JBeFpaqw9Tmw760aBQ4 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#QUxtX3V2LBDHxbCIkOK5746bhX8bCsi3 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#efqWiwK2uaxvkhM9UPWzDi8v5bqVQQBu { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rWzz753kVE8DH8EJQAgRfydLptlW0lyH { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KsnWXa49yVNhJxG26fLFUTrO8TAmnZux { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wyf90wWPq6q3J96nb0sg6dFgiHAZoyu2 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#OWDVUe8g5U9CvkxKFGDzz00cy3k5E7S6 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#EJGGmI7qM72OPVGEmexlzIVpeEWbJ4qD { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DhNK2ldR0H3q6F4VPEcQUv2WNlt2GcDg { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#NLvbCTI6XyuWlQ5e2yVCXLnWohv6pqFy { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#fhXxxbxW0TQxZ17T4bgaPDv6aWLlJtCG { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ba0aIEwnbhQhPkD0zTZ92RUnQ46VNL8M { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#Nvl3RuqDyswE56klubCqZLbkSRvntnXy { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:1.3995375rem;font-style:normal;display:block; }
#WCRRdos6TmCXT47HzMJeoSiBC2J0btfq { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#of6sxfbUfWCXrBiBRh6eQbu3oIF8yQDR { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#sAVd1WMpkETfkHJ8N1ouH473w4pt1Sbr { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#X1P2pGTdq5JN723X3OCGT6HvTBd8TQp4 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#VGcfPQp9Qb3BXRK9TDk0zZ9PZwoNTWpS { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#qqta3f8p7sUeokDB3ARivKVqHcwXda9z { color:#2d2d2d;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.187255859375rem;left:19.375rem;height:4.5rem;font-style:normal;display:block; }
#HB9CeAxErykdzFVqRT0X2J5R1ERHGtkn { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.062133789062rem;left:19.437255859375rem;height:0;font-style:normal;display:none; }
#XG3ZI7OUltqo3zRgW9bUmZHxygXdl6Ws { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:11.25rem;top:3.4918212890625rem;left:21.771850585938rem;overflow:hidden;display:block; }
#LCTzwu1ODn9y5TGiBSlcSVBCIf6EWKaG { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FTLM41273iJaHf8qZNRauOQdiKTmqy5y { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.375rem;left:19.562377929688rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zbufb5vI3QA2lE2PrsPoda56b542eRZV { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#h2RLfbGFI02VWeL1uHdQdTACep0AsA5G { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.374633789062rem;left:20.060668945312rem;height:4.125rem;font-style:normal;display:block; }
#q5CLK3befsbkvxNQF3sF89D7tbWuTXOZ { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.374633789062rem;left:23.561767578125rem;height:2.275rem;font-style:normal;display:block; }
#SVX6C80xyuJpchgJaceyV2rSwubB9ooi { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:23.4677734375rem;height:1.224975rem;font-style:normal;display:block; }
#hCTTG4bSg4950455dcpk23FKTqDXofx9 { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:28.125rem;left:19.375rem;height:1.575rem;font-style:normal;display:block; }
#Cqvfo6JApt7txssZgUvG5XMyKrOiGV3x { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LlVB0KuMNVb7G7qPuX1eqD5OwV4mnUXv { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hV6NUfI2DWbBt3EkpTndg8hGcgq0Plq4 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pIT9gI0n7f6SS7bXWpub6zBdBrb3xCKs { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rSPzaHLAguEXCcyST5OIopFFCgLZeQgy { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HExWfTVdbnoiiPaqJxuXRTSnbnPQL89N { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iV1bn1fmGimANmWKoPqvJKckBd5xEp49 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#ING4xqxwDRAUVbIA50yZJAxNWsgr7THb { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#SgDGHap662B51xxH5etoERAmqopdkQVK { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#XDe49UPLCSFLaKcm8tTOfPMtETl5FzUI { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#Dv8gOHJdKZqw0VpPbS1aXLOKTIrCBMwZ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gAHzbh2HUuIIqSUZZ006klhoIfW9XJPT { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#Oe3w4UiCgVIrXhyBZIt3va9QTDgZZfkX { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#KGqsu5TKoPUf1bAnhmVFiTVDxwt8p2se { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#SACpOZMcF6cTlIRuT3kFNevrku2mykVg { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#S7KITXmBAVU9QU8ooVsloS1gfJ1NT5DB { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:30.249633789062rem;left:19.375rem;height:1.4rem;font-style:normal;display:block; }
#gfcmOJ7AoJf6ryqPWJD0MPrvV8WLWKew { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#OKGcokBaFMxA8Vbg6mFTBeCL2vuUI0Ko { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#KUuTOPhElTFWOcZXuNuZSy4BLwm8Arwa { box-sizing:content-box;height:20.187375rem;width:17.24975rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#u6bxdxkgyidfopFgIXt07UVb5mS9WUHX { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#Vo6hAGPdseaHgz0V8F2veFJZJXVTnRm3 { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#bues6IsKK6Pn5Juv9c3oiTlJFVbalGqx { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:;font-style:normal;display:block; }
#T4UXpyntTn1Jv92OIVC0BJV60DSXeP7P { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:28.062133789062rem;left:38.125rem;height:0;font-style:normal;display:none; }
#JfWVORpw3TZs11bxuEaozUyTGatxd2ox { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:13.6875rem;top:2.0855712890625rem;left:39.0625rem;overflow:hidden;display:block; }
#V6Rs3Q65BCgD2iyCVCMPfbcnuHvTu28m { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Hm2LnV11wyEPcly0Hk36bwcVT9VNdw18 { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.0625rem;left:37.8125rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VpB5dXTiHEZTVi1G6hSIwOuOXdrSLwNu { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#E05Iqmotr4NlZH7OvafsHIWCl4BLtmnb { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:38.499145507812rem;height:4.125rem;font-style:normal;display:block; }
#rT0DKSiaeegkX0adaGg1IdsEVPD8dwqH { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.499145507812rem;left:41.436889648438rem;height:2.275rem;font-style:normal;display:block; }
#B7PfnQMAvi06BMIFmq22ep1HJxovdK0L { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.374145507812rem;left:41.56201171875rem;height:1.224975rem;font-style:normal;display:block; }
#Gg52CDfUulPzLXdoeC3P2hepCPyb7DFz { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:28.125rem;left:38.125001907349rem;height:1.575rem;font-style:normal;display:block; }
#ewh6P1Hoc6aufZs4HeTDkd1skP7dbhNb { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P8FJ9doMomugmnJxkswVsL5ZXBuOeLDI { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JVmcultUVUaPZMfHd5HisnTTn3Z5Fvll { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qc7Kka9LGHDlUdTzLK1HqsxinMxlXadO { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#IqZRuxRQeUZbUyLpoTXnhGgq1hF6KTPm { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#tFS7dfS1TmMzsQwiSanTpr3S2J2DIuPc { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F9sQDBOtyNk4BPLW9v5FFyd1oGJNcbGK { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FLUI439yXidfoTzLXKDTV8npeeSoRDyo { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NzSFZSr4xxKsqbuKPM61FtqhmTz2pStl { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#I7JFfWeGpamfgbKuybXbD2bnr5OyNOCb { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#lhOv6WlAh329brBfm8fEe2G815yqTkmt { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lm4Bannfnps2XrmhtMNltToAHzqKLR2m { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#BrrhhdZuPLCkKCnzTMePbXNhF5KnpPAT { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#Rd84KxHp1kDVqQtb7orHzCmQQzE2vAJ9 { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#EgOuKr9ZRnZDHvFboCChpFPzX9J6udz9 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#gqb8AMoHag5kWm9yEb5wnhEd6Qx9pXPH { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Or9sByxUy4pRSxXc0OMRNehCkPBk3B4g { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:30.25rem;left:38.125001907349rem;height:1.4rem;font-style:normal;display:block; }
#BhorCmkPGRBubqDG3s46DyxkCd904Krs { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:none; }
#e8aTGn5iNSWMG7fyXfGxRzcOnzkSsE0u { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffca6a;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#HrTQTwVB9cDi0bsZJkHfJnVdTQNU7uat { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#ux8yNUDiOJmBEcfm1pBWMJwuTm6F3VSN { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#EkFMnM8OxOkedHmf1EtDvOb6T1RGUToq { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#MbiX7mPLLldMTpyZKVyzQxw4RFlQoBMK { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#XHXs7MTfDFRZTLzr2rixrvOS1vuuuFqK { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.375rem;top:2.1875rem;left:59.404907226562rem;overflow:hidden;display:none; }
#IbTrdDHPcISkZnqqc00NsDfkAQKA9lUO { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Rl0bR28uA1pfeleS9sTlbT1tTy6PkF0V { color:#381d17;display:block;width:5.812375rem;position:absolute;font-family:"barlow condensed";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:15.488037109375rem;left:57.249145507812rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mmxdskemDbTz9g8RrGlDbF3a97eEq7Pd { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aucyfD2Ki2cGHFS1SEl0MocShmZhBkh7 { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.499755859375rem;left:57.249267578125rem;height:0;font-style:normal;display:none; }
#VLG5EkggL1rRTWV22nEfZH7tyWobHXGP { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.56201171875rem;left:60.811645507812rem;height:0;font-style:normal;display:none; }
#rT5WaFR4bk4T95OXd9gxCJn0qVNs9q9g { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.77392578125rem;left:60.87451171875rem;height:0;font-style:normal;display:none; }
#xXmpIysEN2I9PQdvm4Tu1yDTGBtpeMoM { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:28.125rem;left:56.937255859375rem;height:0;font-style:normal;display:none; }
#yrSFcroG5Rhyi5WLTBS4S5cInVWn7pTk { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#N2lCsmiizDI0USnQgyeFm3KE8S1Xs11L { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Xd2754U8zFhgzDUvxBPdhxTptpWGKURT { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wEl9lIxZ2Su223VJPAeo7d2S7ZeBoO5v { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#AImI9zyNIi8LM1rs4w93U8fwv3fVdXrh { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#lgo1uTOJTlzm7iwuuEwlPbyc2rzcRL8A { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rdL97FxlgNM4QG27bs1Ba35QvqL9OJ7B { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KbiXfmlB81e6v6nB6nAOfntTrHnQCzm0 { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qGZJVtD8EwIMxed4FzpSM0qMSuzHuaB9 { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#t7pp5TaGSAHQp3ucvlCibw3viu2AvHwF { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#AcHU0uNJCbrpTwvJ4XOs85rF71ceK1KM { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bKB3V7TZesBOGCiPnqSidpc2qhZUzVZ4 { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#hWr4nJeGG7b4qnHZ5JhhpSub2pedmQ4Q { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#gVgBxfaWhMkLBZCylUFhHPwH2enCBQhv { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#ViT6km6mpT57wcLfAvbXJx8G5UtWq5qM { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#U9Q22mEpoTZBRZt7LyfOs07VQ0w5EbrX { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:30.249633789062rem;left:56.937255859375rem;height:0;font-style:normal;display:none; }
#PEoV3PR9KOtcTse4h5QZhNTkvFHPtqBI { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#PwsN6AoRSSqlXSx5Zocwrf7BPd5HQASl { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffca6a;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#O2kk5waI2xw99WxhLaKQJWWU9GRV5Guh { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15077;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vs9nKI2sQ1dkH8qHUyMBXbFNM2MRxHNW { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15078;line-height:.9;letter-spacing:0;top:15.75rem;left:38.281251907349rem;height:0.73125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CmRi38lqx4orGfnT7xqKUme8FQUs4KSt { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:31.212512969971rem;left:0.69375038146975rem;height:1.3125rem;font-style:normal;display:block; }
#BmPqKoRtcrxByZhTCpt0CCoPCKTEuGX3 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:31.650000572204rem;left:19.3125rem;height:1.3125rem;font-style:normal;display:block; }
#epg2XQOt9gTwGNPZpqKryUBQknyX3LI5 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:31.650000572204rem;left:38.062501907349rem;height:1.3125rem;font-style:normal;display:block; }
#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ { position:relative;display:none; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ { border-width: 0; border-radius: 0; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .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; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OdTK3hC4JXws880HEDQl1ugcAZRdhd8O { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#xQGTtsS839gy56fmgfPNN5xtU43Rm4K4 { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#I1uoSgqdnu64Ce0VxbFP8KKIfKwOE5rc { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:0.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#DQn8Wb9tDFWDR57wgUyk0unMphhFWXLd { color:#2d2d2d;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:23.1875rem;left:0.625rem;height:2.99926875rem;font-style:normal;display:block; }
#SrRn3XclC61prxv8oplFT1ywoEoSTo3w { color:#2d2d2d;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.625rem;height:1.3999rem;font-style:normal;display:block; }
#QDgxQ01ZO6NUKwKKDuTromtKuV78uVTs { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:13rem;top:1.16796875rem;left:2.25rem;overflow:hidden;display:block; }
#ppRhRsQhTPw5W5MfAgSa3d230eJmtPSt { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:15.75rem;left:0.7373046875rem;height:0.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vQ8x7c4nIrlvcCi7qdgpQQC7KVCFiGKe { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:16.42578125rem;left:0.78125rem;height:1.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eo5Nrl5g4FN3VD6bTkL53TtK35sC9gl0 { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.75rem;left:0.84375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WiM6mhWXFoA8m7ImVLPg7C375gDEDMli { color:#ffffff;display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5rem;left:2.125rem;height:4.125rem;font-style:normal;display:block; }
#l1RUagUnKi3ZCRqHQlR80BQXI2ASr1Ti { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.5234375rem;left:3.9375rem;height:2.27416875rem;font-style:normal;display:block; }
#x382TI77OuX45oEM3zKsiayRXdDZCnBl { color:#ffffff;display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:20.625rem;left:3.84375rem;height:1.224975rem;font-style:normal;display:block; }
#JRzovAkgkdPMR7bz2OntQ0GmMmmrmX8l { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.511458396912rem;left:0.5625rem;height:1.575rem;font-style:normal;display:block; }
#RDMxN5Tq5uJiMlKydmVZ0xuVbtJGsXRu { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:32.8623046875rem;left:1.005859375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DOB6dKrGvaQS77gg5CRTBEBQQPlOGSwC { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#c7aTtRuusIBLOLu1akpRq0c1CZRidVZh { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.38671875rem;left:7.037109375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AqN4te1AVwm1k7D8UOhTPny1wHZAJfGw { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.537109375rem;left:0.625rem;display:none; }
#XGV0EceTw4nCabTVEOH9BplWNO6unayF { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5869140625rem;left:7.03125rem;display:none; }
#mboIDolPZAalg6wfLD5aRBU9BRRoMT39 { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:36.9375rem;left:0.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#o6OulU59vpiI9FGLblBN2DzA53T7Zehh { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.875rem;left:7.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LTBUduT2zX0MIgt9JfFtSaIUfU82kW0f { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:38.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TZvLZBh4RPsg1EpxD1A9Eb5s0NTsHHER { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14998;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:0.625rem;display:none; }
#asoZBvwTop9WLSEPJPhXg5X84NnqmR81 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:7.0625rem;display:none; }
#Wl6sV1At8u6umGa3Hgt1HQuzb5gJOSqo { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SQ2JntS7wy4s0aGcb0hksF8PyKyPKNtq { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:0.5rem;overflow:hidden;display:none; }
#Bk8FN9iSUargPQMPNTsRe6HKv431Gi91 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.756213188171rem;left:0.1875rem;overflow:hidden;display:none; }
#sGUBfDI8REvdMKxxWo1BTQVwJFRocUQR { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:9.4437494277956rem;left:0.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oPNe3FJeIJp5BMTWtDxLIqNJB4vz7VlZ { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:0rem;display:none; }
#t0DAArpB9R8KyTXbFN7TfAsH3dBmEuE7 { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.625000953674rem;left:0.625rem;height:;font-style:normal;display:block; }
#OxMan44OfnudJHdyH4WeAfD5QOLACIWl { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:0.5625rem;overflow:hidden;display:none; }
#uHIdCnQBGcaiAfaIgpH8LXaeMPaBof4t { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15021;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:19.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#o77UWSe22dIKADfJBlHzHE4Up0TQ4kHy { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:18.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#UbdxqAsRMTMVSg1NnG6oQ3yPiGHDZ5Xc { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffd8c5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#ysTiWVyyVRUqhoNNq1oHL2Ds5LswcZmI { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#q9UtyvaJbyer6rMtinJ4QVhGWURyMAuM { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23.1875rem;left:19.375rem;height:0;font-style:normal;display:none; }
#dKSoXeqoxenQlhkmWNTulcVpdpgMPchT { color:#2d2d2d;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.1875rem;left:19.4375rem;height:0;font-style:normal;display:none; }
#D0ksLRk4AVfyb78Rpwv5qcZtFePEsFPg { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:12.375rem;top:1.8125rem;left:21.3125rem;overflow:hidden;display:none; }
#HQbxdHCLQktVfTotmHTs2E8i7K3TTPp3 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15074;line-height:.9;letter-spacing:0;top:15.75rem;left:19.53125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gqN8gFI9NyvpEwmvnuZ6GMMndiONscK9 { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:16.4375rem;left:19.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#slXXEA8KqJm4XNP9TbWni57vpKIqzU4d { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:17.6875rem;left:19.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JXDURxEpmg2FXvSWAwNmifdMCRETtK6K { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.375rem;left:20.4375rem;height:0;font-style:normal;display:none; }
#aRMOBP5t4hPPlTKvvzAEoyXU34HaNHEz { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.375rem;left:22.875rem;height:0;font-style:normal;display:none; }
#zDssw6qhHuXuKqAAE0DTaWVlDXnbxw98 { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.625rem;left:22.78125rem;height:0;font-style:normal;display:none; }
#m1Crf3CMHXh7UqgfiST2drPSTkKGid4m { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:27.5rem;left:19.375rem;height:0;font-style:normal;display:none; }
#Nbul35LzUIsD18nAiKp2CHmcHJV0cUJB { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:32.875rem;left:19.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EAzsTgT57uods64HcxFb4yItg1pJUrTo { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#URv5AfZFhOleeqzVpM2n84rL1WnDDeg0 { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UAVJLfPMhe59evGgueaewcRZDdKmw9an { color:#ea1b27;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:36.9375rem;left:19.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rq9IZ5AErPk4TgfTztGo4TiIRhqdLqoO { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:25.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XCD6ysiRkgPu4K2hUesOaSH3gltZa3mP { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:25.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZV1VxaypDDBBw8u7KEFH6RzWdI6eUidL { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:25.75rem;display:none; }
#Luz3UMqLLbWE18Xf9fWXzxXTB9EVmoHc { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5625rem;left:19.3125rem;display:none; }
#xVNPHKNQGxx3byhBhlRrifid69DTUpkL { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:19.375rem;display:none; }
#Z0R6tlarINcsVKkTVpxPHqMv3pG3HrKf { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:25.75rem;display:none; }
#X03D73Nkbm9AexTu988fa5VX8T006ktv { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:40.1875rem;left:19.3125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#w3FdoZTTSFrKa6WimkaUX6ydQEzBgX0N { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:none; }
#As4oQ8CPgtsDnkPzuuCTD6RpNHcNM42v { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.75rem;left:18.9375rem;overflow:hidden;display:none; }
#TQmA8h2nq1nGGBh1dcwIwe55Kf8NTRxH { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15037;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.0625rem;left:18.75rem;display:none; }
#A6o7DWe6d6GozFpy7TXkr96cOObTARSi { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:9.44375038147rem;left:18.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dEuCwsX1wSKBVKX3VuhS7CmiMeiHI9xe { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.625rem;left:19.375rem;height:0;font-style:normal;display:none; }
#XwnR1gPvvuggqsahWXhJIvOG6OPLld0T { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:19.3125rem;overflow:hidden;display:none; }
#cQVtgAFccOIxZR3l7QPetIZTniI29lCW { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15040;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:38.062501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#EORVB1Nw08pGQhhaywDldI2TvWI7f0M0 { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:37.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#kfEOvGIB1Q8EHK2VWgE34i4ZOLH0AaKO { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffd8c5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:38.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#KOgAzHmbrBxQB5KGS64chxUIakFidyXR { box-sizing:content-box;height:2rem;width:6.1875rem;position:absolute;display:block;z-index:15041;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.4375rem;left:38.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#kNkeAwNBqxZaw9W4DrdBUzdM0fOrdASH { color:#2d2d2d;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#eybv4mm3Gba00iFxsT1p2mUFP5L5eGKt { color:#2d2d2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.1875rem;left:38.125rem;height:0;font-style:normal;display:none; }
#n7pFIPTzSH8PNqhpgqvNpqeoLOi0wvVN { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:11.5rem;top:1.875rem;left:40.46875rem;overflow:hidden;display:none; }
#i24RJz4dKe91WDeSyoIIfvmTHmSN30Kl { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.75rem;left:38.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GopzxsALlq3tLfA8TBsgvoTd3CZUqObO { color:#381d17;display:block;width:6rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.250001907349rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#I2fZA4AgVe7VOSlrotXVkC35ntFsgLK5 { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:17.75rem;left:38.35000038147rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#n6TPc0PooEMp8ga1Z2rmdI7FffUx1s3r { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18.5rem;left:39.1875rem;height:0;font-style:normal;display:none; }
#J2KWlclKgO3dUEaV69hKyni5MPybz2hF { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.5625rem;left:41.6875rem;height:0;font-style:normal;display:none; }
#Te9o3fPMIOP0olltSOLqTSJhfLwAE9Jc { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15077;line-height:1.4;letter-spacing:0;top:20.4375rem;left:41.8125rem;height:0;font-style:normal;display:none; }
#ykqOJcIZJqvyQ3NLCTxX4zemphpZwdQF { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:27.5rem;left:38.125001907349rem;height:0;font-style:normal;display:none; }
#EqHVQiCFDoDDgsw7NlOIs0k6heD5rux2 { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:32.875rem;left:38.34375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nprJOnxLLbSDXVD4HzvwhPRFl5U9FTxA { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.1875rem;left:44.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lBdfqGrmrUISm8Tz88xmvV5JkDvwfDAT { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:34.4375rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TnOFr0x2BKuundD2hgsVUErQ4J2FkGh2 { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:38.0625rem;display:none; }
#K9hsFBMtNmlRBbxxoVIdx4HXwbCPAlf2 { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.5498046875rem;left:44.5rem;display:none; }
#SgKbx3DJUaWt9UG7x3nHnTSAbxpHTTkW { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.3125rem;left:38.25rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MuIcbDeucTGutlOSaTZ7RENMCv73Sli9 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:36.875rem;left:44.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hPVzBQoCs6FUm4hlAgMD4hazoCR62nIu { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.125rem;left:44.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TBQstr21F8Hl3yhsfB8vTg1KO6vpoTGo { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:14999;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:38.0625rem;display:none; }
#KfHFAzSSKTlt3mak2ZvU9uxlWaBx2gM3 { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.3125rem;left:44.5rem;display:none; }
#qQHFEDBRtChB3ZVFsEh6eC1IyS87mT2c { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.1875rem;left:38.0625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#n5weatoePnTAotmwOiUtbWIS876lTPDf { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:38.0625rem;overflow:hidden;display:none; }
#w1bPWmWoL4UBv9sZDUGs0xbaivQadlBM { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:38rem;overflow:hidden;display:none; }
#t7n3n6qclb6blS8V6tFCFZRTxUk8qub9 { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.799999237061rem;left:37.625001907349rem;overflow:hidden;display:none; }
#KJWMNxGQQzutLb1qvnanVoswuKVvIGP2 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:37.5rem;display:none; }
#qZ7TQnpITgDciTZQvA6JdJIAO2XGHe1R { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#i97BINDRVmUTeEoipmKeV9BFQQGtGKOX { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.625rem;left:38.125001907349rem;height:0;font-style:normal;display:none; }
#SpMzVCwePMQVXK9bWKr4wfb2haHDasmo { box-sizing:content-box;height:4.5625rem;width:6.4375rem;position:absolute;display:block;z-index:15059;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.4375rem;left:56.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:none; }
#XBotKVJvLMWRdu1myEEm7FPdhDT0Zi2l { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffd8c5;background-image:none;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.4375rem;left:56.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#M57OG29QG5xTZxN8n8JVmVamXWIzDTXO { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;top:0rem;left:56.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:none; }
#vmkMMZ9cIOdSl0dm4PNlkdngTBDluALH { box-sizing:content-box;height:1.9375rem;width:6.1875rem;position:absolute;display:block;z-index:15060;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:15.3125rem;left:56.937501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#zMTH8UUdeWNuvTaSsQsUBa2cnHqtvCU8 { color:#2d2d2d;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#hurcfXFXIG4PRn0LnyD7z3x83VSQTg5y { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14985;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#AekrypkrRHxr8BTFr3hPau5dTfGDBxp6 { position:absolute;display:block;z-index:14988;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:11.5rem;top:1.875rem;left:59.25rem;overflow:hidden;display:none; }
#gf5DPD76iu43CdMvl8HGwcmeU7611V39 { color:#381d17;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15075;line-height:.9;letter-spacing:0;top:15.625rem;left:57.15625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WtQoQWZe9LyQaMRcUsv8b2uuxPxvKx3P { color:#381d17;display:block;width:5.8125rem;position:absolute;font-family:"barlow condensed";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:16rem;left:57.250001907349rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Om371SOgW6UTSVxEEqncvuKMVQEaCOIw { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:17.75rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BWml3yvERpP4eywaouXipAqAswXF7EpP { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18.5rem;left:58.125rem;height:0;font-style:normal;display:none; }
#cnNwVqqyGUdAGTt82pqRycW08MQ7eviE { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.5625rem;left:60.4375rem;height:0;font-style:normal;display:none; }
#yF8ka1cvm9fzmJVXlpR8bLRaKtwDfdqu { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:20.7744140625rem;left:60.5rem;height:0;font-style:normal;display:none; }
#O4Mor8A02dWLvpCueikvI5gM6mwDu7Ez { color:#2d2d2d;display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:27.5703125rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#txhVTTRJXpLWBbJuTslrsET04akp3yoG { color:#ffe709;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:32.9873046875rem;left:57.28125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#d4AO92ytvGEn22MyLSHepEZQwdDwh2qT { color:#ffe709;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.224609375rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mxMdM9fH4U50JgxP42ksoNpT8wrP7UMq { color:#ffe709;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.5498046875rem;left:63.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uVzc42nLWICTVGrAAIw3i2KH495GA5IL { box-sizing:content-box;height:3.25rem;width:6.375rem;position:absolute;display:block;z-index:15002;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:56.9306640625rem;display:none; }
#xbuIcT98HUpTATmffEzH3BymhUVTBGrZ { box-sizing:content-box;height:3.25rem;width:3.4375rem;position:absolute;display:block;z-index:15003;background-color:#ea1b27;background-image:none;box-shadow: none;border-top:0.125rem solid #ffe709;border-left:0.125rem solid #ffe709;border-right:0.125rem solid #ffe709;border-bottom:0.125rem solid #ffe709;top:32.6123046875rem;left:63.3681640625rem;display:none; }
#iJwyfguZqan1QqIygGxSEMmqQvfq23FH { color:#ea1b27;display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.3125rem;left:57.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xFk734klVxW33XnbdrvNG3lJZVNA4Aa1 { color:#ea1b27;display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#X4VPO3QTzIssQUxxNKtRuGTdKamRfzfa { color:#ea1b27;display:block;width:3.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:38.1875rem;left:63.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wwHiID5ast2iKHmDTPRzXKsifpqdoZOs { box-sizing:content-box;height:3rem;width:6.375rem;position:absolute;display:block;z-index:15000;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:56.9375rem;display:none; }
#rF6Z0V0ukQmd7IwmwEwq9vh0AacUTHVy { box-sizing:content-box;height:3rem;width:3.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe709;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:36.375rem;left:63.4375rem;display:none; }
#LcCCfwfTwy89kEdddPUzx0TG0SSVieQv { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:40.1875rem;left:56.9375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ed28KNEMr0qL7sb90cRQls0xA1SCkF1e { position:absolute;display:block;z-index:15072;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:56.8125rem;overflow:hidden;display:none; }
#Qv1LLP41vmnTVc34CswtzRaTrfrraq7F { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:12.674999237061rem;left:56.562501907349rem;overflow:hidden;display:none; }
#RQPU6z7HFtwvzF5TScq4qORMmHh1BKI4 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15055;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:9.1875rem;left:56.25rem;display:none; }
#vu8IgT8q0BlVdwsc3VDVtphs0b4MJ6ZQ { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#i34H7sALncevmQaFmPdSUXuAEHSW14xh { color:#2d2d2d;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.625rem;left:56.937501907349rem;height:0;font-style:normal;display:none; }
#cOoWNPCEQK8J8obCxm1OXnLVMLgQX2oq { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.0625rem;top:12.6875rem;left:56.875rem;overflow:hidden;display:none; }
#qtTPd7EET6ixdtAoZnmNQX9yskWSTykW { box-sizing:content-box;height:19.125rem;width:16.375rem;position:absolute;display:block;z-index:14998;background-color:#ffd8c5;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.59375rem;left:0.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:7.5rem;display:block; }
#gbTGvkVcWvVldL61Wovd31BXxT68II1z { position:relative;display:block; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z { background-color: transparent; background-image: none; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container > .video-iframe-container { display: none; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row > .video-iframe-container { display: none; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .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); }#gbTGvkVcWvVldL61Wovd31BXxT68II1z { border-width: 0; border-radius: 0; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .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; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { position:relative;display:block; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { background-color: transparent; background-image: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .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); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { border-width: 0; border-radius: 0; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .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; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bAqX8pUDFdcBAm2HfFCI3P5DquUbUWID { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.2);top:2.52783203125rem;left:19.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { position:relative;display:none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { border-width: 0; border-radius: 0; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .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; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WBoyRUNXVK82ReKEhgfetdIGdSMwldeZ { background-color:transparent;background-image: -webkit-linear-gradient(171deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(171deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(171deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(171deg, #ffffff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(171deg, #ffffff, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futura-medium-01;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.96875rem;left:31rem;display:block; }
#UibaP7BtfEPFTJPQgXF6AyO49V1t18QH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { position:relative;display:block; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { background-color: transparent; background-image: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .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); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { border-width: 0; border-radius: 0; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .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; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:60.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zTmUIpohIaxM9rZIKQ5NuWGxQM3DLZ9X { position:absolute;display:block;z-index:15000;height:60.9375rem;width:55.375rem;top:0rem;left:9.8125rem;display:block; }
#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { position:relative;display:block; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { background-color: transparent; background-image: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .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); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { border-width: 0; border-radius: 0; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .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; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wu4aT7OAQaWi41ib738xgtFt5w2mTc5q { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:38.75rem;width:69.6875rem;top:4.7812747955322rem;left:2.65625rem;display:block; }
#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { position:relative;display:block; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { background-color: transparent; background-image: none; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container > .video-iframe-container { display: none; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row > .video-iframe-container { display: none; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .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); }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { border-width: 0; border-radius: 0; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .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; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tGTG9HM4vTmGX31i9CvMENAyh5Bhd93Q { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.2);top:2.52734375rem;left:19.9375rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(123,167,47,0.71));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(123,167,47,0.71));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(123,167,47,0.71));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(123,167,47,0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7ba72fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7ba72fb5' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(123,167,47,0.71));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; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { background-color: transparent; background-image: none; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container > .video-iframe-container { display: none; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row > .video-iframe-container { display: none; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .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); }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { border-width: 0; border-radius: 0; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#zaIx3nX1wclshGUee8ezFCfDVkO8UkPn { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.875rem;text-decoration:none;z-index:15001;text-align:left;text-align-last:left;top:1.9375rem;left:11.375rem;display:block; }
#N3rpxlN9DSXPRslXJXsONmtvrKUZJZrI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KIUXfJnTRB7BKlcKcrbw72AFhUV2CZrz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15004;opacity:1;top:2.625rem;left:19.125rem; }
#fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.875rem;text-decoration:none;z-index:15003;text-align:left;text-align-last:left;top:1.9375rem;left:24.75rem;display:block; }
#NkGAUnd3rlKviRCK5RiwKbDOZ9Jcfflv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VxbZf7KDtfm4AXl7Mysb5J88bahClqEd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.875rem;left:32.5625rem; }
#E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:1.9375rem;left:38.125rem;display:block; }
#WhJvxi1qiyHI5TlCa2z9vzUJT5swLtCR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTPg2trcegTs1nH17paDTliOvCH0KXxO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15008;opacity:1;top:2.625rem;left:45.875rem; }
#uZgim0i25c1nogIcyK9U7U34TAObkerL { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#2d2d2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.875rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:1.9375rem;left:51.5rem;display:block; }
#Jkt0ifVvrZps2sneNtc2nCZ0ZSM81RML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tey6gHalv0HNfxiJw8rDHbNaN3CUwKKs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15010;opacity:1;top:2.625rem;left:59.25rem; }
#h5gegn5slwOpmxJqVZhVuRMTHP1veF4N { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:40.5625rem;top:10.5rem;left:16.5625rem;overflow:hidden;display:block; }
#h3CMn4Gom0QMxMG6BZ6ErE5AETeTFk81 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:6.75rem;top:21.25rem;left:60.75rem;overflow:hidden;display:block; }
#cl6eyroqZfPVwJ9KlRMOHBUvASaDVl4X { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:8.625rem;top:10rem;left:54.5rem;overflow:hidden;display:block; }
#sW3gMK0yXGazX28Ff9TzVI0g7o4S16Nq { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:8.1875rem;top:9.25rem;left:3.25rem;overflow:hidden;display:block; }
#OL5kvK3fcChCzbOvf45ybTgg0G1tocou { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7rem;top:19.375rem;left:7.9423828125rem;overflow:hidden;display:block; }
#OcLnJ2pkQJSIAHcZ3Ngp0EuxQXsPXLZZ { position:relative;display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #OcLnJ2pkQJSIAHcZ3Ngp0EuxQXsPXLZZ > .row .container { position:relative;display:block; }#McCLGm9dwVaRc362EyZfJXlgc7HbPhTW { position:relative;display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #McCLGm9dwVaRc362EyZfJXlgc7HbPhTW > .row .container { position:relative;display:none; }#MBBpwdQWOprnQxLsuRfdNC6RednNRBFu { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #MBBpwdQWOprnQxLsuRfdNC6RednNRBFu > .row .container { position:relative;display:none; }#luRsB5ZM6UCSBGUFNq9TeTdayKuT4LKT { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #luRsB5ZM6UCSBGUFNq9TeTdayKuT4LKT > .row .container { position:relative;display:none; }#x71WuMCU6e3BT8L8yuSK8I8yfQnoAxNz { position:relative;display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #x71WuMCU6e3BT8L8yuSK8I8yfQnoAxNz > .row .container { position:relative;display:none; }#ult2VReubkFVxC7U3MfhI9CUBqcBLFEc { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #ult2VReubkFVxC7U3MfhI9CUBqcBLFEc > .row .container { position:relative;display:none; }#UZFGRz3MlGePlrl2OUFgFB7OF74UVehv { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #UZFGRz3MlGePlrl2OUFgFB7OF74UVehv > .row .container { position:relative;display:none; }#DH1nxESzzHA6tacp8bfa6FfznW8vd5QV { position:relative;display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #DH1nxESzzHA6tacp8bfa6FfznW8vd5QV > .row .container { position:relative;display:none; }#yNSJUFdLEv5rUWE5t0TaCJoviqbGltUR { position:relative;display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #yNSJUFdLEv5rUWE5t0TaCJoviqbGltUR > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UviVM9Mg8yEKiwwntRO32TWMJTWMbnBg { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #UviVM9Mg8yEKiwwntRO32TWMJTWMbnBg > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #mh0T1okrBBEgiSpl7MLaBMLbAdKxtMEH { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #mh0T1okrBBEgiSpl7MLaBMLbAdKxtMEH > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #gJeztwhyRJ6X8ry8tmS15wJN2LvGPyLN { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #gJeztwhyRJ6X8ry8tmS15wJN2LvGPyLN > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #w6GLaLDPypVLTmkRyA5GcPrWVUCfby09 { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #w6GLaLDPypVLTmkRyA5GcPrWVUCfby09 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ylSEPyUUdhs5XecAo46nUWhAarvXMF2R { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #ylSEPyUUdhs5XecAo46nUWhAarvXMF2R > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugnbktTlEfHpC9fL9f5eG0yiTXRKZX1q { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #ugnbktTlEfHpC9fL9f5eG0yiTXRKZX1q > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZupuRQLkGEOPqskzdkpUeJ3CfRAQf2Cz { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #ZupuRQLkGEOPqskzdkpUeJ3CfRAQf2Cz > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWrFRhAnqmpkRfk7AFZVRTreyiRT3VUi { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #uWrFRhAnqmpkRfk7AFZVRTreyiRT3VUi > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIARAEb6LcTwVcJf6M60K6J7qNBz0rJM { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #uIARAEb6LcTwVcJf6M60K6J7qNBz0rJM > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #xx8xzUl7MlKWWCXJ1eI3W8CXTS2UX7Bu { display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #xx8xzUl7MlKWWCXJ1eI3W8CXTS2UX7Bu > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u { display:block; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTDCSihhwQ8ISpC3KJdnpGNaP34rT0nT { width:10.4375rem;height:3.125rem;top:0.5625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Bqv5r31pUapKvHkkXfK8NdrPNw2pSw { display:block; }
 }@media only screen and (max-width: 763px) { #UURF1dAlgo1FKIQAtb1aul9VhMuvxDzU { width:10.4375rem;height:3.125rem;top:0.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #duEq5lCbdqBwdQ9yNHVrRoAssPRvAwfd { display:block; }
 }@media only screen and (max-width: 763px) { #aGwcaLefAaW4X4ESEmDhq3tlIwtDHdoz { width:10.4375rem;height:3.125rem;top:0.5625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOTuGe58zKcxevP6S1PAxxH6EFi7Inv7 { display:block; }
 }@media only screen and (max-width: 763px) { #zJ38vUS19nGJPu9hOxEs4kmOO6fucx3l { width:10.4375rem;height:3.125rem;top:0.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLclWe33zdLcTvxOU38x2bOfWfCPp5sx { display:block; }
 }@media only screen and (max-width: 763px) { #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg { display:block; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WthLx12B3fWep5hARGk6TrOgWQiBIiHn { top:6.3125rem;left:5.09375rem;width:36.4375rem;height:7.125rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n231qFmkgTKoLsQl9innx27eLr49oIo0 { top:2.6875rem;left:5.40625rem;width:36.9375rem;height:;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo2Htd0IBtgpbdalhTrTlTfGV6iGxt1u { top:19.125rem;left:10.65625rem;width:28.375rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaA2V6VtZcMbgAAIH00eQWzy77aGgBbz { top:6.0625rem;left:0rem;width:7.6875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1JGcAdkspEDOGv3nVqcNPSAZOuzEwc8 { top:8.5rem;left:0rem;width:5.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k58du2z1H7Hn5yDRlWwhuelC3KrRKuNA { width:13rem;height:2.8125rem;top:14.5625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smfdoMeTvSn6hv4qnWtAqKgH98bbkmHI { display:block; }
 }@media only screen and (max-width: 763px) { #ZF0XZnmBqp4vH6tFn5HLbP37doimtdqt { top:0.4375rem;left:0rem;width:7.1875rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfnPozIwwdpFmNxbVNe5Kq9O2pI5hbTi { top:1rem;left:39.125rem;width:7.6875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBcXJ6q7dTe5Oymp17BZ0I5ZHCOc71eh { top:8.5rem;left:41rem;width:6.75rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAT9QXa5fq37MzGsaUAKozQ99V9knglp { top:4.0625rem;left:40.25rem;width:6.4375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC41BlP57AentZiIXz2tV2B7RSmNMvNe { top:1.1875rem;left:0rem;width:11.4375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV5veDvCIn025vJnW9yP4GImkKMwlFRO { display:block; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipkktgCI41IF6CubtcLK8vD4u792NTUc { display:block; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fa1tnTOsb4VcWJReGwhNqwb7W61N1C64 { top:0.0625rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAbrIOwdML47tiOzyxcuNJxUUKaO0O9r { width:37.375rem;height:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfiL2Gx7gBmNraLzhS68OcnuW8ntf5l3 { display:block; }#IfiL2Gx7gBmNraLzhS68OcnuW8ntf5l3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETFgdn11PKXOKFtd3hkQwtuVC8aGruxs { top:0.0625rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1TX4BSeHgDDcpZDH20bt6N3czMXHq4b { width:37.375rem;height:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s { display:block; }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUJN6bLVzeyONnrGDLuRWFFFSCyXoCU3 { top:0.0625rem;left:0rem;width:47.75rem;height:23.854987426655rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfnZ8v9MTtTQLhGcMnwDJu3NPiuAW6vF { width:40rem;height:21.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v { display:block; }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZDz0LJg0T8P27LZOdMDTUzaKHDuIGR0 { top:0.0625rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L32eksdKGPmCZhAq4844PRkI6V75Uzdx { width:40rem;height:21.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { display:block; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { background-color: transparent; background-image: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .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); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { border-width: 0; border-radius: 0; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sndO5syzSRqVscQfJWT9Z68OsIRVHnTb { top:2.125rem;left:15.75rem;width:2.1875rem;height:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #R4imVRVPvIvaRDpvTyTtsV3tZW0bgEEK { top:3.0625rem;left:21.75rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eOtEO9oEvc3cJRySVtmmWGyLRDASh6f1 { top:3.0625rem;left:23rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JzbZhf0MWupw3U5zENwzwpXwfgIVgzu4 { top:3.0625rem;left:24.25rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iKSDVL2y6XGnT6cObTV862NBtFuwxqzr { top:2.125rem;left:29.75rem;width:2.1875rem;height:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TDb9v7A2DMCwKrMgtguN1nfxET7wnwVF { top:3.0625rem;left:25.5rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { display:block; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJELJ8ofkQDh61bskpKz5WBx1n2Lm7zc { top:1.25rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL { display:block; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUez9ImrtGskpV4xE1Q7afRisuWAfMMK { width:10.9375rem;height:3.125rem;top:0rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv9UNdNSsEl5TAsTgq6ke01tsb2fEFpt { display:block; }
 }@media only screen and (max-width: 763px) { #Xslp4WWWT0RpslXa83LlGEfaVvLQiHqG { width:10.9375rem;height:3.125rem;top:0rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnfMh32xCuaQlTgNyyKvDW3WZtez2RLp { display:block; }
 }@media only screen and (max-width: 763px) { #aiRTBnkmovD4i40sTi2LUSRSUzWoeJaO { width:16.25rem;height:3.125rem;top:0rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9X9efpWq4uHRbBTUwr8B6gl0rXbAqf4 { display:block; }
 }@media only screen and (max-width: 763px) { #Va0IAAmN4xzfFgRc8kQFJwEsTvP23FvL { width:13.375rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edkTwvHI6X5tbtoIaavbm5v95eG04KKO { display:block; }
 }@media only screen and (max-width: 763px) { #KEGiUEXNxCAOy2y53fZm5rw0Rf9dsAoS { width:14.375rem;height:3.125rem;top:0rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOEDZR3JttCvUqTIBAJ2ZGfr1pWDxXqb { display:block; }
 }@media only screen and (max-width: 763px) { #AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ { display:block; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ { background-color: transparent; background-image: none; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .row .container > .video-iframe-container { display: none; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .row > .video-iframe-container { display: none; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .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); }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ { border-width: 0; border-radius: 0; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT9r6hghdmTLvxxCQuDrAxPKJkXzOS2p { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VD8SVJ9Q1nvlJaytdWqR3N7UutQbwpru { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aF0krIp7FV0FsVqZ46D2wfECGe6talF7 { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VsTT2wIEcfpX8yFxT0Pd87gORQOkqAW0 { top:23.1875rem;left:0rem;width:15.9375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cJgqV7KapsF951tVBkpa8elnJ7PlexfI { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TfzgeDakAz7JHS9K9fISmTlD5iw7FaAm { top:3.75rem;left:0rem;width:11rem;height:12.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tBPf8xhtzytC24KEOyOsrznZaMzPHAnT { top:15.8125rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tUUvez9XM489nhgwUKwiyIM20ua1m4AP { top:15.875rem;left:0rem;width:6rem;height:1.125rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VBo26kmrsPsyiHLcatA36NdvoTelLw3l { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TSqSmnTXBoUugZNK9M1icBwccxbrsbQl { top:18.5rem;left:0rem;width:4.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u0Jam4hkcBwrVSmyrMaWZvzMraZn13zK { top:18.5rem;left:0.53125rem;width:2.1875rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bcBd2XpuBngRgdpCeSOG1cKX0SlVDUn8 { top:20.625rem;left:0.5rem;width:2.4375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wspnXOzp7MP1OpQ6TwMGlVODZiKpeJa5 { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #J0gXrxCzlaLLQxD52QoqGtKiylJDNxfz { top:30.9375rem;left:0rem;width:5.875rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qseL3mht5VKuCN0sNgdPwz8glfoBJkTJ { top:31.25rem;left:3.818359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TyvfFheamNm2sEPid06gmWvyWVZ3PpLJ { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JT0NpyGnZI3L5b3ft8qJ6IhtqN2thhfq { top:30rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cmIHcW3xfPmq1utPIa970DSnoJHbQJA9 { top:30.0625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #idJzThAnlQkBCmCDgIpXDVq9JKGh1iJ2 { top:34.4375rem;left:0rem;width:5.375rem;height:1.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #vhdzIJU9rhMDrZ5mdCfHKzFIhohXsBuE { top:34.75rem;left:3.84375rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rbzBTyTMDUrNW9aqp99MlDtUBpq6cdqK { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fneQezPFNEgn8AfU6fKpmbJuv5oaVXcP { top:33.8125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QSLUNp5qJNGuxDZGocskvtDEvm8sb8kL { top:33.8125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TLCKalyCimsHsu0vVlz10bvRhx79UKnX { top:37.6875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #cJPQlaubCLk2Ju54SmNzxJWdhQoufqFe { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GiNr2OAIzli1GcLqfxRyLUvvDtEyKNUs { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g0SPfSe2oURw90M7hAWGXTJM1r4U8alD { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ENb7pNNpIMKl2UiEnbWzd0EX6blapWF7 { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DH0k2wtCipLz5S95fyu8rR0cleMHf7QD { top:27.125rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #C09qdq5Q0qzQJan9eueutUZtc2y8exAk { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HgrOErOkfQg2eFtvcecTdk57AGBsGU2X { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fQO1vb7gLi9RkOI7Q9aXTTDJOuSu4rHK { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EZWF3XuWgmlnA96SW5XpEmJrcSIn0vDu { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zLHnp8Xuys2APzbQEPOn15SErOruEa1V { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KZPA69e5mNAqEC84JQETsx5FoSUvlLZg { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xx6rt9TXNR6UUlkWltAiOBSTRCUabxB9 { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZPC9TxrQynbHAwhaQ7cBBQxSPSdL63ra { top:2.3125rem;left:11.9375rem;width:9rem;height:10.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kIK3N8tXrlJch7TF6Vq9izzOAkV7D7os { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dcl0iomCSGnOXTwgqfcynFaShmBeGchh { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hCHCsxLV9AW6yxErEy3G4eVVe1pnkhuk { top:17.75rem;left:11.9375rem;width:5.875rem;height:;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G0uVTGFAyKrprVItSCB7CRav1AxwqEXP { top:18.375rem;left:11.9375rem;width:2.3125rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UCtx37Xl3JftgutsODcU0pk84iZTB3W1 { top:18.375rem;left:12.65625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dZqABafKi8AqDfEQmn8UBOJkTDU2rMEW { top:20.375rem;left:12.6875rem;width:1.6875rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c02aCTh0NX7OQzAdBPEUwnUTuNwABmDB { top:25.625rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mKCTe7r8AXG2XoJwUU06eGuyStkzZUsc { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #h7OLet5CovSOH7g8n4x45GtEkZRFGL7M { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RNbzegI18vB2fIwT1eyDrtPLUG3kaMcx { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #g6F4OtCREqxLUCsJq4bD8TGG7mdbJXR7 { top:30.75rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QU2tDshrrurCWKncR5Fx6y12zZOhxIuf { top:30.625rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mUlvRJ6TzfXULa8db3gVw4rusNz3W59B { top:31.875rem;left:15.59375rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #iheXdxscsS3JCntS9WFk0zoqavl9VVf8 { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #q0HGRAuqeL5U1ZTcl0f8bhJroeuMkln5 { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nxSv3vCMpdxVaaT9WDNJW9lia2x1Fag0 { top:30.0625rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kcTVPuWAFvhuMozMIMwCxrnaQCVsXBW0 { top:30.0625rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mQ5DkW34EOcl1ivvKEBe3tACBFIawDW5 { top:33.9375rem;left:7.9375rem;width:15.9375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #aAxp9zoKaIKcDa580SPerWbwJ65yGHGH { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RKLCRkP1gB2BSiuRBf5wPNObk1Pbdbap { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uqLpvimTiA9Jern2LJwXzTrmVrGoKPhD { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sSLH83TczWpbuZKTvwTeHvcKkvl6slfZ { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #C7EZlmaU7KK4KSVKwsGxs4aNa9FvzkLf { top:27.75rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JuyHy7ttaD4cMtOqHEweGH32nS9zAga3 { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sCM9m6vVituScmmUTDGIkuTL1Ag8xJEz { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NQEK99C2Vibv1POzy2xIVmTrKTCUXNa6 { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vAiTuRzrPhg0IcRtKfIBs5Ep4BXcC5xk { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #MDMTR3pE4bfdM0XHGO30VoOcR8vkPOsA { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Lh32K8616AkJskN9UA85tMdU5oOEtQ0t { top:23.1875rem;left:18.9375rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wiQStQyFV4qGbT4MLdZBaD0rzOWIEgUb { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #sCpvTgGM2OTZqUkz3wrFe1ozcySh20c7 { top:1.9375rem;left:23.875rem;width:9.5rem;height:11.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yzhRZTOKqqQUh8dwvsHLSWtdBulDXRA3 { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O2Wd7bRnpmSaoVmqTLHufZoOnXQbPU1x { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dklMDow1HAiNMTkgk6OIrUg1Cf0aspIC { top:17.75rem;left:23.875rem;width:5.8125rem;height:;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ukWL41OlBuAVALMMNo07BrvWxvDp4PKH { top:18.5rem;left:23.875rem;width:3.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JuUQZNKxfkQh2h4JAQoH6xreebXtGNTt { top:18.5625rem;left:24.59375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UhKAT2eR47nWWMvcglzpoSXgZgIKdVpg { top:20.4375rem;left:24.718751907349rem;width:2.1875rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Grp6hHCrW9comUs6b4zx11TUUIJJZo3w { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Nrl20Kgi0hKXiULVTtg2kJtaTauTf9CU { top:33.375rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MysNOA7dIxTTGo2VQfXZe7bRcIUKGpAr { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Xu3uHvoT4SzvaTIqO0QmaCQKwyq3AFH7 { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yRAcPKOFIWUBZXfR66rt9c0EE7tVnyyN { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OD5738EUy8Fbwx4kecwndBTfLKm9k28s { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KFW2ATTX0myr7OlHF81S07KpvIfUQvBG { top:37.0625rem;left:23.875rem;width:6rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Z9XZDlil1TG2LSaP8R5aNsfWJuVxJdEa { top:36.875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EqAHQCgCWUcpdyXxkkz4D8VfqgX9lNup { top:37.9375rem;left:27.71875rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #vkzodzbahAqxrNG3mx6E18O4o6SXT9aK { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wIvII4lc9cNfzqL9tOD8J4OIupDEJeaV { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WGySCydz0HXwu5qToXcgzfnRkXwRQUM6 { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QCD5adyLytUVzy0dVCTm2kVTdnHUIxI8 { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #k812c5MQq67Dc8LtyhWpuukqvyIud0iN { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZexgKxl6fXiwDDlvdq2Bz8OLnCEfu6GH { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h047Rq43JDgrSBU35OeIVy0h7piJM8LN { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dK4IKKyNfqO8syhXTqO7e4sc3nIqwF5T { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xLarG7KdXQ9bAN6cLApEXK1P6iVHPFiB { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gMyqPoSh1OFlkcPtRJpJ2PAOZoMlRLC0 { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zVrM3thzSKX2mdcqgaQfUu9aUzQz2pne { top:0.625rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IlbvRNpD1FrZOsRQbBaR8IZgCyQ0xhzo { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uxSNuRwwRzpWb95HQLP4Ga5kqGudH1xR { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dEu3KC89gJXWqtTny07vkEVTkgNdMINa { top:23.1875rem;left:33rem;width:14.75rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #re5ZwbdlArTFnouek7BEwHyrvDnBnMBS { top:26.1875rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ITI1odKG3BtE03JMWBTeypd3Xr4MxqyD { top:2.0625rem;left:35.25rem;width:12.5rem;height:14.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JFlhkcVxTb8pRmDnMtdZBn8ZIXWq3WGQ { top:15.6875rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #flyw7zgWfasqT3NKE39KfmEJysGd8bE1 { top:15.375rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rIpVVG7kC1HkFQnKZGTwueapUPe8tUi6 { top:17.75rem;left:35.8125rem;width:5.625rem;height:;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oHqh27ID2NSu3t6AzMfaME5JDATL5cfW { top:18.5rem;left:35.8125rem;width:2.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JKD0TtFg5srsUKhKlgp4g6SxPwxSdUss { top:18.5625rem;left:36.46875rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uQSvh8TSwkypN4oGNbxQgFlc57zTu0b6 { top:20.75rem;left:36.531251907349rem;width:2.375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lhdAD9qP15JwNTXpnKeK4e61IFu4kCEa { top:25.625rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Mqq59CpnXEqkRw0t3pVAdoDetfTPF9VU { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eHL24eybbvDgfkDym7xKM2MDDpg7tpGT { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #tQ3rf3ycAwrREV49087a1EznCpX7isi2 { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Ihcrz2Tse90KT1fUUdTDC5ZJmWJOsWZ5 { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zMraU2JI4yH42GcQy98GIOP1pettlDwS { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x6w1AScJm6QRGronTVdSNmCBWBwhCFGs { top:31.1875rem;left:35.8125rem;width:5.4375rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #veqmhNbuG6kJTbFnPBOgN8VRqT95B4oI { top:30.6875rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uAi9Vu9l8EEI79Tp7Q3JKLPllFE4bgDO { top:31.9375rem;left:39.65625rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #R9SqX52B17dqbZvKlP1T6daiBBTINww7 { top:30.125rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KMq1dRzDZQof86Ef3Akw4bqAzZ0kQ1vT { top:30.125rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #blwH6lchsMLKTs0ulo0Aq0Ot0STc4PXD { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ozVhpB1rppLRfiyFopHyrS8VTRNZkrpn { top:1.6875rem;left:41.3125rem;width:6.4375rem;height:1.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VlpBPVuB97FHQhIimQDwqODkHOPdDccI { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Smv8D3bnNQTI3fivF1pcedsNSM1p30LN { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QcedAauZthBvHVUzCAgu0E04NNI9rSmo { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eCiIvF2aPbBg8VvJi7XQGoi6QHGTmb1f { top:27.75rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #m2GXk0guQFaVnm11W6Tcy59Q5VZ8KeI6 { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lGdxa9M3qQAGA7zFoIR2qO6eZAx1flK8 { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NcZAlfUZb8qWKGCMTMCpq6wZJHtL3KQf { top:6.875rem;left:14.875rem;width:9rem;height:10.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pZBKhr5UvW4mfNSA5lnE59Zm4WspxzR0 { top:5.6875rem;left:26.3125rem;width:9.5rem;height:11.1875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { display:block; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { background-color: transparent; background-image: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container > .video-iframe-container { display: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row > .video-iframe-container { display: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .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); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { border-width: 0; border-radius: 0; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bciA0IPoHaTG88nzpvTgFMTpLbMGQck1 { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O2d1GhavcGk6cUmiyI12Edigd2sgtzfz { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NJSHZbS4yP610PxlRVqEVTQ5HzCwCbtO { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I1p7wuZiQAPRfAxV5Ue3iasvKahQZS45 { top:23.1875rem;left:0rem;width:15.9375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bsAMDAxCmaADwVeWQXymlTXz100mn3hf { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CP5ReGouT2yquV2feoKtuFbRvKm0iqJz { top:2.3125rem;left:0rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kefDOQXeThgkDTiI8rKbQXKp8Z0EEt5L { top:15.8125rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hAc9yIoFqtUn4pqyTE4EyJltAKa3H9EO { top:15.875rem;left:0rem;width:6rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yiH888r5IuQ2uHQNSRlP5AcTfHqmTi9x { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hiVHo0wa6XfPdWLMbZnhvRBU9tA3FBO5 { top:18.5rem;left:0rem;width:4.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WvkKkZpNnQCXQGerG2lLnJFAqvZtE70A { top:18.5rem;left:0.96875rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iFb9c8V6zV39lugxwE7OSEuzoo67AZWO { top:20.625rem;left:0.9375rem;width:2.4375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IM30XZMNJOlsDBOP9vwXEC2qZVgT21H6 { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Q92CsfndgHMdpgNgvBu168T0TvwUaqtN { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qTWbT2VEnhsXoupTLH2Bq71wDTdZUhia { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #atS2XzP7TXOTl4FqiL7oFNuvqTDI4TF1 { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RczXiKx3RfluUbX7KmtmTNUb8SUZ78BV { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tyBJDk4ixpMlGXRxAs32qpXzv3CtolPz { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wnx8oIA7MzaFHFFCAeLgBlRJDvwE4GgG { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SJEriW9P6FcUrSxRAQDA57BOCWAuV61M { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #R3qHfuihQyKHRtNzHMOCpKrE5aPbta6T { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hP0E8A8gHiPQh1cz6AwniWtAHTseosA7 { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ta6vhGJE2C0TxLLw3VdldsoerNgwgaAB { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PDbnw9MZBSLg75h3SU4A78K6v9iBR2vc { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ddZvK8cPMlLgDf3vgRIKGBgDgQw1VXHv { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JfPH8D1fbFgZ9wpRousbNhKP15hAg53n { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #odcUpGzMA2rK918dOkSuTbpAgsbNCdwN { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yxurQheIxshOg6l8IxRF2P4fzTJvB5zD { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lMwnKnN6fCyVwTBRuCJHvVsTp1i4D8Wk { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EciBr1sUCH9i1SM2Tccg7N3Ii7vfBO3w { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T1CwPqX1hDn2nmRUr53GcmXUsptxCEHA { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DUMzRkosTumIRr5EhHMMF876xxzfdvFe { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T1wdLx6scin5zFKsgwpO1sTOnyF56yZZ { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #MmrVRhelqmizHTQ90kKr7NPV86uQ8RLD { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KtyPzTeaTEsOA5M1qeTqTDoBgaGTZV9W { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EoZbgaLrqfwJwFhzsgMUsTPQutVsS5iZ { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WMpE7cuf4yl1uPnp9I8SMAI9DzkJiAxr { top:2.3125rem;left:11.875rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gSW3W2RnqJIOCwNalXI11FxW286fNK43 { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HnmgebmcJNAFAdkUX4PbTJw3qV0SG0Fm { top:15.8125rem;left:11.9375rem;width:6rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KcGrrhr86ylwU50CSGsCbqB1hUafmhtT { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZwwCvFSEwN7D1BSsnBV4kiT4I8CU1ol3 { top:18.375rem;left:11.9375rem;width:3.125rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V6KumeJXye62ZcVSHBGsyC7fT6HtPA4s { top:18.375rem;left:12.84375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M4m3idIqPiRzkhqeb08mHoAFXXM28py3 { top:20.625rem;left:12.75rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GUA25l3spnG34thBlbtroPhQDdSHS2kT { top:27.5rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MipbAvVQGgLctS4GiQokFT3U8kaAXlZg { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #PM0dZpHmh3KqeURtfdUVzKVbHin2fpGL { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mTv694yT8JPQsqd8uE4ReQPIDQTbLecs { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LqolXh4NklqwWy5vnumwNpXRhvAbGQKB { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #O6JrPrwNftP11WIq3zQrbqC4RW6wBuAS { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TXAgTKyoE6sOwGfrqeQLbAqVIuNrUfP5 { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LW2v7TTy97QmLXaPss1Cs7gZx4lab4VB { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oMo8lE632mITNcWQx1KqSCDTyUvOiCFB { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NOwld3TyvmAxWrQrchgFwcMlXIq51vGr { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WEB4Q6bqu0rrnhNIy0ZOHQE1N7DU9ai8 { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NvScdvGbZXnBJZFMC2XXwXPOIkZIWBGu { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RObdQkkkEiFAfSOQB31pPBhc2FOdvTVx { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #f2D2FlFdR5EXVVxSllQIIRUn7JCU5Gl1 { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rcgsUxGL898ualFgDv37H6VnNafDT5QW { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LQhigDNWwblCEEc2vqaAotgBNKoKpc0F { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nRBs3lv5wDgSwbOzac6D1SsoSNFouhDX { top:29.625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MMLBqnhq9HgbMHlDhRQusEFenSx1bQZ0 { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LPVRO2XgKoPxCEcL7Lp3hskgse8sMWLD { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rtCiSvLL6LDvHgJAeVm2tyUlozOHABAP { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SyiUJnyMBNxF7pc6xzPrfU22wpLtCnAG { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #dJ15XbcstlOM7acmpagLb3LembtVd0TR { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T7TCUDu1p3suRQcEOWHwHSRU7vG149XT { top:23.1875rem;left:18.9375rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NtEwLGFxVdrGrarLthTqifBacae9OO3u { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gOxrJx2Vf7eTfJm68VO2kdvseFLXnWXN { top:2.3125rem;left:23.8125rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ndBEMyNVqazgwGaVqlsCdQupievm17sl { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RBHN20gPIc9NRvtU69XWQ3WLPvRJFITR { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aheedrO15cQzJE7J1T3eAk5DgUXSac3o { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tq9LiECergGJ4tJil0deW1aHsvUVRAEe { top:18.5rem;left:23.875rem;width:3.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cPuBmb139DO2qSa4npv49qPcQ2XxC7I5 { top:18.5625rem;left:24.59375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MCekfV6TrTLzVeCEmScf2I3Pv6y7hZGy { top:20.4375rem;left:24.718751907349rem;width:2.125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RFvub808AG51E84WkfMOQFNefqTfQFDf { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NoOKturqQFx4dSvkl59VVBFbxSnry5Dp { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fule0xtEvTDVUXtViWLq1bIOkFXbPyfc { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #l00B7yHVxufD2NmSTcx1UkoCZcsuZv0o { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #kKnIXt5p6eXOGgA7D64UH4qrWVcBnhyW { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bh9yB1NlxhI7XOWflxs3P9KgrpdnBQWE { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JLZrrLPkrX3pLPrgJQmvOSwoq0CSZ9qo { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #V0HyRUf8EwKPAUpqTkxFJH4MhKCKMDOG { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ARra4DUVTtTu9xTw7vk6avCE7kftesC0 { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EuRp8cZWe2I0zHf7utFm5eeTbLrEUbPb { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bqb16McpxFgNNmnNwFyanOmTNwKTkxsM { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EXSeuLrkCT5iVMNauHRMBrBSP5Py2Tqu { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #drTT2ToyR4OfUu6M59Ulycd5Mfixfln1 { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pQWPZU3m8aCxT5ZW1EvWkksJTZpPTb8C { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uD4VOBn5m6UszUd3XxE4NHUT23hqKMaT { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bQaQ1nLAg3EFb4eBHanypLK7L6yl7ghn { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TWZ2JIxxBFpsaPukGBPysoxHnUeUFrcM { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Dc1vfxTDpU9RMlc80abeOikKzTxC1R8M { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XAXHPwcP45slDmDasdGTC2lXnc7Hrwb5 { top:0.625rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #or1AV7NXcVgdm3buwtAsDIL69fQNzMH1 { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PEDTuuT9vn2dx4o9kNsK5ulLgmt7yRco { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #w0v1oVbBTweRhEIf1e5AuP7TM2y1RkL8 { top:23.1875rem;left:33rem;width:14.75rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oWKDTHhO4TZ137Mx5ZJkkDm47ub3TP4H { top:26.1875rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GzITOldbMNTFuXUpoF0FiCbTVLqs9biJ { top:2.25rem;left:34.8125rem;width:12.9375rem;height:15.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O7s0bSZPvgSyLhwaZdV0KFypnFQNrczC { top:15.6875rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DhBOonJH0ucOgxItGrtVzSv7zsBRzzcG { top:15.375rem;left:35.8125rem;width:5.8125rem;height:1.875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OKE9E34THHm5oJDo9tod5391WO4GXmpg { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QkeaqbIUDrOOQsulXq6rdOwA2Gu6cLeu { top:18.5rem;left:35.8125rem;width:2.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EhV60duQZNg6PM6hmQqsXQkMwfJoObL7 { top:18.5625rem;left:36.96875rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E7WqKVIaomHr3qxHFOnZ1OrTNF3CUmbT { top:20.75rem;left:37.031251907349rem;width:2.0625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WGx7wEiG6RB2gvJUizXBJqpTzRZ99qTw { top:27.5rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ge9TSpJQiynBRQMCqHcCTpAvTiTKr0LT { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #iWQKTGvZ1ZM1CLPpds3hwEr6xSJme0dC { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mLKnVSVxpVETFOnL8T0baVfTRQ85L3f7 { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fE0aaQSy0d00RciMRlUhIyodAkKxT9SX { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Z7pG5CdgTNo79by0BzpS09wL7m8DHaik { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tm0IskAyLiT0NZxGbps1pK8qp4lp08Bz { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oV8TVX1MPVyRMH635xafsJMcex7wyNSi { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pdKJHHuJyGMyRtcbVrvdPK99qpH2Q6CV { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eKC8NSkXI5yb1y1TzT58DkM1HbcQqKLa { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #p3RRC3hJt6no7Vwnbv7eQ09xhFADh2eS { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QWnGHTNoVreoULHcSNtNlI4xIrZCm0O4 { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #OSHWX4Fp7wKRy6s5fBAmXt8ebMolxVVe { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QI5EkOLwiRoCucfrLTxQWNiV9V8KTKS7 { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yfO0c4qT3tnWO6so2dT5racpVAwUqn6c { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kvCgz7bpoIl6rlCmEoJxLxDhre4c6SVh { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oQxHQvIKvVNPP0GNJdifG8pKpO8J62C5 { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TxPVfMTiJThtpZWkV6gZfcoGs6NhTmTA { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QifCzh5GLtiJkfJ4V92gvXcPe65PM8Ul { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 { display:block; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 { background-color: transparent; background-image: none; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .row .container > .video-iframe-container { display: none; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .row > .video-iframe-container { display: none; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .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); }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 { border-width: 0; border-radius: 0; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHtxMOOSyKgsz1U66gN0IM7C2dedIvIp { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #olWlLkdm2nLX64m7kyqBGONsnoESwP5M { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sCxIx1pGMhW24mLmZm8MB86T5PEBRwq6 { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GhPm0PcTcQZau1EMGvcIA8hBsTSlEGo9 { top:23.1875rem;left:0rem;width:15.9375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IkSgnIOWVWpt7phfHobt0hiansi0y78C { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ACORKquG5G2FqDIEGdDTPUWrM1gcW1ta { top:2.3125rem;left:0rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tlgyUZfkGyCMtGN9yqbGUigU0MTcCaTk { top:15.8125rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cfOx60nGkNO2OLA2kqPFfIPTnWcVdx1R { top:16.4375rem;left:0rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lEdz2nmrE1vJPZTWecWPw2oLkU89ycsw { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ztmTSeMV2NIRXHdipQy5K2tbQ7AS2lZb { top:18.5rem;left:0rem;width:4.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u5yOh3fOGMWU1tM3aNf4x2EqmU5i5lsM { top:18.5rem;left:0.71875rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DBtiv7pPXP5n86cslikqMRQK7B8CWscT { top:20.625rem;left:0.6875rem;width:2.25rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PzyFwK3tSSvSQxDpz5eig7HGMLZuE5Nq { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vLmrX3TTx0ifK9fwnzZXrllcTAmk9vQ6 { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #d1zkxirtrQn1bGPReaeHyCRTgiviKdIT { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #T28TkJoLTQsuk3QSSzghmo8m1y5PhxpH { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #FAFp2SBIarWJBUuW8yTQr2Tyn9r885Fh { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VRr4GLnHU3BOhXwTkqbwZRInd6evTeNG { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #G2gZnh1v4PCklixzzkWaXJ5vfWCP27Ol { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #cNJzRzC3yghCxWvCtdIODDeKZOzXxPr2 { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TGs34SOgumUFTtintrslHZCiUANR655u { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #vscrt5CIL28wd2uakuB4aQ3iJzRAloK4 { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Kl1LBNEZ62JwNxVuaFNk0gExR7ZiCIIi { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #W4hneBpX3nkuP4AFJI6SSrO4JXXStsKZ { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #g606U2Ax24q9TBbesVJy0J24sydVTOa8 { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NCyTcRiIuACcOdqIk5Cph64rXwppfvil { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wKDhuhJh8kXnlpEOSMJwyC0cSl96CvCf { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #R9eoHUHq7IncXwnuqAzatKu7mVSVQ1Ft { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VF0TbiF2654qAWT1ixedTFeJcCyoH9Jd { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iFh52HKWebuHyfmb7XSfH24GXEnueRMQ { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WpPNbZmkM4tnRrZ2WQZvWyH2mJJKGLHA { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PimHi7ebdJKd04EKunfBlsVxHIJqqCh6 { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xPEKQNpl70iJi8W5P0T98Vcc57SbOXir { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #bIDOdp9LRZSHnKlFnn37qSivvLxSxAqm { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xut6aXkmxkcyZL1WEOix1hkI73SIk54O { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OLMqciwhIKE9ph3VOOiN44QRzp0O6UOz { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #P7QA4KDfuerSVFcy76HOwtWTo43xzgbK { top:2.3125rem;left:11.875rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HublEOWGebErnSdJM3xchxtDoBn45CP9 { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gRB8RxikVRVIpym0JsZFThixS1Ep1Xdv { top:16.4375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HRtBcJOe71x215958fcV9ZnDWI6EO2XQ { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #duF8KgFFUab8ZfKqJUuxzgQgyCGXTiis { top:18.375rem;left:11.9375rem;width:2.3125rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DHXWWaUKu6q1bvcyOkyckvKAWTK19n9o { top:18.375rem;left:12.65625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d2oH1UXPbROU7O1IekKxBwneSea7C1QB { top:20.625rem;left:12.5625rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uJ6XTFUiOl0iB0VmqlEJSug8TOQ3x6ce { top:27.5rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TUo3brKII251D0z290bkAze5MTeteRT4 { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #AL8n8XECMTK9CJImNHdtsvXgWgRTB3uV { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #owZDeDsVOshZnyMuKqo4turMb4ymFHpw { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ynZu1yBM6rQIrFTvHB2wf0GgEe7Eo3wZ { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #GuMD13254i2z00Ae40ttoL8zUABmqqgt { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mhKyPRFyMoC2GCzMJ0BiWoaUWD3A8uUJ { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mSbDeqIImQODrm94Z1mfCuZt69omtDyp { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FlXpVm9r2Ucoo5ahxeTQlokl2XhaR3HN { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gRH4s3UPGRJOSeEuyNqGcCvC4kMmWRRQ { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uoz748mB9v2mASFktOsv6SOBQXi3ovgB { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aQiJ0ltbw5JpIhLHLT5NUxvSSHvZEfAc { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hKI6OpWKIg73zi4XQvGZN9IHhONx7PMt { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ugMeqty6gJbDGWoVeBpbNW82N01LsoPb { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TkTD4sUpG9HcElaLyUaEwFUGpcxWRsJq { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CuhveyPlTFtLOgGtDAvw7HlyhTEknoaF { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eKvTDDJEZqaqoTG9gKkFlTeiRsSkzm0o { top:29.625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xAMdREM3Dl8AgUibqRAiIB6N2ZkeEGmd { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #B6aT289CT7ibsuD6nWKNgyivc0gWZdT9 { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rTVGdPk1sCW3sw4bxAosicZMWtRxn0Vr { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GCnTThoTnruFAlcSXx1Hn7kkNgfkwvDq { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #qyTMLwBRoS9ApJAINnZD7oTWTXLPzLPV { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FWKaAaewwWCUG4IquMm7BhWC8s9PiMLO { top:23.1875rem;left:18.9375rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #V0TrSmD9mnSBFnVT2BielhqpMFIcksFc { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #o9I1JAnDfOv4WhqmzShgPmfVwJ2LVT30 { top:1.375rem;left:23.8125rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cxK0OfL73KEz1HB8kriC5mvvqbpw5ToE { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BHsIPdT6M5uS2bXIxq4WtdH8QWhInAoa { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IWsQ4x6QxiaVvxJgga9U03DOAMEb2F78 { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Rz43hm8uKopQ8J0PDTlJLUoy85Mtk7Ly { top:18.5rem;left:23.875rem;width:3.375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c0SXl03kNtPIWBoxbmoSRGfvoA2xWqgV { top:18.5625rem;left:25.28125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MwXbwHT0MenTqSftAZiUnAKHNT3EveRg { top:20.4375rem;left:25.406251907349rem;width:2.0625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #czyfAcNH5cPkNZ17KI8nCe78oT6g9EBe { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tNvSRs3USxO77fwkCK1KWLLs3veZRPun { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fRdcW22zGULnWTIsypw0fm4CfQwJ3AG8 { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yyTnoTTJCmdTrGPG1v7fwTwdoNtuUw0O { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rI93MclX2elTgNC6AeyMf8FeWscH7ne6 { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hxckahINhmnyMy2JNnhvRraaRm3sDJfm { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VlntTOPfIMRyy6eyJsCtClfP8oLOstVm { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #evc8L4heeUkllabTxtngtW9QbvGftupU { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oBt3pNpcF78IGsfdtzNP0UULTyaJUiZf { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wLfMKT0PHC0qHGkxgrUVS1aJFGoeL0ht { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o3yGntm8lqOoVpbfZEnyJ4rfTl89NQFP { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #dMSUtCxxI5iW2uZDbnZ1GrtboqQR7SXS { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #v1rDSlsaKmQZxo0e0ZfdR3eTwxUrUDqt { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #C6NXfnlGSnpsf14XidTlDLJkbTN1M1MS { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GVFT81tFvpFT9nzyRnDfI23KphNKLJtP { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WrMt9R6Ml4hy2hccMri9coXvpWnV0IfM { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ndyO1livl85V9lfKhFFTgLuT1D4aOV3J { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #suQprJSR9B1XoIcQhB8pUiPf3LKp0EzZ { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EXs5eBJ6t5GMOIoLms8JuGIfc9KswQrf { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #whgTfK2wmApTpre7tErIualnUzPenFTN { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #s2aMGAm8ftiaO4k4Q1TFFvg9mCJFM3Hs { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rXDS3LlzLvycFTdtVUFodEEqTq37fcC6 { top:23.1875rem;left:30.875rem;width:14.75rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kHn2Hw9pcmTGU4xfrOeATiaS1GJ1xwSf { top:26.1875rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MKZsuTbC3SOEVidHmyGAUMEyMQ2s783c { top:2.3125rem;left:35.75rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iSl0vJlpgu8I7ccEzuTPB5GmO3V1cwkU { top:15.6875rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cFKTfTiDnNpxCzFo9f6al3JQIqk7WssP { top:16rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EO4iKlBEgSiH5QaMUbNPJGA2PH6kpBPE { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kDypyp7vx1dlxCN5MhiIhAUEx4TRB4ll { top:18.5rem;left:35.8125rem;width:2.375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TIv9oXpP16g7acko2XXz7SspcMo81wCl { top:18.5625rem;left:36.78125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NnT9maV01DPITgTI32Hl4p3iAtbzfmto { top:20.75rem;left:36.843751907349rem;width:2.375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gV5GqgLgl2o47mxWGKyki68UnP6pWUMr { top:27.5rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ECkDZT0RHFKr8sOvOCRq5uSefDqV1nDm { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #PeMEUyAEXIvqN4v8xzTxsrsOSkOANadB { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #DWui3ncomUpxNrWAUPhFeEwTxO9FcUB9 { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #p6TcLhf5tOT77M83dq1mnXCRgsVFhVZv { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NFlStuB6x1eMrgLLgCzFWoLSS3sF5hz5 { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CsBI7JVurmc4vbvWF83gTM0uSEuzWehb { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #U7Da7pCC1R71T8tpmdDleCCUbwoeu12z { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Og8S2Uc73GeWUCa1B6QAdxbnq3WQuDfm { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ThadT8u4meSnPhVnQgb0LEw5C5Oy7bUw { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V5NE8DMTR1snqm9qUKGdHcQaCdzx2Kzm { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BIineZOczBA42zSI13hz1Ki1wlnWtS0W { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yU6sS2Gc44KMP5xfpxie7nubHCQT3rxu { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dx9gatecJAnrQ0LcRv3Nu1nzPPWtIKe1 { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QbyuTsO798bPB5wlzyPHeTwoE6xHAhN3 { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aqoZCuvAtdvyC9VSzICoHRF1zove1PGx { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #VLRUFSn6SGMiy8g6CF81JGLgs9yuk2xy { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zDRMMfp3AL0PD9BD4iZZbs1EtN6GZbwF { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #svaC5TOZBOVbP6KNupWKeTO7POWsT9ik { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { display:block; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { background-color: transparent; background-image: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container > .video-iframe-container { display: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row > .video-iframe-container { display: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .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); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { border-width: 0; border-radius: 0; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0NmkEKisKOsdOswftNUDrwTppqRcW9b { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xdNzZKzPLTKTDoKAuhGby4muTTVpaLA4 { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pHqbIw7JopltHEewCROdfFur6AwRtUzK { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E9xOHmb66FNySTnKbott3gTOfpqk5p29 { top:23.1875rem;left:0rem;width:15.9375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BsWuTwWJU9loVlcbbNc5gpVHIcyVcVir { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qtaZ5Kq8EnpHCX8r7ODa4n6Fzy1mTsdV { top:2.3125rem;left:0rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sZvddse3AdKotCNm8r06sbtSQS2A3Abn { top:15.8125rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gl49JgIsGbQTGUydVGp2IrRaH8ZODCW0 { top:16.4375rem;left:0rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UT0LInFl8KefrDrzuo0BaaL0kMC8uRvH { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KhStEBdzyOwukKJxV7cS7QyO2nRcTUDJ { top:18.5rem;left:0rem;width:4.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aGMsXIfatcpbDTP24cJSTZTTIxVqlnCc { top:18.5rem;left:0.71875rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OxkTzr4pTZlpOi5iz2EOCpk65RCtkEr9 { top:20.625rem;left:0.6875rem;width:2.25rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pWsAa19lP9P9GbEA3oy51TVEn6ay21gO { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NVivRC8WAVKmyzUx2y3pKthqDqOF4USv { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #p5CnWFTywVXhqzk3izmzRfTukzKsrV1h { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yBXa4Gg68M2tR0FtalxKruK2LKg8HfMX { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #T1DtB4FHBVtcR3aw65t8csPOlmFRGaPU { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lvXkawtCDP0JsNo5UPrzZxTMwLa72olc { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hA8x3TdsMrXO24Ak7pUPk0FaAlxnm4ah { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qeqeUNTrzliUwI7gkT9QmBq5Ty6OlBlw { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Rzkv91AhRwOlyZ1aE5OM9W2LBBTpSxu6 { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #w3Bd3C4Ds0EkAd9KsNc9RW8txnRrgJ78 { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KBmyqwuG4KcnCUzIR9utmBU0kJ1ghBpT { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lhx1eUU5XZDwmbUBZHULDtNqpoUaNL1F { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #s2tZiSDFCbozZ1sdbmwwxegmlfiAUyZm { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TbNoe3L6n9KsXIJ29TTnoWcUlqWMwwcJ { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #csi76WCQGGtwBNToaJrliI2VoCeAF0eV { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #o9quBBqmdxoQTuT6OHuQ7fruSUufN8yV { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A5Em3hN51f36BFQWNGZ6VEGnSLr8LJzZ { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #L6XzZbISmCyiBDrJ3qcPdTMtTOq5cwCx { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ralCBu1RxTPsNsXnpafUnfKf4263lTkd { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IlOWK7hTcSbIUUTiMbCsTM3xWXa3LTJ8 { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cDipWHt7btbg3ZO7LIHTwyXJalkS05S0 { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #UJKr17lNmyupQhtN6Qm1TbMDUXq6PCeU { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AcPmnpqvxbaFos1ZzVnqVIJvrcEpKeEw { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #t0AGCpIzpWShpS7WAiczgC000oLXz2ND { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gR0lthmgCKUWGhJmO9WncL31vhXcRkeD { top:2.3125rem;left:11.875rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yLmrQskML1vxlS9GqMRJ6EsSNlsi6rDh { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MEaaEL4N2A2vENfs43boRpTeDbZZyVAe { top:16.4375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WtouTVthKD4i4PkIkz19uFxIgh5Wql9P { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RXVpmnIIIMfyrMX7UGczoem7sH097iMq { top:18.375rem;left:11.9375rem;width:2.3125rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IPnZxts7CHaOTJJKvQSOWKcE46lXwNub { top:18.375rem;left:12.65625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rXH5DMhrDSC4AF7up8IfOBhCXn5NtgUI { top:20.625rem;left:12.5625rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tsg7gsiGeHmxOchASiVT76kutCzGZWTC { top:27.5rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KmJxLC0hL2ban09TahdSRpgwHLvoEAMb { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nvvEyuWCzWJT10fFzqxJd0QXle4pMsdA { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #k6aByxldBozL6KJgBpmDQnggFfV4Tb0l { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ZNE1owSHav9AXliy014atvQ4a0q6Bqz8 { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eDzJgFG5VLuMCuxOC1NkLAcIa5vOHNuT { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nN7DOLLdPNkpdKTclCM7rJdvMzo2vIeW { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fMS5KC6DZv4P1rmNQdfhJe88urLx1XBV { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DpZvE5qyQ8436ko5WBDLInFTRmZ9JT4D { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xHxpFFknrwnAdQPBfR3WxnlkfzgySWqe { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eCywhCThvVCtxilFFPex6i3lqqZED3oW { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LOwoACg4FU0c3Gwu9m6p0fFHAgP54LFy { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #VtBGMN30SwQFTluhtEMQ3TKt9Rb1POVG { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ecLvbag5afv0Sk7z2wMUV034dAg7PXzN { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bLsvoZwp6tyskKQx26DVPk5TM750ZJ9z { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gfOnl7eKDhAusDVeNl3U568JB11W4fLh { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TdTALx6B7rgkb6dXHhEbXL3VJTJuRlCP { top:29.625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WhtEpEu8zvrBfVln4EQGMtE7pDKCfuHV { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ReOAlHELRtIwCSfD7nLie9O2uB7a6c6w { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bpyKfexG7ac6LPkJd4S4oTFOV8UN4gBC { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Rohhz8yQPmiGbZditogsIJAzzBWykLdc { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #kHctopLqiTfZ8EvMvZPTzmAOmMIMuZMM { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RHiZXXkGb05XOOI8xtvKC3DwZucaGk8q { top:23.1875rem;left:18.9375rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UBq1iLNLCxT4te8UfT04e4O8flPcfhyq { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #v5xqCLCa2IVTLDMsWEfxwElLaaVTvvUK { top:1.3125rem;left:23.8125rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BaNlp9V6CvV7VXXTdJQKm7F9ANI5gclW { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DgzKkipPeoUSt1BxHHOfcDTaFnEpRATv { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dG66CS9e6HT71U2ET79cQ4Pd7D1P6kKK { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HgHh6ImLy81I8SoLhvTMWDBVrr4IrpqU { top:18.5rem;left:23.875rem;width:3.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xPX4hIZrFgIvlcTW1I4CuHZ5CbKTnFBB { top:18.5625rem;left:25.28125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TU67T4KWMwXvRde98BJiO2ZwKaCT6xKf { top:20.4375rem;left:25.406251907349rem;width:2.0625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uX1HTvfJOvAIp6BnR1Zn4FTubNC39uyp { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OObIiT7yTh0bgBXysT7Zqonv7JGOXSDB { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JQPqdqLmLa2dbZL5p6hh1Rwyt4wriWKs { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #CfzcMQfyES9mOiodyWaFWcKgaPRzQqlt { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #WdmilN7eMAKxvi9gTebvtIGIeI8ILTr9 { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qXL2rolr3kTN8WtsWmi6n2kddTGMdxg9 { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XW4S4LP0Pd4THr2cQxrsb94QTFgHJ06J { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RsI2t5hrB6q71BmrXKQLrIcJx0Zr7dL1 { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EGwhHb3PhCLu2xra0iW1gQfcTNV7TT4N { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qtfPPFwx8miIbD0MFc0ei1hV52veJXhp { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HguMAdoCa8ZWRNAJXuBqyLxrOP279g3h { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #U13HBXcJ1ixocU9gvHyyVU7V9Nt3sDIT { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bFAFT9boOfl5sscvEwfvTtD96HpdbgG3 { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #olflNdAM3Qbw9CKOefgv8TZb9in89lGQ { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x4lp58u0Ofci5oRkDpzEnOSaiLOsOxkl { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LXBhJTW5L31keu763xseebepwdst95VK { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #M8iurRa7UOVbFPboJt1iZG3mGOnnQ6vZ { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vu3UtStIH8zT4w0HgL2wqAe0WxVfdVEp { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BQ0fDM9J0w3FnLoVP1SENHHP12KDnSgw { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #TIAscUu5gvy3FfAZyWwJvbnLsuy7U6TT { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iAqG8AwcgSSs1Ir7bW96vBo368FmV98v { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ho0GwQJzCGxIPRKTaKKAKIUxc4bpnumu { top:23.1875rem;left:33rem;width:14.75rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #a8ek926SzPsGTt1W6rUm0gRK7Xz1GmUW { top:26.1875rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #uhyzEOEKMKJJ8ucNU2fsh92hq08KF1ka { top:2.3125rem;left:35.75rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CTekvsZyCB9OL2U5fmTV5PcPwzZ3A81Q { top:15.6875rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #D4ur6zM6XRukLqTZyew1kCOzqGW3lImk { top:16rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HU11uwI6StfbQbgn3Zz22FErWQJcSZHT { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FK165ENmlAcU0ffpRtTVlMB6Wtr4Cic3 { top:18.5rem;left:35.8125rem;width:2.375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lKi5e9XrItTu8MoDeoBSzmTUldURTkFf { top:18.5625rem;left:36.78125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UtZ6T298vHeSQTTgyrElMxHCfbee1NF4 { top:20.75rem;left:36.843751907349rem;width:2.375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Zyx6sGnxksRCq04OTrSUaWHw64sVD9tT { top:27.5rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hOEsVJetQJwk21FOcLoHZbia3hlxL5yy { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #cnfzXTmzcbBJQcCWqf4b4QsRdrTfK0nF { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #NKhOSP116PVTDNplrFUTm6ozhTTha0CK { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QfkHxD3Pf6KbdaVCsCh25ZcooTDqqLzQ { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #b5c3BTr5u1xnl6qam4kzO4yOcsEZNLSI { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VhVTrN8kaTHWxwo6DpOGL8nNz0wXLQ1W { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pxnBnulACytsrtbTzSXJ13Gf9J5Qmt89 { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #IZidF9LCn4IBSq004DriOSpWlc4UwUrN { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #s67R3KdcVU4Wn7NdRC4LWrfiX0DwyOeR { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iecTUzI9ZqWvpE3HxbKMm9ZkGh53XdsR { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kBeFe7EVUyrThAUavdUfenGo5UVwo6Jk { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wro00DKxUzkrGZL7eyaEI0ytaT06U9w4 { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OkCHqVT9NuzRGkaEXTg0nd3anT7pBTOh { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VFK2Cf3DIGbUQzLIRZe9aHpP1ERKwKq7 { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XkE3ua1R8peExOow0aWdM1VQ8erqWb1w { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #T3cdhxFdH2W8iTJ1uw8054J1GuNhHn01 { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TyD8Ry3GbkQaZCdAdzTLhFxl49IMdl7Z { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bG8SHXmCtfbscZsMA2x5ABwnBoaPfJeQ { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nrbZWV4vdqtuveZSnuICb7o3faG4WCte { top:31.0625rem;left:7.9375rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dE5TsyWPZAIhsro40na1RLhOuyElHhmN { top:31.0625rem;left:0rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm { display:block; }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm { background-color: transparent; background-image: none; }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .row .container > .video-iframe-container { display: none; }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .row > .video-iframe-container { display: none; }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .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); }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm { border-width: 0; border-radius: 0; }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NC7UxGKGp4gA2dEoRDfSguQfU0yLTCOm { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EJ0QRfysvnF9Ny2hQK694A7DfQNR1HPa { top:17.625rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #U3QwuO7J21cWA1o20KpJZCQSNJdVuadg { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RuThAQTyUoDxNlVqMPAaWJrtDrWShzgM { top:23.1875rem;left:0rem;width:14.1875rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IuPm0bMLKLGZvQbW39zNFV5VXGDDuiph { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DLSkIDUri21wmicwFP1c0FHOoURZytv6 { top:2.3125rem;left:0rem;width:12rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Rf6oMUmDmqMLeiXZDCKKwX1Gc28hxuSi { top:15.8125rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vS675TIfybFCCDvpG1a5AaRgeyrdezGV { top:16.4375rem;left:0rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Q5a766soD4GgAHtN5tcxLX1yp42TLUz5 { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sH4baBdd94af7X4HCnoAqIU4ssgWF9F7 { top:18.5rem;left:0rem;width:4.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KTQxinTx1SVQV4sM4HWLUIGONducSomr { top:18.5rem;left:1.09375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VCQtdotR8v9JOT9ptx7xE4a9w4y6yhTA { top:20.625rem;left:1.0625rem;width:2.4375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ILTO4hx0Fq4MfJtlNe7vnlo9PoulVpbp { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EVbSPHitTWQZNlhOTZmK6bGXqwA2rS4n { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SovUylTp92UOqS9fMaUwREsVAW352mqP { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #btJgE03L5AaVISaAKcwxEhqb3DqerU1O { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ngOIobE450L7tog5NDUoOoyZ5hvpcR7t { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A7FGqvA6PqhbXECJSzT1bScJqDMSc7M0 { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V7PTcXM83Lkey4ImOPfUPrHsoTaWIdMM { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gePusRlMIogJTqtwsamQLrZxHOLFvuha { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #HgPzhNXZ1muZU3xX6XHEfkm2JMTNblib { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #vclqLOlN4F21Jn8sru00R199csTQZ0HC { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #u9KXuM8Fl2voKKN600qXzXKWnfTN3qoc { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PuFvE0fT3yr9IuLsCyvlBzMl7QvI2GC0 { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #e9Afmmbopxwq3U4ACkfqkoRWKkoLuZLQ { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vxmK62Mc87ReE3LUmUTXBhJAo1DqymlM { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OvGdBdLPVHnKmMEn8Pl7VOcoUTKHwOdS { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #a1RnP5rR31yayptVAzgwkUNgg1RrBOS8 { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JecmSb4ysilNLy5BbXAc4S55C3XQyvaF { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NWPzCf9FWXOTrFBTLFhQyldihIOiLV2N { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KKdEx10EeyVwFdJBdJP2wxDDAnSBNIUR { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rFBLEQNnBTckADVQQTGb8aEAXn4SuIWp { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cQ0J2yuHtdKDP4qWvzATpIptwcawB3Rf { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #lVpweBq89fM2pXs1393CTZrlXW9UVQEb { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #c18ckURgTWvDs8LTHbDB4gq0sp42vo5I { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #R9K6FC1x476tw65opn4uDtBMv71emDPd { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #h6TZoEFfxK3wXrawAB2EITX1cTLCXaKu { top:1.75rem;left:8.875rem;width:15rem;height:15.3125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #P3lJvXhpggPK1WzvBTBsPdrF8b3I9kTn { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ltNRf4Zi1etscATonREPpmOv5T1cXoTw { top:16.4375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RE7JkpuZlwlFgbOyWpas5TfuWvVtcq8q { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GZo5TP4NkxZTC8qWce7HTtkP3Eqy1iMD { top:18.375rem;left:11.9375rem;width:3.25rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RleWCZqZuS4Ft8r5ZV8URVpN7K0rEaZR { top:18.375rem;left:13.03125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lsxxDn0ZQWXLN8nIA9L8pKPn5o729b8P { top:20.625rem;left:12.937501907349rem;width:2.1875rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BSsTXm3yJ0FFbTHyiZ0aPLqIGCwbPps6 { top:27.5rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #T9E8IJJ0vBQXRH12c0Smr3TMkEHi7S8w { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SVgqk4x1zNwo5H3co9KLZWQrAN7ektDO { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #iw06czRHXNSixGCeqzavV6Db78dmTWEP { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #i88TdGxDrMRcoi28x7idUWKRmidNy913 { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RXfKazXNTmqvV3whJmgUlbyDSfOmpQzQ { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pyL1L1f8A5TySr2yf2oz9GkfVfNuvZKX { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xq3DizSmRkAZ17gK6nalVihby0grThCk { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WbN14MziPHdftCRBNgPbRqXEfeqRAS08 { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SQIM59pN4EohwRPlWrywGmZROiiQ1h4Q { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rDr6i9sN46FN2hMMOQgfa69dENKRkbXE { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MpFCNJl6mkE0HHmiL7XvbKTx9p7yp6WK { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #GQo6g8Xg6GGmXe44G8euF7ruU6mRv45u { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cAKhyALNT9npwF8hu7VwzQ77qh9e3JMH { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #znNobFoGDUoNoxHgZcWXLkhdqZfvvGWP { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RBBU3Pym4fUnkMKI2nBBdVHoHR4Iskwz { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #PDZQiwT1UGJmUWIngv2OTxlgcFF1lflX { top:29.625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #foyaTwSR2ETLA3vpk45GDUBkJ7Z1bk0o { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gkpwQN4OOkDchxs2ntcygGP1Uw5S9Wdw { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GR8NGelvBuvWCoDQsTXTdnNy847fO3Zp { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #a9FQykyruMyVWT4cBar7smWOXtCkulGM { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #kP66nggWFJcmkO4XKKWlcgvXIC1OIZT8 { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yDVHXJsL5R96OCTUgc6FKUAheogFbvav { top:23.1875rem;left:19rem;width:16.8125rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Q1SseuZLRtTvIXJAbmEt6wJnfxH6ywd8 { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UtyXl7poH3oB0Kcmd6hNqwezh8g1ZwMy { top:1.5625rem;left:25.10000038147rem;width:8.1875rem;height:16.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yDKSXxo4w03BWW7Xw0IerpWkXfy9WfzC { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #n0xdA0ymUIJGOpa6nrIoJNvLze68gTu2 { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #feX0VTckbeZ2LTP2JMkvvG825UFTTeRr { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uTT0F0OyWDdu8WaZuouszbObbthnUJvI { top:18.5rem;left:23.875rem;width:3.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IsvH1eFJ2DQyrWW3Z8ev5VVR692bmM5G { top:18.5625rem;left:24.65625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PKQLI6g3cpXqOJU4ABxHr1eWrypg31hO { top:20.4375rem;left:24.781251907349rem;width:2.1875rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cghl6Vppc7LCpapd0mu55hRQBRX3b6aX { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MMRnRaGVIwGiapbkFaOr8om9RQcaokF4 { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ayDsQZw2avsTtxu4W9c1EOaq7vm8gr9d { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #kvaQQhG6QKcClueaJGHlKfdhaMVn1l13 { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #iowXgMTweOAVw1crtLs34g2l0Va1nTWq { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nAOqkzGOxUUy2OiLKqLq5pd2vhvM4BMN { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WRC5VUraIIRekaMT7rafZwFuLKprhKaT { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LzxsWgwubc6exdchgdt9LpS7lry6vGZo { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gZDlL90aXHFvFEDMgqlBTeazIkrBUFTJ { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UfmsOeToTEcEV6FqEhni6H14ZwSDOtuI { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eVTPV3fAOHxgpTULdpVlNgEZZ6iLO4vz { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #y7TJvFnJtghAIOFMcld2XqmdWKQ8DfIl { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GrZsbE2v7l7TQPWRBv2U537m9T5VUysp { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bxve6Fo19tgeCkd7xTxJ3s5M9OgblBFw { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CkfXgfZ3QVr1Ovv3umI97oXF6iJgxZ8q { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Zkl7UrgLy0MZDML0JV9TXfvQs12T3S2K { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TrSM16WEltloWQ51gP7SMcOEysm8wLoQ { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gKgPMgTfZmeztTEAMH9cOvy7wRViOfXV { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wubQZnqMuDymCw6wCTcspKWq1z5UzznZ { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #cWTn0abHdDQaAg6ZbFMPNFWuC38LBVMi { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TuPGWEHqMfLzlvvIerstqnTMiHRGQ5RD { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OtmWTtHqpvBAkhmHewsTd7E7XGCnUgn7 { top:23.1875rem;left:31.75rem;width:12.875rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ggh67h31b1UI27qlo6nMkomlh8hOA4Ny { top:26.1875rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #nmTcgQnUIoEimXWXz6uJsHsNeWyTuPxI { top:2.625rem;left:35.8125rem;width:10.9375rem;height:12.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #P6bmNz5ttaR0PiKndsnNBSDaa1omTPOT { top:15.6875rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NTla1lW0D0cph2bTZqz4m8yn0uOeZnL2 { top:15.4375rem;left:35.8125rem;width:5.8125rem;height:1.875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GEmRtzIZ7KPh2M4uaTwOPlomwKy1kMAB { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J2hsMT6WC1RoeITQkgDGqehIoAfOl9sl { top:18.5rem;left:35.8125rem;width:2.5625rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nqJDckCpCMKEvn4AXJvLKAlDuoCQWdZE { top:18.625rem;left:37.281251907349rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IJhRDTMnN5T3e37Jy7mu5PiObVGtHQUD { top:20.8125rem;left:37.343751907349rem;width:2.25rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UiAtfwfdnm7g9Hob0eh3SEnJkTbA7VWC { top:27.5rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #y6OuiTnMUFW2wclxanp88bHAb6UzZu5y { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #L1rmqn0uvU8D7O4tbHhxLBrAyOJTAvqU { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Xu5IFSB0PlMQnNciweVmKuHIJix19PdZ { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hxgZvPJ8f1lT732cCn4QWwMmgILu8JGT { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SgTrqVfO2CVflZ8nL3Wy83mtlxc6ERbk { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gi49K3mF23xHvXwnab0SLFxXW6qLWQ7n { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ZaQzWt2bh0Kh4fCTyzBNnFwFVFrcub6k { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RZpxQET27dUQCFEXNgzSCwoHOZV3SCeu { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #lTkspTBoaTxbLKx6DNqE2TTLXCe9IofT { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nuR2XMWHRlqdpRh6b1ot7kExI9h3yKFi { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fMEbfPIv2xVw9csn7UkR5A7d0VxUNBhr { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ufuHwVSSN4pqtMtt8OTnqNCRJTal6vhL { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WIJBgJn6WlRIEMV66rV0WI68pc9nGNm2 { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x2zUMgLsr8hTGBDWt0STqApMiGUX3Zxi { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XqFTc9q4tbKLwmKkN8n42KPvd9ux6oHE { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #NqT7hpZt3SNHwkmc8My5iaTWKGRMsy2t { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HbnWTxb9PI5lkJVklRomhnP5o3LAg11F { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IlaCVN0xACu6sLT2lqypom948urqtBDk { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC { display:block; }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC { background-color: transparent; background-image: none; }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .row .container > .video-iframe-container { display: none; }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .row > .video-iframe-container { display: none; }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .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); }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC { border-width: 0; border-radius: 0; }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMk083khObrXNMfotRsbredskJsIrTDu { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RLM3Mr5R178cZVbL6myLtNOS3sOkUgbX { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vVSMslayPz11bOOA0ESKAANTrTtvn8Ht { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EWStcw3Ty2w2VuNFTffQS4QhR2Ag4Mlg { top:23.1875rem;left:0rem;width:14.75rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #LDRzwqxlwQziDPziNPXnnNBJr6g2alzU { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #STPOJ0v0ynUQIC80v23RstkFA0zpMy7p { top:2.3125rem;left:0rem;width:12.4375rem;height:14.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Z5VOA8ewWh630cg5hEhkoWeF2sIEDX9B { top:15.8125rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Q4MzqF00JFICM6XCbosTkO68QpGkv1me { top:15.9375rem;left:0rem;width:6rem;height:;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VETkpteuR5o77VT3hyf2WRkxWTIVarZd { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J12Rb681Gku2wEfypQscWNX08voCtDhc { top:18.5rem;left:0rem;width:3.5625rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SE7NQ48dFiJqoPCPhZBPeZ3HmKMaAdrW { top:18.5rem;left:1.40625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hQ4RBVEi2NAhe2mNv10Wd7oiaGUv7Fdi { top:20.625rem;left:1.375rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sr8s4UOGHUJXImnTrQw4wvlunRUd4Tx6 { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zH1TRadfIPkpfpOVEZwmGNirrwt1CmoK { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #KZNAkcOxhFgo1fzPNBmS1LqT7xITnzMX { top:33.625rem;left:3.71875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Z04LdhyBvmnSmPNARTPbv3eH3sQA2wuh { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #B4c1EOCtSmppZWlinPNRfHdE1quPNhuZ { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kKuxLhfzIpNPHS23bmtRuX4OZmBkkFXb { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #klva7pyaCrif0gDEkdzzlefcmZdVS063 { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #m2mla5TB8CXfX7dZQhnQMbywHRycXw4T { top:36.875rem;left:3.78125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uKBrRC1AlgEcNrpgv1OpqJrntKpCootB { top:38.0625rem;left:3.71875rem;width:3.5rem;height:;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #cAohzquzxSIn15NZrUFfA10cRyTxtqZX { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KKCxUrpQWPELZO6OSoKdfkNoscvlGoqO { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fRshM0yHGFwKT7kRpPJTuD88gQx96Tms { top:31rem;left:0rem;width:15.9375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #prf2TeOG4V9qLq53fs8FIvmUN6CuO8wo { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uU42szVhCeGDMs0U7hpOZ85wevRz6XfB { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sCN8PzCdyuFDsFg713NMbO1Ti85poTPK { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #AhoZLBolJlhpp362hB0qXeIErm1tmUED { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iS70zAxQwzUFPwzaBq3QipJPmRd7FpTe { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IIIIvmD4GV9NWqKoHbDUWnIb4cTsgMg5 { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rgNDMzkxdvpMKSkVoud2oAkmVkST30Fh { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zIHuwrxrlXCKtudPv3MdME6JrplEZkkH { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #y2A1ysDkCNkmIGz2vBgu8CG0m4coQ6ay { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZV5xAyMWn2Tyc8RKRqIabncyFdJron2W { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yAKW9bbnyv74PhJD4IbNiddroiSMQMpS { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PIWGbaWTfZTmRIxJQvMb5aRvy19E5gZQ { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hTQrpSQADTVKczx2UMpqW7tTotQflFQ6 { top:2.3125rem;left:11.875rem;width:12.375rem;height:14.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZnwsTo5wc2iJNrE4u8n0CzOCyzmmmLeI { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DScSb0NeIznHUxNNBS2ZlZUfPOATfo57 { top:16.4375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #LKW3W6vKZ3VCVWScecTa82Aa4oy2O5U6 { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EoVqDXlCfOVnaupgZv9J4CQwiM5TO5Bt { top:18.375rem;left:11.9375rem;width:2.25rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GW2ri3l9zOuNEwsw8xNUo1tV40lTUSNL { top:18.375rem;left:12.59375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mB02F7TmhT6EsHfKc4GL2WP8B2RO57Kq { top:20.625rem;left:12.5rem;width:2.375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ROweVZCEA8RGz52h4sugul13Tg4TZXVd { top:27.5rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NoUO3Dky5v9yUBDBIToxiR6knJdp0Kwh { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Hi7VnIvCwDDCpptk8sU0I5hsguWL2TTD { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Mrt1tT32GD55krtuq45uNwM44rR8IUsB { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pEZoJWRze3atHJgGWAqlNWwer3X25d2W { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #tPE6MsPUTPJTOxqhI1pksVFetytVgcOW { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #OybuIb3SPoFZy6UBck6ZdoWatTnmF1gg { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nuTCxGtFLhzdiqxMtTwhnPUdLHE0BxnJ { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hfJm7iqAe5JXHdRcTGqZKNPV8iSf7I5x { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pUF0UQWNKNw5l2ezNWfyFM2AqZLIUPkJ { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ki9KX6gpDQ4hXCOQoWkKwiEkDuW7Dhhg { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hZQZzeIIZTxPWOU6TPq9yfZM0l3w5ByX { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #y3vsta6ovSMJkulDPyWlR3EvlOuWwW5h { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zg4gKmq5lOUrxUFbUNbdSgglrdZ8f2P9 { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #agCkphrFKWqKVqyJcyZA3IZtfcQJHfhk { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PzAAzZMMqADTRpnLpvbr9pTEyhbPmq3F { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #a9IF66TU4iPGMRmV36uM0sm60SnNFJOc { top:29.625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xkL3qM5SLHmRwNtToNQQJaZ9y6X0BrN2 { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NLRX3K6zJKHHgqyDCbSEMSWTIRtJm6mL { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vOfGaaFi3i6LcSSnnwtf7pVBsSLDQE7u { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sk5bs8EZTPO1JUs00q2T4LW3R9pzO6Vq { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZuwfmHulwH4DatdfQNuQ76IRfPedM7PJ { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sPZDfLn3mNCkT3nPTz1FquSn2Iv7Nb1q { top:23.1875rem;left:21.875rem;width:13.9375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HLFCO4L0OphK69QGxifoGzE9JTMz1vRG { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #agFnb7WgmRalfr2KRmFfwU6XRSNv2sx9 { top:1.75rem;left:22.4375rem;width:13.375rem;height:15.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kPLpPvTdCusfq8Crv3kzMDugcTmaPa4m { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vUBS6scs5ikAXFWyUnX17VgRNbVMG3D2 { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vkyt87ucnM6hklGCJpVVXoxNtOpf4lWJ { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XO2Pod9AmpFMoqiCu3luXPcqZr9d4K3A { top:18.5rem;left:23.875rem;width:3.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #crJAJ2p9cw84Ow06ZpTeQpN8GrQqffhu { top:18.5625rem;left:24.65625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rLIAZERSyJiun8KJ1xNDf31U2uCl9sOl { top:20.4375rem;left:24.781251907349rem;width:2.4375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xiXSSluHao0biNTAUiiVODgDRMcRQFd5 { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #uhkfZDir9lRVoE2yfUNLyL0UG8mmSsX8 { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #sTSxeGR9FEnQu0iUxnbCzLqbaTGtarIz { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Nl8cBMkUGxZaGVT5pw8L1ixT55bMo6Zv { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wn5cNAQ6Mwhxe0Nhq1zdEQlLsPhITZBt { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uxR71vphG0KsgfD7KmPx16SBrTlhKrK9 { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yf3fWM64gSZ3QTXQPOCXftK6exhNaGU7 { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pSgQKparWJCudGvpZR70UBifaEwaXxem { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LaaSfyxEb86XqwcpofZPP7yynk3wSovX { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AQT9iduPyrAKPdXHhCFgaH3v9Fss6BCT { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yoTSq7DrJU6A8EXUCz8f4edKwx8NX885 { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uJiqI2f1vtLrCVEgJXXcDRvHa2PLH47A { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PEtvRKztc9boTFP8cRElDaJObPzVDaCU { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GxyFruDc8EkTuWHNgBAvvFzGMzP0FG6X { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rG06GODdfM8DTk5D7cbSiyZ3erAVt4ZZ { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LLiLTTUOL2LXlHizhBU7QZJlVWVsNXTW { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eHaMAnmXlWA32nBQcmA9Ud2TAhtCClyi { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #b457RosFsvPB7V1HyzAz3XkNpGeKGCKW { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eFk3KEGD9vquOVU5zEwQvVZ5tl74GIvg { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #VvNuHFTDUCK9ViwvT3cLxTmR1RtUnST0 { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TRv0iD3qraHwJmv8mCl6mQwOix8A6GGo { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ae3Rn1LXbpp7g5g2dp2gO41vVVpb5Qvu { top:23.1875rem;left:31.75rem;width:9.1875rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #pBcHc64UXz3u3lKIuMUDsivDzb4SQAKO { top:26.1875rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WzB7G8iPIG7u4H3eTXWmMJTzJiwXigAp { top:2.3125rem;left:35.3125rem;width:12.4375rem;height:14.6875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aShka0JEACNU8XX9XAwKnIcJKX7CMaDC { top:15.6875rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Qyl6ztT253uPnawlhlQp0UVIE4nbrV6T { top:16rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WUxhApHWMIcnTMz7oocsbaQ00cIvd7sJ { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wop9GCmyUPsReSzIHAwLUdPAQAUTZBGe { top:18.5rem;left:35.8125rem;width:3.625rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #duya9VqaMhFL0bKe2fMkDOLEyClf7McS { top:18.5625rem;left:36.34375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Xu1sCEKpcvm3b6itmDMwp5Vm1CTXcsOI { top:20.75rem;left:36.406251907349rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tiuF1vwNmg8IGtBJee2EH5SUx6cRn81d { top:27.5rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XWyTrH8epx7uzF3gErrNiI48hI8iBCna { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xvpV6ZlIoeg0cUyPDbVBSVWZR2TgpWRl { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oVlCwvGMyFVm67cni0OymSNCvZgCohHL { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #sO0CBn4eJGrHOgTShAcfI6GIGbW3lcKN { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #p2fXPXAsm30wU1f9l53ThoTX1nRrfvtd { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mnKTaSuWxo1plvX9kMLSNkGHaybwDqV6 { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LkNGbycKzzs4UAKFLnrGztXTDwmExrq8 { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #VchvhhepnOQWPiaAZ7BPCRHVO7AyBwJf { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xdTS31caS3ei1MiI2yyTlirOG5upsLpi { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kXWkAoH0vOulx1I1Cy5sifMVnicziRxv { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #r6wnqXIiwiIzrTS5avgkZ3TieTNBu0Ja { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ITdRT2PZa2TzqDDXnvrdJ4QbkwO9Tggu { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kGRThUeQQUsP9haAKXTGwn3zL7ty5hhn { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xZOG1bMEmKH5uy3xF7k8H34ma6NIN6H4 { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Thr5qgb7HwuU90IFrPt7JAPtH6uzugih { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fwQz69IEUwBNE8lB4JfX4JWcrV1nF8Qy { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TyIcslu9Lo1pUXeSRdekFLIXqGT9vBzw { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OX9qyHVTCJ9ZWD76be7pQmMoDn7GhTfi { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv { display:block; }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv { background-color: transparent; background-image: none; }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .row .container > .video-iframe-container { display: none; }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .row > .video-iframe-container { display: none; }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .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); }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv { border-width: 0; border-radius: 0; }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcSNFQVBT1Fr1d86V9FSzQ1HepmgfMJO { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WohavTDW86dNH30BP28s4cxx6yy1FO0o { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #c0ahzHdpbJUGUFr1L6WKOlqaNEGCdu68 { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #s6SDyP0QxnvNvO6b3kg7v4UxkAw7JmKs { top:23.1875rem;left:0rem;width:9.5rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #p3lS9pFKCDu5SlWGl2b3BsVU2JKkGbUQ { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WkOTqU7o0cewb0WUQgfyxJuiQ6F3WKVw { top:2.4375rem;left:1.2875003814698rem;width:8.0625rem;height:14.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DSPogBtmGc836B1Fme172WVSPXQsSRWw { top:15.8125rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vUvqAvJL2mgFTPCMtwIX0WCRIavPTiVn { top:16.4375rem;left:0rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zLlaSUL7Qw6OSQPuPoxLrNgGJxHap4oS { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I6HlZlJDAOKvbVf8nD7E0i81bVRgvVTC { top:18.5rem;left:0rem;width:2.0625rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ziVAwHlc9cMDSsRZyT8TPSF0hHtr9zHw { top:18.5rem;left:1.09375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hr7onW1c05v2T2UZu2cyOJDhRCLVRrrB { top:20.625rem;left:1.0625rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nPPhioaRzrXO2z9IEibsNxQpvNWdML0p { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QgtzIEw5CuULRqbRvc79gQkpOEV6Kgg9 { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xMy12Db6UknrumceOTZ0gFM3tBkqAGtD { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #IQSlLbpLoWvIRn87TKpvIqmT9aEaRGPX { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #n34dTwSsq7uqthRwgNeZegPZkmVmQTeP { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #r0gWGK5stM8PCu3ZFeV9kZ9wPIqXccmS { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WnHeuUr8SSWWThAAUghdWLnPndvMaFJ0 { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mDFdoBaPrg2BKoxCnIbTBmv6XfeCpXGt { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yG45SLPqWcoGp13XLtbVn3PQZr0OFVDy { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ctivhGQsTBnL8VT2HGckIyRCtdBNrpxQ { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DhwF5F2lEAEt7G1O6ZDh60iVigF6u04U { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SsxrSRGcaTPn65ECiw2RDmui97MAVqCe { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oDifSz25RZTCuvK9cOddQ3PCTaPf1Os2 { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dr2v316Ma5S30hfCw2m4i0W8v4TPBNpL { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NJv3xp0xaOo1TRVeN30kUEHewmeeygRs { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #lXyuhFpbxzc8llMGcsS7zokeR9yTARdQ { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eglKDmplZDzU1XoHRpQ2dSTCTuq8XaRm { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qb1oTPAlz2Jria50fuVPgFHamztQFvwt { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #suiQ4MQFLdvuGZcLOeKeTxSq5XpzTCKr { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #y0qzkao8RSSIyu15xTiJ8f7NW02kpsnP { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ugGec2lA3yR6soIJzX74amIpU9Tpwk1X { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #iL4JmrhnVShbRLEryfKhTagpENrZDoIH { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kvxi91LpG1woNm662Q4kysQhzQse6Khr { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TKf999rtxF4WLlNKe5QqsZM1V3SUyl3K { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Lhdge4xOgfverslWeUVrdPVewBMHOdUE { top:2.3125rem;left:11.875rem;width:12.375rem;height:14.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IgRi8npEsncTCJk9VJClTTewlSAPFJZf { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #edoV9NERyZfWbVv0rKsiSrCleVyurf8r { top:16.4375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tr4HTQGRBdQ8UVVfPtgQKTNeJ5g4FvPR { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GgcGfNkK2Uic3o6CTz4NhMegn3QWwKpA { top:18.375rem;left:11.9375rem;width:2.25rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NFGTpWGhd8OxLleMTBgNlraKuQAvQ6V2 { top:18.375rem;left:12.59375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mFxsec5l0Eq8doNJhyrb4miaLPdZnbdl { top:20.625rem;left:12.5rem;width:2.375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rTA5p5l8MGxdz2KdgvF08igIFXU0A5B1 { top:27.5rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rTsSzEZgNDHpiPwwErHxL64VyT2ZNDHE { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #heTSQF4yMwWrXwOiZbuix6kOSQiZl43k { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RlO7oNzh6qBzudgmQ7x3IddzGi1tHDMT { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #bTuvtDMu2NA7ZGk0W4HcNOmJGf26SFN8 { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #f93RsZwGyNEFaGWLJCCEe3qTKMPlJE8p { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QCLQt7a28DIZS0gy2gb6UhGW3fJodN7p { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xvSafWB2GU8JerTCliR0vauJwRtAff7B { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #v3zTmrQZos6bONX7U7xvcwUpqv7Z1BQv { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TyH21rUGE63IAhIr4aux8lQqo45L0z4p { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uwyAZok1KdUXHSg90QEkAmiA6f8xxXck { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mbFIKu13lyT4mHDsKQxrCnbRkn8BaxsT { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #k1GAHQsVimUMozs1CvR4562T83BAvJTh { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AaOEK58CgiFcsAbIcOFDeoQFd6TSJC8x { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GCumEnSWl5ASe81xJZ6dMFymeyrrhwNS { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oaLTd4e9HqgVRLabhU6KftalO0oKQOzA { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #tszI6vdKAkIDpHXVOwh1NyAV0TQsXbRu { top:29.625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wLH07QNbHat7MS1qFMiA5ulPQzumCBb5 { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IVAH3DGFTgB0sT4safEV2gyMEZUrpw0Z { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ks87mFMTvvBLZesa1XlFQLOThWlCRRxr { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cOhiiBOiNLfEoBzRGCBKxSyCnqU3fa6n { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #P1UfGzoSxvpl3fubS0L40PPDvxmGi6sC { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Dka9FAhm5eBPlEVtSS3qlNqZ1H2sN6Za { top:23.1875rem;left:21.875rem;width:13.9375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GSeDB5Ig3QrsT294dny3OTCVhZEbfc0J { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #N5BwJAAtUogOh5Az9V3a4G3ZJIysOmx6 { top:1.75rem;left:22.4375rem;width:13.375rem;height:15.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TycEkIXnKBTlpCtd5yMPCw3ThWRBZXR9 { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VNW98yUw4c8i75J3do6LhThg56Kchqe4 { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #sIhxlvxZzcBIAXHT1h27Mr18nK00uVnx { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bH0C8s5vvMNkS7TVhpexFqT7E8LgtukI { top:18.5rem;left:23.875rem;width:3.375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GX9BUXgyvJz2BxwPRTgsi56MkkDIHXpa { top:18.5625rem;left:24.65625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wmkbBIobCKP6Ef0nGD9Vv7TSgZ7KQk28 { top:20.4375rem;left:24.781251907349rem;width:2.4375rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IffTN2RGtGo9sgM0i8DKCBKuW1XmApdv { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DdNbaJWdPimSy4InyWGLJc6b2uVA9KCD { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #HtmsSKSTRWIaPvkX653sI06xNJey1RTt { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #WFp30iA0hIiOygqCVJuIpT0sGfK6Nema { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eV7rCwP7qi4hpPANDziw0C99oFWDc0rg { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #U5vz8ixBcIb4A31lrL4sl35FHeXnIQsX { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aUTiOzzPD374sOQUNWMEN5pgVfpN1Ttv { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ogsEun63WSuaxv6yrwWD2fAcm8TGEhuD { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SOCPigzQTPWtsU8IP2JibsXWh64sbDGo { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gP57rLUyinTC8e1pr72ukpA2MHyTUmQk { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #f1nx5okevB3g9QAzePil0wHrxLJ33FOS { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gyvZriobxTDx6vfyphu7GwMVB1tTeWrq { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #puCH7BLir10SXg3nEf184Rra0aXTEe1q { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NAI2C95E8EQ8e5mUp8P3ivBK6giXdDon { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g9ZfMazuZPPCmR69dAWgLWevcq7ADtNV { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ia9rbQ9Ph8ohJTDpCSqBR27SbDNfs9na { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #tqxJ6dIaKtTKD45ZE2N0Vh0UgTTTsffK { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #V2TIEbQ1sZ0ZtuVI1p5wtQ1TTCVoFL2M { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CXcyCuKg7w0Nhq9fttBSg9xMhbJqktiP { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #WqQrHOPtctOAIJVs5DBBKS0XzTsVXQDI { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QzMd5rkPyRk6cxinKNi30gXx0mpitAQ0 { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #METt3uom4yiQTHi0XNVZoHJX5uPHukpW { top:23.1875rem;left:31.75rem;width:9.1875rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XE3LR3G4XPTbrXfXP9PHMkLMyDzukK09 { top:26.1875rem;left:30.875rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fsCIKo13w1RbmDbntspTLRL3LAySGwCB { top:2.3125rem;left:35.3125rem;width:12.4375rem;height:14.6875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Vrwqql4evPh5gpica7xi2NXu32TIrGrk { top:15.6875rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #z4EvWFq6wnGSTfpLIvZ06OHn7KZbaFul { top:16rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #itL9A7HDs5HGrKBABH0dVND2L85sWWMZ { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qNWuEH6ZUFKqFQh5v3HNvqbLoquR2NhU { top:18.5rem;left:35.8125rem;width:3.625rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XvuSIOV7sguNHNJywCSw3rBHsiUZTVGp { top:18.5625rem;left:36.34375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zvnL6JOaXBF5d388THHZ6aKM5Hdtn4CV { top:20.75rem;left:36.406251907349rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N5TRHcm2xMtiqzHd3ytPfupVuUvXlrdp { top:27.5rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VR39fL6Af1MuvxcXKdesPKZPvqnr4WF3 { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #leqXpt26LZ0M9qzhCv7XZoi7LSinnvHU { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #bDhkwlFDCvMCloxT28BWEbrwOnvbbM5p { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xsXAkVTw59gID9LJ4g0MUq8NqTw3LwNS { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xH3hM8D2n4IhdFitOIlJEy04T7oU3sVC { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XBcTltcVbqpJSsTAEQMdFskDry7wUthb { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #inXUw9aXx9edy0ccP1qU4bzi7GTwXeQL { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #FFXAsN6CRm7gbw7zXWoxCNJUe4nAbW9n { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wRy44ePR2W4lkpxVWCczv3rTZxpEISTS { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #arfWTVA3xv1q5c3xF5aTV5kuNuzPOrRl { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qpaTMlAArnCabKzPWmpJxZeQ8oJRZtu6 { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #q1B5ekJahuB90B3EBDTTCFcBrBRl6TBx { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e617cqfcfJxPeKUKsXbmSDUxCRP1nNsO { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PnUx3Mr3swTQgOWrA1urUkmyaWKDaT4a { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EFaJlSvWnA3RXFcWem4wQMBl8kT1m2t1 { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #tybpvTnNdsKiJCzBgtrKVyn9dnkQQqfn { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Or8UwTo1rnfo8bMPFxnQrfobO3fRcZqc { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #U8XNDF1BWxMnAVX9oWUMJPClachcZgWy { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { display:block; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { background-color: transparent; background-image: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container > .video-iframe-container { display: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row > .video-iframe-container { display: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .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); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { border-width: 0; border-radius: 0; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lS4Tn7lLasqnyTQmdGrntgWTrHRwuBKs { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WSsVtLyg6g9mBvC5uR4ul1BB4gADWOKZ { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nafSCFdAgdmtwf3CMUZ9IuHvD6m94dmz { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g2cAsuP2xTm1E9BDMpAG1LpmmVfQGeT1 { top:23.1875rem;left:0rem;width:16.8125rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ANN7qHtNNBJmefUsPB3ty7p0GKfcXfT8 { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xWoz8380h8QXh3thQROMdtql8FPGoF3h { top:1.8125rem;left:0rem;width:11.625rem;height:13.6875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BZQ9HoeZQcFu3rqTBVl7FZPNt8Z9zAN3 { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ODCnxvm5dmTaGnN858DbdgyfhcwLgoBq { top:16.375rem;left:0rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #AlokfFNpXUmCEuPoy0SNxynEJB4QHAvv { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z01VhwvQHKXO1I4XgzllVOv4VJpVTa6p { top:18.5rem;left:0rem;width:2rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pxSbhshDhnR3oJpbXtn7xCG3f85nK4w2 { top:18.5rem;left:0.71875rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eFou61vJVapwEg3HTNqnaset1CyOZb4s { top:20.625rem;left:0.6875rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EfqH6WTDOm2zHrTF4oXZKWLNwWme8ra2 { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #awzVmeQWm6UAwTgn0ln20Xh9NHaHb91T { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QFoMsifs10TmnTJl3Gdigczuk9JbQkrb { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #O7tX5pBwXWgKIXNJVKDtQbsQDsNqOvor { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #IZMmh13DJkJRUGc8iRsfsngCKKEaf4Av { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #G23EFEKa1wSi03mGzLqTbShh7fR8FlBa { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mgg8vvNnkAeK6W1vCBPRTp0xFkHzwAm9 { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #b8om5VNAb8I7hGVFVNwvZG2PltOv0WyH { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Fs8wlH84rcS7Cctsf3rNtPnPG90E1kTg { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rFLD9Vb7IFuyz2A3dgSCJi53bbFrGXmn { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dpp3KgXfvLRgMppXScV8LJ9LMhQWPfsf { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TN4xXCUrXi4379nxMbJswnEXngdZ9LDz { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #bVr3dVDJtS1Bh5K2w7MiRPvxa2GCJ7hT { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NZxq3Ub7Gcy7U8n7TSWZFrCm0IQxSRCV { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O5EpdN0EoTRWsKhIycJOUkUgTtHRJxWr { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #cg7qfH4IbmeVzZgIIpTrKPDtbtLNQiu8 { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CVwSG5N1nqHfGDn06rWlwP9FGJOdH0Dg { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EeuhTfpIZ5cNoQ6t3i0p73oagP8FOuZQ { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #F3sIR4LBHbTxVlQotGfdve5TvDM9ncOs { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PsxnnhUr4392TT4lwFB25IMAMqSMUri5 { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wggDoKhIHLeqK1fvwtxUqnG6hyXDllT6 { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IUMg37dksBWys7FpZndi5QsF9mtJqk3f { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mQ35TcEfdNSSLy41V6oom4rKb5nptOan { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #LiBxIFnu9zzHruUB6AkDwAKUpZsim9Je { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qOHpHurPPGPDPTpg3AXFMWp2yFWnJHR6 { top:1.8125rem;left:11.5rem;width:12.375rem;height:14.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tKGmiXHTmslHpXbdHN0zCwG3eac6yfc4 { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CdrMSH7S01HNuBfrrJHGJL5Zh0GbIxPi { top:16.4375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Hmm6OVCWBwiZuk08TZSUT9DiiSoU0wmA { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wAq98cEG1FCBOLUEq5sXTKwAK16dUgFH { top:18.375rem;left:11.9375rem;width:2.1875rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vTgPZ7nC5wxTx6qb8HxkCWSa5Zs5PJX3 { top:18.375rem;left:12.65625rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UytoJwIaH2D4mgovthNVV630JLDa639R { top:20.625rem;left:12.5625rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p9x2uRE66TLSHLKgVHAFBi8kM6WCFe8i { top:27.5rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #g4ssPZk93C2k2oxyoTrot4zDSfVF9wyl { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MVaIdcshTaLdtUZR5gbW9KQGu7iM9suD { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #zOXvJNCpyFNq0k9IbUnI6iOt1vUA7OZh { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #os5UKVr0numfczxTITdtxFSUDSOz4dGK { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hwWFfUTsWVhX9IbPVWHcQMiTZOWCaNJN { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #o6eiAqOG9dyox9GNCp8h7TsTHteHWZEe { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #VxsURLBXVJWEZiQvkKPrUw5cDtryJ5AT { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BwnewtxiMTQZNhft2GZiHL1oc6a7HqpC { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OAeuTU7bZUnrGWB1JNcEw3uwwqSUT5eA { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Aq9VGTvpgGpGsyo6cVwlBi2BbEZGI3bD { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lQdoeOszIeGn6cp8RQui39e6Om5L7VT5 { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #OnXiF3hLS1l4x4aDGukSwUzh8i67OGH8 { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VIrAlI3EdX1hnyRi7kI2NXwNNBI7Jb9x { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #H6ULOzpaqFIJ4uK2r1qyDVyRtTaW7fNE { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aOozQ4Sah9tITUJz43ea03zWPNe8wgT3 { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Gqgl8r2SgXHyUmQG1Boh1oTWbZR4xD1H { top:29.625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mahUEKAqEb4AKP4wsCWqNZn0gtdt5Wln { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #k6pTW6dFHUNNLm73tx74Q8r5VOclKIJU { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A0tN0DFAoE8JIq309Sxn86OZma7bplAy { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vKIuttyN1vsMZwvg0Vfk8odtdc4Es77o { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #yfoeQKR5TG2SQRW6Z0MSlgwN7DT7wp5t { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #P3VDqU3R1oyqxcGvs0TtE7Bg2rnTf3MR { top:23.1875rem;left:18.9375rem;width:17.5625rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SysiTOHUr0OFfAynvEbXmfSqou0QBG9b { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZgF8okWtmPwsMxnHPLTqUg4eDkSRnzDw { top:1.875rem;left:23.875rem;width:11.5625rem;height:13.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dK3uQ3MdOv1TUftlHb9u7wMTiFvrJ7gk { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZQlAVzcQLKllzA2dMFbeN6iLwsfdoblX { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wxgL9M5crXUxtSteKv1i8cGkdTFDf0Fp { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eTVAsvVOErvfZiPGZOQiGTKzfeid3OZe { top:18.5rem;left:23.875rem;width:4.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tSv2mhzdeuRQshB9F1DCHFvJR4JxWc0K { top:18.5625rem;left:24.65625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Nb6liG9UN9cWuXwz4wVuDICPln9Tmpdz { top:20.4375rem;left:24.781251907349rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oOi2WE6uEACoNVW3QGMCJaTbSDNxW2Os { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IBIp8lfaQEOLG5nlG7W1Jd1fLvdQcTDO { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #s8QE3bS1O1iechAk924bx8IBpFz9oM01 { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hM3gXp7708NMLl8NeKGc6F7t7Xqoe5Nv { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eqew6KaLKpnNrWncazheGogdcJKGJ0pO { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KOJyBm2NtnfVvEk6FJLkyUolBPzOXGMK { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #urMPcMnOaZwTkJnVTb854c5dEb4oVq3L { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ftvoDmTvxTFzLxqeaizmrOmJygKyiQCv { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #x9p7ROdBBzTzRlu2zWN9eWqhE257bvnC { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #P5UDfk0358UHReFbD8QotHBvDihpIllk { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KSaBwF06lyGH3U2sWtWX11Swmup3ZJao { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BKnLekid2aP0Kxk3B1Fkezhl4DrA4A0Q { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #G0N0ev6LWtXncTXfhikeTfv6ofiX6K3I { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HCCagqfZ12XZwrqCTgLPpkFTZxBLcoBW { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EIBdVJooT43AtTO8o0lgwihsRbS1IBrB { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pDt4XiQ3t84WpBiN66fzLtWTgqxfAFcZ { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Cy21vXmZZ7p0OpTWMzMl0SMamo0d1Dl0 { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #h4mlhtMW6HwgeKloVs9S0Rau7favXaMN { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JpqCnXQoJLT5BAKmhQTZH0gy8IAKPO0W { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #b6t2re440KN3ys5yuMztt50GXrk5irHx { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #gO0MkgtzZst8Zzr718lhMksyFKshhHJM { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RFT2V0tW37qUJeMyKynZTqnCG7lNpq8M { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o3CqreTPQKL4FUrhVcFAxWo3Z6LZ0km4 { top:23.1875rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #s4m9Z5zcLHAO1dcBJd4uNqw1T5Um5UZe { top:26.1875rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #U7aFTKpJCkmkswimLImmIcmE2Xo7ROK6 { top:1.875rem;left:35.8125rem;width:11.5625rem;height:13.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SUP0gJEOJGktm2SlQp2QQdcMIBABlv3V { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kZlSnzUW5iqzHpHglIPS0919y85THqBx { top:16rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #AZ1oFwSzsJAlSZbRLp043khl8ZBLJacs { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l8KAAPL7DW33DTcytmtvthRiZlmxG0zl { top:18.5rem;left:35.8125rem;width:2.375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZyGTF0hhesUE4MXp0fdTgweg6RTEpXRT { top:18.5625rem;left:36.59375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nOSOKJWEt0o2htPv8M0gTy4ufui6KZNH { top:20.75rem;left:36.656251907349rem;width:2.1875rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nfTEOdRxkZ0dht3fa59tM7l7cPZpMxgZ { top:27.5rem;left:34.1875rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ez2uiEtrwwNTNDoQpge3r0aThONcETvM { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RDBmSQ5v8z1VM647GgnSTab5E8EVsoIC { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rvA5IwnogrSuRlc34I2iXxa6PF6Ss3fb { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #GfSwfZNWldcIfosJAOBUPahb7TTRZ6Wc { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZSSIKB1yx3LM3gK6bd5ZJO3DMplAInRJ { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g1ep2I7esvBNyQd6Fxfd9fTt57X6tOsM { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #S6nUJ0Bz0AF9MyT5EQCt8qwBXLGiqEhQ { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #lZaNRvl5Ob8Lxb9U6Q73qtchq0V9ov7O { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #R9B50Z4SFdLKpU2Qve4W5vCZUGqafqHv { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ns91foKNcTuLS6dcb91qGldquTbV2xUx { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TUTczqbFFCz7HDVV3nEDStsea9hVG3If { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ZgXK7wSymO2QslcWXScdc6niHi8dMl2e { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EZbLtBZLdZb8SaThcPoMOzWpDBrxJ2Bh { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Tt6anqvCi9q1xnJXO61GmtvUIyyqRXk3 { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OPRvCkbW4zltlh9R0tWPJrSTDas3lldF { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #PL5bKMW7Z8KQ8qgw8CsFcTe7OZ0X32kW { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #h7du2iS6ngnUGZJ2BUyrCcqi2JarBQQp { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qQmWXmg8Bi69DqV2wCvF1XglHfeMTKQG { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { display:block; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { background-color: transparent; background-image: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container > .video-iframe-container { display: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row > .video-iframe-container { display: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .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); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { border-width: 0; border-radius: 0; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgrKtBg1xAUyZRttCDRk3CgSGGFik8XW { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MIsm05sAq6sy5A30fWCwSoCCLu0qh6W1 { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JI8EuCfggXbTAkhMaaxDmcHLc1VIdZcm { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #U5IbD8glF5Ne1twAz0ZROAXwkn3rEKwW { top:23.125rem;left:0rem;width:15.0625rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gLUkE1OPVPkw0pQAGFkDZH6IqZQHL8iA { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yX31JN4WHTp9Somvnddbe1cLWoGpeQCf { top:1.75rem;left:0rem;width:11.9375rem;height:14.113697445727rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gM4aZNbs0DcKIgGS7bcmbuV6LgW9Qn1g { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wMlJKthB4BrP59DXfSVvo987Lff07Dt9 { top:15.875rem;left:0rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #unfyy90TI2ypm19CniOJzv6vfGAJbpVS { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pt4vatFslo0xxDvlyhH62Ra7UTiuMQuv { top:18.4375rem;left:0rem;width:2.875rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TtG4KTtPpdnHZ29AtmaqKDBa6nHW7fqe { top:18.5rem;left:1.156005859375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HEoTcTt3twhK39AiqL5hsB6zPIrDgil5 { top:20.625rem;left:1.1248779296875rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rAna348JayWQ4HaRIRLZdqAwoKtmWAEi { top:27.5rem;left:0rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ec6A0rTP1r5RoanEkLV9tMEqZvgE39NI { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XyPBU5pANvBrl94Tyqsqx15JZZOOHDRH { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pBB3LmhFaRJADRgslssSckAyUeE4JCVA { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #tJAhTCzkvMy5uLcN2vrox8Cv7r4aIgoD { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #b7pBOq8u5m3dVgr0x9ROqTX9ZBgcAG8H { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Z4uL6ayuWT0r9mzmyefW6hTw67nud0wf { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fHgfU7cxyKlLyk2PEgCl25uLfhMtqlTa { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #sBmRsh9RG4afDb40ihgIXW7HDZ8Cu2Vx { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #B7htsyX3N1NiSrTMUVILytXIqKTsTLhE { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #veSKtEc1MHPcaXmlEf8nOrI7mhi6Mc84 { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Vym6khOTmQ6vV6EF3TJRHnpBrrBDkx7M { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #N8BqwUpMnLZ2DV24MHpT24tuMruqCg32 { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZZZPJ1Zhw9acBLTUDQ4C9Q8H4w77Hfw6 { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WPxnpByfVbxKJyV720IAVD4cUpKTm9iJ { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Kn0SXdTa8MQ6FB0cpiFyXGXvTJF3yiaR { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vqDyTl0b9xvbZpAJcIfsFVD7g5phCdxd { top:29.5625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #otmmDchZNRXtmJiO19iEWngpqZuZNloL { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #m1lzoGUPNTWNkheOcWTilrSw3aimsatk { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T9VNwQbCHCvq3FkPKs5csJaR6bwi2Pfh { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LCS7gzFTHashThBFkFsoILKabqRZ0fS1 { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #JLRrFsJGvECJ2bMCRUDCopwnxFl1RP7i { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h0rTmOB65vHKDaHzpwRsAdNH5yScPEaq { top:23.125rem;left:7rem;width:17.25rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O4gG72wa26Rqc3KQ8TV5WIqBiFI0JPui { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qal19CDTPsyzco69HocGDWNIyc1aaKUp { top:0.375rem;left:10.4375rem;width:13.4375rem;height:15.874625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NKRNtc0g7dki9vWHaOVnv30wFbyyiPPJ { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #URKAIzItcLCSBJ3UzgrPSX3WCLK8Ae2n { top:15.9375rem;left:11.9375rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RX6mmZPfAtMlQ798fyWczshwA0uHce1S { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SmJ5Xs2hZbXR5ZnF0EASqdAByGSUcu7Q { top:18.3125rem;left:11.9375rem;width:3.625rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZVgqxkB8aLpDV1NPiTuJqEqu376dRaZW { top:18.3125rem;left:12.906005859375rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Py8G2bruyeKXCsoTABKk3IrqtTLxEJiT { top:20.625rem;left:12.81201171875rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w4nLe1Ls5NSdRhb7TEWcyECSVGJS322g { top:27.5rem;left:10.375rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XdR3DF9aJipDvQkizoIipd9BL8tIvTGM { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gBguqKVdbDNiNy46SrcIPDFl5iL9VXhk { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wPTTxXpMRLKrWoXHTk0qWPZNDdsScnLF { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #BP3sTNtWuvuT7T9cN9E2NDWoMnF52vTT { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ZyflZ1zSduBJcOz8vX2E8RWI8SROb4Ln { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #htZeG1tbK2cLBpbmiEWJ5b38HwneXc2Z { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QhszRVO6SV5rCztsQwGDE6BTJlCKaphX { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hVJLC9BQOdifVJasidzoRswxJ0eddifi { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WzL1oDy8eHF9TbEM72BqiZTx6Vm8AT2g { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qUpkRA7rqL2MgpIrMFMwUureaID1TLTA { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aTtW4Mhw5oySSwOSpqVTynw6uxK8bC8v { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JZTGlb85LwUXo94hPCuxUKCakTZsMOPX { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MwlJCwlrsso8rHUPfWN6NdSUxH8OaRnX { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #phzgJR0JhgKvmpxcK04ASaqzO3UuD6ib { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qnzPZtzlTTZmfHUagFRnFDrOaB1wTVUq { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fdS1byZnO2DZUZxGOrnAIUNnE2uTxU50 { top:29.5625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #x4sVBGDell7fWAcofZonV1AyOSle2J5K { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #p83yvUxTRA0Fn6NSqba3s8E7wRu24vT8 { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eAJM28GdNwVKdlaUrTIO49I2N7k84wSE { top:0rem;left:18.3125rem;width:17.1875rem;height:20.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yvAx81StUIzdlQPseJvkNAogiTKZd44a { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #oN6G0N0usaDCsZu80Epxf0xcTrMouKtT { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mISsNlAd5gll1Li3i9g4PRvMQRgKCRXa { top:23.125rem;left:18.3125rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #q7dvIAE7a0HeppirSBaypsXXTr9AB95V { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Muqdkt4Rz8EkNlrTkxtXzHsWIKo14wkf { top:0.9375rem;left:22.3125rem;width:13.5rem;height:15.864640171066rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZG53K5hkE0z6xTFwsoSsBUWnEDW9TsSb { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #deD65Um5cWQdaS6h4OwApKv7F6zhBKR2 { top:15.5rem;left:23.875rem;width:6.875rem;height:;font-size:1.3125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XhVQvVaTNW3XE5h80URNyGZgzbMr2wOH { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l9TL7d8UeFqzk2tIegK6dG9T8DmSHpEO { top:18.4375rem;left:23.875rem;width:1.9375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X2akvAVuVOGXBhiXeEEziim8DIRCHcRg { top:18.4375rem;left:24.53076171875rem;width:2.25rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tX5MD8WU5wdhCBZGtxT2HELK6yVmJJ3d { top:20.3125rem;left:24.655883789062rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UD5DMyqhMohReT4D1MEQ0r5iabhDW3Kb { top:27.5rem;left:22.3125rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KmhGrJRWmfOm9Gqh2THHqHUatxcWPeWV { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nb0zCuSbhJO0fn8MOzimKnBomdtnpAHg { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LqqtIFsanS3ecdrDxEdcBhkqbreJefDK { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #veU3bOeQ22HK2ceaBkrs7AEnytTEeXK1 { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BRctXQeqeX2lG1BxHx4uqewke0ceInnD { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HatttgJDGw6h8rLSO1xJy6vagV9SQAvE { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yrB5qhgkTHRRO2SaeDvtDB7ZfqMxqNMQ { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #F2dBAhkaTm5KUqmoUoM3v3qE71KIOUZc { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #vIPWZtB6qT4p9D0WXUk41OhKrb8hJGUH { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #U5A7GRhxsaMoZoOQ8XPA9yTJkhcKBnRn { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WaH2XMQFC8AkPTvO82eU5F763mPS3xp4 { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ShIr70D1NLd4tSRGSIBpC7605cZHgPCo { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pk47t775726A3my0LB3L8UetEWq2Rb9S { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rRmpJodFHe4m0otXMETTlVeWpB8HftUs { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pTqALLAZHbktbhMOktrg2ncz9P1fX2XF { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FwUT7y4Qm0ys0EVOANhuuEwXPynyDaot { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #kZcmKXOULPH4oqTBoxooKLaXW6MUOnUm { top:29.5625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #nqh2Oca3GC61paqcmtxUxucQSTkJXh7T { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #szB7mcSEs17mOAHMAH2Pygs7ZMvE2BZE { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #O2PsCDbEQpJRzN0GXw6kRwTVt33WFFA2 { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GZKzoweXtao6hWkmascZi71yt2x2xrxC { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OkNUORKT9ywcq7ZUhkJ07kX012dydhFb { top:23.125rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #eelutsfswnlUQ3aZ348WKSVMhkIwiEXC { top:26.1875rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rNGObtO1eLATvq11cXuCI4UxMccSTcXg { top:1.75rem;left:34.75rem;width:12.9375rem;height:15.176455422648rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZpsqCuDkkwhwORanF09VlPFn5FCT8yq5 { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mUvTcHrtfUwMZcrcnusNCnrRLyuIBquW { top:16rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qT2D1l6ZgrsfmyxN1VganQ1cFhcatP3n { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NLtPiCRVe81RZOBXZs91Cwghuddqe5uo { top:18.4375rem;left:35.8125rem;width:2.3125rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LVI5QvwVctTnfiJFx0UBPrd8vTwS3Q9N { top:18.5625rem;left:36.59375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uSlLTwOQNWadOcvV7bBT8y2k6UQwdpRm { top:20.75rem;left:36.656127929688rem;width:2.6875rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dkn4kI1I21pkqLRoA6lLIrM85izKuEDl { top:27.5rem;left:34.25rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cXypdszOpPLK0U7Hrnm7ivAhspRD7rtV { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eZsCmr72mQNk9vPdsNrIwh6BL8BItbNl { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #VQCra7eD5s8oD7b1LfwDv7bn5ZUI77Ey { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XwB0U4QlEcTTtvaiAQsW9tF8Fy1h3iPK { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bA0T3dfazCHHMzvXbDR6c8fkp0Fh9b44 { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IUvRTb5QTVvvaoU1eARmGtpb7x7HdRe4 { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pTJbxt9Hu2wS8s0itTtTUUnEwcegcLlT { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #UWkJFmNNyEVERCex3eClkctI85TZucCT { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #CmvoTJOA9vaE4VtGIUCXmBeeByLNE6fp { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CMCsGA4aA1oFB97QnlgLCfsDtpBxFIWU { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XGFelIfyHX0HzHITc9C2sw2ECm1gyOXV { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #apPkkpsTV4rJ29rr2vT4p1CzuE3KHUv4 { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oVCL7BOqxmzA9WtSEcPXKBkzJKKGzBze { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HmdZHmShilEpK3D4JvBOXc094kFg2eVX { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RJIPuzTH5SdJvpscWimblDcIOEETpGU5 { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #w68etO8dU24eACiEhAx95vPQhNc4QHDM { top:29.5625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oBgwPoCfZMC11uTTFtnI7iiZ1TbXPdr3 { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WpgUq6erLJznpfi0awmEORE6AMZiP3oD { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o8zkktMFRiqZymMptat2NazUDDKvPqtS { top:31.25rem;left:0rem;width:15.9375rem;height:;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Rk6P4VrbBC3LQXT1qIferLNvScKBol6T { top:31.25rem;left:7.9375rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FthMTT1iKZCMZFkFaqzItBof6NpTGwzU { top:31.25rem;left:19.875rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TGU5p9N0DPKaGMctkQuGT78W9RWOBeio { top:31.25rem;left:31.8125rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { display:block; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { background-color: transparent; background-image: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container > .video-iframe-container { display: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row > .video-iframe-container { display: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .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); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { border-width: 0; border-radius: 0; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CD5UG399vch9EXAzncZZFVcIzad0rtMF { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JwN08ThVc3Sh1TfEP71T0MMzPphlLaDh { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vLikeLasENUJmyDkWtdS9Ag38ZR32ZHL { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gMVmaTkT01U0OxVCHypTRe8SxLasA1bU { top:23.125rem;left:0rem;width:15rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bo88bk61v6UEydgEfuiwbMyhKotDliRG { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UG9TfbkT1iIJnwgva3qICOTgZ59sAnzd { top:3.0625rem;left:0.6861572265625rem;width:10.5rem;height:12.302087648082rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WVluc0wmOXTvzmHuScGoHRznPTlXuiRS { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #etfg3eSon62PU7qlNPhe5b9hZqafK2cG { top:15.875rem;left:0rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vt8IIP0xtOvAtzT8zUnS7MkKvRzJhDgk { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LvFLlI9hTnDMp5d5b0FL3BGNhiMDsuTh { top:18.4375rem;left:0rem;width:2.8125rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QfZ6oO6Zr1k7CKdHLIkAH6qVuvXIHJ5f { top:18.5rem;left:0.593017578125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wtmX9fZ2T2vgHupsXmKb6JTnTZWw3dKP { top:20.625rem;left:0.5618896484375rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lO55gFGhPlBQAHDFfoST3uLTJpsHc7SL { top:27.5rem;left:0rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zc01hsUAGHRTRTCd33mvUzLq7i7iMPTW { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #D5TN413GX5e2kWaiQOLNvIb6KiHCOafG { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #GZJ5LhZBCAFTBW4RvPbgQLDVB1aZfSD0 { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #vVNTC3MGav5alu2lWCfKr9daPobArE1K { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ra5zEbd1Q69USu5lfmb3fBgKAMW47mev { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TCAUb2AiHyQMFX28xsetdRvWtZIRErx4 { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #KF1kWXiOlSkPrTyrM1naHvRdMWerKs3E { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #p2ADGTUhOUwmF8KwfRnt2gEtnwX2W6dQ { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #h3xH94flps4p9qRxIv3OATzR8SFtPJvv { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XffcaJewix5vfMvS88zNs8tIgy6JVomo { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tpdWEhoG13071JwtXZLFgPm6q21pyzuH { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #AJDT6HBgwM8Bv37N4iobSoRxF6trffNx { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UdlS8ndvnb52m1QoKqC2TdCg3s3ggIm0 { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NPqClZZaRr1II30rpPgTiH4UftCtLVFZ { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oDnEBp4uG83qJXCnGrAHzgr54y5ZDACT { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XDky5lXlFi0yenMZXmT6edZJ8xAMKQU0 { top:29.5625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #E12TPQcHzaJ7LLbxEuw5gnh2qw0LUEkf { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DH7cXBhX5npBSgcnzsmhb5G5ywB4Ih9H { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cumDcKCfXQyRftMoHbv8xnSqvCBksVR5 { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BQAItmOMSsBO3tRKTDT5BUbUnZob9vcI { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZQQhEAGyPFicnT5Geb1lXraKZXykrwl7 { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oa8AfD9rmrto2ycke0kw85CW97maPcVD { top:23.125rem;left:6.6875rem;width:17.1875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #klLkJCLysHTvOQ3GMEUSMeEeWxTQqw66 { top:24.9375rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ikMOtMEC3M6sfvF32CNOKbSdOdviDzqd { top:1.375rem;left:10.4375rem;width:13.4375rem;height:15.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x6FlGy8a9xTgmJ6r4WDamahUgI5NsOCZ { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cRslTwlbQXZ43ZliDpvhEAsIvHF7B47f { top:15.9375rem;left:11.9375rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #J2EgTubWelcT8Zxr2ZVWTGPT9VLtUh0X { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EC640TGplZqQ3tkRnIh3wRTdOgbF9aEn { top:18.3125rem;left:11.9375rem;width:2.25rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FKLAmufLkTeyV2AKvHUth01TPr2Xe4X2 { top:18.3125rem;left:12.593139648438rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XIV8sdcWq9qUWuoAInwwb9X6aSeMCigL { top:20.625rem;left:12.499145507812rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hqa9RVcovykgpOqVFvuMkdyIDAtb0Ige { top:27.5rem;left:10.375rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xiIDDaUlTUOTMFB3qclZetMwUbw82CFW { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #GZ8OB1mPS8JQn4p2hM6DKhksE5WVzlAP { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #HbQNA6elEqNG7wmuaxFVPLxP2n1WoiAM { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Asg7nJPL8lR53gemcZ0rBwuylRxz58tL { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ES8usp7DEKw4lvXED1Rm75XHVXNattJd { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uy2NNVbSOykLXLTX0JDGvH1ZyTBG6UC5 { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mCdQ4ztyCsyZo5NOXIO4MqI8aOiz3kDv { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TGIJTv6RATONhPC5PU0teOXcsVHWsPQo { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AiLBRLpmbhp7vvBEQ5S2ci9nv0wHnhaz { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AwRPTd5gn4ecbGamzhMB0C6gCztuel2g { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NUSLyDnUPJMmBbRlfdWAcBZGWCm0X0PO { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #APnQe8S0I6ymnkkK6Qs2stURGWGt0Z2F { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iPK1u9itVNhiT8dAgTvkSUkHE4TJBf5m { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pLhCPLrqslhdOEVSrPlTWFwxtr5GUFox { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ESze2Ctb0C8iKMh2CV8iT3xn3xtO9aSo { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EWWZwlXFhc7MoLFCTeUEJrwVbsKMOcQx { top:29.5625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #R0koDqtW6w0a1aOxZCB6AxfaOTtWtTW7 { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iP4sQP4PdbJaE7bboHpUm1ctrTxuEk1e { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GqNSkviqipe2xVTdPOMtN6nOnAVyJ5BQ { top:0rem;left:18.3125rem;width:17.1875rem;height:20.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EKn2OvQ6QTXORJOxy1fwaFEUtV5dRnwZ { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #kUolkz0TTReuU1zOQoaNeA3Ox81zrmTn { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eTerT5MGyTiQkf0LtBfWPW56uP7TibgR { top:23.125rem;left:18.3125rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bnJxA39nhto0iy5QpWwSRqx6yMUyAJkq { top:26.1875rem;left:20.1875rem;width:15.625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KokG8XNW3hQs3KpnuZ1BxPmVQ0eaTZcn { top:1.9375rem;left:23.375rem;width:12.375rem;height:14.55157316301rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E73hHTLuborT5OnoWh3MsraM2MrsCTCu { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wwHaU8AZefRbrGqmy4R6oFox8QfGgVcn { top:15.5rem;left:23.875rem;width:6.875rem;height:;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lbJMGorVsXBUCRXi16g2iWwuiAZmnITG { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IkZukEJMl9I48uSI4RuQQ63LKEyTnFb8 { top:18.4375rem;left:23.875rem;width:1.875rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OTlofZQTUA65FSEJCaOBKf3wnwS5uSc2 { top:18.4375rem;left:24.53076171875rem;width:2.25rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xDalmU6i2i8AVmrIr4BK2RvuZeB7k0DZ { top:20.3125rem;left:24.655883789062rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vQEmgJnF0qdIxKwBZOqlBzkBCCJAK76e { top:27.5rem;left:22.3125rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iGpBWLKNINSu1wcbWaR8tB7MpTTJqE2X { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ITgVkCI79cbUbPRm77K3rFXLdHBnlag6 { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SlvTqXqT6ZSt515bew4ZKrPyE7gJ0Eb4 { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Tk6qPPMl5VOW4reHtww4Rbt8t2hcgUbp { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hShBm1HLzAHgmgUTKzmmVrv6vikgqG85 { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xktUItbvwuXPvpTGD7JJDEBgOh9qcIdp { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RtIi2phg3XT2Vx2WWrU32AloImW79CUD { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XPbg9MvSV6LaHVKU9xM2G3KgSsRDmWy4 { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MaS2E6Vm2ziNRsN0PadlT3Ii7oo1s5MR { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e7E1TtfKcTk0D7shfSFTaJUXSpRvnnSd { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cVhOZ8hA7HcNzflblXcob328MTVwMHSV { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hs2s458tPfp64RNWhkGCWCm80rnH7o1t { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #meQFL964NzSTLncSHOWBiTGTZn0KKB1W { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #C88HvTSPOt3FrySR9ARypCqFDouVh6rD { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bBOdDcV2PJxEkIbFKdHEltor3MxdoA2y { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #a6QMd8ChpCnQmMmKLzr2cnpHmyUJNTri { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rTK0fKQqOtlOKhRwzTyb1DS71lsJP0Oy { top:29.5625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VT4dQTsTcdoTJxATOtAvMIAoKXL2ocLO { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GsgTp04La7BN2GRxTQiH0BivdarGa6IQ { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ucSsVLFzT1IRWkViM7oo5c7lMgTtXSAe { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LL5UNg07kyKb6KOgTnHqgFxQNQDTMNJP { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZcWKStT8Fvip70JOsL3GFTJhtCiaU0S2 { top:23.125rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #A3z08XBSAsGa8cm5iEptxIyDdoTHHNm6 { top:26.125rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XV2TktsloymSHG4uSbNe90b14E9T0u9M { top:1.75rem;left:34.75rem;width:12.9375rem;height:15.1875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wpTXi26tIQOWdLfTMBJaVitcmTbukVhw { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zFyiAECgMxplMeEgQCFGGuHQGAQ4Cmle { top:15.5rem;left:35.8125rem;width:5.75rem;height:1.875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O66X2zUMqw4e57aJ46ud5KBrkIK1calP { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #atASdZASNuooAPmDN2Go8v2JzUdWn5PV { top:18.4375rem;left:35.8125rem;width:3.5rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L6yJyM2lP9kBBZRs7x8TiWn4p1oqL4SW { top:18.5rem;left:36.96826171875rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q2yHwLfsD93oJaSJk9QHpeyBTblmXLpm { top:20.75rem;left:37.031127929688rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zxOemTZE2WWqgKSpNug80TzpVCSAsKTk { top:27.5rem;left:34.25rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BMfQwJEg9cdQknvd6RkiyoppO7V4AHTh { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gPTqzVPR10fQPtVZMAuoWwc6hCZT2Ohw { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RcF4BMF1NJFdIeiZinhndZ1DrNaTuUeQ { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #e5Nk1nBfEFihydfq8EOGvFtkgo8084T3 { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BLZIfvpqJVv8dLdKAmJ79teELIZOQFin { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wPWCIbRU9lL5d9a2gqPrHcTTKG2kJT3r { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #adIfOJWGrVHEIEK5xkuRI4pNDrCIECz5 { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #AUWZHVSa3ZmaHm6NGzsfiHZvTPH6TnXJ { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Bc77CzKJ3HETZv8De45T4Ht95SzUIuqO { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #i6q0TSrmy2NT1DtknctFevR0B9WiJDQe { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #N84oBGXRlh16REZiqQOAesDrKzIxPJCu { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SWfImHdI5Zo0IWFKF6JQ8XiZUVikHo0z { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iytIx1umg3l7hicOexzST9gfCSxTBghX { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rz4OW7VOIU0iP58xQGtyPb1WCluHOn2T { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ox9X4oDP3dOGzxZ2fvwyhB9N07V15AJs { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ZmNPzu08grZ2dyzNVdlpPkv07HPrIm0u { top:29.5625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #s6LS7lxb6lwG52To58TeHNUePf6CsXqV { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oUdT7I68FWhyCPRIZN3f5s0El2JfQUQm { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TQPehS1m9xflrBhkqtQoZF3Hmit4N0MQ { top:31.125rem;left:0rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #i9tUTt0DEazRw2kNApHIDviMc40UQzkw { top:31.125rem;left:7.9375rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #c906vqqQWcaMb7hUtZGJIZgQTS45T4u3 { top:31.125rem;left:19.875rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bLtmD9v3NK8nRq5WyxflQat2FgUQdW50 { top:31.125rem;left:31.8125rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { display:block; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { background-color: transparent; background-image: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container > .video-iframe-container { display: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row > .video-iframe-container { display: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .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); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { border-width: 0; border-radius: 0; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5VDzFbJrxHUBkynANztOaDALU75xAOt { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EnsRBUFWTSdPsvIMTavnGms888K5sWZw { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #heL8rRvM346hVllhQPO2AtlCJ1TbqlBC { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uoxgZThvWiu3T1ogLGi6bni0h1LoHHUG { top:23.125rem;left:0rem;width:16.5625rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #stfg9xe6xlHgU2NiCyP0dVP6S0a6Qy14 { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BqMc4Lqodx5FRa42MwDNb3WunWkG0JgQ { top:1.0625rem;left:0rem;width:14.8125rem;height:17.364005684922rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tkxRMFp7D9Xguz346mAxUGvlCLZxEWuZ { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rkSMgK7wWOuN9SS4QadVTamiLSTkUCnE { top:15.875rem;left:0rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hnWkGMFeAEXr6B6gBELRXA9ndtGSu2KX { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yH2S57tCShfIm6NGKtQVw0n9Vyt4hq9P { top:18.4375rem;left:0rem;width:3.5625rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FKGEkWTXKgarPKuP5TFguKyJIqwZkk39 { top:18.5rem;left:1.5302734375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #A1boS3LfK8ZLgMbyFphoe61BE5ZGqor3 { top:20.625rem;left:1.4991455078125rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VkJRVwcqrmwtqGlBLMNRVLzr87eSOIDR { top:27.75rem;left:0rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NOTLz31NsTad6KXhVoqrpRfDXHUBEF9s { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #P1rGsCK3mSo5FkgoXuv7xG8TKTafbdPL { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uyWCgdcxXIalFzHIUFKMzTIuTVl2c9fa { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #byVB9O8rXMEfg2TaA5O8DVErFL8fKT4k { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nRLIiot7PIHZSSNoFc1LaV1CJ40oTbAB { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pgamBIdR78OPEbqiiaSOFndO5OTGkaL2 { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #iGSlgyWgRcrZc9hn9zEgzfXF7JgEfT2x { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uBEsMAgoUEb19zWcQnZfOlW2qIORPBJx { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gMh7KHBeIETNTDi9NcxzKFlW9BwIQ433 { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wCH6vrBAKfAnH3tWbmTfqtCWwMdSuo6W { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yebxqkoAtFwby4rAFIsISA4ba86PpK2e { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wLZRHyy6p54vXaBIOQBr7I8VmTyxiU7u { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gGrfc58gJCXPaLZoQxZAVGlHFkyVJZ3U { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wuqo2KOXQfyJMiVWFRx80PCfQ9e44tRX { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EL0eTMKozeQMpT1SwUKCmgJ7D4TKcdB9 { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g1o00UTfsbzPb4FpxibKTlB7JrgSvFMD { top:29.5625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O8BwOTWFSWnFHFv5kxTa5E3FgxpvV2Qt { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pz8WimIIz7gy4r67Xmh18Ur0mQVC3xvR { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CVIy6xKyVlxkJJhBrmqLwzxGcdoX1Ds1 { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #swhUon9v3OieEs3tIi8Vn3TZIg0XaXoq { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #wQDEVtJRl521cfIyVUCd606QNTDX9iA9 { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pK3SpbpnIzyUos7i2ns1ot5sM3zNgm6q { top:23.125rem;left:6.6875rem;width:17.1875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rTJbyA1xTfUr4gX95KxTkS3AHiD7n6Tc { top:26rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UTTThwTBeDvCa7MS85rdQ4HISZqdLg8y { top:1.375rem;left:10.4375rem;width:13.375rem;height:15.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #erPv9aCUgiWtldRk6E4TDVTlEpbgtESS { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XDRc98TabBRA78s5KTsxaiIFcA2N78fK { top:15.9375rem;left:11.9375rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tA845hN6h7IoC25UmmXNSyL4QDuznKom { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cgrTdto4etmauUITTd5TrBHwVp4UgAci { top:18.3125rem;left:11.9375rem;width:3.0625rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qfTVhw0Sr53eCHGECoUzIQSqpLV64bAc { top:18.3125rem;left:13.405639648438rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ITdTEPtXqe516u07sW73PXNvsKW6EeyQ { top:20.625rem;left:13.311645507812rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bxUVyMnNqyWg0spwvZTVeh04FX0JmH4S { top:27.5rem;left:10.375rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gQByaWWstVm3OhwPql7qNc8KeGSSRDTB { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #QTVBZhtVNL6TPlddKfgpUH8SVoC500Hq { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #H3C2lMh1ZebfsukbIxObHFnTMXrLmCkm { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #k2MnTcyMr1PhVi6UpJmL32teUUfH2VLZ { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #sOLo0VnOy9hoKXRekzTQThzhD7mFRo6W { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JC7digFZ1VEo4vDhFLmEwRNiceSutfhW { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nwRiQXcfBNFQa8xDJFLZVQNaomUlEodA { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cZtHLPuDfeX3DJkDtFbSPZAy47HDrVtw { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sUNCppTPOCr4qGwUq0ruqMnXoHagsKV7 { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BczGHwOi6FhZibbViPEB1uyqNmOSgJ44 { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OAfBUwK57B0G4Cc3iZGnagkToFEG2h5w { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #y4a1SQJbEw3KIxgaonSKolBC5ftogF8g { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UnBTfzQRuab7Crg5ETeS4gFb9EX5oVqb { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nrgW0PBUsIe8P58J1m587aslaH5sLyPK { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ypOlcx7x4EEsvPBU30lPNJiMddXbxt6D { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yuU7QrUs3W6kTNgPcK5TFvOSc47XdThQ { top:29.5625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #E4xRO9WUshlfTHEveOaZJKNTU1l3KT8p { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E97wKJrLVMMsECsV2fSQXpToXQ9DhI94 { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TnLg8qb5zvgtdORrwNTwIBfXTO3UcgdE { top:0rem;left:18.3125rem;width:17.1875rem;height:20.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NrxV9hgSVauUFIfPehMxs2sUmkuILhNE { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #LrTrETgOqUiVbD4a2CredzBLf34zH4Kg { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Odmq9h99AZU2OR1QTHTquAIaZqSfR9Mq { top:23.125rem;left:18.3125rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oFCoUcyBkZbSUvxmgQpALzPnOIltVTUo { top:26.125rem;left:20.1875rem;width:15.625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yP0BNbzzTZh0bVtE8CE2HHSp4V45doxT { top:1.9375rem;left:23.375rem;width:12.375rem;height:14.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CGfwmPMV7gVF8ExIfz7vyPc2RgoxOp8Z { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TaBvfKA7GZ8mui7InqHmxT44m1ZJ6C5I { top:15.5rem;left:23.875rem;width:6.875rem;height:;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zoG9FcJpIsvprWFq8sRFFxAWikyCuSws { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sdEolLSOvGzgoBqJRtWcUzgBVTncvBF5 { top:18.4375rem;left:23.875rem;width:1.875rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ngeuJvvwzQymTAX0pzpSR2ORnKKAcMBH { top:18.4375rem;left:24.53076171875rem;width:2.25rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EEraLCCJUv5vqPTzukwdqnKoeCXZuUTQ { top:20.3125rem;left:24.655883789062rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LAxrvD7ZqN0A4b54Z8o9rgk3x7m1rRDu { top:29.375rem;left:22.3125rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KFVIE1EBLz4C6RuPCZeoh0M2pBwwyZkB { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #zJyhxTFipGieuGI27LqIMEqQovihSOyK { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TJ56xhf566WrRywErnoxnxaEDTKuF8hZ { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JOB5zzkszhxFv7HHu66mU0TEil5bfqAl { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RR5F8GaOS2JCR86cIXImh6p3Ei2nntl9 { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kP4xGXkiBtXPSIdZImZ4L8AV3F2lxmXd { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #PEMrxIVmT5NDMABGq4Xi6aG76Tzl148C { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xhiv8Ni6ruaz65SW6unZdTrlGRfh3RkN { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #so147OGLtvTbkttAOySb6UdUEWwMPXgH { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BUoyqxvHPzvK2Rz2ZHLfGrAfPmniXUhL { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GHMvt8HaruobLiM9LIx1fy3ZZpa4N1iw { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nneJ5xFT6uOQXo34dHOEXpo7tvxgn2aA { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #htdfs4Cr5iOZ6RH7vROC5BAE6SoRKR0h { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Bpz3H6wvRhRBIkW4GRzuaGxzH671uZTq { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pzTkpPVF6WTcCwMTEhuIe0425DLK4vX2 { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SO92FMbFNpMcERdC3H4xDgOTZZ3zF6i2 { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #A6h5L5u1ArsCGpiW5KK0ESCyqfetPJKi { top:31.4375rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #sDMRi09AfT02txMHDiuRuyClaho1phfL { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zK4iU9gRqV6kGNiUfmw01xaz2TwQFhec { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #yT4ip2zpyhKKw7Jm5dR2R2cfqNRRnGsR { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Wdif4vNS4KEpPdMHnUnXv9rRzFi3s4T8 { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gXLziPn5cyJ3OCv3EEftwvpI5NGKnDr5 { top:23.125rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SIncwZUtTA2VfaguSIHUCleALkVRZKBp { top:26.125rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cmzyO7SPFQNzCgO4hHxteVnQ6coJdEPm { top:3.125rem;left:35.8125rem;width:11.3125rem;height:13.30172274056rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V4rxkkT03kxpd9s6TO6fK91XkvKWJ0lT { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mmglX8a10e8mp691DOqa0c8Z935CuGc1 { top:15.4375rem;left:35.8125rem;width:5.75rem;height:1.875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BOb3hof8tFJIdt3R1K6uWo334ItTiLTh { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ayqJCh71q5gaS9bCLLydXuNkbxsD7IQw { top:18.4375rem;left:35.8125rem;width:3.625rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ioPOLrtErBLDkESgIa8AuFCrdti7GJOz { top:18.5rem;left:37.468017578125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kANgJRWSM2uVXnrJnXXqihdn9mBdwL2I { top:20.75rem;left:37.530883789062rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WPr28EZnNdZeIhIrT4hTvCQtxarG2UsV { top:27.5rem;left:34.25rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #n4V99qfWzTMpM3n4kaxoQXThWT96ge8o { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #H6cuM8xcLJD21o4NtfNBp50ivhubumET { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xVTCMyko60NRoZu9Tcc7IMcM7aXznze0 { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hdmbaZFLO16tFTuAaod4JxLqWl2tZTmw { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EZ3GQUofXEZTpL5xAehiKGS55s48mh1f { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tihXJoRQzNg5i6gZR7g38QfT7MJ0zWUG { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #p94koKT948ox0HtwZnkLQRRGzhxoGgd9 { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RRyAUfFdG7r39ciDTGDlPaEex16gxNei { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #O4BDBSVeJrJt0TmSS26AAH0ivZBHOO3l { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AnlZhw4vKqVe6rUkpJM0NsbTBGSUFi8o { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LUy5g1WTE010C3z3fd2Ss9CTh1lnNvPo { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pxzVwBleEZBvuv1JgLiT2txPSBZ0wN24 { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #F82RL3xBZc16gDr4dqITTAcw3IW2tntK { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mRR5F7peJQkC8wVpEzPh8UgBVSBIl9D8 { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TC62eVD1HlNzd8Pv1vkwStBCg31qNA7S { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rIThHtuHcCoT8PF6zrbrhTaI9HVZXQW8 { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QaTQvnJqlwJitEz62I5qAr3c9pHc2Dig { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SD4aimcivcg0fA8ThTsu4LTVMTBps7Tq { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #s2gB68x4T1TlvVhlMkJG3LepBP1mTSU0 { top:31.25rem;left:0rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lS45XtzR8BFEzvkiGdffAszqFDGPn120 { top:31.375rem;left:7.9375rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZnNqoXu5IOiflcF0s8SJr6ykVs1Z6h3K { top:33rem;left:19.875rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Tu5tm343V7BnXvAyeM6fiEWxvc4NKGDp { top:31.375rem;left:31.8125rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MbmhX565cS2p9CBz879on9Xe3qRgAopT { display:block; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT { background-color: transparent; background-image: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container > .video-iframe-container { display: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row > .video-iframe-container { display: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .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); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT { border-width: 0; border-radius: 0; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LlIzTsJIWAoSBhXfl3qZ24deUlncuE { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Zdr6DkVaQ1D6ftdD9JcTmhsh3Szv40DR { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eGBrVqcA5qrORLI2qBKTifSvywawZUtE { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #afFitaxRwZHvH9Ecfw0ePUEZwstSbgCu { top:23.125rem;left:0rem;width:16.5625rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cUmpnbWQh4U3ewXlUKdNAkqL6ZExG9Go { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #prdFNCIO9kgDTaXyTkKVy3xWCmmvNC1Z { top:3.625rem;left:0rem;width:11.125rem;height:13.052113478664rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CIm5t3GSrdl12UXDdGxaC5EWP0663ssr { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xTBsBp84tIOFA5NSn5eXNdaafmwZ8Nyu { top:15.875rem;left:0rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Z1WcLAMvNo1g46ezn5VfrmQfBPQWLKGu { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UmOmsN1DOTSqJfoTrXcokigfRBc9LzRG { top:18.5rem;left:0rem;width:3.5625rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z09BfRWMiExPUekFo1c4vBCt8yRT5TfX { top:18.5rem;left:0.78125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e37pHc5UwTHT6zGOMrUxKdtu4Cse394G { top:20.625rem;left:0.71875rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #REISIzgSlpz7EGxE7ipx3e20CwCPnNly { top:26.75rem;left:0rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #USNtTholMZRLvZIxVyOcmZmzDLWeWcBI { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fCk1qrPE41oKX79txKORBBCTcIgtWJDR { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #lePANIOSLeMDSxNg7x1NbFfRRTmlMGLH { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #sFCI8sof4OaZktoA1UUpqnpzZ2Df8nmo { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OC76kyz9wMimHVGl6Wf9S6H8UbgK30ho { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TibGEex6mbHs2SnUC05LEOavebE1Uu8M { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #U9kbGeofKw0plF7R4tQMMlqJigPMULfA { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Tsny9u1RrT1T7K1FTgUHMwCITV08gtHN { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pdaHDK3L6xVohxfKSAqeltTBqAGQAgJ3 { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T4Q9KZDJ8q8dJIVgflUSsdDG1SCAhnmy { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XlB1DI6rI1Ho3qQ6eMac8sSgON7N5AkG { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eaXIHw4hTw8qNxp9LADICmxqTreOGdqc { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Wug3Vb14LIAZgILXoqJt5THERo1ks1xZ { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NkeXkaVQkMe3wBR0k69gJ5knTxTcukrg { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #kAmfB3d4CUCv13K6sTm57QO6q2rf1wdC { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #D3ybRRTr82KhD3R0aHOJWTTrkyyBf7PU { top:28.8125rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OWa3ODrT0rZz3TTVnqwg70e0kCJaIuPH { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #i0emt8E7IEH2oeSu72kPyOaSw2Pwu6Ii { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vh6uFGlNgNz9epH3Q06OpOxGhiBRT5Io { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PlMhD5tnsoLNlbvpUIhR5zJHZbV2yHde { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IhtFFfTVzf0Ve3pEdRgCPaQGw32nEn1m { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZGOgBINDz8frpVvT4tSSl7b94VZy8E6b { top:23.125rem;left:6.6875rem;width:17.1875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vCvbNdnySeAkd2oLw43MmLehIDTbG9PP { top:26rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mMNVToiXqXRGuwrRcZPEk6JII0mR8FTa { top:3.4375rem;left:11.9375rem;width:11.375rem;height:13.364217095269rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RErUo2bO7zvOl9xZUpvG6SKGPxaST0As { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #eeeNvsuVbGOCHQFmc6lraFtZC3OfoyJS { top:16.375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #y06QZJWsUqvtcuEgZq65aAFkuTUdACJe { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hi8PubI2egGJsWrtmN6WhETzcuCGe3VW { top:18.3125rem;left:11.9375rem;width:3.4375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kmgleHO0lzXR6Arh4214lw39QpsF7gQ3 { top:18.3125rem;left:13.343017578125rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZP5mE2kUQmymNNfmP2hPaCCrPJPVmslS { top:20.625rem;left:13.2490234375rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h7onRs3py7cAC2TGdGr1dohiPANK7oSu { top:28.125rem;left:10.375rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zswZlBcHpEXVT7WAC29yBeulTNhhRU7d { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ElJoHkazkMfvJRlo3k5RC2UbpudEJarp { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XRTgWVLgJdnk063VvnuZuvHxgRrEFSte { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MrwOMRe4RvxdBEGWsUab2p52UQCQ8bZG { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pgObK8p3VEC5eBpP4CHcfITVSVKI4io5 { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #u3OEZ322ksSA8dMcgRw1JNuTINln45aT { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xuW0JoM9S3lsOxM3QX6cRgOWysVfAQl7 { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DG4BEdlybBQw9hNKp1hll24W1AxJg6zx { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TSb3UbaoL2B1HT3Vg6t4Tk7qvleIARHI { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lz2wRcsRlkN5lCJ2XcnOcPJD3tJO8IHx { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sQBc91ZyL3C7iFvLhrGIXgle2TS7uEQz { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #UZSDfogV6UvnH9kAe7Ag7KNe2gMNBWwQ { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rfoiDUShKxsshuLJUk5oGTJvbRxo5t0Q { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PAbSHHpmcyNZkeLPBHNrdP18kUGwGh1W { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ualanyOOMSIHDIwVWnXb6skzevolJkEi { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #DOGWvL5tOD6DIx40ETPD4wGIxA6M9cAr { top:30.1875rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SWJ1WhvL27MtdnEWS3ng5edkGdcJZexS { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TEUrmRvaxlIE44UcMzkATfP69M077gRy { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PT2TnxVFolTV6KDyqeJJOCOHp40V6xOs { top:0rem;left:18.3125rem;width:17.1875rem;height:20.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gRga57iUCWEOqwxsKCxCy4vbOh5mFalC { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Fl2irER6bgNSrqEsxTMQWHoyqqsIBEMa { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tNQTSg31o4VELxdglg7QFZeQlXpI7kc7 { top:23.125rem;left:18.3125rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CgVEEOptZFSg2f3gzyrzEWZLA3iFnfup { top:26.125rem;left:20.1875rem;width:15.625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aROUSB9ZlNx6WTBwmfVWPL0c8B0ON3VC { top:2.0625rem;left:22.0625rem;width:13.75rem;height:16.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #us5IdwE4DFXPEoqvRCmGUlU1XTkdkviT { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dfiLU3IoDoo2R5OVidI8TuWsfnZdzFAg { top:15.5rem;left:23.875rem;width:6.875rem;height:;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TFTTRVQdUDRn5izbbcbHLlhBWWK7Lw2v { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hPfm4HcBz62a3BdTzABab0PuGbL7kq3T { top:18.5rem;left:23.875rem;width:1.9375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WCObBoOXTIMEOqur0vDx3tnT9oUx7pmT { top:18.5rem;left:24.53125rem;width:2.25rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DKprOhX6kg9t7odGTs2Er8Xr524t5HV2 { top:20.375rem;left:24.59375rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ys8gFzevScxRTkJorGWaPkD42mUvhEqs { top:29.375rem;left:22.3125rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #da7yXsnwWCunb5WKMTuQVdPSAKBiMnga { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #lvPRlS1sA5fSebt6oJhEAMIOIKK4fyMH { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EplGnL8ARPOS7vKdNxsMJTEuqhqcpwrR { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MCdBil7bT1HD9lB9zmhZGdKZ27NMnNs9 { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PyXcf1iRPgvwyfE4pniTq73zbZInQRlA { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #svVCZZHW9ZkTDBRXe56SXChiIqv32CDC { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #HtZworiP7K2yqnxqlXkbhfTBxrsEh2mN { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #HqWL1dNA6aO47P4BdDRZ7V6mBenDDXwd { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #frxztf5GCKQVUcosXTpSc0Sc9sZaJMrq { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PNSori1dvMd9LJEobET7bWoIQ0bCgZvZ { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gOu1MOqyRNtuDiTTlgMIyn5NT2dBdMLa { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #w9u46eezT3TTT3ezX8iSnxERTbxNLSq3 { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wEyVl4hCon8hF7yD3OcTLX6E1rmrmBcx { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X76sTTO68if3D4eOA4vqMU8OZ8zw8iOR { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QEPwwuKvSgBKC10ZJPRgiZtN5ux1Csiz { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kp20heCZSKRBKu9aMksFdaMaXf0TBTHr { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #UnpHpVE4GSxpxUEoREms5qTvsX2kpzaC { top:31.4375rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PqnXJZgfaxCW4bz6PQNPZWt3sCT8Gd3u { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ksODD0WHFBCqCRgkFa3DCDEQWifR1Auq { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #T3dfzKPTD9tR8oeRA56MINlrUsdiBIdH { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lDxFs4xLuOI5gzEBbcELXA9XJLSe38JB { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Er4XwalZmaRivh3SpFXDxqPyu2514qfA { top:23.125rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rdz9tDslSbedWqGl0hsfThicwOELUggn { top:26.125rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #eL5i4tncVezxBeoEkXBqSVNVFG635fbe { top:2.1875rem;left:35.3125rem;width:12.375rem;height:14.55157316301rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oqyabeQXTyRy186TBx9FzUkIldzeKAAb { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #uIJNL3SH64xlRsHKJJpESSLZrylIPmhs { top:15.4375rem;left:35.8125rem;width:5.75rem;height:1.875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #T1MrAoJh8thZ55spHrk9aTXdTBWWMzrV { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qzAlyW34GAvr843Aa0z9vlf63EzqucaX { top:18.4375rem;left:35.8125rem;width:4.75rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MGc8tFZDaPIrlPG1mur1d9hHGnGNzTe6 { top:18.5rem;left:37.468017578125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oKnxQxfylLV8rxTtl3ntsAZx048AQJl2 { top:20.75rem;left:37.530883789062rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aZM7805g4QDd8OToqxe6LOiJgVELM0GN { top:27.5rem;left:34.25rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BWFlh5WuoZ8yyNBMF76WmUGxXyPvJRbF { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #VoDdqoBrLZ23T1SMRMdMqiHJdShSnVy4 { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wEhOKyIxAvkXGmaVdAUlMQzgaFXiIqVM { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #HAfmWcaJ8NTfWJTaukB9btpD9bx8Afmg { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sqsT5d3q0Qr8GAvvOiuNlRwD8P64VrrK { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QACVRa7O7NHv32hkrqZ3KEIpOQ4RPmvZ { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #KR6GiIU4c6Twu4pxoln3wWDQAzLTPUGM { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XB4QpCNwn7KeL4KAwFsuJ0TLDArK5z4y { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #S2TXiimqO06HHfuzaLUtymkXyHysdI3z { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FvoyMHiX5wteIZyCqyfMCuyQURxNUT27 { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fWp5mifPA84gfNSdTNZztLu9l9hCM9Pq { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #KTki3itRmJAXglyRQ35DaMaZSaa3Byan { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E3F7yRNT1zcHfkOWE5h3NiISw86kAk6E { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fBb0r7TMixBDLAULSpskNl8zvfTFKtWp { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Hi58cqZVitFFrNsneDsnmhn5ZsEeBIw3 { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #IHmx5td4dUImWiCtE57GLxe93Ts6yvAf { top:29.5625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OA4gEa0mQfNGWTeb1efdro77uBkosStO { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nKHwIWC8SZtJlAREyUhUkzzD4vaB5GxA { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WvVl3IyN9apD4R2lATZ6mKqHTc1Lh0GF { top:15.75rem;left:11.9375rem;width:6rem;height:0.6875rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zeNvfHvbaEgvmrRvQR6pPckDAdeFuDqz { top:30.3125rem;left:0rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gMr5ZiCTF03Fg8KeuqNqyUQm9XvQwcR8 { top:31.8125rem;left:7.9375rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WDwg5AKssoXt5XC7V2FvT13y1TycXRDV { top:32.8125rem;left:19.875rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kupvsK71hblTA52ws2V1TWxT8fy5qSUv { top:31.1875rem;left:31.8125rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { display:block; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { background-color: transparent; background-image: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container > .video-iframe-container { display: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row > .video-iframe-container { display: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .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); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { border-width: 0; border-radius: 0; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpNDIKxpztpwea6VS8iU7xrTrP4eH6Ee { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kTy10kDUN0KB1SnNq736CS0nMNNTzidv { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bcBeeMxselMqG2eilgrnM6Vig1fbESaO { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qa85ZtTOzReZoFTBAU7ariMyicraoFDd { top:23.125rem;left:0rem;width:16.5625rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JOVT9nTnT8hIRiQJCDr1Cvh1xQmvhy6M { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fiJpKdK4rWCvoZSm6OO35ol56gpIX8HM { top:3.625rem;left:0rem;width:11.0625rem;height:13rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vdDr6ebbQ1Qrvlx402E4SZv88G78V77D { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qIi8OwgMVRlCDXw0GiuR1DyPMqLg4rdH { top:15.875rem;left:0rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vy4gWnIiSiLZvptb6Z3acetxW8NAk5aB { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EMf5VJ3PAkOMefuhugnZKgW81fwSdCs4 { top:18.4375rem;left:0rem;width:3.5rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rANTPKtm1yD8p9betRTIbHwappwcyDoT { top:18.5rem;left:1.0927734375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZbvWZxUb7XM55JrJ5LQB050OkgcmZcza { top:20.625rem;left:1.0616455078125rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uq6h2P2xTo9vZSACuToWlfNLZd644vBP { top:27.75rem;left:0rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mTzrwg7TTtMnKhy9L0fQd1sT9T22DxeG { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #se689TcAfJiNuQTGJCbruqFGORWqN725 { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #k5v3C41d7oQT1eV4hKDrzTgS0PbOfUez { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #eMhgvxm7qLMgvvI5tbck0KTcePh2C3Uh { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lAcIX0hvUPMUNHPOsugAPZrLTzUrfKFC { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #buld5OscnydlpBdLkT0CSBnTxQq7wZbC { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #zaFKHzDAw6THiCKonGzteilGRX1fOmPH { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oI9dJHHi54q6Z7fpne4zkU5ea1aT28lb { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #kSTm9TXJQcDuF791VTTvfa9HsLx7Tq0F { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ipRBrCsJgoyN2D15ih6rmT2vMagTb67J { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XPFseXZbmZ8uxw6t5Ktte2209GK7pTFJ { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oBXlOSJgmDPFs7ccVb7viWIF1nK6cMlq { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #N624QFMsKu2iNR8JZsTiBM8cxA3gd7C3 { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #a5EkLW65DJ2fhsdfQpimOqHntucfDhJ0 { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #IC5Ai4VoTTwgUikS1wquB0gsTqdxnlwI { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vP51MSTSemaqmFTcIfDqZgNgWXkJ9dmS { top:29.5625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NybtT3yJ5Ce9wbUAxPTfbEKT1MMq1hQ0 { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xJSO8WneHrAa9ShOx5ObTS3aDDDq3MhW { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IuoPiB5367LB4NobEN4PKddmggTr23N1 { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yiJMPm3rfkP5CDFD6uJKHu7iRuB4tmO4 { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #u1aNwc1yTnCxPcHCBDyUWOTnyrcswwRD { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lMilSlwc8ZDENNHk0HwwPbPTVzOMdiiA { top:23.1875rem;left:8.4375rem;width:15.4375rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vfloa6kbT4Flg6mdnndo5udn6zbDK4Sd { top:26rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TRKFX9TTwmqEDMz3mtWf6gu4JcVVg9BI { top:3.4375rem;left:11.9375rem;width:11.3125rem;height:13.3125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I2FfzKigLErTu0cXOGsx3rOvtKL9QhI6 { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UI68BfA9Eym8ErveuQiGmlWAI19gZtH8 { top:16.375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #k76dseFenbwi9Wz2OAr73BqifEUrp4HL { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SbZ0Lay9xlfq6ysJXRbDpZbZhaCcrvD1 { top:18.375rem;left:11.9375rem;width:3.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yuzleFq9VLTGwpz2OXvEiUy5HVvpq9SM { top:18.375rem;left:12.780206680298rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mM4vEzOd3Jai7bOaMIq587TSCGGiWQAz { top:20.625rem;left:12.686456680298rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GULWfF7OtsNnFV97fbHTud302deLLHB2 { top:28.125rem;left:10.375rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EK5oTrJi9vn1TEOcTm580QOgBy8pTNLl { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SCDdRd8F2WQFfdhTUS5EyGvJlg5R46sn { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Ic0tS892Mdn61T2lC0ILBUmLhEZ6ypcm { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #CyvJVvv7Ghed29Umin6TvuBsbLihzaVx { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uPbnUnEMnriGTBE4gsGNq5ynyO1z9PLD { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XsuBiNQfa28rhNTZAVGkWcDVshPHidx2 { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #GTfIsRNEuT5nd3gCr3EKNZ3fhWgTPzMC { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3ZaD0QeEv4ACNQeI2ot0hOElnrPgW0 { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qvOKTXBueSx2ptxzoMRlxll1aimqO1bl { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GnahV7UUNgfiiruGwxbQyGx9pJTrmAKo { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rp6VCksdc79I6oCuZqlsI1doIdTN0ZOL { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #knSkGFqv93M4LLhaZqopyQg29vuMA2U4 { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zHRpui0a1eXSJMRgn2QQoa93dmTguF5p { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iKdR3MFWZNCMm4z1EiD7MZKL7pP8u8oX { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mK2ZbmSTPLprtyppg6NEIXDT78frHKOC { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xGI23VFTru8MIsLdXZDcdm47S4D1dgNQ { top:30.1875rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #pzNfxNxOSS1mmwbdelnECy38qQ0T6HPf { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vmfCcgNISLzrtG10XgthXvvQFpNXB9Xi { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lpWJmqOTwqzs0BBnzG4AT9dyTh7gJ3GJ { top:0rem;left:18.3125rem;width:17.1875rem;height:20.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tzrunGqlTUcxeEUXBkDAiCdq7oZd9W34 { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #HyTe5i494WJXLrJKKVHLEHbDKNqBACJn { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ta5XZCuJ12259OXqoeaL7FppvrGV1sov { top:23.125rem;left:18.3125rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EQiKfS0Xgrvm8BHiQTU8GgWoE0B0l5el { top:26.125rem;left:20.1875rem;width:15.625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xIdI1yweV85G3ulnpPnz33WU58y54mbI { top:2.0625rem;left:22.0625rem;width:13.75rem;height:16.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SgW7E7y9WWsLQ5FcWmFSDfOEvDb6qKNr { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #h9f5Z6bsK5yVidlWpZDxt6Rc3T25E79h { top:16.0625rem;left:23.875rem;width:6.875rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QkD5mTT4SrmftoeGD1fKlHhEKpm6mcgT { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ebr09bepRcfTF2HeaaokQffmrae4WiKC { top:18.4375rem;left:23.875rem;width:1.9375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TF0V6zW0F5ThfGceWFbb9LL4LGmKQDRL { top:18.4375rem;left:24.218139648438rem;width:2.25rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BBR9zSeFCxRwTCGzv0JBowg3Nu3eF0mp { top:20.3125rem;left:24.34326171875rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uHTgnryG61b3fRh0TlWxdflvlkvacX4X { top:28.1875rem;left:22.3125rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #pvXgvz3DhlK9JUK6Pi2orP4i1QOp6uBR { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LwClVp0W3B0TO5Iy0R6Xer7mfe0reVHm { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qCUiTBHc4oWmPUf8OKnIX2Adm8gixDHg { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #e49TE2299hBTsgAGbTM3iAZXNVMBlGPR { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Dfd4qbmvHQ6wBi2Ttt0ycz45paFWFg6d { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tDRMxEOyqlzPC9Q3nBcCeeEZQvBCHsSU { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #bxBpxteU2BXp2k9n19EIxhAo6VxpxTMh { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gBgDxl1nyrEpbKMF5CCThoJsXNuqOCnd { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #vKluIrHulsO6dA9wURBzorrTt83VxB4w { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LoyNwKveXfaV0DQ33LIUO9Z1oATqxtsy { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DPpCk8N8GKVeWTngKh1n3VDIVEQzZ8EG { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #inMqZibo2Cs5WyBxtNk1dC9ckkwC5LBg { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rl0UPxMqCW22DJlcBBLZ1KKtxBxO1Tfr { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CZtA1s5H5MW7umrJGe3TeTTQ9xIlOivN { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VBGFWUzuEkOdahs3Ti3TWkgTI7yk9TTy { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o9cp7bi23CwhxAEQAGcr9R7IQyMiThb8 { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Lqq30ovJdNTowatmmJxLssIZP4TsQ7um { top:30.3125rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Z42DaXTupkc9pHL4ooLJo3wgcQoHHTr6 { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QdydvprP9FHzdXmpqgThE0PyEGqGhem7 { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #DxzsKcL9kPNHBZ8QCcfFqrddzdw4x2xx { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vSJMZEp4lBt2FpkTDnyoSaRagPTqvCD3 { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZhCZvKHzaudzhfc5eJUbVSlp1P56vCBM { top:23.125rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Ip8MLa1DPhDwh6O7k6ITu7k08ZQwJ0Lz { top:26.125rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gWcDmElWKeCZWVVxOsTZkDlpcsauN94V { top:2.1875rem;left:35.3125rem;width:12.375rem;height:14.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ildxvvxT5Ks1fWLRTlwZGI0FGTSXnivp { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #q0u2vHTxGhRrExNPN2u4Dka8oURJin8h { top:15.4375rem;left:35.8125rem;width:5.75rem;height:1.875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #C2G9FoFpV4Zq6gq3STH9zeZXbiwGpaML { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tfu0hUDuZAsHPZatVLgTvaVVcPTp6Cuc { top:18.4375rem;left:35.8125rem;width:4.6875rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fIMKz7fPmLPkzSKm9uKyaaV3Xqg1Z7Tg { top:18.5rem;left:36.967895507812rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zv1SbnMHeQL6pTESSQJZNDVzJCKdZWwK { top:20.75rem;left:37.03076171875rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ifNpODa1WK3Er0b9KTCqJ972cV49cBgO { top:28.125rem;left:34.25rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KabFsW6bx2pvx8EIM8kfuxoex80nKgwI { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #h3HXlJUoFJTZnSo5oaiJmRQIqTaT5eOJ { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TPOtkzTLEHQh5y1qTiC617NrpVyExXnP { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #s2QE3xtgF5H6HMPWCP3a3d3ekuSG6sdD { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vCBdTfw2UfulGIoayXeGO6eLvuQ2LbdP { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #d6t2ggvykF9Dx1e4csxw3ZXq7omvp7ko { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SZsrtptQ1daqRbOEfKswIsroi4JBPq1J { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #fBUq7QAJzTetGOQxliesTcBt8KCnIW4s { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #IwTZTc7hotd3tkAvsg7tKWOZon2TNC0P { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VenT5z5uWdGK2gvALo9zL14JHEG2PoN4 { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ETBz2exDlE2s2NViEhp1cldnRV1cHSyi { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #yW943oEXaG5pZCkLAsP63dPRbkwXJMuL { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h6AJellI3F086JdcKKddh7TaoivvrLcc { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LCMiQK8iSuLZKCOA36aOo6Sg8l1PS2wf { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TumIeGtqsKhyICibJDOxuitSWTMQzGgK { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #tTpPmzL1JcgR1imkUHHDpCGd4nWdFnnc { top:30.1875rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #a8dvlBKdNdIe9uDwHvpdTyOFg9zXLOSX { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OcGzc2lQrzageEFlIkh5ol9V3gbLkHLX { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TsKk14XSwqb26woWiuq9e0HKEOVsgXvX { top:15.6875rem;left:11.9375rem;width:6rem;height:0.6875rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #T2J1uTM8dvSVGtTKOEcDpF9g7oDgLZba { top:15.75rem;left:23.875rem;width:6rem;height:0.6875rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ElWcsBu4xH0beEsMaJ9sbidPiK0koFH0 { top:31.1875rem;left:0rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RZNR8ysAE8zyVEspmU9vdmhbGVCgtKhG { top:31.6875rem;left:7.9375rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #k1b1i8iIKPsagTkU6OptcHukOX6iT6LF { top:31.6875rem;left:19.875rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xHyVd5JaGDaAUdbel7kyf4tb6sXuspJe { top:31.625rem;left:31.8125rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { display:block; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { background-color: transparent; background-image: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container > .video-iframe-container { display: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row > .video-iframe-container { display: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .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); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { border-width: 0; border-radius: 0; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLq9OPO2SJsS2sZLZ5T5ack1uWqGSBlT { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cotReWGa7U8edAMVNS7U6D8Khrsq9vHx { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xv0QvclnWaGGM3Jt9VzWy56hoFU4WHNl { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A42TFTBNiiHszLNHLOtkcdWxt1Fr04cC { top:23.125rem;left:0rem;width:16.5625rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IhPKihVUWcAoEg6zNiSt7M6PDDxNOoif { top:26.125rem;left:0rem;width:10.3125rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Z6vSt9awegGMw73GiKNx6orantHXkOKb { top:3.625rem;left:0rem;width:11rem;height:12.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cm7F8TCNBNB2LNtnop4e46WOwPdiu5HN { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yXNtCeeiWRhvL5eZR3M3ALznqdOroIAe { top:15.875rem;left:0rem;width:5.9375rem;height:1.1875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Jv3TtSXMJHFGZmDJU79q2hXEnKpJnWmg { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QlkBwVderznkOmaeVaCXQEOLHt2TpEwm { top:18.4375rem;left:0rem;width:3.5rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DrcuGushvaXwDhGDnIwSswDp1eBACLwL { top:18.5rem;left:1.0927734375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dqcVcXAlh8XwfNhlskaiNhQ6u8iZPGxF { top:20.625rem;left:1.0616455078125rem;width:2.5rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #snBc4l74cMITFMrKvZlUoIiMwpnwiSNB { top:27.75rem;left:0rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XDMs1hWngDTX0COLWA99q1ziIKaZaTl8 { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #RsKTFG2WSE6XvK3nVQG6xqaieciPNsCJ { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uSZekfHx0362TMOZoIyZ4JBhoEPi9Klz { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #PQzzG5tsFiRX3JBeFpaqw9Tmw760aBQ4 { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QUxtX3V2LBDHxbCIkOK5746bhX8bCsi3 { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #efqWiwK2uaxvkhM9UPWzDi8v5bqVQQBu { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rWzz753kVE8DH8EJQAgRfydLptlW0lyH { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #KsnWXa49yVNhJxG26fLFUTrO8TAmnZux { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wyf90wWPq6q3J96nb0sg6dFgiHAZoyu2 { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OWDVUe8g5U9CvkxKFGDzz00cy3k5E7S6 { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EJGGmI7qM72OPVGEmexlzIVpeEWbJ4qD { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #DhNK2ldR0H3q6F4VPEcQUv2WNlt2GcDg { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NLvbCTI6XyuWlQ5e2yVCXLnWohv6pqFy { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fhXxxbxW0TQxZ17T4bgaPDv6aWLlJtCG { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Ba0aIEwnbhQhPkD0zTZ92RUnQ46VNL8M { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Nvl3RuqDyswE56klubCqZLbkSRvntnXy { top:29.5625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WCRRdos6TmCXT47HzMJeoSiBC2J0btfq { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #of6sxfbUfWCXrBiBRh6eQbu3oIF8yQDR { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sAVd1WMpkETfkHJ8N1ouH473w4pt1Sbr { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X1P2pGTdq5JN723X3OCGT6HvTBd8TQp4 { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #VGcfPQp9Qb3BXRK9TDk0zZ9PZwoNTWpS { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qqta3f8p7sUeokDB3ARivKVqHcwXda9z { top:23.125rem;left:8.5rem;width:14.5rem;height:4.5rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HB9CeAxErykdzFVqRT0X2J5R1ERHGtkn { top:26rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XG3ZI7OUltqo3zRgW9bUmZHxygXdl6Ws { top:3.4375rem;left:11.9375rem;width:11.25rem;height:13.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LCTzwu1ODn9y5TGiBSlcSVBCIf6EWKaG { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FTLM41273iJaHf8qZNRauOQdiKTmqy5y { top:16.375rem;left:11.9375rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Zbufb5vI3QA2lE2PrsPoda56b542eRZV { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h2RLfbGFI02VWeL1uHdQdTACep0AsA5G { top:18.3125rem;left:11.9375rem;width:3.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q5CLK3befsbkvxNQF3sF89D7tbWuTXOZ { top:18.3125rem;left:13.343017578125rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SVX6C80xyuJpchgJaceyV2rSwubB9ooi { top:20.625rem;left:13.2490234375rem;width:2.5625rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hCTTG4bSg4950455dcpk23FKTqDXofx9 { top:28.125rem;left:10.375rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Cqvfo6JApt7txssZgUvG5XMyKrOiGV3x { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LlVB0KuMNVb7G7qPuX1eqD5OwV4mnUXv { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hV6NUfI2DWbBt3EkpTndg8hGcgq0Plq4 { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #pIT9gI0n7f6SS7bXWpub6zBdBrb3xCKs { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rSPzaHLAguEXCcyST5OIopFFCgLZeQgy { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #HExWfTVdbnoiiPaqJxuXRTSnbnPQL89N { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #iV1bn1fmGimANmWKoPqvJKckBd5xEp49 { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ING4xqxwDRAUVbIA50yZJAxNWsgr7THb { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SgDGHap662B51xxH5etoERAmqopdkQVK { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XDe49UPLCSFLaKcm8tTOfPMtETl5FzUI { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Dv8gOHJdKZqw0VpPbS1aXLOKTIrCBMwZ { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #gAHzbh2HUuIIqSUZZ006klhoIfW9XJPT { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Oe3w4UiCgVIrXhyBZIt3va9QTDgZZfkX { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KGqsu5TKoPUf1bAnhmVFiTVDxwt8p2se { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SACpOZMcF6cTlIRuT3kFNevrku2mykVg { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #S7KITXmBAVU9QU8ooVsloS1gfJ1NT5DB { top:30.1875rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gfcmOJ7AoJf6ryqPWJD0MPrvV8WLWKew { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OKGcokBaFMxA8Vbg6mFTBeCL2vuUI0Ko { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KUuTOPhElTFWOcZXuNuZSy4BLwm8Arwa { top:0rem;left:18.3125rem;width:17.1875rem;height:20.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #u6bxdxkgyidfopFgIXt07UVb5mS9WUHX { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Vo6hAGPdseaHgz0V8F2veFJZJXVTnRm3 { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bues6IsKK6Pn5Juv9c3oiTlJFVbalGqx { top:23.125rem;left:18.3125rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #T4UXpyntTn1Jv92OIVC0BJV60DSXeP7P { top:28rem;left:20.1875rem;width:15.625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JfWVORpw3TZs11bxuEaozUyTGatxd2ox { top:2.0625rem;left:22.0625rem;width:13.6875rem;height:16.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V6Rs3Q65BCgD2iyCVCMPfbcnuHvTu28m { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Hm2LnV11wyEPcly0Hk36bwcVT9VNdw18 { top:16.0625rem;left:23.875rem;width:6.875rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VpB5dXTiHEZTVi1G6hSIwOuOXdrSLwNu { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E05Iqmotr4NlZH7OvafsHIWCl4BLtmnb { top:18.4375rem;left:23.875rem;width:2.5rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rT0DKSiaeegkX0adaGg1IdsEVPD8dwqH { top:18.4375rem;left:24.405639648438rem;width:2.25rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B7PfnQMAvi06BMIFmq22ep1HJxovdK0L { top:20.3125rem;left:24.53076171875rem;width:2.3125rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gg52CDfUulPzLXdoeC3P2hepCPyb7DFz { top:28.125rem;left:22.3125rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ewh6P1Hoc6aufZs4HeTDkd1skP7dbhNb { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #P8FJ9doMomugmnJxkswVsL5ZXBuOeLDI { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #JVmcultUVUaPZMfHd5HisnTTn3Z5Fvll { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qc7Kka9LGHDlUdTzLK1HqsxinMxlXadO { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IqZRuxRQeUZbUyLpoTXnhGgq1hF6KTPm { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tFS7dfS1TmMzsQwiSanTpr3S2J2DIuPc { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #F9sQDBOtyNk4BPLW9v5FFyd1oGJNcbGK { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #FLUI439yXidfoTzLXKDTV8npeeSoRDyo { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #NzSFZSr4xxKsqbuKPM61FtqhmTz2pStl { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I7JFfWeGpamfgbKuybXbD2bnr5OyNOCb { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lhOv6WlAh329brBfm8fEe2G815yqTkmt { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #lm4Bannfnps2XrmhtMNltToAHzqKLR2m { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BrrhhdZuPLCkKCnzTMePbXNhF5KnpPAT { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Rd84KxHp1kDVqQtb7orHzCmQQzE2vAJ9 { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EgOuKr9ZRnZDHvFboCChpFPzX9J6udz9 { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gqb8AMoHag5kWm9yEb5wnhEd6Qx9pXPH { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Or9sByxUy4pRSxXc0OMRNehCkPBk3B4g { top:30.25rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BhorCmkPGRBubqDG3s46DyxkCd904Krs { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e8aTGn5iNSWMG7fyXfGxRzcOnzkSsE0u { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #HrTQTwVB9cDi0bsZJkHfJnVdTQNU7uat { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ux8yNUDiOJmBEcfm1pBWMJwuTm6F3VSN { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EkFMnM8OxOkedHmf1EtDvOb6T1RGUToq { top:23.125rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MbiX7mPLLldMTpyZKVyzQxw4RFlQoBMK { top:26.125rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XHXs7MTfDFRZTLzr2rixrvOS1vuuuFqK { top:2.1875rem;left:35.3125rem;width:12.375rem;height:14.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IbTrdDHPcISkZnqqc00NsDfkAQKA9lUO { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Rl0bR28uA1pfeleS9sTlbT1tTy6PkF0V { top:15.4375rem;left:35.8125rem;width:5.75rem;height:1.875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mmxdskemDbTz9g8RrGlDbF3a97eEq7Pd { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aucyfD2Ki2cGHFS1SEl0MocShmZhBkh7 { top:18.4375rem;left:35.8125rem;width:4.6875rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VLG5EkggL1rRTWV22nEfZH7tyWobHXGP { top:18.5rem;left:36.967895507812rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rT5WaFR4bk4T95OXd9gxCJn0qVNs9q9g { top:20.75rem;left:37.03076171875rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xXmpIysEN2I9PQdvm4Tu1yDTGBtpeMoM { top:28.125rem;left:34.25rem;width:13.5rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yrSFcroG5Rhyi5WLTBS4S5cInVWn7pTk { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #N2lCsmiizDI0USnQgyeFm3KE8S1Xs11L { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Xd2754U8zFhgzDUvxBPdhxTptpWGKURT { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wEl9lIxZ2Su223VJPAeo7d2S7ZeBoO5v { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AImI9zyNIi8LM1rs4w93U8fwv3fVdXrh { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lgo1uTOJTlzm7iwuuEwlPbyc2rzcRL8A { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rdL97FxlgNM4QG27bs1Ba35QvqL9OJ7B { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #KbiXfmlB81e6v6nB6nAOfntTrHnQCzm0 { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #qGZJVtD8EwIMxed4FzpSM0qMSuzHuaB9 { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t7pp5TaGSAHQp3ucvlCibw3viu2AvHwF { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AcHU0uNJCbrpTwvJ4XOs85rF71ceK1KM { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #bKB3V7TZesBOGCiPnqSidpc2qhZUzVZ4 { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hWr4nJeGG7b4qnHZ5JhhpSub2pedmQ4Q { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gVgBxfaWhMkLBZCylUFhHPwH2enCBQhv { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ViT6km6mpT57wcLfAvbXJx8G5UtWq5qM { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #U9Q22mEpoTZBRZt7LyfOs07VQ0w5EbrX { top:30.1875rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PEoV3PR9KOtcTse4h5QZhNTkvFHPtqBI { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PwsN6AoRSSqlXSx5Zocwrf7BPd5HQASl { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O2kk5waI2xw99WxhLaKQJWWU9GRV5Guh { top:15.75rem;left:11.9375rem;width:6rem;height:0.6875rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vs9nKI2sQ1dkH8qHUyMBXbFNM2MRxHNW { top:15.75rem;left:23.875rem;width:6rem;height:0.6875rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CmRi38lqx4orGfnT7xqKUme8FQUs4KSt { top:31.1875rem;left:0rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BmPqKoRtcrxByZhTCpt0CCoPCKTEuGX3 { top:31.625rem;left:7.9375rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #epg2XQOt9gTwGNPZpqKryUBQknyX3LI5 { top:31.625rem;left:19.875rem;width:15.9375rem;height:1.3125rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ { display:block; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ { background-color: transparent; background-image: none; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .row .container > .video-iframe-container { display: none; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .row > .video-iframe-container { display: none; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .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); }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ { border-width: 0; border-radius: 0; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdTK3hC4JXws880HEDQl1ugcAZRdhd8O { top:0rem;left:0rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xQGTtsS839gy56fmgfPNN5xtU43Rm4K4 { top:17.4375rem;left:0rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I1uoSgqdnu64Ce0VxbFP8KKIfKwOE5rc { top:15.4375rem;left:0rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DQn8Wb9tDFWDR57wgUyk0unMphhFWXLd { top:23.1875rem;left:0rem;width:16.8125rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SrRn3XclC61prxv8oplFT1ywoEoSTo3w { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QDgxQ01ZO6NUKwKKDuTromtKuV78uVTs { top:1.125rem;left:0rem;width:13rem;height:15.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ppRhRsQhTPw5W5MfAgSa3d230eJmtPSt { top:15.75rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8x7c4nIrlvcCi7qdgpQQC7KVCFiGKe { top:16.375rem;left:0rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Eo5Nrl5g4FN3VD6bTkL53TtK35sC9gl0 { top:17.75rem;left:0rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WiM6mhWXFoA8m7ImVLPg7C375gDEDMli { top:18.5rem;left:0rem;width:2rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l1RUagUnKi3ZCRqHQlR80BQXI2ASr1Ti { top:18.5rem;left:0.53125rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x382TI77OuX45oEM3zKsiayRXdDZCnBl { top:20.625rem;left:0.4375rem;width:4.25rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JRzovAkgkdPMR7bz2OntQ0GmMmmrmX8l { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RDMxN5Tq5uJiMlKydmVZ0xuVbtJGsXRu { top:32.8125rem;left:0rem;width:5.875rem;height:2.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #DOB6dKrGvaQS77gg5CRTBEBQQPlOGSwC { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #c7aTtRuusIBLOLu1akpRq0c1CZRidVZh { top:34.375rem;left:3.630859375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #AqN4te1AVwm1k7D8UOhTPny1wHZAJfGw { top:32.5rem;left:0rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XGV0EceTw4nCabTVEOH9BplWNO6unayF { top:32.5625rem;left:3.625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mboIDolPZAalg6wfLD5aRBU9BRRoMT39 { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #o6OulU59vpiI9FGLblBN2DzA53T7Zehh { top:36.875rem;left:3.78125rem;width:3.375rem;height:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #LTBUduT2zX0MIgt9JfFtSaIUfU82kW0f { top:38.125rem;left:3.71875rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TZvLZBh4RPsg1EpxD1A9Eb5s0NTsHHER { top:36.3125rem;left:0rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #asoZBvwTop9WLSEPJPhXg5X84NnqmR81 { top:36.3125rem;left:3.65625rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Wl6sV1At8u6umGa3Hgt1HQuzb5gJOSqo { top:40.1875rem;left:0rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SQ2JntS7wy4s0aGcb0hksF8PyKyPKNtq { top:1.0625rem;left:0rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Bk8FN9iSUargPQMPNTsRe6HKv431Gi91 { top:12.75rem;left:0rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sGUBfDI8REvdMKxxWo1BTQVwJFRocUQR { top:9.4375rem;left:0rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oPNe3FJeIJp5BMTWtDxLIqNJB4vz7VlZ { top:9.0625rem;left:0rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t0DAArpB9R8KyTXbFN7TfAsH3dBmEuE7 { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OxMan44OfnudJHdyH4WeAfD5QOLACIWl { top:12.6875rem;left:0rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uHIdCnQBGcaiAfaIgpH8LXaeMPaBof4t { top:17.4375rem;left:11.9375rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o77UWSe22dIKADfJBlHzHE4Up0TQ4kHy { top:0rem;left:6.375rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UbdxqAsRMTMVSg1NnG6oQ3yPiGHDZ5Xc { top:0.4375rem;left:7.4375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ysTiWVyyVRUqhoNNq1oHL2Ds5LswcZmI { top:15.4375rem;left:11.9375rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #q9UtyvaJbyer6rMtinJ4QVhGWURyMAuM { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dKSoXeqoxenQlhkmWNTulcVpdpgMPchT { top:26.1875rem;left:7rem;width:16.875rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #D0ksLRk4AVfyb78Rpwv5qcZtFePEsFPg { top:1.8125rem;left:11.5rem;width:12.375rem;height:14.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HQbxdHCLQktVfTotmHTs2E8i7K3TTPp3 { top:15.75rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gqN8gFI9NyvpEwmvnuZ6GMMndiONscK9 { top:16.4375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #slXXEA8KqJm4XNP9TbWni57vpKIqzU4d { top:17.6875rem;left:11.9375rem;width:5.875rem;height:0.9375rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JXDURxEpmg2FXvSWAwNmifdMCRETtK6K { top:18.375rem;left:11.9375rem;width:2.1875rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aRMOBP5t4hPPlTKvvzAEoyXU34HaNHEz { top:18.375rem;left:12.65625rem;width:2.3125rem;height:2.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zDssw6qhHuXuKqAAE0DTaWVlDXnbxw98 { top:20.625rem;left:12.5625rem;width:1.6875rem;height:1.1875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m1Crf3CMHXh7UqgfiST2drPSTkKGid4m { top:27.5rem;left:10.3125rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Nbul35LzUIsD18nAiKp2CHmcHJV0cUJB { top:32.875rem;left:11.9375rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #EAzsTgT57uods64HcxFb4yItg1pJUrTo { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #URv5AfZFhOleeqzVpM2n84rL1WnDDeg0 { top:34.5rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #UAVJLfPMhe59evGgueaewcRZDdKmw9an { top:36.9375rem;left:11.9375rem;width:6.4375rem;height:1.875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #rq9IZ5AErPk4TgfTztGo4TiIRhqdLqoO { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XCD6ysiRkgPu4K2hUesOaSH3gltZa3mP { top:38.125rem;left:15.59375rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ZV1VxaypDDBBw8u7KEFH6RzWdI6eUidL { top:32.5625rem;left:15.53125rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Luz3UMqLLbWE18Xf9fWXzxXTB9EVmoHc { top:32.5625rem;left:11.9375rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xVNPHKNQGxx3byhBhlRrifid69DTUpkL { top:36.3125rem;left:11.9375rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R6tlarINcsVKkTVpxPHqMv3pG3HrKf { top:36.3125rem;left:15.53125rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X03D73Nkbm9AexTu988fa5VX8T006ktv { top:40.1875rem;left:7.9375rem;width:15.9375rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #w3FdoZTTSFrKa6WimkaUX6ydQEzBgX0N { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #As4oQ8CPgtsDnkPzuuCTD6RpNHcNM42v { top:12.75rem;left:11.9375rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TQmA8h2nq1nGGBh1dcwIwe55Kf8NTRxH { top:9.0625rem;left:11.9375rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A6o7DWe6d6GozFpy7TXkr96cOObTARSi { top:9.4375rem;left:11.9375rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #dEuCwsX1wSKBVKX3VuhS7CmiMeiHI9xe { top:29.625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XwnR1gPvvuggqsahWXhJIvOG6OPLld0T { top:12.6875rem;left:11.9375rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cQVtgAFccOIxZR3l7QPetIZTniI29lCW { top:17.4375rem;left:23.875rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EORVB1Nw08pGQhhaywDldI2TvWI7f0M0 { top:0rem;left:18.3125rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kfEOvGIB1Q8EHK2VWgE34i4ZOLH0AaKO { top:0.4375rem;left:19.375rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #KOgAzHmbrBxQB5KGS64chxUIakFidyXR { top:15.4375rem;left:23.875rem;width:6.1875rem;height:2rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kNkeAwNBqxZaw9W4DrdBUzdM0fOrdASH { top:23.1875rem;left:18.25rem;width:17.5625rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #eybv4mm3Gba00iFxsT1p2mUFP5L5eGKt { top:26.1875rem;left:20.1875rem;width:15.625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #n7pFIPTzSH8PNqhpgqvNpqeoLOi0wvVN { top:1.875rem;left:23.875rem;width:11.5rem;height:13.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #i24RJz4dKe91WDeSyoIIfvmTHmSN30Kl { top:15.75rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GopzxsALlq3tLfA8TBsgvoTd3CZUqObO { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #I2fZA4AgVe7VOSlrotXVkC35ntFsgLK5 { top:17.75rem;left:23.875rem;width:5.8125rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n6TPc0PooEMp8ga1Z2rmdI7FffUx1s3r { top:18.5rem;left:23.875rem;width:4.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J2KWlclKgO3dUEaV69hKyni5MPybz2hF { top:18.5625rem;left:24.65625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Te9o3fPMIOP0olltSOLqTSJhfLwAE9Jc { top:20.4375rem;left:24.78125rem;width:1.6875rem;height:1.1875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ykqOJcIZJqvyQ3NLCTxX4zemphpZwdQF { top:27.5rem;left:22.25rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EqHVQiCFDoDDgsw7NlOIs0k6heD5rux2 { top:32.875rem;left:23.875rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #nprJOnxLLbSDXVD4HzvwhPRFl5U9FTxA { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #lBdfqGrmrUISm8Tz88xmvV5JkDvwfDAT { top:34.4375rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TnOFr0x2BKuundD2hgsVUErQ4J2FkGh2 { top:32.5rem;left:23.875rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #K9hsFBMtNmlRBbxxoVIdx4HXwbCPAlf2 { top:32.5rem;left:27.46875rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SgKbx3DJUaWt9UG7x3nHnTSAbxpHTTkW { top:37.3125rem;left:23.875rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MuIcbDeucTGutlOSaTZ7RENMCv73Sli9 { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #hPVzBQoCs6FUm4hlAgMD4hazoCR62nIu { top:38.125rem;left:27.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #TBQstr21F8Hl3yhsfB8vTg1KO6vpoTGo { top:36.3125rem;left:23.875rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KfHFAzSSKTlt3mak2ZvU9uxlWaBx2gM3 { top:36.3125rem;left:27.46875rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qQHFEDBRtChB3ZVFsEh6eC1IyS87mT2c { top:40.1875rem;left:19.125rem;width:16.6875rem;height:1.1875rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #n5weatoePnTAotmwOiUtbWIS876lTPDf { top:12.6875rem;left:23.875rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #w1bPWmWoL4UBv9sZDUGs0xbaivQadlBM { top:1.0625rem;left:23.875rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t7n3n6qclb6blS8V6tFCFZRTxUk8qub9 { top:12.75rem;left:23.875rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KJWMNxGQQzutLb1qvnanVoswuKVvIGP2 { top:9.1875rem;left:23.875rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qZ7TQnpITgDciTZQvA6JdJIAO2XGHe1R { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #i97BINDRVmUTeEoipmKeV9BFQQGtGKOX { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SpMzVCwePMQVXK9bWKr4wfb2haHDasmo { top:17.4375rem;left:35.8125rem;width:6.4375rem;height:4.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XBotKVJvLMWRdu1myEEm7FPdhDT0Zi2l { top:0.4375rem;left:31.3125rem;width:16.3125rem;height:19.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #M57OG29QG5xTZxN8n8JVmVamXWIzDTXO { top:0rem;left:30.25rem;width:17.25rem;height:20.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vmkMMZ9cIOdSl0dm4PNlkdngTBDluALH { top:15.3125rem;left:35.8125rem;width:6.1875rem;height:1.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zMTH8UUdeWNuvTaSsQsUBa2cnHqtvCU8 { top:23.1875rem;left:30.25rem;width:17.5rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hurcfXFXIG4PRn0LnyD7z3x83VSQTg5y { top:26.1875rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #AekrypkrRHxr8BTFr3hPau5dTfGDBxp6 { top:1.875rem;left:35.8125rem;width:11.5rem;height:13.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gf5DPD76iu43CdMvl8HGwcmeU7611V39 { top:15.625rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WtQoQWZe9LyQaMRcUsv8b2uuxPxvKx3P { top:16rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Om371SOgW6UTSVxEEqncvuKMVQEaCOIw { top:17.75rem;left:35.8125rem;width:5.625rem;height:1.875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BWml3yvERpP4eywaouXipAqAswXF7EpP { top:18.5rem;left:35.8125rem;width:2.375rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cnNwVqqyGUdAGTt82pqRycW08MQ7eviE { top:18.5625rem;left:36.59375rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yF8ka1cvm9fzmJVXlpR8bLRaKtwDfdqu { top:20.75rem;left:36.65625rem;width:1.6875rem;height:1.1875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #O4Mor8A02dWLvpCueikvI5gM6mwDu7Ez { top:27.5625rem;left:34.1875rem;width:13.5625rem;height:1.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #txhVTTRJXpLWBbJuTslrsET04akp3yoG { top:32.9375rem;left:35.8125rem;width:5.875rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #d4AO92ytvGEn22MyLSHepEZQwdDwh2qT { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mxMdM9fH4U50JgxP42ksoNpT8wrP7UMq { top:34.5rem;left:39.53125rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uVzc42nLWICTVGrAAIw3i2KH495GA5IL { top:32.5625rem;left:35.8125rem;width:6.375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xbuIcT98HUpTATmffEzH3BymhUVTBGrZ { top:32.5625rem;left:39.5244140625rem;width:3.4375rem;height:3.25rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iJwyfguZqan1QqIygGxSEMmqQvfq23FH { top:37.3125rem;left:35.8125rem;width:6.125rem;height:0.9375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #xFk734klVxW33XnbdrvNG3lJZVNA4Aa1 { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #X4VPO3QTzIssQUxxNKtRuGTdKamRfzfa { top:38.1875rem;left:39.65625rem;width:3.5rem;height:1rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #wwHiID5ast2iKHmDTPRzXKsifpqdoZOs { top:36.375rem;left:35.8125rem;width:6.375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rF6Z0V0ukQmd7IwmwEwq9vh0AacUTHVy { top:36.375rem;left:39.59375rem;width:3.4375rem;height:3rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LcCCfwfTwy89kEdddPUzx0TG0SSVieQv { top:40.1875rem;left:31.8125rem;width:15.9375rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #ed28KNEMr0qL7sb90cRQls0xA1SCkF1e { top:1.0625rem;left:35.8125rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Qv1LLP41vmnTVc34CswtzRaTrfrraq7F { top:12.625rem;left:35.8125rem;width:7.375rem;height:2.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RQPU6z7HFtwvzF5TScq4qORMmHh1BKI4 { top:9.1875rem;left:35.8125rem;width:6.25rem;height:2.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vu8IgT8q0BlVdwsc3VDVtphs0b4MJ6ZQ { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.625rem;font-size:0.75rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #i34H7sALncevmQaFmPdSUXuAEHSW14xh { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cOoWNPCEQK8J8obCxm1OXnLVMLgQX2oq { top:12.6875rem;left:35.8125rem;width:5.0625rem;height:2.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qtTPd7EET6ixdtAoZnmNQX9yskWSTykW { top:0.5625rem;left:0rem;width:16.375rem;height:19.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gbTGvkVcWvVldL61Wovd31BXxT68II1z { display:block; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrBNTcb3XloEQgpVokfLdqvd68XIfubB { display:block; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { background-color: transparent; background-image: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .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); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { border-width: 0; border-radius: 0; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAqX8pUDFdcBAm2HfFCI3P5DquUbUWID { top:2.5rem;left:6.3125rem;width:35.125rem;height:;font-size:2.3125rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #NVhSinrUf18ICGcHJH9FodoQBui2fb7l { display:block; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { background-color: transparent; background-image: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container > .video-iframe-container { display: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row > .video-iframe-container { display: none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .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); }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { border-width: 0; border-radius: 0; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBoyRUNXVK82ReKEhgfetdIGdSMwldeZ { width:13rem;height:3.25rem;top:0.9375rem;left:17.375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -moz-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -ms-linear-gradient(90deg, #a7782f, #f0ca8d);background-image: -o-linear-gradient(90deg, #a7782f, #f0ca8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7782f', endColorstr='#f0ca8d' );";background-image: linear-gradient(90deg, #a7782f, #f0ca8d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UibaP7BtfEPFTJPQgXF6AyO49V1t18QH { display:block; }
 }@media only screen and (max-width: 763px) { #l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { display:block; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { background-color: transparent; background-image: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .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); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { border-width: 0; border-radius: 0; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTmUIpohIaxM9rZIKQ5NuWGxQM3DLZ9X { top:0rem;left:0rem;width:47.75rem;height:60.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { display:block; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { background-color: transparent; background-image: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .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); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { border-width: 0; border-radius: 0; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wu4aT7OAQaWi41ib738xgtFt5w2mTc5q { top:4.75rem;left:0rem;width:47.75rem;height:26.551569506726rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { display:block; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGTG9HM4vTmGX31i9CvMENAyh5Bhd93Q { top:2.5rem;left:6.3125rem;width:35.125rem;height:4.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvULzHThFopkQGU1yg8rnROVwTC2Fl1V { display:block; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaIx3nX1wclshGUee8ezFCfDVkO8UkPn { width:12.125rem;height:3.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3rpxlN9DSXPRslXJXsONmtvrKUZJZrI { display:block; }
 }@media only screen and (max-width: 763px) { #KIUXfJnTRB7BKlcKcrbw72AFhUV2CZrz { top:2.625rem;left:5.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz { width:12.125rem;height:3.875rem;top:1.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkGAUnd3rlKviRCK5RiwKbDOZ9Jcfflv { display:block; }
 }@media only screen and (max-width: 763px) { #VxbZf7KDtfm4AXl7Mysb5J88bahClqEd { top:2.875rem;left:18.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy { width:12.125rem;height:3.875rem;top:1.9375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhJvxi1qiyHI5TlCa2z9vzUJT5swLtCR { display:block; }
 }@media only screen and (max-width: 763px) { #vTPg2trcegTs1nH17paDTliOvCH0KXxO { top:2.625rem;left:32.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZgim0i25c1nogIcyK9U7U34TAObkerL { width:12.8125rem;height:3.875rem;top:1.9375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkt0ifVvrZps2sneNtc2nCZ0ZSM81RML { display:block; }
 }@media only screen and (max-width: 763px) { #Tey6gHalv0HNfxiJw8rDHbNaN3CUwKKs { top:2.625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5gegn5slwOpmxJqVZhVuRMTHP1veF4N { top:10.5rem;left:2.9375rem;width:40.5625rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3CMn4Gom0QMxMG6BZ6ErE5AETeTFk81 { top:21.25rem;left:41rem;width:6.75rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl6eyroqZfPVwJ9KlRMOHBUvASaDVl4X { top:10rem;left:39.125rem;width:8.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW3gMK0yXGazX28Ff9TzVI0g7o4S16Nq { top:9.25rem;left:0rem;width:8.1875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL5kvK3fcChCzbOvf45ybTgg0G1tocou { top:19.375rem;left:0rem;width:7rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcLnJ2pkQJSIAHcZ3Ngp0EuxQXsPXLZZ { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #OcLnJ2pkQJSIAHcZ3Ngp0EuxQXsPXLZZ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #McCLGm9dwVaRc362EyZfJXlgc7HbPhTW { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #McCLGm9dwVaRc362EyZfJXlgc7HbPhTW > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #MBBpwdQWOprnQxLsuRfdNC6RednNRBFu { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #MBBpwdQWOprnQxLsuRfdNC6RednNRBFu > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #luRsB5ZM6UCSBGUFNq9TeTdayKuT4LKT { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #luRsB5ZM6UCSBGUFNq9TeTdayKuT4LKT > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #x71WuMCU6e3BT8L8yuSK8I8yfQnoAxNz { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #x71WuMCU6e3BT8L8yuSK8I8yfQnoAxNz > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ult2VReubkFVxC7U3MfhI9CUBqcBLFEc { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #ult2VReubkFVxC7U3MfhI9CUBqcBLFEc > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #UZFGRz3MlGePlrl2OUFgFB7OF74UVehv { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #UZFGRz3MlGePlrl2OUFgFB7OF74UVehv > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #DH1nxESzzHA6tacp8bfa6FfznW8vd5QV { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #DH1nxESzzHA6tacp8bfa6FfznW8vd5QV > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #yNSJUFdLEv5rUWE5t0TaCJoviqbGltUR { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #yNSJUFdLEv5rUWE5t0TaCJoviqbGltUR > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#d5ba8c;background-image:url("https://images.assets-landingi.com/uc/278871e4-648b-48b2-8baf-ee056c94a0ee/bg_mob2.svg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #UviVM9Mg8yEKiwwntRO32TWMJTWMbnBg { display:block; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #UviVM9Mg8yEKiwwntRO32TWMJTWMbnBg > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #mh0T1okrBBEgiSpl7MLaBMLbAdKxtMEH { display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #mh0T1okrBBEgiSpl7MLaBMLbAdKxtMEH > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJeztwhyRJ6X8ry8tmS15wJN2LvGPyLN { display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #gJeztwhyRJ6X8ry8tmS15wJN2LvGPyLN > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6GLaLDPypVLTmkRyA5GcPrWVUCfby09 { display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #w6GLaLDPypVLTmkRyA5GcPrWVUCfby09 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylSEPyUUdhs5XecAo46nUWhAarvXMF2R { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #ylSEPyUUdhs5XecAo46nUWhAarvXMF2R > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ugnbktTlEfHpC9fL9f5eG0yiTXRKZX1q { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #ugnbktTlEfHpC9fL9f5eG0yiTXRKZX1q > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZupuRQLkGEOPqskzdkpUeJ3CfRAQf2Cz { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #ZupuRQLkGEOPqskzdkpUeJ3CfRAQf2Cz > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWrFRhAnqmpkRfk7AFZVRTreyiRT3VUi { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #uWrFRhAnqmpkRfk7AFZVRTreyiRT3VUi > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #uIARAEb6LcTwVcJf6M60K6J7qNBz0rJM { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #uIARAEb6LcTwVcJf6M60K6J7qNBz0rJM > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #xx8xzUl7MlKWWCXJ1eI3W8CXTS2UX7Bu { display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #xx8xzUl7MlKWWCXJ1eI3W8CXTS2UX7Bu > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u { background-color:transparent;background-image:none;display:none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QTDCSihhwQ8ISpC3KJdnpGNaP34rT0nT { width:14.375rem;height:2.625rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Bqv5r31pUapKvHkkXfK8NdrPNw2pSw { display:block; }
 }@media only screen and (max-width: 763px) { #UURF1dAlgo1FKIQAtb1aul9VhMuvxDzU { width:14.375rem;height:2.625rem;top:4.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duEq5lCbdqBwdQ9yNHVrRoAssPRvAwfd { display:block; }
 }@media only screen and (max-width: 763px) { #aGwcaLefAaW4X4ESEmDhq3tlIwtDHdoz { width:14.375rem;height:2.625rem;top:11rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOTuGe58zKcxevP6S1PAxxH6EFi7Inv7 { display:block; }
 }@media only screen and (max-width: 763px) { #zJ38vUS19nGJPu9hOxEs4kmOO6fucx3l { width:14.375rem;height:2.625rem;top:7.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLclWe33zdLcTvxOU38x2bOfWfCPp5sx { display:block; }
 }@media only screen and (max-width: 763px) { #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe4e3a0a-2cfd-4149-ac98-a2a5af7a9b41/kwiatymobilekopia.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.adaptive-delivery-prevent-bg, #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.lazyload, #LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg.lazyloading { background-image: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { background-color: transparent; background-image: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container > .video-iframe-container { display: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row > .video-iframe-container { display: none; }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .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); }#LiFvdLUsumWTDc8oXpVqMbT2lcdlasBg > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WthLx12B3fWep5hARGk6TrOgWQiBIiHn { width:17.125rem;height:5.44375rem;top:13.1875rem;left:1.4375rem;font-size:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #n231qFmkgTKoLsQl9innx27eLr49oIo0 { width:19.75rem;height:5.95rem;top:9.31875038147rem;left:0rem;font-size:4.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Uo2Htd0IBtgpbdalhTrTlTfGV6iGxt1u { width:13.5625rem;height:7.6875rem;top:17.9873046875rem;left:3.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IaA2V6VtZcMbgAAIH00eQWzy77aGgBbz { width:4.5rem;height:5rem;top:10.0625rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1JGcAdkspEDOGv3nVqcNPSAZOuzEwc8 { width:3.25rem;height:3.625rem;top:19.125rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k58du2z1H7Hn5yDRlWwhuelC3KrRKuNA { width:14.125rem;height:2.8125rem;top:28rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #smfdoMeTvSn6hv4qnWtAqKgH98bbkmHI { display:block; }
 }@media only screen and (max-width: 763px) { #ZF0XZnmBqp4vH6tFn5HLbP37doimtdqt { width:3.3125rem;height:3.75rem;top:10.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfnPozIwwdpFmNxbVNe5Kq9O2pI5hbTi { width:3.5625rem;height:3.875rem;top:29.4375rem;left:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBcXJ6q7dTe5Oymp17BZ0I5ZHCOc71eh { width:3.375rem;height:3.6875rem;top:2.5rem;left:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAT9QXa5fq37MzGsaUAKozQ99V9knglp { width:5rem;height:5.4375rem;top:3.65625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OC41BlP57AentZiIXz2tV2B7RSmNMvNe { width:6.25rem;height:7.8125rem;top:1.5562496185302rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV5veDvCIn025vJnW9yP4GImkKMwlFRO { display:none; }#EV5veDvCIn025vJnW9yP4GImkKMwlFRO > .row .container { width:20rem;height:2.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ipkktgCI41IF6CubtcLK8vD4u792NTUc { display:block; }#ipkktgCI41IF6CubtcLK8vD4u792NTUc > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fa1tnTOsb4VcWJReGwhNqwb7W61N1C64 { width:16rem;height:8rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAbrIOwdML47tiOzyxcuNJxUUKaO0O9r { top:0.59375rem;left:0rem;width:20rem;height:10.5625rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IfiL2Gx7gBmNraLzhS68OcnuW8ntf5l3 { display:block; }#IfiL2Gx7gBmNraLzhS68OcnuW8ntf5l3 > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETFgdn11PKXOKFtd3hkQwtuVC8aGruxs { width:16rem;height:8rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1TX4BSeHgDDcpZDH20bt6N3czMXHq4b { top:0.59375rem;left:0rem;width:20rem;height:10.5625rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s { display:block; }#B2H1XRTPATsg5ROHOLIgNAr6VEEvu84s > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUJN6bLVzeyONnrGDLuRWFFFSCyXoCU3 { width:16rem;height:8rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfnZ8v9MTtTQLhGcMnwDJu3NPiuAW6vF { top:0.59375rem;left:0rem;width:20rem;height:10.625rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v { display:block; }#v1r7gJdXLtu7FMu86OpTPmuQkohhWT4v > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZDz0LJg0T8P27LZOdMDTUzaKHDuIGR0 { width:16rem;height:8rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L32eksdKGPmCZhAq4844PRkI6V75Uzdx { top:0.59375rem;left:0rem;width:20rem;height:10.625rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { display:block; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { background-color: transparent; background-image: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row > .video-iframe-container { display: none; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .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); }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f { border-width: 0; border-radius: 0; }#F6u7Pv14ClFGqgmpO0ydXR1z7XMBay9f > .row .container { width:20rem;height:7.3125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sndO5syzSRqVscQfJWT9Z68OsIRVHnTb { width:2rem;height:2rem;top:1.9375rem;left:0.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #R4imVRVPvIvaRDpvTyTtsV3tZW0bgEEK { width:0.5rem;height:0.5rem;top:2.6875rem;left:7.9375rem;background-color:#fffa7b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eOtEO9oEvc3cJRySVtmmWGyLRDASh6f1 { width:0.5rem;height:0.5rem;top:2.6875rem;left:9.125rem;background-color:#90a71f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JzbZhf0MWupw3U5zENwzwpXwfgIVgzu4 { width:0.5rem;height:0.5rem;top:2.6875rem;left:10.3125rem;background-color:#90a71f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iKSDVL2y6XGnT6cObTV862NBtFuwxqzr { width:2rem;height:2rem;top:1.9375rem;left:17.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TDb9v7A2DMCwKrMgtguN1nfxET7wnwVF { width:0.5rem;height:0.5rem;top:2.6875rem;left:11.625rem;background-color:#90a71f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO { display:none; }#wsBQtWOdZwEX2nQrAEtTT4A4HOlkOgpO > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oJELJ8ofkQDh61bskpKz5WBx1n2Lm7zc { width:20rem;height:5.548825rem;top:2.556640625rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL { display:block; }#FfqZPpAxwzeNPX7G0SuxhqtGV8DbVQHL > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUez9ImrtGskpV4xE1Q7afRisuWAfMMK { width:15.9375rem;height:2.75rem;top:3.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv9UNdNSsEl5TAsTgq6ke01tsb2fEFpt { display:block; }
 }@media only screen and (max-width: 763px) { #Xslp4WWWT0RpslXa83LlGEfaVvLQiHqG { width:15.9375rem;height:2.5rem;top:6.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnfMh32xCuaQlTgNyyKvDW3WZtez2RLp { display:block; }
 }@media only screen and (max-width: 763px) { #aiRTBnkmovD4i40sTi2LUSRSUzWoeJaO { width:15.9375rem;height:2.75rem;top:13.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9X9efpWq4uHRbBTUwr8B6gl0rXbAqf4 { display:block; }
 }@media only screen and (max-width: 763px) { #Va0IAAmN4xzfFgRc8kQFJwEsTvP23FvL { width:15.9375rem;height:2.75rem;top:0.0625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edkTwvHI6X5tbtoIaavbm5v95eG04KKO { display:block; }
 }@media only screen and (max-width: 763px) { #KEGiUEXNxCAOy2y53fZm5rw0Rf9dsAoS { width:15.9375rem;height:2.75rem;top:9.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOEDZR3JttCvUqTIBAJ2ZGfr1pWDxXqb { display:block; }
 }@media only screen and (max-width: 763px) { #AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ { display:none; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ { border-width: 0; border-radius: 0; }#AFBWEVRDGkKFlGlaz9GiNkgmbroyDwnZ > .row .container { width:20rem;height:171.625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HT9r6hghdmTLvxxCQuDrAxPKJkXzOS2p { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VD8SVJ9Q1nvlJaytdWqR3N7UutQbwpru { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aF0krIp7FV0FsVqZ46D2wfECGe6talF7 { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VsTT2wIEcfpX8yFxT0Pd87gORQOkqAW0 { width:18.375rem;height:1.5rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cJgqV7KapsF951tVBkpa8elnJ7PlexfI { width:10.625rem;height:1.3994125rem;top:33.9609375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #TfzgeDakAz7JHS9K9fISmTlD5iw7FaAm { width:14.625rem;height:17.1875rem;top:5.46875rem;left:2.6875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tBPf8xhtzytC24KEOyOsrznZaMzPHAnT { width:6rem;height:0.73046875rem;top:21.9365234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #tUUvez9XM489nhgwUKwiyIM20ua1m4AP { width:6.5rem;height:1.0125rem;top:22.3125rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VBo26kmrsPsyiHLcatA36NdvoTelLw3l { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #TSqSmnTXBoUugZNK9M1icBwccxbrsbQl { width:4.4375rem;height:4.125rem;top:24.70703125rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u0Jam4hkcBwrVSmyrMaWZvzMraZn13zK { width:2.3125rem;height:2.275rem;top:24.8046875rem;left:4.09375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bcBd2XpuBngRgdpCeSOG1cKX0SlVDUn8 { width:2.3125rem;height:1.225rem;top:27.03125rem;left:4.09375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wspnXOzp7MP1OpQ6TwMGlVODZiKpeJa5 { width:13.5625rem;height:1.57421875rem;top:31.837524414062rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #J0gXrxCzlaLLQxD52QoqGtKiylJDNxfz { width:5.875rem;height:1.92505rem;top:33.75rem;left:1.1875rem;font-size:0.875rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #qseL3mht5VKuCN0sNgdPwz8glfoBJkTJ { width:3.375rem;height:1.3995375rem;top:33.9375rem;left:7.375rem;font-size:1rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #TyvfFheamNm2sEPid06gmWvyWVZ3PpLJ { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #JT0NpyGnZI3L5b3ft8qJ6IhtqN2thhfq { width:6.375rem;height:3rem;top:33rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cmIHcW3xfPmq1utPIa970DSnoJHbQJA9 { width:4rem;height:3rem;top:33rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #idJzThAnlQkBCmCDgIpXDVq9JKGh1iJ2 { width:5.375rem;height:1.92505rem;top:37.25rem;left:1.25rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #vhdzIJU9rhMDrZ5mdCfHKzFIhohXsBuE { width:3.375rem;height:1.3995375rem;top:37.76171875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #rbzBTyTMDUrNW9aqp99MlDtUBpq6cdqK { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #fneQezPFNEgn8AfU6fKpmbJuv5oaVXcP { width:6.375rem;height:3rem;top:36.6875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QSLUNp5qJNGuxDZGocskvtDEvm8sb8kL { width:4rem;height:3rem;top:36.6875rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TLCKalyCimsHsu0vVlz10bvRhx79UKnX { width:17.6875rem;height:1.224975rem;top:40.2119140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cJPQlaubCLk2Ju54SmNzxJWdhQoufqFe { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #GiNr2OAIzli1GcLqfxRyLUvvDtEyKNUs { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g0SPfSe2oURw90M7hAWGXTJM1r4U8alD { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #ENb7pNNpIMKl2UiEnbWzd0EX6blapWF7 { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #DH0k2wtCipLz5S95fyu8rR0cleMHf7QD { width:15.9375rem;height:1.3995375rem;top:31.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #C09qdq5Q0qzQJan9eueutUZtc2y8exAk { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #HgrOErOkfQg2eFtvcecTdk57AGBsGU2X { width:6.4375rem;height:4.5625rem;top:65.6875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fQO1vb7gLi9RkOI7Q9aXTTDJOuSu4rHK { width:19.75rem;height:25.6875rem;top:42.625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EZWF3XuWgmlnA96SW5XpEmJrcSIn0vDu { width:18.75rem;height:24.4375rem;top:43.3125rem;left:0.5625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zLHnp8Xuys2APzbQEPOn15SErOruEa1V { width:6.1875rem;height:2rem;top:63.5rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KZPA69e5mNAqEC84JQETsx5FoSUvlLZg { width:16.875rem;height:1.5rem;top:70.875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xx6rt9TXNR6UUlkWltAiOBSTRCUabxB9 { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #ZPC9TxrQynbHAwhaQ7cBBQxSPSdL63ra { width:11.9375rem;height:14rem;top:44.0625rem;left:2.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kIK3N8tXrlJch7TF6Vq9izzOAkV7D7os { width:6rem;height:0.73046875rem;top:61.375rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #dcl0iomCSGnOXTwgqfcynFaShmBeGchh { width:5.9375rem;height:1.0125rem;top:64.125rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hCHCsxLV9AW6yxErEy3G4eVVe1pnkhuk { width:5.875rem;height:0.9625rem;top:65.9990234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G0uVTGFAyKrprVItSCB7CRav1AxwqEXP { width:2.0625rem;height:4.125rem;top:66.5625rem;left:1.5rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UCtx37Xl3JftgutsODcU0pk84iZTB3W1 { width:2.3125rem;height:2.275rem;top:66.625rem;left:4.1875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dZqABafKi8AqDfEQmn8UBOJkTDU2rMEW { width:1.6875rem;height:1.224975rem;top:68.625rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c02aCTh0NX7OQzAdBPEUwnUTuNwABmDB { width:13.5625rem;height:1.57470625rem;top:72.9375rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mKCTe7r8AXG2XoJwUU06eGuyStkzZUsc { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #h7OLet5CovSOH7g8n4x45GtEkZRFGL7M { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #RNbzegI18vB2fIwT1eyDrtPLUG3kaMcx { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #g6F4OtCREqxLUCsJq4bD8TGG7mdbJXR7 { width:6.4375rem;height:1.92505rem;top:77.6875rem;left:1.1875rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #QU2tDshrrurCWKncR5Fx6y12zZOhxIuf { width:3.375rem;height:1.3995375rem;top:77.625rem;left:7.25rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #mUlvRJ6TzfXULa8db3gVw4rusNz3W59B { width:3.5rem;height:1.04980625rem;top:78.875rem;left:7.4375rem;font-size:0.75rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #iheXdxscsS3JCntS9WFk0zoqavl9VVf8 { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #q0HGRAuqeL5U1ZTcl0f8bhJroeuMkln5 { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nxSv3vCMpdxVaaT9WDNJW9lia2x1Fag0 { width:6.375rem;height:3rem;top:77.0625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kcTVPuWAFvhuMozMIMwCxrnaQCVsXBW0 { width:4rem;height:3rem;top:77.0625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mQ5DkW34EOcl1ivvKEBe3tACBFIawDW5 { width:19rem;height:1.224975rem;top:80.80078125rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aAxp9zoKaIKcDa580SPerWbwJ65yGHGH { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RKLCRkP1gB2BSiuRBf5wPNObk1Pbdbap { width:6.875rem;height:2.5rem;top:60.6875rem;left:0.34375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uqLpvimTiA9Jern2LJwXzTrmVrGoKPhD { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #sSLH83TczWpbuZKTvwTeHvcKkvl6slfZ { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #C7EZlmaU7KK4KSVKwsGxs4aNa9FvzkLf { width:15.9375rem;height:1.3995375rem;top:75.1875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JuyHy7ttaD4cMtOqHEweGH32nS9zAga3 { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #sCM9m6vVituScmmUTDGIkuTL1Ag8xJEz { width:6.4375rem;height:4.5625rem;top:106.5rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NQEK99C2Vibv1POzy2xIVmTrKTCUXNa6 { width:19.75rem;height:25.6875rem;top:83.1875rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vAiTuRzrPhg0IcRtKfIBs5Ep4BXcC5xk { width:18.75rem;height:24.4375rem;top:83.8125rem;left:0.625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #MDMTR3pE4bfdM0XHGO30VoOcR8vkPOsA { width:6.1875rem;height:2rem;top:104.3125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Lh32K8616AkJskN9UA85tMdU5oOEtQ0t { width:17.125rem;height:3rem;top:111.6875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wiQStQyFV4qGbT4MLdZBaD0rzOWIEgUb { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #sCpvTgGM2OTZqUkz3wrFe1ozcySh20c7 { width:11.875rem;height:14rem;top:83.8125rem;left:1.375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yzhRZTOKqqQUh8dwvsHLSWtdBulDXRA3 { width:6rem;height:0.73125rem;top:104.625rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O2Wd7bRnpmSaoVmqTLHufZoOnXQbPU1x { width:6.125rem;height:1.57470625rem;top:105rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dklMDow1HAiNMTkgk6OIrUg1Cf0aspIC { width:5.9375rem;height:0.9625rem;top:106.6875rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ukWL41OlBuAVALMMNo07BrvWxvDp4PKH { width:2.0625rem;height:4.125rem;top:107.375rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JuUQZNKxfkQh2h4JAQoH6xreebXtGNTt { width:2.3125rem;height:2.275rem;top:107.4375rem;left:4.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UhKAT2eR47nWWMvcglzpoSXgZgIKdVpg { width:2.5rem;height:1.225rem;top:109.375rem;left:4.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Grp6hHCrW9comUs6b4zx11TUUIJJZo3w { width:7.375rem;height:1.57470625rem;top:115.375rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Nrl20Kgi0hKXiULVTtg2kJtaTauTf9CU { width:5.875rem;height:1.92505rem;top:120.5625rem;left:1.3125rem;font-size:0.875rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #MysNOA7dIxTTGo2VQfXZe7bRcIUKGpAr { width:3.375rem;height:1.3995375rem;top:120.5rem;left:7.375rem;font-size:1rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #Xu3uHvoT4SzvaTIqO0QmaCQKwyq3AFH7 { width:3.5rem;height:1.04980625rem;top:121.6875rem;left:7.375rem;font-size:0.75rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #yRAcPKOFIWUBZXfR66rt9c0EE7tVnyyN { width:6.375rem;height:3rem;top:119.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OD5738EUy8Fbwx4kecwndBTfLKm9k28s { width:4rem;height:3rem;top:119.875rem;left:7.125rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KFW2ATTX0myr7OlHF81S07KpvIfUQvBG { width:5.75rem;height:1.92505rem;top:124.125rem;left:1.3125rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #Z9XZDlil1TG2LSaP8R5aNsfWJuVxJdEa { width:3.375rem;height:1.3995375rem;top:124rem;left:7.5rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #EqAHQCgCWUcpdyXxkkz4D8VfqgX9lNup { width:3.5rem;height:1.04980625rem;top:125.1875rem;left:7.625rem;font-size:0.75rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #vkzodzbahAqxrNG3mx6E18O4o6SXT9aK { width:6.375rem;height:3rem;top:123.4375rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wIvII4lc9cNfzqL9tOD8J4OIupDEJeaV { width:4rem;height:3rem;top:123.4375rem;left:7.125rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WGySCydz0HXwu5qToXcgzfnRkXwRQUM6 { width:19.1875rem;height:1.224975rem;top:127.5234375rem;left:0.8125rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QCD5adyLytUVzy0dVCTm2kVTdnHUIxI8 { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #k812c5MQq67Dc8LtyhWpuukqvyIud0iN { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ZexgKxl6fXiwDDlvdq2Bz8OLnCEfu6GH { width:6.875rem;height:2.5rem;top:101.5625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h047Rq43JDgrSBU35OeIVy0h7piJM8LN { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #dK4IKKyNfqO8syhXTqO7e4sc3nIqwF5T { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #xLarG7KdXQ9bAN6cLApEXK1P6iVHPFiB { width:15.9375rem;height:1.3995375rem;top:117.75rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gMyqPoSh1OFlkcPtRJpJ2PAOZoMlRLC0 { width:6.4375rem;height:4.5625rem;top:153.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVrM3thzSKX2mdcqgaQfUu9aUzQz2pne { width:18.75rem;height:24.4375rem;top:131.4375rem;left:0.5625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IlbvRNpD1FrZOsRQbBaR8IZgCyQ0xhzo { width:19.75rem;height:25.6875rem;top:130.75rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uxSNuRwwRzpWb95HQLP4Ga5kqGudH1xR { width:6.1875rem;height:2rem;top:151rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dEu3KC89gJXWqtTny07vkEVTkgNdMINa { width:16.875rem;height:1.5rem;top:159.125rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #re5ZwbdlArTFnouek7BEwHyrvDnBnMBS { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #ITI1odKG3BtE03JMWBTeypd3Xr4MxqyD { width:15.25rem;height:17.9375rem;top:134rem;left:2.25rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JFlhkcVxTb8pRmDnMtdZBn8ZIXWq3WGQ { width:6rem;height:0.73046875rem;top:139.5rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #flyw7zgWfasqT3NKE39KfmEJysGd8bE1 { width:6.1875rem;height:1.57470625rem;top:151.4375rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rIpVVG7kC1HkFQnKZGTwueapUPe8tUi6 { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #oHqh27ID2NSu3t6AzMfaME5JDATL5cfW { width:2.9375rem;height:4.125rem;top:154.3125rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JKD0TtFg5srsUKhKlgp4g6SxPwxSdUss { width:2.3125rem;height:2.275rem;top:154.375rem;left:4.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uQSvh8TSwkypN4oGNbxQgFlc57zTu0b6 { width:2.5rem;height:1.225rem;top:156.4375rem;left:4.1875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lhdAD9qP15JwNTXpnKeK4e61IFu4kCEa { width:13.5625rem;height:1.3995375rem;top:161.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Mqq59CpnXEqkRw0t3pVAdoDetfTPF9VU { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #eHL24eybbvDgfkDym7xKM2MDDpg7tpGT { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #tQ3rf3ycAwrREV49087a1EznCpX7isi2 { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #Ihcrz2Tse90KT1fUUdTDC5ZJmWJOsWZ5 { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #zMraU2JI4yH42GcQy98GIOP1pettlDwS { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #x6w1AScJm6QRGronTVdSNmCBWBwhCFGs { width:6.125rem;height:0.962525rem;top:166.8125rem;left:1rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #veqmhNbuG6kJTbFnPBOgN8VRqT95B4oI { width:3.375rem;height:1.3995375rem;top:166.125rem;left:7.25rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #uAi9Vu9l8EEI79Tp7Q3JKLPllFE4bgDO { width:3.5rem;height:1.04980625rem;top:167.375rem;left:7.25rem;font-size:0.75rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #R9SqX52B17dqbZvKlP1T6daiBBTINww7 { width:6.375rem;height:3rem;top:165.5625rem;left:0.5rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KMq1dRzDZQof86Ef3Akw4bqAzZ0kQ1vT { width:4rem;height:3rem;top:165.5625rem;left:6.9375rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #blwH6lchsMLKTs0ulo0Aq0Ot0STc4PXD { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ozVhpB1rppLRfiyFopHyrS8VTRNZkrpn { width:6.1875rem;height:1.75rem;top:132.3125rem;left:12.875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VlpBPVuB97FHQhIimQDwqODkHOPdDccI { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Smv8D3bnNQTI3fivF1pcedsNSM1p30LN { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QcedAauZthBvHVUzCAgu0E04NNI9rSmo { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #eCiIvF2aPbBg8VvJi7XQGoi6QHGTmb1f { width:15.9375rem;height:1.3995375rem;top:163.4375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #m2GXk0guQFaVnm11W6Tcy59Q5VZ8KeI6 { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lGdxa9M3qQAGA7zFoIR2qO6eZAx1flK8 { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NcZAlfUZb8qWKGCMTMCpq6wZJHtL3KQf { width:11.9375rem;height:14.0625rem;top:51.6875rem;left:6rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pZBKhr5UvW4mfNSA5lnE59Zm4WspxzR0 { width:11.875rem;height:14.125rem;top:90.6875rem;left:6.8125rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { display:block; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { background-color: transparent; background-image: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container > .video-iframe-container { display: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row > .video-iframe-container { display: none; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .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); }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS { border-width: 0; border-radius: 0; }#UQNNcALnsQvLCkeWKVZJVtSZku6LGFoS > .row .container { width:20rem;height:154.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bciA0IPoHaTG88nzpvTgFMTpLbMGQck1 { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O2d1GhavcGk6cUmiyI12Edigd2sgtzfz { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NJSHZbS4yP610PxlRVqEVTQ5HzCwCbtO { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I1p7wuZiQAPRfAxV5Ue3iasvKahQZS45 { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bsAMDAxCmaADwVeWQXymlTXz100mn3hf { width:10.625rem;height:1.3994125rem;top:33.9609375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #CP5ReGouT2yquV2feoKtuFbRvKm0iqJz { width:15.75rem;height:18.5rem;top:4.2294921875rem;left:2.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kefDOQXeThgkDTiI8rKbQXKp8Z0EEt5L { width:6rem;height:0.73046875rem;top:21.9365234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #hAc9yIoFqtUn4pqyTE4EyJltAKa3H9EO { width:6.5rem;height:1.0125rem;top:22.625rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yiH888r5IuQ2uHQNSRlP5AcTfHqmTi9x { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #hiVHo0wa6XfPdWLMbZnhvRBU9tA3FBO5 { width:4.4375rem;height:4.125rem;top:24.707275390625rem;left:1.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WvkKkZpNnQCXQGerG2lLnJFAqvZtE70A { width:2.3125rem;height:2.275rem;top:24.805236816406rem;left:4.59375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iFb9c8V6zV39lugxwE7OSEuzoo67AZWO { width:2.8125rem;height:1.225rem;top:27.03125rem;left:4.59375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IM30XZMNJOlsDBOP9vwXEC2qZVgT21H6 { width:13.5625rem;height:1.575rem;top:32.587524414062rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Q92CsfndgHMdpgNgvBu168T0TvwUaqtN { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #qTWbT2VEnhsXoupTLH2Bq71wDTdZUhia { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #atS2XzP7TXOTl4FqiL7oFNuvqTDI4TF1 { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #RczXiKx3RfluUbX7KmtmTNUb8SUZ78BV { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tyBJDk4ixpMlGXRxAs32qpXzv3CtolPz { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wnx8oIA7MzaFHFFCAeLgBlRJDvwE4GgG { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #SJEriW9P6FcUrSxRAQDA57BOCWAuV61M { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #R3qHfuihQyKHRtNzHMOCpKrE5aPbta6T { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #hP0E8A8gHiPQh1cz6AwniWtAHTseosA7 { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ta6vhGJE2C0TxLLw3VdldsoerNgwgaAB { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PDbnw9MZBSLg75h3SU4A78K6v9iBR2vc { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ddZvK8cPMlLgDf3vgRIKGBgDgQw1VXHv { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #JfPH8D1fbFgZ9wpRousbNhKP15hAg53n { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #odcUpGzMA2rK918dOkSuTbpAgsbNCdwN { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #yxurQheIxshOg6l8IxRF2P4fzTJvB5zD { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lMwnKnN6fCyVwTBRuCJHvVsTp1i4D8Wk { width:15.9375rem;height:1.4rem;top:34.875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EciBr1sUCH9i1SM2Tccg7N3Ii7vfBO3w { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #T1CwPqX1hDn2nmRUr53GcmXUsptxCEHA { width:6.4375rem;height:4.5625rem;top:63.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DUMzRkosTumIRr5EhHMMF876xxzfdvFe { width:19.75rem;height:25.6875rem;top:40.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T1wdLx6scin5zFKsgwpO1sTOnyF56yZZ { width:18.75rem;height:24.4375rem;top:40.8125rem;left:0.5625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #MmrVRhelqmizHTQ90kKr7NPV86uQ8RLD { width:6.1875rem;height:2rem;top:61rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KtyPzTeaTEsOA5M1qeTqTDoBgaGTZV9W { width:16.875rem;height:3rem;top:68.375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EoZbgaLrqfwJwFhzsgMUsTPQutVsS5iZ { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #WMpE7cuf4yl1uPnp9I8SMAI9DzkJiAxr { width:14.0625rem;height:16.5rem;top:44.5625rem;left:2.96875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gSW3W2RnqJIOCwNalXI11FxW286fNK43 { width:6rem;height:0.73046875rem;top:61.375rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #HnmgebmcJNAFAdkUX4PbTJw3qV0SG0Fm { width:5.9375rem;height:1.0125rem;top:62rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KcGrrhr86ylwU50CSGsCbqB1hUafmhtT { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ZwwCvFSEwN7D1BSsnBV4kiT4I8CU1ol3 { width:3.8125rem;height:4.125rem;top:64.093775749206rem;left:1.0625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V6KumeJXye62ZcVSHBGsyC7fT6HtPA4s { width:2.3125rem;height:2.275rem;top:64.125rem;left:4.5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M4m3idIqPiRzkhqeb08mHoAFXXM28py3 { width:2.75rem;height:1.225rem;top:66.375rem;left:4.375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GUA25l3spnG34thBlbtroPhQDdSHS2kT { width:13.5625rem;height:1.575rem;top:72.3125rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MipbAvVQGgLctS4GiQokFT3U8kaAXlZg { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #PM0dZpHmh3KqeURtfdUVzKVbHin2fpGL { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #mTv694yT8JPQsqd8uE4ReQPIDQTbLecs { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #LqolXh4NklqwWy5vnumwNpXRhvAbGQKB { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #O6JrPrwNftP11WIq3zQrbqC4RW6wBuAS { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #TXAgTKyoE6sOwGfrqeQLbAqVIuNrUfP5 { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #LW2v7TTy97QmLXaPss1Cs7gZx4lab4VB { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #oMo8lE632mITNcWQx1KqSCDTyUvOiCFB { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NOwld3TyvmAxWrQrchgFwcMlXIq51vGr { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WEB4Q6bqu0rrnhNIy0ZOHQE1N7DU9ai8 { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NvScdvGbZXnBJZFMC2XXwXPOIkZIWBGu { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #RObdQkkkEiFAfSOQB31pPBhc2FOdvTVx { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #f2D2FlFdR5EXVVxSllQIIRUn7JCU5Gl1 { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rcgsUxGL898ualFgDv37H6VnNafDT5QW { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LQhigDNWwblCEEc2vqaAotgBNKoKpc0F { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #nRBs3lv5wDgSwbOzac6D1SsoSNFouhDX { width:15.9375rem;height:1.4rem;top:74.5625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MMLBqnhq9HgbMHlDhRQusEFenSx1bQZ0 { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LPVRO2XgKoPxCEcL7Lp3hskgse8sMWLD { width:6.4375rem;height:4.5625rem;top:101.9375rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rtCiSvLL6LDvHgJAeVm2tyUlozOHABAP { width:19.75rem;height:25.6875rem;top:78.625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SyiUJnyMBNxF7pc6xzPrfU22wpLtCnAG { width:18.75rem;height:24.4375rem;top:79.25rem;left:0.625rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #dJ15XbcstlOM7acmpagLb3LembtVd0TR { width:6.1875rem;height:2rem;top:99.75rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T7TCUDu1p3suRQcEOWHwHSRU7vG149XT { width:17.125rem;height:3rem;top:107.125rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NtEwLGFxVdrGrarLthTqifBacae9OO3u { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #gOxrJx2Vf7eTfJm68VO2kdvseFLXnWXN { width:14.375rem;height:16.875rem;top:82.375rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ndBEMyNVqazgwGaVqlsCdQupievm17sl { width:6rem;height:0.73125rem;top:100.0625rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RBHN20gPIc9NRvtU69XWQ3WLPvRJFITR { width:6.125rem;height:1.575rem;top:100.4375rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aheedrO15cQzJE7J1T3eAk5DgUXSac3o { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Tq9LiECergGJ4tJil0deW1aHsvUVRAEe { width:4.4375rem;height:4.125rem;top:102.8125rem;left:2rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cPuBmb139DO2qSa4npv49qPcQ2XxC7I5 { width:2.3125rem;height:2.275rem;top:102.875rem;left:4.375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MCekfV6TrTLzVeCEmScf2I3Pv6y7hZGy { width:2.6875rem;height:1.225rem;top:104.8125rem;left:4.5625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RFvub808AG51E84WkfMOQFNefqTfQFDf { width:7.375rem;height:1.575rem;top:110.75rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NoOKturqQFx4dSvkl59VVBFbxSnry5Dp { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #fule0xtEvTDVUXtViWLq1bIOkFXbPyfc { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #l00B7yHVxufD2NmSTcx1UkoCZcsuZv0o { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #kKnIXt5p6eXOGgA7D64UH4qrWVcBnhyW { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bh9yB1NlxhI7XOWflxs3P9KgrpdnBQWE { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #JLZrrLPkrX3pLPrgJQmvOSwoq0CSZ9qo { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #V0HyRUf8EwKPAUpqTkxFJH4MhKCKMDOG { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #ARra4DUVTtTu9xTw7vk6avCE7kftesC0 { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EuRp8cZWe2I0zHf7utFm5eeTbLrEUbPb { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bqb16McpxFgNNmnNwFyanOmTNwKTkxsM { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #EXSeuLrkCT5iVMNauHRMBrBSP5Py2Tqu { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #drTT2ToyR4OfUu6M59Ulycd5Mfixfln1 { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pQWPZU3m8aCxT5ZW1EvWkksJTZpPTb8C { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #uD4VOBn5m6UszUd3XxE4NHUT23hqKMaT { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bQaQ1nLAg3EFb4eBHanypLK7L6yl7ghn { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #TWZ2JIxxBFpsaPukGBPysoxHnUeUFrcM { width:15.9375rem;height:1.4rem;top:113.0625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Dc1vfxTDpU9RMlc80abeOikKzTxC1R8M { width:6.4375rem;height:4.5625rem;top:140.5625rem;left:0.8125rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAXHPwcP45slDmDasdGTC2lXnc7Hrwb5 { width:18.75rem;height:24.4375rem;top:118.1875rem;left:0.8125rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #or1AV7NXcVgdm3buwtAsDIL69fQNzMH1 { width:19.75rem;height:25.6875rem;top:117.5rem;left:0.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PEDTuuT9vn2dx4o9kNsK5ulLgmt7yRco { width:6.1875rem;height:2rem;top:138.375rem;left:0.8125rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #w0v1oVbBTweRhEIf1e5AuP7TM2y1RkL8 { width:17.625rem;height:3rem;top:145.875rem;left:0.875rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oWKDTHhO4TZ137Mx5ZJkkDm47ub3TP4H { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #GzITOldbMNTFuXUpoF0FiCbTVLqs9biJ { width:17.4375rem;height:20.5rem;top:119.4375rem;left:1.28125rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O7s0bSZPvgSyLhwaZdV0KFypnFQNrczC { width:6rem;height:0.73046875rem;top:139.5rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #DhBOonJH0ucOgxItGrtVzSv7zsBRzzcG { width:6.1875rem;height:1.575rem;top:139.0625rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OKE9E34THHm5oJDo9tod5391WO4GXmpg { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #QkeaqbIUDrOOQsulXq6rdOwA2Gu6cLeu { width:2.9375rem;height:4.125rem;top:141.4375rem;left:1.25rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EhV60duQZNg6PM6hmQqsXQkMwfJoObL7 { width:2.3125rem;height:2.275rem;top:141.5rem;left:4.6875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E7WqKVIaomHr3qxHFOnZ1OrTNF3CUmbT { width:2.5625rem;height:1.225rem;top:143.5625rem;left:4.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WGx7wEiG6RB2gvJUizXBJqpTzRZ99qTw { width:13.5625rem;height:1.575rem;top:149.375rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ge9TSpJQiynBRQMCqHcCTpAvTiTKr0LT { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #iWQKTGvZ1ZM1CLPpds3hwEr6xSJme0dC { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #mLKnVSVxpVETFOnL8T0baVfTRQ85L3f7 { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #fE0aaQSy0d00RciMRlUhIyodAkKxT9SX { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Z7pG5CdgTNo79by0BzpS09wL7m8DHaik { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tm0IskAyLiT0NZxGbps1pK8qp4lp08Bz { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #oV8TVX1MPVyRMH635xafsJMcex7wyNSi { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #pdKJHHuJyGMyRtcbVrvdPK99qpH2Q6CV { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #eKC8NSkXI5yb1y1TzT58DkM1HbcQqKLa { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #p3RRC3hJt6no7Vwnbv7eQ09xhFADh2eS { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QWnGHTNoVreoULHcSNtNlI4xIrZCm0O4 { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #OSHWX4Fp7wKRy6s5fBAmXt8ebMolxVVe { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QI5EkOLwiRoCucfrLTxQWNiV9V8KTKS7 { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #yfO0c4qT3tnWO6so2dT5racpVAwUqn6c { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kvCgz7bpoIl6rlCmEoJxLxDhre4c6SVh { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #oQxHQvIKvVNPP0GNJdifG8pKpO8J62C5 { width:15.9375rem;height:1.4rem;top:151.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TxPVfMTiJThtpZWkV6gZfcoGs6NhTmTA { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QifCzh5GLtiJkfJ4V92gvXcPe65PM8Ul { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffdc92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 { display:none; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 { border-width: 0; border-radius: 0; }#oruDmg3ovzrQ3TDPvexUhJZSlnuAwVc1 > .row .container { width:20rem;height:154.125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bHtxMOOSyKgsz1U66gN0IM7C2dedIvIp { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #olWlLkdm2nLX64m7kyqBGONsnoESwP5M { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sCxIx1pGMhW24mLmZm8MB86T5PEBRwq6 { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GhPm0PcTcQZau1EMGvcIA8hBsTSlEGo9 { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IkSgnIOWVWpt7phfHobt0hiansi0y78C { width:10.625rem;height:1.4rem;top:33.9609375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ACORKquG5G2FqDIEGdDTPUWrM1gcW1ta { width:15.75rem;height:18.5rem;top:4.2294921875rem;left:2.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tlgyUZfkGyCMtGN9yqbGUigU0MTcCaTk { width:6rem;height:0.73125rem;top:21.9365234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #cfOx60nGkNO2OLA2kqPFfIPTnWcVdx1R { width:6.5rem;height:1.0125rem;top:22.625rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lEdz2nmrE1vJPZTWecWPw2oLkU89ycsw { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ztmTSeMV2NIRXHdipQy5K2tbQ7AS2lZb { width:4.4375rem;height:4.125rem;top:24.707275390625rem;left:1.75rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u5yOh3fOGMWU1tM3aNf4x2EqmU5i5lsM { width:2.3125rem;height:2.275rem;top:24.8046875rem;left:4.09375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DBtiv7pPXP5n86cslikqMRQK7B8CWscT { width:2.375rem;height:1.225rem;top:27.03125rem;left:4.09375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PzyFwK3tSSvSQxDpz5eig7HGMLZuE5Nq { width:13.5625rem;height:1.575rem;top:31.837524414062rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vLmrX3TTx0ifK9fwnzZXrllcTAmk9vQ6 { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #d1zkxirtrQn1bGPReaeHyCRTgiviKdIT { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #T28TkJoLTQsuk3QSSzghmo8m1y5PhxpH { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #FAFp2SBIarWJBUuW8yTQr2Tyn9r885Fh { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VRr4GLnHU3BOhXwTkqbwZRInd6evTeNG { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #G2gZnh1v4PCklixzzkWaXJ5vfWCP27Ol { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #cNJzRzC3yghCxWvCtdIODDeKZOzXxPr2 { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #TGs34SOgumUFTtintrslHZCiUANR655u { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #vscrt5CIL28wd2uakuB4aQ3iJzRAloK4 { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Kl1LBNEZ62JwNxVuaFNk0gExR7ZiCIIi { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #W4hneBpX3nkuP4AFJI6SSrO4JXXStsKZ { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #g606U2Ax24q9TBbesVJy0J24sydVTOa8 { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NCyTcRiIuACcOdqIk5Cph64rXwppfvil { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wKDhuhJh8kXnlpEOSMJwyC0cSl96CvCf { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #R9eoHUHq7IncXwnuqAzatKu7mVSVQ1Ft { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VF0TbiF2654qAWT1ixedTFeJcCyoH9Jd { width:15.9375rem;height:1.4rem;top:36.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iFh52HKWebuHyfmb7XSfH24GXEnueRMQ { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WpPNbZmkM4tnRrZ2WQZvWyH2mJJKGLHA { width:6.4375rem;height:4.5625rem;top:63.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PimHi7ebdJKd04EKunfBlsVxHIJqqCh6 { width:19.75rem;height:25.6875rem;top:40.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xPEKQNpl70iJi8W5P0T98Vcc57SbOXir { width:18.75rem;height:24.4375rem;top:40.8125rem;left:0.5625rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #bIDOdp9LRZSHnKlFnn37qSivvLxSxAqm { width:6.1875rem;height:2rem;top:61rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xut6aXkmxkcyZL1WEOix1hkI73SIk54O { width:16.875rem;height:3rem;top:68.375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OLMqciwhIKE9ph3VOOiN44QRzp0O6UOz { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #P7QA4KDfuerSVFcy76HOwtWTo43xzgbK { width:14.0625rem;height:16.5rem;top:44.5625rem;left:2.96875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HublEOWGebErnSdJM3xchxtDoBn45CP9 { width:6rem;height:0.73125rem;top:61.375rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gRB8RxikVRVIpym0JsZFThixS1Ep1Xdv { width:5.9375rem;height:1.0125rem;top:62rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HRtBcJOe71x215958fcV9ZnDWI6EO2XQ { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #duF8KgFFUab8ZfKqJUuxzgQgyCGXTiis { width:2.0625rem;height:4.125rem;top:64.0625rem;left:1.6875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DHXWWaUKu6q1bvcyOkyckvKAWTK19n9o { width:2.3125rem;height:2.275rem;top:64.125rem;left:4.1875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d2oH1UXPbROU7O1IekKxBwneSea7C1QB { width:2.3125rem;height:1.225rem;top:66.375rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uJ6XTFUiOl0iB0VmqlEJSug8TOQ3x6ce { width:13.5625rem;height:1.575rem;top:72.3125rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TUo3brKII251D0z290bkAze5MTeteRT4 { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #AL8n8XECMTK9CJImNHdtsvXgWgRTB3uV { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #owZDeDsVOshZnyMuKqo4turMb4ymFHpw { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #ynZu1yBM6rQIrFTvHB2wf0GgEe7Eo3wZ { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #GuMD13254i2z00Ae40ttoL8zUABmqqgt { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #mhKyPRFyMoC2GCzMJ0BiWoaUWD3A8uUJ { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #mSbDeqIImQODrm94Z1mfCuZt69omtDyp { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #FlXpVm9r2Ucoo5ahxeTQlokl2XhaR3HN { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gRH4s3UPGRJOSeEuyNqGcCvC4kMmWRRQ { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #uoz748mB9v2mASFktOsv6SOBQXi3ovgB { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #aQiJ0ltbw5JpIhLHLT5NUxvSSHvZEfAc { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #hKI6OpWKIg73zi4XQvGZN9IHhONx7PMt { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ugMeqty6gJbDGWoVeBpbNW82N01LsoPb { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TkTD4sUpG9HcElaLyUaEwFUGpcxWRsJq { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #CuhveyPlTFtLOgGtDAvw7HlyhTEknoaF { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #eKvTDDJEZqaqoTG9gKkFlTeiRsSkzm0o { width:15.9375rem;height:1.4rem;top:74.5625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xAMdREM3Dl8AgUibqRAiIB6N2ZkeEGmd { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #B6aT289CT7ibsuD6nWKNgyivc0gWZdT9 { width:6.4375rem;height:4.5625rem;top:102.75rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rTVGdPk1sCW3sw4bxAosicZMWtRxn0Vr { width:19.75rem;height:25.6875rem;top:79.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GCnTThoTnruFAlcSXx1Hn7kkNgfkwvDq { width:18.75rem;height:24.4375rem;top:80.0625rem;left:0.625rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #qyTMLwBRoS9ApJAINnZD7oTWTXLPzLPV { width:6.1875rem;height:2rem;top:100.5625rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FWKaAaewwWCUG4IquMm7BhWC8s9PiMLO { width:17.125rem;height:3rem;top:107.9375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #V0TrSmD9mnSBFnVT2BielhqpMFIcksFc { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #o9I1JAnDfOv4WhqmzShgPmfVwJ2LVT30 { width:14.375rem;height:16.875rem;top:83.1875rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cxK0OfL73KEz1HB8kriC5mvvqbpw5ToE { width:6rem;height:0.73125rem;top:100.875rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BHsIPdT6M5uS2bXIxq4WtdH8QWhInAoa { width:6.125rem;height:1.575rem;top:101.25rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IWsQ4x6QxiaVvxJgga9U03DOAMEb2F78 { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Rz43hm8uKopQ8J0PDTlJLUoy85Mtk7Ly { width:4.4375rem;height:4.125rem;top:103.625rem;left:1.25rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c0SXl03kNtPIWBoxbmoSRGfvoA2xWqgV { width:2.3125rem;height:2.275rem;top:103.6875rem;left:4.75rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MwXbwHT0MenTqSftAZiUnAKHNT3EveRg { width:2.3125rem;height:1.225rem;top:105.625rem;left:4.75rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #czyfAcNH5cPkNZ17KI8nCe78oT6g9EBe { width:7.375rem;height:1.575rem;top:111.625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tNvSRs3USxO77fwkCK1KWLLs3veZRPun { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #fRdcW22zGULnWTIsypw0fm4CfQwJ3AG8 { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #yyTnoTTJCmdTrGPG1v7fwTwdoNtuUw0O { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #rI93MclX2elTgNC6AeyMf8FeWscH7ne6 { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hxckahINhmnyMy2JNnhvRraaRm3sDJfm { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VlntTOPfIMRyy6eyJsCtClfP8oLOstVm { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #evc8L4heeUkllabTxtngtW9QbvGftupU { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #oBt3pNpcF78IGsfdtzNP0UULTyaJUiZf { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wLfMKT0PHC0qHGkxgrUVS1aJFGoeL0ht { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #o3yGntm8lqOoVpbfZEnyJ4rfTl89NQFP { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #dMSUtCxxI5iW2uZDbnZ1GrtboqQR7SXS { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #v1rDSlsaKmQZxo0e0ZfdR3eTwxUrUDqt { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #C6NXfnlGSnpsf14XidTlDLJkbTN1M1MS { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #GVFT81tFvpFT9nzyRnDfI23KphNKLJtP { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WrMt9R6Ml4hy2hccMri9coXvpWnV0IfM { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #ndyO1livl85V9lfKhFFTgLuT1D4aOV3J { width:15.9375rem;height:1.4rem;top:114rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #suQprJSR9B1XoIcQhB8pUiPf3LKp0EzZ { width:6.4375rem;height:4.5625rem;top:141.375rem;left:0.8125rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXs5eBJ6t5GMOIoLms8JuGIfc9KswQrf { width:18.75rem;height:24.4375rem;top:119rem;left:0.8125rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #whgTfK2wmApTpre7tErIualnUzPenFTN { width:19.75rem;height:25.6875rem;top:118.3125rem;left:0.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #s2aMGAm8ftiaO4k4Q1TFFvg9mCJFM3Hs { width:6.1875rem;height:2rem;top:139.1875rem;left:0.8125rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rXDS3LlzLvycFTdtVUFodEEqTq37fcC6 { width:16.875rem;height:1.5rem;top:146.6875rem;left:0.875rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kHn2Hw9pcmTGU4xfrOeATiaS1GJ1xwSf { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #MKZsuTbC3SOEVidHmyGAUMEyMQ2s783c { width:14.8125rem;height:17.375rem;top:121.875rem;left:2.59375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iSl0vJlpgu8I7ccEzuTPB5GmO3V1cwkU { width:6rem;height:0.73125rem;top:139.5rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cFKTfTiDnNpxCzFo9f6al3JQIqk7WssP { width:6.1875rem;height:1.575rem;top:139.875rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EO4iKlBEgSiH5QaMUbNPJGA2PH6kpBPE { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #kDypyp7vx1dlxCN5MhiIhAUEx4TRB4ll { width:2.9375rem;height:4.125rem;top:142.5rem;left:1.8125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TIv9oXpP16g7acko2XXz7SspcMo81wCl { width:2.3125rem;height:2.275rem;top:142.5625rem;left:4.5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NnT9maV01DPITgTI32Hl4p3iAtbzfmto { width:2.5rem;height:1.225rem;top:144.625rem;left:4.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gV5GqgLgl2o47mxWGKyki68UnP6pWUMr { width:13.5625rem;height:1.4rem;top:148.5625rem;left:0.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ECkDZT0RHFKr8sOvOCRq5uSefDqV1nDm { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #PeMEUyAEXIvqN4v8xzTxsrsOSkOANadB { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #DWui3ncomUpxNrWAUPhFeEwTxO9FcUB9 { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #p6TcLhf5tOT77M83dq1mnXCRgsVFhVZv { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NFlStuB6x1eMrgLLgCzFWoLSS3sF5hz5 { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #CsBI7JVurmc4vbvWF83gTM0uSEuzWehb { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #U7Da7pCC1R71T8tpmdDleCCUbwoeu12z { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #Og8S2Uc73GeWUCa1B6QAdxbnq3WQuDfm { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #ThadT8u4meSnPhVnQgb0LEw5C5Oy7bUw { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #V5NE8DMTR1snqm9qUKGdHcQaCdzx2Kzm { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BIineZOczBA42zSI13hz1Ki1wlnWtS0W { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #yU6sS2Gc44KMP5xfpxie7nubHCQT3rxu { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #dx9gatecJAnrQ0LcRv3Nu1nzPPWtIKe1 { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QbyuTsO798bPB5wlzyPHeTwoE6xHAhN3 { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #aqoZCuvAtdvyC9VSzICoHRF1zove1PGx { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #VLRUFSn6SGMiy8g6CF81JGLgs9yuk2xy { width:15.9375rem;height:1.4rem;top:150.375rem;left:0.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zDRMMfp3AL0PD9BD4iZZbs1EtN6GZbwF { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #svaC5TOZBOVbP6KNupWKeTO7POWsT9ik { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { display:block; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { background-color: transparent; background-image: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container > .video-iframe-container { display: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row > .video-iframe-container { display: none; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .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); }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv { border-width: 0; border-radius: 0; }#trNXT0fgmDvPyUUS2vBWnFmD1I3dWunv > .row .container { width:20rem;height:153.6875rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0NmkEKisKOsdOswftNUDrwTppqRcW9b { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xdNzZKzPLTKTDoKAuhGby4muTTVpaLA4 { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pHqbIw7JopltHEewCROdfFur6AwRtUzK { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E9xOHmb66FNySTnKbott3gTOfpqk5p29 { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BsWuTwWJU9loVlcbbNc5gpVHIcyVcVir { width:10.625rem;height:1.4rem;top:31.875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qtaZ5Kq8EnpHCX8r7ODa4n6Fzy1mTsdV { width:15.75rem;height:18.5rem;top:4.2294921875rem;left:2.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sZvddse3AdKotCNm8r06sbtSQS2A3Abn { width:6rem;height:0.73125rem;top:21.9365234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #gl49JgIsGbQTGUydVGp2IrRaH8ZODCW0 { width:6.5rem;height:1.0125rem;top:22.625rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UT0LInFl8KefrDrzuo0BaaL0kMC8uRvH { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #KhStEBdzyOwukKJxV7cS7QyO2nRcTUDJ { width:4.4375rem;height:4.125rem;top:24.707275390625rem;left:1.75rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aGMsXIfatcpbDTP24cJSTZTTIxVqlnCc { width:2.3125rem;height:2.275rem;top:24.8046875rem;left:4.09375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OxkTzr4pTZlpOi5iz2EOCpk65RCtkEr9 { width:2.375rem;height:1.225rem;top:27.03125rem;left:4.09375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pWsAa19lP9P9GbEA3oy51TVEn6ay21gO { width:13.5625rem;height:1.575rem;top:33.8125rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NVivRC8WAVKmyzUx2y3pKthqDqOF4USv { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #p5CnWFTywVXhqzk3izmzRfTukzKsrV1h { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #yBXa4Gg68M2tR0FtalxKruK2LKg8HfMX { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #T1DtB4FHBVtcR3aw65t8csPOlmFRGaPU { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lvXkawtCDP0JsNo5UPrzZxTMwLa72olc { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hA8x3TdsMrXO24Ak7pUPk0FaAlxnm4ah { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #qeqeUNTrzliUwI7gkT9QmBq5Ty6OlBlw { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #Rzkv91AhRwOlyZ1aE5OM9W2LBBTpSxu6 { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #w3Bd3C4Ds0EkAd9KsNc9RW8txnRrgJ78 { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KBmyqwuG4KcnCUzIR9utmBU0kJ1ghBpT { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lhx1eUU5XZDwmbUBZHULDtNqpoUaNL1F { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #s2tZiSDFCbozZ1sdbmwwxegmlfiAUyZm { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TbNoe3L6n9KsXIJ29TTnoWcUlqWMwwcJ { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #csi76WCQGGtwBNToaJrliI2VoCeAF0eV { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #o9quBBqmdxoQTuT6OHuQ7fruSUufN8yV { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #A5Em3hN51f36BFQWNGZ6VEGnSLr8LJzZ { width:15.9375rem;height:1.4rem;top:36.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #L6XzZbISmCyiBDrJ3qcPdTMtTOq5cwCx { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ralCBu1RxTPsNsXnpafUnfKf4263lTkd { width:6.4375rem;height:4.5625rem;top:64.0625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IlOWK7hTcSbIUUTiMbCsTM3xWXa3LTJ8 { width:19.75rem;height:25.6875rem;top:41rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cDipWHt7btbg3ZO7LIHTwyXJalkS05S0 { width:18.75rem;height:24.4375rem;top:41.6875rem;left:0.5625rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #UJKr17lNmyupQhtN6Qm1TbMDUXq6PCeU { width:6.1875rem;height:2rem;top:61.875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AcPmnpqvxbaFos1ZzVnqVIJvrcEpKeEw { width:16.875rem;height:3rem;top:69.25rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #t0AGCpIzpWShpS7WAiczgC000oLXz2ND { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #gR0lthmgCKUWGhJmO9WncL31vhXcRkeD { width:14.0625rem;height:16.5rem;top:45.4375rem;left:3rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yLmrQskML1vxlS9GqMRJ6EsSNlsi6rDh { width:6rem;height:0.73125rem;top:62.25rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MEaaEL4N2A2vENfs43boRpTeDbZZyVAe { width:5.9375rem;height:1.0125rem;top:62.875rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WtouTVthKD4i4PkIkz19uFxIgh5Wql9P { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #RXVpmnIIIMfyrMX7UGczoem7sH097iMq { width:2.0625rem;height:4.125rem;top:64.9375rem;left:1.6875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IPnZxts7CHaOTJJKvQSOWKcE46lXwNub { width:2.3125rem;height:2.275rem;top:65rem;left:4.1875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rXH5DMhrDSC4AF7up8IfOBhCXn5NtgUI { width:2.3125rem;height:1.225rem;top:67.25rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tsg7gsiGeHmxOchASiVT76kutCzGZWTC { width:13.5625rem;height:1.575rem;top:72.625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KmJxLC0hL2ban09TahdSRpgwHLvoEAMb { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #nvvEyuWCzWJT10fFzqxJd0QXle4pMsdA { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #k6aByxldBozL6KJgBpmDQnggFfV4Tb0l { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #ZNE1owSHav9AXliy014atvQ4a0q6Bqz8 { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #eDzJgFG5VLuMCuxOC1NkLAcIa5vOHNuT { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #nN7DOLLdPNkpdKTclCM7rJdvMzo2vIeW { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #fMS5KC6DZv4P1rmNQdfhJe88urLx1XBV { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #DpZvE5qyQ8436ko5WBDLInFTRmZ9JT4D { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #xHxpFFknrwnAdQPBfR3WxnlkfzgySWqe { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #eCywhCThvVCtxilFFPex6i3lqqZED3oW { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LOwoACg4FU0c3Gwu9m6p0fFHAgP54LFy { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #VtBGMN30SwQFTluhtEMQ3TKt9Rb1POVG { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ecLvbag5afv0Sk7z2wMUV034dAg7PXzN { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bLsvoZwp6tyskKQx26DVPk5TM750ZJ9z { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gfOnl7eKDhAusDVeNl3U568JB11W4fLh { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #TdTALx6B7rgkb6dXHhEbXL3VJTJuRlCP { width:15.9375rem;height:1.4rem;top:74.6875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WhtEpEu8zvrBfVln4EQGMtE7pDKCfuHV { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ReOAlHELRtIwCSfD7nLie9O2uB7a6c6w { width:6.4375rem;height:4.5625rem;top:103.375rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bpyKfexG7ac6LPkJd4S4oTFOV8UN4gBC { width:19.75rem;height:25.6875rem;top:80.0625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Rohhz8yQPmiGbZditogsIJAzzBWykLdc { width:18.75rem;height:24.4375rem;top:80.6875rem;left:0.625rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #kHctopLqiTfZ8EvMvZPTzmAOmMIMuZMM { width:6.1875rem;height:2rem;top:101.1875rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RHiZXXkGb05XOOI8xtvKC3DwZucaGk8q { width:17.125rem;height:3rem;top:108.5625rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UBq1iLNLCxT4te8UfT04e4O8flPcfhyq { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #v5xqCLCa2IVTLDMsWEfxwElLaaVTvvUK { width:14.375rem;height:16.875rem;top:83.8125rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BaNlp9V6CvV7VXXTdJQKm7F9ANI5gclW { width:6rem;height:0.73125rem;top:101.5rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DgzKkipPeoUSt1BxHHOfcDTaFnEpRATv { width:6.125rem;height:1.575rem;top:101.875rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dG66CS9e6HT71U2ET79cQ4Pd7D1P6kKK { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #HgHh6ImLy81I8SoLhvTMWDBVrr4IrpqU { width:4.4375rem;height:4.125rem;top:104.25rem;left:1.25rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xPX4hIZrFgIvlcTW1I4CuHZ5CbKTnFBB { width:2.3125rem;height:2.275rem;top:104.3125rem;left:4.75rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TU67T4KWMwXvRde98BJiO2ZwKaCT6xKf { width:2.3125rem;height:1.225rem;top:106.25rem;left:4.75rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uX1HTvfJOvAIp6BnR1Zn4FTubNC39uyp { width:7.375rem;height:1.575rem;top:112.25rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OObIiT7yTh0bgBXysT7Zqonv7JGOXSDB { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #JQPqdqLmLa2dbZL5p6hh1Rwyt4wriWKs { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #CfzcMQfyES9mOiodyWaFWcKgaPRzQqlt { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #WdmilN7eMAKxvi9gTebvtIGIeI8ILTr9 { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qXL2rolr3kTN8WtsWmi6n2kddTGMdxg9 { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XW4S4LP0Pd4THr2cQxrsb94QTFgHJ06J { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #RsI2t5hrB6q71BmrXKQLrIcJx0Zr7dL1 { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #EGwhHb3PhCLu2xra0iW1gQfcTNV7TT4N { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qtfPPFwx8miIbD0MFc0ei1hV52veJXhp { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #HguMAdoCa8ZWRNAJXuBqyLxrOP279g3h { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #U13HBXcJ1ixocU9gvHyyVU7V9Nt3sDIT { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bFAFT9boOfl5sscvEwfvTtD96HpdbgG3 { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #olflNdAM3Qbw9CKOefgv8TZb9in89lGQ { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #x4lp58u0Ofci5oRkDpzEnOSaiLOsOxkl { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LXBhJTW5L31keu763xseebepwdst95VK { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #M8iurRa7UOVbFPboJt1iZG3mGOnnQ6vZ { width:15.9375rem;height:1.4rem;top:114.625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vu3UtStIH8zT4w0HgL2wqAe0WxVfdVEp { width:6.4375rem;height:4.5625rem;top:141.375rem;left:0.8125rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ0fDM9J0w3FnLoVP1SENHHP12KDnSgw { width:18.75rem;height:24.4375rem;top:119rem;left:0.8125rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #TIAscUu5gvy3FfAZyWwJvbnLsuy7U6TT { width:19.75rem;height:25.6875rem;top:118.3125rem;left:0.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iAqG8AwcgSSs1Ir7bW96vBo368FmV98v { width:6.1875rem;height:2rem;top:139.1875rem;left:0.8125rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ho0GwQJzCGxIPRKTaKKAKIUxc4bpnumu { width:18.375rem;height:1.5rem;top:146.6875rem;left:0.875rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #a8ek926SzPsGTt1W6rUm0gRK7Xz1GmUW { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #uhyzEOEKMKJJ8ucNU2fsh92hq08KF1ka { width:14.8125rem;height:17.375rem;top:121.875rem;left:2.59375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CTekvsZyCB9OL2U5fmTV5PcPwzZ3A81Q { width:6rem;height:0.73125rem;top:139.5rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #D4ur6zM6XRukLqTZyew1kCOzqGW3lImk { width:6.1875rem;height:1.575rem;top:139.875rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HU11uwI6StfbQbgn3Zz22FErWQJcSZHT { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #FK165ENmlAcU0ffpRtTVlMB6Wtr4Cic3 { width:2.9375rem;height:4.125rem;top:142.5rem;left:2rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lKi5e9XrItTu8MoDeoBSzmTUldURTkFf { width:2.3125rem;height:2.275rem;top:142.5625rem;left:4.5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UtZ6T298vHeSQTTgyrElMxHCfbee1NF4 { width:2.5rem;height:1.225rem;top:144.625rem;left:4.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Zyx6sGnxksRCq04OTrSUaWHw64sVD9tT { width:13.5625rem;height:1.575rem;top:148.5625rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hOEsVJetQJwk21FOcLoHZbia3hlxL5yy { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #cnfzXTmzcbBJQcCWqf4b4QsRdrTfK0nF { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #NKhOSP116PVTDNplrFUTm6ozhTTha0CK { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #QfkHxD3Pf6KbdaVCsCh25ZcooTDqqLzQ { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #b5c3BTr5u1xnl6qam4kzO4yOcsEZNLSI { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VhVTrN8kaTHWxwo6DpOGL8nNz0wXLQ1W { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #pxnBnulACytsrtbTzSXJ13Gf9J5Qmt89 { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #IZidF9LCn4IBSq004DriOSpWlc4UwUrN { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #s67R3KdcVU4Wn7NdRC4LWrfiX0DwyOeR { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iecTUzI9ZqWvpE3HxbKMm9ZkGh53XdsR { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kBeFe7EVUyrThAUavdUfenGo5UVwo6Jk { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #wro00DKxUzkrGZL7eyaEI0ytaT06U9w4 { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OkCHqVT9NuzRGkaEXTg0nd3anT7pBTOh { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VFK2Cf3DIGbUQzLIRZe9aHpP1ERKwKq7 { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XkE3ua1R8peExOow0aWdM1VQ8erqWb1w { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #T3cdhxFdH2W8iTJ1uw8054J1GuNhHn01 { width:15.9375rem;height:1.4rem;top:150.375rem;left:0.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TyD8Ry3GbkQaZCdAdzTLhFxl49IMdl7Z { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bG8SHXmCtfbscZsMA2x5ABwnBoaPfJeQ { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nrbZWV4vdqtuveZSnuICb7o3faG4WCte { width:15.9375rem;height:1.3125rem;top:37.650073051453rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dE5TsyWPZAIhsro40na1RLhOuyElHhmN { width:15.9375rem;height:1.3125rem;top:76.25rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm { display:block; }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm { background-color: transparent; background-image: none; }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .row .container > .video-iframe-container { display: none; }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .row > .video-iframe-container { display: none; }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .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); }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm { border-width: 0; border-radius: 0; }#CSrG8lIrlX0gNoVUT4TWTr1ZQKSgNVJm > .row .container { width:20rem;height:116.375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NC7UxGKGp4gA2dEoRDfSguQfU0yLTCOm { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EJ0QRfysvnF9Ny2hQK694A7DfQNR1HPa { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #U3QwuO7J21cWA1o20KpJZCQSNJdVuadg { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RuThAQTyUoDxNlVqMPAaWJrtDrWShzgM { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IuPm0bMLKLGZvQbW39zNFV5VXGDDuiph { width:10.625rem;height:1.4rem;top:31.8125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DLSkIDUri21wmicwFP1c0FHOoURZytv6 { width:15.75rem;height:18.5rem;top:4.2294921875rem;left:2.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Rf6oMUmDmqMLeiXZDCKKwX1Gc28hxuSi { width:6rem;height:0.73125rem;top:21.9365234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #vS675TIfybFCCDvpG1a5AaRgeyrdezGV { width:6.5rem;height:1.0125rem;top:22.625rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Q5a766soD4GgAHtN5tcxLX1yp42TLUz5 { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #sH4baBdd94af7X4HCnoAqIU4ssgWF9F7 { width:4.4375rem;height:4.125rem;top:24.707275390625rem;left:1.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KTQxinTx1SVQV4sM4HWLUIGONducSomr { width:2.3125rem;height:2.275rem;top:24.805236816406rem;left:4.46875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VCQtdotR8v9JOT9ptx7xE4a9w4y6yhTA { width:3.0625rem;height:1.225rem;top:27.03125rem;left:4.53125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ILTO4hx0Fq4MfJtlNe7vnlo9PoulVpbp { width:13.5625rem;height:1.575rem;top:33.625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EVbSPHitTWQZNlhOTZmK6bGXqwA2rS4n { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #SovUylTp92UOqS9fMaUwREsVAW352mqP { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #btJgE03L5AaVISaAKcwxEhqb3DqerU1O { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #ngOIobE450L7tog5NDUoOoyZ5hvpcR7t { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #A7FGqvA6PqhbXECJSzT1bScJqDMSc7M0 { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #V7PTcXM83Lkey4ImOPfUPrHsoTaWIdMM { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #gePusRlMIogJTqtwsamQLrZxHOLFvuha { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #HgPzhNXZ1muZU3xX6XHEfkm2JMTNblib { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #vclqLOlN4F21Jn8sru00R199csTQZ0HC { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #u9KXuM8Fl2voKKN600qXzXKWnfTN3qoc { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PuFvE0fT3yr9IuLsCyvlBzMl7QvI2GC0 { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #e9Afmmbopxwq3U4ACkfqkoRWKkoLuZLQ { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vxmK62Mc87ReE3LUmUTXBhJAo1DqymlM { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OvGdBdLPVHnKmMEn8Pl7VOcoUTKHwOdS { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #a1RnP5rR31yayptVAzgwkUNgg1RrBOS8 { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #JecmSb4ysilNLy5BbXAc4S55C3XQyvaF { width:15.9375rem;height:1.4rem;top:35.6875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NWPzCf9FWXOTrFBTLFhQyldihIOiLV2N { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KKdEx10EeyVwFdJBdJP2wxDDAnSBNIUR { width:6.4375rem;height:4.5625rem;top:63.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rFBLEQNnBTckADVQQTGb8aEAXn4SuIWp { width:19.75rem;height:25.6875rem;top:40.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cQ0J2yuHtdKDP4qWvzATpIptwcawB3Rf { width:18.75rem;height:24.4375rem;top:40.8125rem;left:0.5625rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #lVpweBq89fM2pXs1393CTZrlXW9UVQEb { width:6.1875rem;height:2rem;top:61rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #c18ckURgTWvDs8LTHbDB4gq0sp42vo5I { width:16.875rem;height:3rem;top:68.375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #R9K6FC1x476tw65opn4uDtBMv71emDPd { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #h6TZoEFfxK3wXrawAB2EITX1cTLCXaKu { width:17.3125rem;height:17.6875rem;top:42.500050544739rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #P3lJvXhpggPK1WzvBTBsPdrF8b3I9kTn { width:6rem;height:0.73125rem;top:61.375rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ltNRf4Zi1etscATonREPpmOv5T1cXoTw { width:5.9375rem;height:1.0125rem;top:62rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RE7JkpuZlwlFgbOyWpas5TfuWvVtcq8q { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #GZo5TP4NkxZTC8qWce7HTtkP3Eqy1iMD { width:3.5625rem;height:4.125rem;top:64.0625rem;left:1.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RleWCZqZuS4Ft8r5ZV8URVpN7K0rEaZR { width:2.3125rem;height:2.275rem;top:64.125rem;left:4.6875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lsxxDn0ZQWXLN8nIA9L8pKPn5o729b8P { width:2.5rem;height:1.225rem;top:66.375rem;left:4.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BSsTXm3yJ0FFbTHyiZ0aPLqIGCwbPps6 { width:13.5625rem;height:1.575rem;top:72.0625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #T9E8IJJ0vBQXRH12c0Smr3TMkEHi7S8w { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #SVgqk4x1zNwo5H3co9KLZWQrAN7ektDO { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #iw06czRHXNSixGCeqzavV6Db78dmTWEP { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #i88TdGxDrMRcoi28x7idUWKRmidNy913 { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #RXfKazXNTmqvV3whJmgUlbyDSfOmpQzQ { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #pyL1L1f8A5TySr2yf2oz9GkfVfNuvZKX { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #xq3DizSmRkAZ17gK6nalVihby0grThCk { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WbN14MziPHdftCRBNgPbRqXEfeqRAS08 { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #SQIM59pN4EohwRPlWrywGmZROiiQ1h4Q { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rDr6i9sN46FN2hMMOQgfa69dENKRkbXE { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #MpFCNJl6mkE0HHmiL7XvbKTx9p7yp6WK { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #GQo6g8Xg6GGmXe44G8euF7ruU6mRv45u { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #cAKhyALNT9npwF8hu7VwzQ77qh9e3JMH { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #znNobFoGDUoNoxHgZcWXLkhdqZfvvGWP { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RBBU3Pym4fUnkMKI2nBBdVHoHR4Iskwz { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #PDZQiwT1UGJmUWIngv2OTxlgcFF1lflX { width:15.9375rem;height:1.4rem;top:74.4375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #foyaTwSR2ETLA3vpk45GDUBkJ7Z1bk0o { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gkpwQN4OOkDchxs2ntcygGP1Uw5S9Wdw { width:6.4375rem;height:4.5625rem;top:102.75rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GR8NGelvBuvWCoDQsTXTdnNy847fO3Zp { width:19.75rem;height:25.6875rem;top:79.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #a9FQykyruMyVWT4cBar7smWOXtCkulGM { width:18.75rem;height:24.4375rem;top:80.0625rem;left:0.625rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #kP66nggWFJcmkO4XKKWlcgvXIC1OIZT8 { width:6.1875rem;height:2rem;top:100.5625rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yDVHXJsL5R96OCTUgc6FKUAheogFbvav { width:18.25rem;height:3rem;top:107.9375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Q1SseuZLRtTvIXJAbmEt6wJnfxH6ywd8 { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #UtyXl7poH3oB0Kcmd6hNqwezh8g1ZwMy { width:8.625rem;height:16.875rem;top:83.000041961669rem;left:5.6875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yDKSXxo4w03BWW7Xw0IerpWkXfy9WfzC { width:6rem;height:0.73125rem;top:100.875rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #n0xdA0ymUIJGOpa6nrIoJNvLze68gTu2 { width:6.125rem;height:1.575rem;top:101.25rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #feX0VTckbeZ2LTP2JMkvvG825UFTTeRr { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #uTT0F0OyWDdu8WaZuouszbObbthnUJvI { width:4.4375rem;height:4.12475625rem;top:103.62487792969rem;left:1.7498779296875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IsvH1eFJ2DQyrWW3Z8ev5VVR692bmM5G { width:2.3125rem;height:2.275rem;top:103.68713378906rem;left:4.18701171875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PKQLI6g3cpXqOJU4ABxHr1eWrypg31hO { width:2.6875rem;height:1.224975rem;top:105.625rem;left:4.18701171875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cghl6Vppc7LCpapd0mu55hRQBRX3b6aX { width:7.375rem;height:1.575rem;top:111.25rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MMRnRaGVIwGiapbkFaOr8om9RQcaokF4 { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #ayDsQZw2avsTtxu4W9c1EOaq7vm8gr9d { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #kvaQQhG6QKcClueaJGHlKfdhaMVn1l13 { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #iowXgMTweOAVw1crtLs34g2l0Va1nTWq { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nAOqkzGOxUUy2OiLKqLq5pd2vhvM4BMN { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WRC5VUraIIRekaMT7rafZwFuLKprhKaT { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #LzxsWgwubc6exdchgdt9LpS7lry6vGZo { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #gZDlL90aXHFvFEDMgqlBTeazIkrBUFTJ { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #UfmsOeToTEcEV6FqEhni6H14ZwSDOtuI { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #eVTPV3fAOHxgpTULdpVlNgEZZ6iLO4vz { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #y7TJvFnJtghAIOFMcld2XqmdWKQ8DfIl { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #GrZsbE2v7l7TQPWRBv2U537m9T5VUysp { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bxve6Fo19tgeCkd7xTxJ3s5M9OgblBFw { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #CkfXgfZ3QVr1Ovv3umI97oXF6iJgxZ8q { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Zkl7UrgLy0MZDML0JV9TXfvQs12T3S2K { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #TrSM16WEltloWQ51gP7SMcOEysm8wLoQ { width:15.9375rem;height:1.4rem;top:113.3125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gKgPMgTfZmeztTEAMH9cOvy7wRViOfXV { width:6.4375rem;height:4.5625rem;top:139.8125rem;left:0.8125rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wubQZnqMuDymCw6wCTcspKWq1z5UzznZ { width:18.75rem;height:24.4375rem;top:117.4375rem;left:0.8125rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #cWTn0abHdDQaAg6ZbFMPNFWuC38LBVMi { width:19.75rem;height:25.6875rem;top:116.75rem;left:0.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TuPGWEHqMfLzlvvIerstqnTMiHRGQ5RD { width:6.1875rem;height:2rem;top:137.625rem;left:0.8125rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OtmWTtHqpvBAkhmHewsTd7E7XGCnUgn7 { width:18.5625rem;height:1.5rem;top:145.125rem;left:0.875rem;font-size:1.25rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #ggh67h31b1UI27qlo6nMkomlh8hOA4Ny { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #nmTcgQnUIoEimXWXz6uJsHsNeWyTuPxI { width:14.8125rem;height:17.375rem;top:120.3125rem;left:2.59375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #P6bmNz5ttaR0PiKndsnNBSDaa1omTPOT { width:6rem;height:0.73125rem;top:137.9375rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #NTla1lW0D0cph2bTZqz4m8yn0uOeZnL2 { width:6.1875rem;height:1.575rem;top:138.3125rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #GEmRtzIZ7KPh2M4uaTwOPlomwKy1kMAB { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #J2hsMT6WC1RoeITQkgDGqehIoAfOl9sl { width:2.9375rem;height:4.125rem;top:140.5rem;left:1.4375rem;font-size:3.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #nqJDckCpCMKEvn4AXJvLKAlDuoCQWdZE { width:2.3125rem;height:2.275rem;top:140.5625rem;left:4.875rem;font-size:1.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #IJhRDTMnN5T3e37Jy7mu5PiObVGtHQUD { width:2.375rem;height:1.225rem;top:142.625rem;left:4.8125rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #UiAtfwfdnm7g9Hob0eh3SEnJkTbA7VWC { width:13.5625rem;height:1.4rem;top:147.0625rem;left:0.8125rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #y6OuiTnMUFW2wclxanp88bHAb6UzZu5y { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #L1rmqn0uvU8D7O4tbHhxLBrAyOJTAvqU { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #Xu5IFSB0PlMQnNciweVmKuHIJix19PdZ { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #hxgZvPJ8f1lT732cCn4QWwMmgILu8JGT { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #SgTrqVfO2CVflZ8nL3Wy83mtlxc6ERbk { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gi49K3mF23xHvXwnab0SLFxXW6qLWQ7n { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #ZaQzWt2bh0Kh4fCTyzBNnFwFVFrcub6k { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #RZpxQET27dUQCFEXNgzSCwoHOZV3SCeu { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #lTkspTBoaTxbLKx6DNqE2TTLXCe9IofT { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nuR2XMWHRlqdpRh6b1ot7kExI9h3yKFi { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #fMEbfPIv2xVw9csn7UkR5A7d0VxUNBhr { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ufuHwVSSN4pqtMtt8OTnqNCRJTal6vhL { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WIJBgJn6WlRIEMV66rV0WI68pc9nGNm2 { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #x2zUMgLsr8hTGBDWt0STqApMiGUX3Zxi { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XqFTc9q4tbKLwmKkN8n42KPvd9ux6oHE { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #NqT7hpZt3SNHwkmc8My5iaTWKGRMsy2t { width:15.9375rem;height:1.4rem;top:148.8125rem;left:0.8125rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #HbnWTxb9PI5lkJVklRomhnP5o3LAg11F { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IlaCVN0xACu6sLT2lqypom948urqtBDk { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffd8de;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC { display:block; }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC { background-color: transparent; background-image: none; }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .row .container > .video-iframe-container { display: none; }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .row > .video-iframe-container { display: none; }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .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); }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC { border-width: 0; border-radius: 0; }#MzVBQyqJv5CiI1qFngr4xdCoXeSHzNqC > .row .container { width:20rem;height:158.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMk083khObrXNMfotRsbredskJsIrTDu { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RLM3Mr5R178cZVbL6myLtNOS3sOkUgbX { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vVSMslayPz11bOOA0ESKAANTrTtvn8Ht { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EWStcw3Ty2w2VuNFTffQS4QhR2Ag4Mlg { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #LDRzwqxlwQziDPziNPXnnNBJr6g2alzU { width:10.625rem;height:1.3994125rem;top:33.9609375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #STPOJ0v0ynUQIC80v23RstkFA0zpMy7p { width:14.8125rem;height:17.375rem;top:4.2999992370606rem;left:2.40625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Z5VOA8ewWh630cg5hEhkoWeF2sIEDX9B { width:6rem;height:0;top:21.9365234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #Q4MzqF00JFICM6XCbosTkO68QpGkv1me { width:6.5rem;height:1.2375rem;top:22.1875rem;left:0.4375rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VETkpteuR5o77VT3hyf2WRkxWTIVarZd { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #J12Rb681Gku2wEfypQscWNX08voCtDhc { width:3.4375rem;height:4.125rem;top:24.707275390625rem;left:1rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SE7NQ48dFiJqoPCPhZBPeZ3HmKMaAdrW { width:2.3125rem;height:2.275rem;top:24.6796875rem;left:4.6875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hQ4RBVEi2NAhe2mNv10Wd7oiaGUv7Fdi { width:2.6875rem;height:1.225rem;top:27.03125rem;left:4.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sr8s4UOGHUJXImnTrQw4wvlunRUd4Tx6 { width:13.5625rem;height:1.575rem;top:32.4375rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zH1TRadfIPkpfpOVEZwmGNirrwt1CmoK { width:5.875rem;height:2.8875rem;top:36.875rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #KZNAkcOxhFgo1fzPNBmS1LqT7xITnzMX { width:3.375rem;height:1.4rem;top:37.5rem;left:7.375rem;font-size:1rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #Z04LdhyBvmnSmPNARTPbv3eH3sQA2wuh { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #B4c1EOCtSmppZWlinPNRfHdE1quPNhuZ { width:6.375rem;height:3rem;top:36.625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kKuxLhfzIpNPHS23bmtRuX4OZmBkkFXb { width:4rem;height:3rem;top:36.625rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #klva7pyaCrif0gDEkdzzlefcmZdVS063 { width:6.3125rem;height:1.925rem;top:41rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #m2mla5TB8CXfX7dZQhnQMbywHRycXw4T { width:3.375rem;height:1.4rem;top:40.9375rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #uKBrRC1AlgEcNrpgv1OpqJrntKpCootB { width:3.5rem;height:1.05rem;top:42.125rem;left:7.4375rem;font-size:0.75rem;color:#ea1b27;display:block; }
 }@media only screen and (max-width: 763px) { #cAohzquzxSIn15NZrUFfA10cRyTxtqZX { width:6.375rem;height:3rem;top:40.4375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KKCxUrpQWPELZO6OSoKdfkNoscvlGoqO { width:4rem;height:3rem;top:40.4375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #fRshM0yHGFwKT7kRpPJTuD88gQx96Tms { width:17.5rem;height:1.225rem;top:43.9375rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #prf2TeOG4V9qLq53fs8FIvmUN6CuO8wo { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #uU42szVhCeGDMs0U7hpOZ85wevRz6XfB { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sCN8PzCdyuFDsFg713NMbO1Ti85poTPK { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #AhoZLBolJlhpp362hB0qXeIErm1tmUED { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iS70zAxQwzUFPwzaBq3QipJPmRd7FpTe { width:15.9375rem;height:1.4rem;top:34.625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IIIIvmD4GV9NWqKoHbDUWnIb4cTsgMg5 { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rgNDMzkxdvpMKSkVoud2oAkmVkST30Fh { width:6.4375rem;height:4.5625rem;top:71.5625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zIHuwrxrlXCKtudPv3MdME6JrplEZkkH { width:19.75rem;height:25.6875rem;top:48.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #y2A1ysDkCNkmIGz2vBgu8CG0m4coQ6ay { width:18.75rem;height:24.4375rem;top:49.1875rem;left:0.5625rem;background-color:#f0ffab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZV5xAyMWn2Tyc8RKRqIabncyFdJron2W { width:6.1875rem;height:2rem;top:69.375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yAKW9bbnyv74PhJD4IbNiddroiSMQMpS { width:16.875rem;height:3rem;top:76.75rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PIWGbaWTfZTmRIxJQvMb5aRvy19E5gZQ { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #hTQrpSQADTVKczx2UMpqW7tTotQflFQ6 { width:14.8125rem;height:17.4375rem;top:52.75rem;left:2.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZnwsTo5wc2iJNrE4u8n0CzOCyzmmmLeI { width:6rem;height:0.73125rem;top:69.75rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DScSb0NeIznHUxNNBS2ZlZUfPOATfo57 { width:5.9375rem;height:1.0125rem;top:70.375rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #LKW3W6vKZ3VCVWScecTa82Aa4oy2O5U6 { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #EoVqDXlCfOVnaupgZv9J4CQwiM5TO5Bt { width:2.0625rem;height:4.125rem;top:72.4375rem;left:1.5rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GW2ri3l9zOuNEwsw8xNUo1tV40lTUSNL { width:2.3125rem;height:2.275rem;top:72.5rem;left:4.1875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mB02F7TmhT6EsHfKc4GL2WP8B2RO57Kq { width:2.4375rem;height:1.225rem;top:74.75rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ROweVZCEA8RGz52h4sugul13Tg4TZXVd { width:13.5625rem;height:1.575rem;top:80.25rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NoUO3Dky5v9yUBDBIToxiR6knJdp0Kwh { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #Hi7VnIvCwDDCpptk8sU0I5hsguWL2TTD { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #Mrt1tT32GD55krtuq45uNwM44rR8IUsB { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #pEZoJWRze3atHJgGWAqlNWwer3X25d2W { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #tPE6MsPUTPJTOxqhI1pksVFetytVgcOW { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #OybuIb3SPoFZy6UBck6ZdoWatTnmF1gg { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #nuTCxGtFLhzdiqxMtTwhnPUdLHE0BxnJ { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hfJm7iqAe5JXHdRcTGqZKNPV8iSf7I5x { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pUF0UQWNKNw5l2ezNWfyFM2AqZLIUPkJ { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Ki9KX6gpDQ4hXCOQoWkKwiEkDuW7Dhhg { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hZQZzeIIZTxPWOU6TPq9yfZM0l3w5ByX { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #y3vsta6ovSMJkulDPyWlR3EvlOuWwW5h { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #zg4gKmq5lOUrxUFbUNbdSgglrdZ8f2P9 { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #agCkphrFKWqKVqyJcyZA3IZtfcQJHfhk { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PzAAzZMMqADTRpnLpvbr9pTEyhbPmq3F { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #a9IF66TU4iPGMRmV36uM0sm60SnNFJOc { width:15.9375rem;height:1.4rem;top:82.4375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xkL3qM5SLHmRwNtToNQQJaZ9y6X0BrN2 { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NLRX3K6zJKHHgqyDCbSEMSWTIRtJm6mL { width:6.4375rem;height:4.5625rem;top:109.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vOfGaaFi3i6LcSSnnwtf7pVBsSLDQE7u { width:19.75rem;height:25.6875rem;top:86.5625rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sk5bs8EZTPO1JUs00q2T4LW3R9pzO6Vq { width:18.75rem;height:24.4375rem;top:87.1875rem;left:0.625rem;background-color:#f0ffab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZuwfmHulwH4DatdfQNuQ76IRfPedM7PJ { width:6.1875rem;height:2rem;top:107.6875rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sPZDfLn3mNCkT3nPTz1FquSn2Iv7Nb1q { width:19.1875rem;height:1.5rem;top:115.0625rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HLFCO4L0OphK69QGxifoGzE9JTMz1vRG { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #agFnb7WgmRalfr2KRmFfwU6XRSNv2sx9 { width:16.6875rem;height:19.625rem;top:89.625rem;left:1.6875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kPLpPvTdCusfq8Crv3kzMDugcTmaPa4m { width:6rem;height:0.73125rem;top:108rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vUBS6scs5ikAXFWyUnX17VgRNbVMG3D2 { width:6.125rem;height:1.575rem;top:108.375rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vkyt87ucnM6hklGCJpVVXoxNtOpf4lWJ { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #XO2Pod9AmpFMoqiCu3luXPcqZr9d4K3A { width:4.4375rem;height:4.125rem;top:110.625rem;left:1.8125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #crJAJ2p9cw84Ow06ZpTeQpN8GrQqffhu { width:2.3125rem;height:2.275rem;top:110.6875rem;left:4.4375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rLIAZERSyJiun8KJ1xNDf31U2uCl9sOl { width:2.3125rem;height:1.225rem;top:112.625rem;left:4.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xiXSSluHao0biNTAUiiVODgDRMcRQFd5 { width:7.375rem;height:1.575rem;top:117rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #uhkfZDir9lRVoE2yfUNLyL0UG8mmSsX8 { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #sTSxeGR9FEnQu0iUxnbCzLqbaTGtarIz { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #Nl8cBMkUGxZaGVT5pw8L1ixT55bMo6Zv { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #wn5cNAQ6Mwhxe0Nhq1zdEQlLsPhITZBt { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #uxR71vphG0KsgfD7KmPx16SBrTlhKrK9 { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #yf3fWM64gSZ3QTXQPOCXftK6exhNaGU7 { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #pSgQKparWJCudGvpZR70UBifaEwaXxem { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #LaaSfyxEb86XqwcpofZPP7yynk3wSovX { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AQT9iduPyrAKPdXHhCFgaH3v9Fss6BCT { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #yoTSq7DrJU6A8EXUCz8f4edKwx8NX885 { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #uJiqI2f1vtLrCVEgJXXcDRvHa2PLH47A { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PEtvRKztc9boTFP8cRElDaJObPzVDaCU { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #GxyFruDc8EkTuWHNgBAvvFzGMzP0FG6X { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rG06GODdfM8DTk5D7cbSiyZ3erAVt4ZZ { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LLiLTTUOL2LXlHizhBU7QZJlVWVsNXTW { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #eHaMAnmXlWA32nBQcmA9Ud2TAhtCClyi { width:15.9375rem;height:1.4rem;top:119.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #b457RosFsvPB7V1HyzAz3XkNpGeKGCKW { width:6.4375rem;height:4.5625rem;top:146.5rem;left:0.8125rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFk3KEGD9vquOVU5zEwQvVZ5tl74GIvg { width:18.75rem;height:24.4375rem;top:124.125rem;left:0.8125rem;background-color:#f0ffab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #VvNuHFTDUCK9ViwvT3cLxTmR1RtUnST0 { width:19.75rem;height:25.6875rem;top:123.4375rem;left:0.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TRv0iD3qraHwJmv8mCl6mQwOix8A6GGo { width:6.1875rem;height:2rem;top:144.3125rem;left:0.8125rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ae3Rn1LXbpp7g5g2dp2gO41vVVpb5Qvu { width:16.875rem;height:1.5rem;top:151.8125rem;left:0.875rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #pBcHc64UXz3u3lKIuMUDsivDzb4SQAKO { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #WzB7G8iPIG7u4H3eTXWmMJTzJiwXigAp { width:14.8125rem;height:17.375rem;top:127rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aShka0JEACNU8XX9XAwKnIcJKX7CMaDC { width:6rem;height:0.73125rem;top:144.625rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Qyl6ztT253uPnawlhlQp0UVIE4nbrV6T { width:6.1875rem;height:1.575rem;top:145rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WUxhApHWMIcnTMz7oocsbaQ00cIvd7sJ { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #wop9GCmyUPsReSzIHAwLUdPAQAUTZBGe { width:2.9375rem;height:4.125rem;top:147.3125rem;left:1.875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #duya9VqaMhFL0bKe2fMkDOLEyClf7McS { width:2.3125rem;height:2.275rem;top:147.375rem;left:4.3125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Xu1sCEKpcvm3b6itmDMwp5Vm1CTXcsOI { width:2.5625rem;height:1.225rem;top:149.4375rem;left:4.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tiuF1vwNmg8IGtBJee2EH5SUx6cRn81d { width:13.5625rem;height:1.575rem;top:153.625rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XWyTrH8epx7uzF3gErrNiI48hI8iBCna { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #xvpV6ZlIoeg0cUyPDbVBSVWZR2TgpWRl { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #oVlCwvGMyFVm67cni0OymSNCvZgCohHL { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #sO0CBn4eJGrHOgTShAcfI6GIGbW3lcKN { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #p2fXPXAsm30wU1f9l53ThoTX1nRrfvtd { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #mnKTaSuWxo1plvX9kMLSNkGHaybwDqV6 { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #LkNGbycKzzs4UAKFLnrGztXTDwmExrq8 { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #VchvhhepnOQWPiaAZ7BPCRHVO7AyBwJf { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #xdTS31caS3ei1MiI2yyTlirOG5upsLpi { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kXWkAoH0vOulx1I1Cy5sifMVnicziRxv { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #r6wnqXIiwiIzrTS5avgkZ3TieTNBu0Ja { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ITdRT2PZa2TzqDDXnvrdJ4QbkwO9Tggu { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kGRThUeQQUsP9haAKXTGwn3zL7ty5hhn { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #xZOG1bMEmKH5uy3xF7k8H34ma6NIN6H4 { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Thr5qgb7HwuU90IFrPt7JAPtH6uzugih { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #fwQz69IEUwBNE8lB4JfX4JWcrV1nF8Qy { width:15.9375rem;height:1.4rem;top:155.5rem;left:0.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TyIcslu9Lo1pUXeSRdekFLIXqGT9vBzw { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OX9qyHVTCJ9ZWD76be7pQmMoDn7GhTfi { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#f0ffab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv { display:block; }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv { background-color: transparent; background-image: none; }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .row .container > .video-iframe-container { display: none; }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .row > .video-iframe-container { display: none; }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .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); }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv { border-width: 0; border-radius: 0; }#R1aBIXFOxheBHp90Ln1BfqJvc4k1b2tv > .row .container { width:20rem;height:36.8125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcSNFQVBT1Fr1d86V9FSzQ1HepmgfMJO { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WohavTDW86dNH30BP28s4cxx6yy1FO0o { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #c0ahzHdpbJUGUFr1L6WKOlqaNEGCdu68 { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #s6SDyP0QxnvNvO6b3kg7v4UxkAw7JmKs { width:18.375rem;height:1.5rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #p3lS9pFKCDu5SlWGl2b3BsVU2JKkGbUQ { width:10.625rem;height:1.3994125rem;top:33.9609375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #WkOTqU7o0cewb0WUQgfyxJuiQ6F3WKVw { width:10.5rem;height:18.4375rem;top:4.8187742233276rem;left:4.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DSPogBtmGc836B1Fme172WVSPXQsSRWw { width:6rem;height:0.73125rem;top:21.9365234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #vUvqAvJL2mgFTPCMtwIX0WCRIavPTiVn { width:6.5rem;height:1.0125rem;top:22.625rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zLlaSUL7Qw6OSQPuPoxLrNgGJxHap4oS { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #I6HlZlJDAOKvbVf8nD7E0i81bVRgvVTC { width:3.4375rem;height:4.125rem;top:24.707275390625rem;left:1.8125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ziVAwHlc9cMDSsRZyT8TPSF0hHtr9zHw { width:2.3125rem;height:2.275rem;top:24.6796875rem;left:4.34375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hr7onW1c05v2T2UZu2cyOJDhRCLVRrrB { width:2.6875rem;height:1.224975rem;top:27.03125rem;left:4.2186279296875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nPPhioaRzrXO2z9IEibsNxQpvNWdML0p { width:13.5625rem;height:1.575rem;top:31.3125rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QgtzIEw5CuULRqbRvc79gQkpOEV6Kgg9 { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #xMy12Db6UknrumceOTZ0gFM3tBkqAGtD { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #IQSlLbpLoWvIRn87TKpvIqmT9aEaRGPX { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #n34dTwSsq7uqthRwgNeZegPZkmVmQTeP { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #r0gWGK5stM8PCu3ZFeV9kZ9wPIqXccmS { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WnHeuUr8SSWWThAAUghdWLnPndvMaFJ0 { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #mDFdoBaPrg2BKoxCnIbTBmv6XfeCpXGt { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #yG45SLPqWcoGp13XLtbVn3PQZr0OFVDy { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #ctivhGQsTBnL8VT2HGckIyRCtdBNrpxQ { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #DhwF5F2lEAEt7G1O6ZDh60iVigF6u04U { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #SsxrSRGcaTPn65ECiw2RDmui97MAVqCe { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #oDifSz25RZTCuvK9cOddQ3PCTaPf1Os2 { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #dr2v316Ma5S30hfCw2m4i0W8v4TPBNpL { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NJv3xp0xaOo1TRVeN30kUEHewmeeygRs { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #lXyuhFpbxzc8llMGcsS7zokeR9yTARdQ { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #eglKDmplZDzU1XoHRpQ2dSTCTuq8XaRm { width:15.9375rem;height:1.4rem;top:33.5625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qb1oTPAlz2Jria50fuVPgFHamztQFvwt { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #suiQ4MQFLdvuGZcLOeKeTxSq5XpzTCKr { width:6.4375rem;height:4.5625rem;top:60.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #y0qzkao8RSSIyu15xTiJ8f7NW02kpsnP { width:19.75rem;height:25.6875rem;top:37.125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ugGec2lA3yR6soIJzX74amIpU9Tpwk1X { width:18.75rem;height:24.4375rem;top:37.8125rem;left:0.5625rem;background-color:#f0ffab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #iL4JmrhnVShbRLEryfKhTagpENrZDoIH { width:6.1875rem;height:2rem;top:58rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kvxi91LpG1woNm662Q4kysQhzQse6Khr { width:16.875rem;height:0;top:65.375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #TKf999rtxF4WLlNKe5QqsZM1V3SUyl3K { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Lhdge4xOgfverslWeUVrdPVewBMHOdUE { width:14.8125rem;height:17.4375rem;top:41.375rem;left:2.59375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IgRi8npEsncTCJk9VJClTTewlSAPFJZf { width:6rem;height:0;top:58.375rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #edoV9NERyZfWbVv0rKsiSrCleVyurf8r { width:5.9375rem;height:0;top:59rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #tr4HTQGRBdQ8UVVfPtgQKTNeJ5g4FvPR { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #GgcGfNkK2Uic3o6CTz4NhMegn3QWwKpA { width:2.0625rem;height:0;top:61.0625rem;left:1.5rem;font-size:3.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #NFGTpWGhd8OxLleMTBgNlraKuQAvQ6V2 { width:2.3125rem;height:0;top:61.125rem;left:4.1875rem;font-size:1.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #mFxsec5l0Eq8doNJhyrb4miaLPdZnbdl { width:2.4375rem;height:0;top:63.375rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #rTA5p5l8MGxdz2KdgvF08igIFXU0A5B1 { width:13.5625rem;height:0;top:68.875rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #rTsSzEZgNDHpiPwwErHxL64VyT2ZNDHE { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #heTSQF4yMwWrXwOiZbuix6kOSQiZl43k { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #RlO7oNzh6qBzudgmQ7x3IddzGi1tHDMT { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #bTuvtDMu2NA7ZGk0W4HcNOmJGf26SFN8 { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #f93RsZwGyNEFaGWLJCCEe3qTKMPlJE8p { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #QCLQt7a28DIZS0gy2gb6UhGW3fJodN7p { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #xvSafWB2GU8JerTCliR0vauJwRtAff7B { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #v3zTmrQZos6bONX7U7xvcwUpqv7Z1BQv { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TyH21rUGE63IAhIr4aux8lQqo45L0z4p { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #uwyAZok1KdUXHSg90QEkAmiA6f8xxXck { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #mbFIKu13lyT4mHDsKQxrCnbRkn8BaxsT { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #k1GAHQsVimUMozs1CvR4562T83BAvJTh { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AaOEK58CgiFcsAbIcOFDeoQFd6TSJC8x { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #GCumEnSWl5ASe81xJZ6dMFymeyrrhwNS { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #oaLTd4e9HqgVRLabhU6KftalO0oKQOzA { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #tszI6vdKAkIDpHXVOwh1NyAV0TQsXbRu { width:15.9375rem;height:0;top:71.0625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #wLH07QNbHat7MS1qFMiA5ulPQzumCBb5 { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IVAH3DGFTgB0sT4safEV2gyMEZUrpw0Z { width:6.4375rem;height:4.5625rem;top:98.5rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ks87mFMTvvBLZesa1XlFQLOThWlCRRxr { width:19.75rem;height:25.6875rem;top:75.1875rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #cOhiiBOiNLfEoBzRGCBKxSyCnqU3fa6n { width:18.75rem;height:24.4375rem;top:75.8125rem;left:0.625rem;background-color:#f0ffab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #P1UfGzoSxvpl3fubS0L40PPDvxmGi6sC { width:6.1875rem;height:2rem;top:96.3125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Dka9FAhm5eBPlEVtSS3qlNqZ1H2sN6Za { width:19.1875rem;height:0;top:103.6875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #GSeDB5Ig3QrsT294dny3OTCVhZEbfc0J { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #N5BwJAAtUogOh5Az9V3a4G3ZJIysOmx6 { width:16.6875rem;height:19.625rem;top:78.25rem;left:1.6875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TycEkIXnKBTlpCtd5yMPCw3ThWRBZXR9 { width:6rem;height:0;top:96.625rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #VNW98yUw4c8i75J3do6LhThg56Kchqe4 { width:6.125rem;height:0;top:97rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #sIhxlvxZzcBIAXHT1h27Mr18nK00uVnx { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #bH0C8s5vvMNkS7TVhpexFqT7E8LgtukI { width:4.4375rem;height:0;top:99.25rem;left:1.8125rem;font-size:3.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #GX9BUXgyvJz2BxwPRTgsi56MkkDIHXpa { width:2.3125rem;height:0;top:99.3125rem;left:4.4375rem;font-size:1.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #wmkbBIobCKP6Ef0nGD9Vv7TSgZ7KQk28 { width:2.3125rem;height:0;top:101.25rem;left:4.4375rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #IffTN2RGtGo9sgM0i8DKCBKuW1XmApdv { width:7.375rem;height:0;top:105.625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #DdNbaJWdPimSy4InyWGLJc6b2uVA9KCD { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #HtmsSKSTRWIaPvkX653sI06xNJey1RTt { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #WFp30iA0hIiOygqCVJuIpT0sGfK6Nema { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #eV7rCwP7qi4hpPANDziw0C99oFWDc0rg { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #U5vz8ixBcIb4A31lrL4sl35FHeXnIQsX { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #aUTiOzzPD374sOQUNWMEN5pgVfpN1Ttv { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #ogsEun63WSuaxv6yrwWD2fAcm8TGEhuD { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #SOCPigzQTPWtsU8IP2JibsXWh64sbDGo { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gP57rLUyinTC8e1pr72ukpA2MHyTUmQk { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #f1nx5okevB3g9QAzePil0wHrxLJ33FOS { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #gyvZriobxTDx6vfyphu7GwMVB1tTeWrq { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #puCH7BLir10SXg3nEf184Rra0aXTEe1q { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NAI2C95E8EQ8e5mUp8P3ivBK6giXdDon { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #g9ZfMazuZPPCmR69dAWgLWevcq7ADtNV { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Ia9rbQ9Ph8ohJTDpCSqBR27SbDNfs9na { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #tqxJ6dIaKtTKD45ZE2N0Vh0UgTTTsffK { width:15.9375rem;height:0;top:107.875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #V2TIEbQ1sZ0ZtuVI1p5wtQ1TTCVoFL2M { width:6.4375rem;height:4.5625rem;top:135.125rem;left:0.8125rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXcyCuKg7w0Nhq9fttBSg9xMhbJqktiP { width:18.75rem;height:24.4375rem;top:112.75rem;left:0.8125rem;background-color:#f0ffab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #WqQrHOPtctOAIJVs5DBBKS0XzTsVXQDI { width:19.75rem;height:25.6875rem;top:112.0625rem;left:0.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QzMd5rkPyRk6cxinKNi30gXx0mpitAQ0 { width:6.1875rem;height:2rem;top:132.9375rem;left:0.8125rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #METt3uom4yiQTHi0XNVZoHJX5uPHukpW { width:16.875rem;height:0;top:140.4375rem;left:0.875rem;font-size:1.25rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #XE3LR3G4XPTbrXfXP9PHMkLMyDzukK09 { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #fsCIKo13w1RbmDbntspTLRL3LAySGwCB { width:14.8125rem;height:17.375rem;top:115.625rem;left:2.59375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Vrwqql4evPh5gpica7xi2NXu32TIrGrk { width:6rem;height:0;top:133.25rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #z4EvWFq6wnGSTfpLIvZ06OHn7KZbaFul { width:6.1875rem;height:0;top:133.625rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #itL9A7HDs5HGrKBABH0dVND2L85sWWMZ { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #qNWuEH6ZUFKqFQh5v3HNvqbLoquR2NhU { width:2.9375rem;height:0;top:135.9375rem;left:1.875rem;font-size:3.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #XvuSIOV7sguNHNJywCSw3rBHsiUZTVGp { width:2.3125rem;height:0;top:136rem;left:4.3125rem;font-size:1.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #zvnL6JOaXBF5d388THHZ6aKM5Hdtn4CV { width:2.5625rem;height:0;top:138.0625rem;left:4.25rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #N5TRHcm2xMtiqzHd3ytPfupVuUvXlrdp { width:13.5625rem;height:0;top:142.25rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #VR39fL6Af1MuvxcXKdesPKZPvqnr4WF3 { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #leqXpt26LZ0M9qzhCv7XZoi7LSinnvHU { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #bDhkwlFDCvMCloxT28BWEbrwOnvbbM5p { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #xsXAkVTw59gID9LJ4g0MUq8NqTw3LwNS { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #xH3hM8D2n4IhdFitOIlJEy04T7oU3sVC { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XBcTltcVbqpJSsTAEQMdFskDry7wUthb { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #inXUw9aXx9edy0ccP1qU4bzi7GTwXeQL { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #FFXAsN6CRm7gbw7zXWoxCNJUe4nAbW9n { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #wRy44ePR2W4lkpxVWCczv3rTZxpEISTS { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #arfWTVA3xv1q5c3xF5aTV5kuNuzPOrRl { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qpaTMlAArnCabKzPWmpJxZeQ8oJRZtu6 { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #q1B5ekJahuB90B3EBDTTCFcBrBRl6TBx { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #e617cqfcfJxPeKUKsXbmSDUxCRP1nNsO { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PnUx3Mr3swTQgOWrA1urUkmyaWKDaT4a { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EFaJlSvWnA3RXFcWem4wQMBl8kT1m2t1 { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #tybpvTnNdsKiJCzBgtrKVyn9dnkQQqfn { width:15.9375rem;height:0;top:144.125rem;left:0.8125rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Or8UwTo1rnfo8bMPFxnQrfobO3fRcZqc { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #U8XNDF1BWxMnAVX9oWUMJPClachcZgWy { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#f0ffab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { display:block; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { background-color: transparent; background-image: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container > .video-iframe-container { display: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row > .video-iframe-container { display: none; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .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); }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs { border-width: 0; border-radius: 0; }#GQmFVF1WoTDRe8aNCDqmcXJtFWRybgCs > .row .container { width:20rem;height:155.375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lS4Tn7lLasqnyTQmdGrntgWTrHRwuBKs { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WSsVtLyg6g9mBvC5uR4ul1BB4gADWOKZ { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nafSCFdAgdmtwf3CMUZ9IuHvD6m94dmz { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #g2cAsuP2xTm1E9BDMpAG1LpmmVfQGeT1 { width:18.4375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ANN7qHtNNBJmefUsPB3ty7p0GKfcXfT8 { width:10.625rem;height:1.4rem;top:34.375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xWoz8380h8QXh3thQROMdtql8FPGoF3h { width:14.125rem;height:16.5625rem;top:5.125rem;left:2.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BZQ9HoeZQcFu3rqTBVl7FZPNt8Z9zAN3 { width:6rem;height:0.73125rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #ODCnxvm5dmTaGnN858DbdgyfhcwLgoBq { width:6.5rem;height:1.0125rem;top:22.625rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #AlokfFNpXUmCEuPoy0SNxynEJB4QHAvv { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Z01VhwvQHKXO1I4XgzllVOv4VJpVTa6p { width:4.4375rem;height:4.125rem;top:24.70703125rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pxSbhshDhnR3oJpbXtn7xCG3f85nK4w2 { width:2.3125rem;height:2.275rem;top:24.805206298828rem;left:4.71875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eFou61vJVapwEg3HTNqnaset1CyOZb4s { width:2.1875rem;height:1.225rem;top:27.03125rem;left:4.71875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EfqH6WTDOm2zHrTF4oXZKWLNwWme8ra2 { width:13.5625rem;height:1.575rem;top:32.5625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #awzVmeQWm6UAwTgn0ln20Xh9NHaHb91T { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #QFoMsifs10TmnTJl3Gdigczuk9JbQkrb { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #O7tX5pBwXWgKIXNJVKDtQbsQDsNqOvor { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #IZMmh13DJkJRUGc8iRsfsngCKKEaf4Av { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #G23EFEKa1wSi03mGzLqTbShh7fR8FlBa { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #mgg8vvNnkAeK6W1vCBPRTp0xFkHzwAm9 { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #b8om5VNAb8I7hGVFVNwvZG2PltOv0WyH { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #Fs8wlH84rcS7Cctsf3rNtPnPG90E1kTg { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #rFLD9Vb7IFuyz2A3dgSCJi53bbFrGXmn { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #dpp3KgXfvLRgMppXScV8LJ9LMhQWPfsf { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TN4xXCUrXi4379nxMbJswnEXngdZ9LDz { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #bVr3dVDJtS1Bh5K2w7MiRPvxa2GCJ7hT { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NZxq3Ub7Gcy7U8n7TSWZFrCm0IQxSRCV { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #O5EpdN0EoTRWsKhIycJOUkUgTtHRJxWr { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #cg7qfH4IbmeVzZgIIpTrKPDtbtLNQiu8 { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #CVwSG5N1nqHfGDn06rWlwP9FGJOdH0Dg { width:15.9375rem;height:1.4rem;top:36.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EeuhTfpIZ5cNoQ6t3i0p73oagP8FOuZQ { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #F3sIR4LBHbTxVlQotGfdve5TvDM9ncOs { width:6.4375rem;height:4.5625rem;top:63.0625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PsxnnhUr4392TT4lwFB25IMAMqSMUri5 { width:19.75rem;height:25.6875rem;top:40rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wggDoKhIHLeqK1fvwtxUqnG6hyXDllT6 { width:18.75rem;height:24.4375rem;top:40.6875rem;left:0.5625rem;background-color:#ffeea0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IUMg37dksBWys7FpZndi5QsF9mtJqk3f { width:6.1875rem;height:2rem;top:60.8740234375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mQ35TcEfdNSSLy41V6oom4rKb5nptOan { width:16.875rem;height:3rem;top:68.25rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #LiBxIFnu9zzHruUB6AkDwAKUpZsim9Je { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #qOHpHurPPGPDPTpg3AXFMWp2yFWnJHR6 { width:14.0625rem;height:16.5rem;top:44.4365234375rem;left:2.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tKGmiXHTmslHpXbdHN0zCwG3eac6yfc4 { width:6rem;height:0.73125rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CdrMSH7S01HNuBfrrJHGJL5Zh0GbIxPi { width:5.9375rem;height:1.0125rem;top:61.8115234375rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Hmm6OVCWBwiZuk08TZSUT9DiiSoU0wmA { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #wAq98cEG1FCBOLUEq5sXTKwAK16dUgFH { width:2.1875rem;height:4.125rem;top:63.9375rem;left:1.375rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vTgPZ7nC5wxTx6qb8HxkCWSa5Zs5PJX3 { width:2.3125rem;height:2.275rem;top:64rem;left:4.0625rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UytoJwIaH2D4mgovthNVV630JLDa639R { width:2.4375rem;height:1.225rem;top:66.25rem;left:4rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p9x2uRE66TLSHLKgVHAFBi8kM6WCFe8i { width:13.5625rem;height:1.575rem;top:72.061401367188rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #g4ssPZk93C2k2oxyoTrot4zDSfVF9wyl { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #MVaIdcshTaLdtUZR5gbW9KQGu7iM9suD { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #zOXvJNCpyFNq0k9IbUnI6iOt1vUA7OZh { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #os5UKVr0numfczxTITdtxFSUDSOz4dGK { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #hwWFfUTsWVhX9IbPVWHcQMiTZOWCaNJN { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #o6eiAqOG9dyox9GNCp8h7TsTHteHWZEe { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #VxsURLBXVJWEZiQvkKPrUw5cDtryJ5AT { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BwnewtxiMTQZNhft2GZiHL1oc6a7HqpC { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OAeuTU7bZUnrGWB1JNcEw3uwwqSUT5eA { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Aq9VGTvpgGpGsyo6cVwlBi2BbEZGI3bD { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lQdoeOszIeGn6cp8RQui39e6Om5L7VT5 { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #OnXiF3hLS1l4x4aDGukSwUzh8i67OGH8 { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VIrAlI3EdX1hnyRi7kI2NXwNNBI7Jb9x { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #H6ULOzpaqFIJ4uK2r1qyDVyRtTaW7fNE { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #aOozQ4Sah9tITUJz43ea03zWPNe8wgT3 { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #Gqgl8r2SgXHyUmQG1Boh1oTWbZR4xD1H { width:15.9375rem;height:1.4rem;top:74.3232421875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mahUEKAqEb4AKP4wsCWqNZn0gtdt5Wln { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #k6pTW6dFHUNNLm73tx74Q8r5VOclKIJU { width:6.4375rem;height:4.5625rem;top:102.3125rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A0tN0DFAoE8JIq309Sxn86OZma7bplAy { width:19.75rem;height:25.6875rem;top:79rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vKIuttyN1vsMZwvg0Vfk8odtdc4Es77o { width:18.75rem;height:24.4375rem;top:79.625rem;left:0.625rem;background-color:#ffeea0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #yfoeQKR5TG2SQRW6Z0MSlgwN7DT7wp5t { width:6.1875rem;height:2rem;top:100.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #P3VDqU3R1oyqxcGvs0TtE7Bg2rnTf3MR { width:18.1875rem;height:3rem;top:107.5rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SysiTOHUr0OFfAynvEbXmfSqou0QBG9b { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #ZgF8okWtmPwsMxnHPLTqUg4eDkSRnzDw { width:14.375rem;height:16.875rem;top:83.3125rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dK3uQ3MdOv1TUftlHb9u7wMTiFvrJ7gk { width:6rem;height:0.73125rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZQlAVzcQLKllzA2dMFbeN6iLwsfdoblX { width:6.125rem;height:1.575rem;top:100.8125rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wxgL9M5crXUxtSteKv1i8cGkdTFDf0Fp { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #eTVAsvVOErvfZiPGZOQiGTKzfeid3OZe { width:2.0625rem;height:4.125rem;top:103.1875rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tSv2mhzdeuRQshB9F1DCHFvJR4JxWc0K { width:2.3125rem;height:2.275rem;top:103.25rem;left:4.125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Nb6liG9UN9cWuXwz4wVuDICPln9Tmpdz { width:2.4375rem;height:1.225rem;top:105.1875rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oOi2WE6uEACoNVW3QGMCJaTbSDNxW2Os { width:7.375rem;height:1.575rem;top:111.3125rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IBIp8lfaQEOLG5nlG7W1Jd1fLvdQcTDO { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #s8QE3bS1O1iechAk924bx8IBpFz9oM01 { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #hM3gXp7708NMLl8NeKGc6F7t7Xqoe5Nv { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #eqew6KaLKpnNrWncazheGogdcJKGJ0pO { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KOJyBm2NtnfVvEk6FJLkyUolBPzOXGMK { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #urMPcMnOaZwTkJnVTb854c5dEb4oVq3L { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #ftvoDmTvxTFzLxqeaizmrOmJygKyiQCv { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #x9p7ROdBBzTzRlu2zWN9eWqhE257bvnC { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #P5UDfk0358UHReFbD8QotHBvDihpIllk { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KSaBwF06lyGH3U2sWtWX11Swmup3ZJao { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BKnLekid2aP0Kxk3B1Fkezhl4DrA4A0Q { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #G0N0ev6LWtXncTXfhikeTfv6ofiX6K3I { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #HCCagqfZ12XZwrqCTgLPpkFTZxBLcoBW { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EIBdVJooT43AtTO8o0lgwihsRbS1IBrB { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pDt4XiQ3t84WpBiN66fzLtWTgqxfAFcZ { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Cy21vXmZZ7p0OpTWMzMl0SMamo0d1Dl0 { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #h4mlhtMW6HwgeKloVs9S0Rau7favXaMN { width:15.9375rem;height:1.4rem;top:113.5rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JpqCnXQoJLT5BAKmhQTZH0gy8IAKPO0W { width:6.4375rem;height:4.5625rem;top:141.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6t2re440KN3ys5yuMztt50GXrk5irHx { width:18.75rem;height:24.4375rem;top:119rem;left:0.5625rem;background-color:#ffeea0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #gO0MkgtzZst8Zzr718lhMksyFKshhHJM { width:19.75rem;height:25.6875rem;top:118.3125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RFT2V0tW37qUJeMyKynZTqnCG7lNpq8M { width:6.1875rem;height:2rem;top:139.1875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o3CqreTPQKL4FUrhVcFAxWo3Z6LZ0km4 { width:16.875rem;height:3rem;top:146.6875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #s4m9Z5zcLHAO1dcBJd4uNqw1T5Um5UZe { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #U7aFTKpJCkmkswimLImmIcmE2Xo7ROK6 { width:14.8125rem;height:17.375rem;top:121.875rem;left:2.59375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SUP0gJEOJGktm2SlQp2QQdcMIBABlv3V { width:6rem;height:0.73125rem;top:139.5625rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kZlSnzUW5iqzHpHglIPS0919y85THqBx { width:6.1875rem;height:1.575rem;top:139.875rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #AZ1oFwSzsJAlSZbRLp043khl8ZBLJacs { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #l8KAAPL7DW33DTcytmtvthRiZlmxG0zl { width:2.375rem;height:4.125rem;top:142.25rem;left:1.625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZyGTF0hhesUE4MXp0fdTgweg6RTEpXRT { width:2.3125rem;height:2.275rem;top:142.3125rem;left:4.0625rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nOSOKJWEt0o2htPv8M0gTy4ufui6KZNH { width:2.5rem;height:1.225rem;top:144.375rem;left:4rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nfTEOdRxkZ0dht3fa59tM7l7cPZpMxgZ { width:13.5625rem;height:1.575rem;top:150.25rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ez2uiEtrwwNTNDoQpge3r0aThONcETvM { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #RDBmSQ5v8z1VM647GgnSTab5E8EVsoIC { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #rvA5IwnogrSuRlc34I2iXxa6PF6Ss3fb { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #GfSwfZNWldcIfosJAOBUPahb7TTRZ6Wc { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ZSSIKB1yx3LM3gK6bd5ZJO3DMplAInRJ { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #g1ep2I7esvBNyQd6Fxfd9fTt57X6tOsM { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #S6nUJ0Bz0AF9MyT5EQCt8qwBXLGiqEhQ { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #lZaNRvl5Ob8Lxb9U6Q73qtchq0V9ov7O { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #R9B50Z4SFdLKpU2Qve4W5vCZUGqafqHv { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ns91foKNcTuLS6dcb91qGldquTbV2xUx { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TUTczqbFFCz7HDVV3nEDStsea9hVG3If { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ZgXK7wSymO2QslcWXScdc6niHi8dMl2e { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EZbLtBZLdZb8SaThcPoMOzWpDBrxJ2Bh { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Tt6anqvCi9q1xnJXO61GmtvUIyyqRXk3 { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OPRvCkbW4zltlh9R0tWPJrSTDas3lldF { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #PL5bKMW7Z8KQ8qgw8CsFcTe7OZ0X32kW { width:15.9375rem;height:1.4rem;top:152.3125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #h7du2iS6ngnUGZJ2BUyrCcqi2JarBQQp { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qQmWXmg8Bi69DqV2wCvF1XglHfeMTKQG { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffeea0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { display:block; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { background-color: transparent; background-image: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container > .video-iframe-container { display: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row > .video-iframe-container { display: none; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .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); }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf { border-width: 0; border-radius: 0; }#Xke2BLTX3LIUzXcmpwDTVv7g6Ti4UdSf > .row .container { width:20rem;height:155.4375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgrKtBg1xAUyZRttCDRk3CgSGGFik8XW { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MIsm05sAq6sy5A30fWCwSoCCLu0qh6W1 { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JI8EuCfggXbTAkhMaaxDmcHLc1VIdZcm { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #U5IbD8glF5Ne1twAz0ZROAXwkn3rEKwW { width:18.375rem;height:1.49963125rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gLUkE1OPVPkw0pQAGFkDZH6IqZQHL8iA { width:10.625rem;height:1.4rem;top:33.598876953125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #yX31JN4WHTp9Somvnddbe1cLWoGpeQCf { width:14rem;height:16.4375rem;top:5.125rem;left:2.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gM4aZNbs0DcKIgGS7bcmbuV6LgW9Qn1g { width:6rem;height:0.73059375rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #wMlJKthB4BrP59DXfSVvo987Lff07Dt9 { width:6.5rem;height:1.23718125rem;top:22.24951171875rem;left:0.43701171875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #unfyy90TI2ypm19CniOJzv6vfGAJbpVS { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #pt4vatFslo0xxDvlyhH62Ra7UTiuMQuv { width:4.4375rem;height:4.12475625rem;top:24.70703125rem;left:1.3125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TtG4KTtPpdnHZ29AtmaqKDBa6nHW7fqe { width:2.3125rem;height:2.275rem;top:24.805206298828rem;left:4.71875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HEoTcTt3twhK39AiqL5hsB6zPIrDgil5 { width:2.1875rem;height:1.225rem;top:27.03125rem;left:4.71875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rAna348JayWQ4HaRIRLZdqAwoKtmWAEi { width:13.5625rem;height:1.575rem;top:31.0625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ec6A0rTP1r5RoanEkLV9tMEqZvgE39NI { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #XyPBU5pANvBrl94Tyqsqx15JZZOOHDRH { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #pBB3LmhFaRJADRgslssSckAyUeE4JCVA { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #tJAhTCzkvMy5uLcN2vrox8Cv7r4aIgoD { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #b7pBOq8u5m3dVgr0x9ROqTX9ZBgcAG8H { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Z4uL6ayuWT0r9mzmyefW6hTw67nud0wf { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #fHgfU7cxyKlLyk2PEgCl25uLfhMtqlTa { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #sBmRsh9RG4afDb40ihgIXW7HDZ8Cu2Vx { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #B7htsyX3N1NiSrTMUVILytXIqKTsTLhE { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #veSKtEc1MHPcaXmlEf8nOrI7mhi6Mc84 { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Vym6khOTmQ6vV6EF3TJRHnpBrrBDkx7M { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #N8BqwUpMnLZ2DV24MHpT24tuMruqCg32 { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ZZZPJ1Zhw9acBLTUDQ4C9Q8H4w77Hfw6 { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WPxnpByfVbxKJyV720IAVD4cUpKTm9iJ { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #Kn0SXdTa8MQ6FB0cpiFyXGXvTJF3yiaR { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vqDyTl0b9xvbZpAJcIfsFVD7g5phCdxd { width:15.9375rem;height:1.4rem;top:33.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #otmmDchZNRXtmJiO19iEWngpqZuZNloL { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #m1lzoGUPNTWNkheOcWTilrSw3aimsatk { width:6.4375rem;height:4.5625rem;top:61.5rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T9VNwQbCHCvq3FkPKs5csJaR6bwi2Pfh { width:19.75rem;height:25.6875rem;top:38.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LCS7gzFTHashThBFkFsoILKabqRZ0fS1 { width:18.75rem;height:24.4375rem;top:39.125rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #JLRrFsJGvECJ2bMCRUDCopwnxFl1RP7i { width:6.1875rem;height:2rem;top:59.3125rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #h0rTmOB65vHKDaHzpwRsAdNH5yScPEaq { width:18.3125rem;height:3rem;top:66.6875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O4gG72wa26Rqc3KQ8TV5WIqBiFI0JPui { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #qal19CDTPsyzco69HocGDWNIyc1aaKUp { width:15.249625rem;height:17.937rem;top:41.4375rem;left:2.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NKRNtc0g7dki9vWHaOVnv30wFbyyiPPJ { width:6rem;height:0.73059375rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #URKAIzItcLCSBJ3UzgrPSX3WCLK8Ae2n { width:5.9375rem;height:1.2375rem;top:59.875rem;left:0.8125rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RX6mmZPfAtMlQ798fyWczshwA0uHce1S { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #SmJ5Xs2hZbXR5ZnF0EASqdAByGSUcu7Q { width:3.5625rem;height:4.125rem;top:62.375rem;left:0.75rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZVgqxkB8aLpDV1NPiTuJqEqu376dRaZW { width:2.3125rem;height:2.275rem;top:62.4375rem;left:4.6875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Py8G2bruyeKXCsoTABKk3IrqtTLxEJiT { width:2.4375rem;height:1.225rem;top:64.6875rem;left:4.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w4nLe1Ls5NSdRhb7TEWcyECSVGJS322g { width:13.5625rem;height:1.575rem;top:70.625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XdR3DF9aJipDvQkizoIipd9BL8tIvTGM { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #gBguqKVdbDNiNy46SrcIPDFl5iL9VXhk { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #wPTTxXpMRLKrWoXHTk0qWPZNDdsScnLF { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #BP3sTNtWuvuT7T9cN9E2NDWoMnF52vTT { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #ZyflZ1zSduBJcOz8vX2E8RWI8SROb4Ln { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #htZeG1tbK2cLBpbmiEWJ5b38HwneXc2Z { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #QhszRVO6SV5rCztsQwGDE6BTJlCKaphX { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hVJLC9BQOdifVJasidzoRswxJ0eddifi { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WzL1oDy8eHF9TbEM72BqiZTx6Vm8AT2g { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qUpkRA7rqL2MgpIrMFMwUureaID1TLTA { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #aTtW4Mhw5oySSwOSpqVTynw6uxK8bC8v { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #JZTGlb85LwUXo94hPCuxUKCakTZsMOPX { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #MwlJCwlrsso8rHUPfWN6NdSUxH8OaRnX { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #phzgJR0JhgKvmpxcK04ASaqzO3UuD6ib { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qnzPZtzlTTZmfHUagFRnFDrOaB1wTVUq { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #fdS1byZnO2DZUZxGOrnAIUNnE2uTxU50 { width:15.9375rem;height:1.4rem;top:72.75rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #x4sVBGDell7fWAcofZonV1AyOSle2J5K { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #p83yvUxTRA0Fn6NSqba3s8E7wRu24vT8 { width:6.4375rem;height:4.5625rem;top:101.0625rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eAJM28GdNwVKdlaUrTIO49I2N7k84wSE { width:19.75rem;height:25.6875rem;top:77.75rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yvAx81StUIzdlQPseJvkNAogiTKZd44a { width:18.75rem;height:24.4375rem;top:78.375rem;left:0.625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #oN6G0N0usaDCsZu80Epxf0xcTrMouKtT { width:6.1875rem;height:2rem;top:98.875rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mISsNlAd5gll1Li3i9g4PRvMQRgKCRXa { width:18.1875rem;height:3rem;top:106.25rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #q7dvIAE7a0HeppirSBaypsXXTr9AB95V { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Muqdkt4Rz8EkNlrTkxtXzHsWIKo14wkf { width:14.375rem;height:16.875rem;top:82.0625rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZG53K5hkE0z6xTFwsoSsBUWnEDW9TsSb { width:6rem;height:0.73059375rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #deD65Um5cWQdaS6h4OwApKv7F6zhBKR2 { width:6.125rem;height:1.8375rem;top:99rem;left:0.75rem;font-size:1.3125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XhVQvVaTNW3XE5h80URNyGZgzbMr2wOH { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #l9TL7d8UeFqzk2tIegK6dG9T8DmSHpEO { width:2.0625rem;height:4.125rem;top:101.9375rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X2akvAVuVOGXBhiXeEEziim8DIRCHcRg { width:2.3125rem;height:2.275rem;top:102rem;left:4.125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tX5MD8WU5wdhCBZGtxT2HELK6yVmJJ3d { width:2.4375rem;height:1.225rem;top:103.9375rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UD5DMyqhMohReT4D1MEQ0r5iabhDW3Kb { width:7.375rem;height:1.575rem;top:110rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KmhGrJRWmfOm9Gqh2THHqHUatxcWPeWV { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #nb0zCuSbhJO0fn8MOzimKnBomdtnpAHg { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #LqqtIFsanS3ecdrDxEdcBhkqbreJefDK { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #veU3bOeQ22HK2ceaBkrs7AEnytTEeXK1 { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BRctXQeqeX2lG1BxHx4uqewke0ceInnD { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #HatttgJDGw6h8rLSO1xJy6vagV9SQAvE { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #yrB5qhgkTHRRO2SaeDvtDB7ZfqMxqNMQ { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #F2dBAhkaTm5KUqmoUoM3v3qE71KIOUZc { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #vIPWZtB6qT4p9D0WXUk41OhKrb8hJGUH { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #U5A7GRhxsaMoZoOQ8XPA9yTJkhcKBnRn { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WaH2XMQFC8AkPTvO82eU5F763mPS3xp4 { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ShIr70D1NLd4tSRGSIBpC7605cZHgPCo { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pk47t775726A3my0LB3L8UetEWq2Rb9S { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rRmpJodFHe4m0otXMETTlVeWpB8HftUs { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pTqALLAZHbktbhMOktrg2ncz9P1fX2XF { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #FwUT7y4Qm0ys0EVOANhuuEwXPynyDaot { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #kZcmKXOULPH4oqTBoxooKLaXW6MUOnUm { width:15.9375rem;height:1.4rem;top:112.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #nqh2Oca3GC61paqcmtxUxucQSTkJXh7T { width:6.4375rem;height:4.5625rem;top:140.0625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szB7mcSEs17mOAHMAH2Pygs7ZMvE2BZE { width:18.75rem;height:24.4375rem;top:117.6875rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #O2PsCDbEQpJRzN0GXw6kRwTVt33WFFA2 { width:19.75rem;height:25.6875rem;top:117rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GZKzoweXtao6hWkmascZi71yt2x2xrxC { width:6.1875rem;height:2rem;top:137.875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OkNUORKT9ywcq7ZUhkJ07kX012dydhFb { width:16.875rem;height:3rem;top:145.375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #eelutsfswnlUQ3aZ348WKSVMhkIwiEXC { width:16.875rem;height:1.3995375rem;top:160.31188964844rem;left:1.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #rNGObtO1eLATvq11cXuCI4UxMccSTcXg { width:15.625rem;height:18.374rem;top:119.5625rem;left:2.1875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZpsqCuDkkwhwORanF09VlPFn5FCT8yq5 { width:6rem;height:0.73125rem;top:138.25rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mUvTcHrtfUwMZcrcnusNCnrRLyuIBquW { width:6.1875rem;height:1.575rem;top:138.5625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qT2D1l6ZgrsfmyxN1VganQ1cFhcatP3n { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #NLtPiCRVe81RZOBXZs91Cwghuddqe5uo { width:2.625rem;height:4.125rem;top:141.125rem;left:1.375rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LVI5QvwVctTnfiJFx0UBPrd8vTwS3Q9N { width:2.3125rem;height:2.275rem;top:141.25rem;left:4.0625rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uSlLTwOQNWadOcvV7bBT8y2k6UQwdpRm { width:2.5rem;height:1.225rem;top:143.3125rem;left:4rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dkn4kI1I21pkqLRoA6lLIrM85izKuEDl { width:13.5625rem;height:1.575rem;top:148.9375rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cXypdszOpPLK0U7Hrnm7ivAhspRD7rtV { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #eZsCmr72mQNk9vPdsNrIwh6BL8BItbNl { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #VQCra7eD5s8oD7b1LfwDv7bn5ZUI77Ey { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #XwB0U4QlEcTTtvaiAQsW9tF8Fy1h3iPK { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bA0T3dfazCHHMzvXbDR6c8fkp0Fh9b44 { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IUvRTb5QTVvvaoU1eARmGtpb7x7HdRe4 { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #pTJbxt9Hu2wS8s0itTtTUUnEwcegcLlT { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #UWkJFmNNyEVERCex3eClkctI85TZucCT { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #CmvoTJOA9vaE4VtGIUCXmBeeByLNE6fp { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #CMCsGA4aA1oFB97QnlgLCfsDtpBxFIWU { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XGFelIfyHX0HzHITc9C2sw2ECm1gyOXV { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #apPkkpsTV4rJ29rr2vT4p1CzuE3KHUv4 { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #oVCL7BOqxmzA9WtSEcPXKBkzJKKGzBze { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #HmdZHmShilEpK3D4JvBOXc094kFg2eVX { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RJIPuzTH5SdJvpscWimblDcIOEETpGU5 { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #w68etO8dU24eACiEhAx95vPQhNc4QHDM { width:15.9375rem;height:1.4rem;top:151rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oBgwPoCfZMC11uTTFtnI7iiZ1TbXPdr3 { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #WpgUq6erLJznpfi0awmEORE6AMZiP3oD { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o8zkktMFRiqZymMptat2NazUDDKvPqtS { width:15.9375rem;height:1.3125rem;top:152.3125rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Rk6P4VrbBC3LQXT1qIferLNvScKBol6T { width:15.9375rem;height:1.3125rem;top:113.625rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FthMTT1iKZCMZFkFaqzItBof6NpTGwzU { width:15.9375rem;height:1.3125rem;top:74.1875rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TGU5p9N0DPKaGMctkQuGT78W9RWOBeio { width:15.9375rem;height:1.3125rem;top:34.75rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { display:block; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { background-color: transparent; background-image: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container > .video-iframe-container { display: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row > .video-iframe-container { display: none; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .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); }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H { border-width: 0; border-radius: 0; }#TG7FxQL4rzTAdmDMlc8xJMsHSoVDTf5H > .row .container { width:20rem;height:157.625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CD5UG399vch9EXAzncZZFVcIzad0rtMF { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JwN08ThVc3Sh1TfEP71T0MMzPphlLaDh { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vLikeLasENUJmyDkWtdS9Ag38ZR32ZHL { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gMVmaTkT01U0OxVCHypTRe8SxLasA1bU { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bo88bk61v6UEydgEfuiwbMyhKotDliRG { width:10.625rem;height:1.4rem;top:33.598876953125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #UG9TfbkT1iIJnwgva3qICOTgZ59sAnzd { width:14rem;height:16.4375rem;top:5.125rem;left:2.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WVluc0wmOXTvzmHuScGoHRznPTlXuiRS { width:6rem;height:0.73059375rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #etfg3eSon62PU7qlNPhe5b9hZqafK2cG { width:6.5rem;height:1.0125rem;top:22.625rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vt8IIP0xtOvAtzT8zUnS7MkKvRzJhDgk { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #LvFLlI9hTnDMp5d5b0FL3BGNhiMDsuTh { width:4.4375rem;height:4.125rem;top:24.70703125rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QfZ6oO6Zr1k7CKdHLIkAH6qVuvXIHJ5f { width:2.3125rem;height:2.275rem;top:24.8046875rem;left:4.5311279296875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wtmX9fZ2T2vgHupsXmKb6JTnTZWw3dKP { width:2.1875rem;height:1.225rem;top:27.03125rem;left:4.71875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lO55gFGhPlBQAHDFfoST3uLTJpsHc7SL { width:13.5625rem;height:1.575rem;top:32.5rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zc01hsUAGHRTRTCd33mvUzLq7i7iMPTW { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #D5TN413GX5e2kWaiQOLNvIb6KiHCOafG { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #GZJ5LhZBCAFTBW4RvPbgQLDVB1aZfSD0 { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #vVNTC3MGav5alu2lWCfKr9daPobArE1K { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ra5zEbd1Q69USu5lfmb3fBgKAMW47mev { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TCAUb2AiHyQMFX28xsetdRvWtZIRErx4 { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #KF1kWXiOlSkPrTyrM1naHvRdMWerKs3E { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #p2ADGTUhOUwmF8KwfRnt2gEtnwX2W6dQ { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #h3xH94flps4p9qRxIv3OATzR8SFtPJvv { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XffcaJewix5vfMvS88zNs8tIgy6JVomo { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tpdWEhoG13071JwtXZLFgPm6q21pyzuH { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #AJDT6HBgwM8Bv37N4iobSoRxF6trffNx { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #UdlS8ndvnb52m1QoKqC2TdCg3s3ggIm0 { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NPqClZZaRr1II30rpPgTiH4UftCtLVFZ { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #oDnEBp4uG83qJXCnGrAHzgr54y5ZDACT { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XDky5lXlFi0yenMZXmT6edZJ8xAMKQU0 { width:15.9375rem;height:1.4rem;top:34.81254863739rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #E12TPQcHzaJ7LLbxEuw5gnh2qw0LUEkf { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #DH7cXBhX5npBSgcnzsmhb5G5ywB4Ih9H { width:6.4375rem;height:4.5625rem;top:63.0625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cumDcKCfXQyRftMoHbv8xnSqvCBksVR5 { width:19.75rem;height:25.6875rem;top:40rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BQAItmOMSsBO3tRKTDT5BUbUnZob9vcI { width:18.75rem;height:24.4375rem;top:40.6875rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZQQhEAGyPFicnT5Geb1lXraKZXykrwl7 { width:6.1875rem;height:2rem;top:60.8740234375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oa8AfD9rmrto2ycke0kw85CW97maPcVD { width:16.875rem;height:1.49963125rem;top:68.25rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #klLkJCLysHTvOQ3GMEUSMeEeWxTQqw66 { width:18rem;height:1.4rem;top:69.75rem;left:0.6875rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ikMOtMEC3M6sfvF32CNOKbSdOdviDzqd { width:15.3125rem;height:17.999875rem;top:42.913208007812rem;left:2.34375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x6FlGy8a9xTgmJ6r4WDamahUgI5NsOCZ { width:6rem;height:0.73059375rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #cRslTwlbQXZ43ZliDpvhEAsIvHF7B47f { width:5.9375rem;height:1.23718125rem;top:61.3740234375rem;left:0.8123779296875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #J2EgTubWelcT8Zxr2ZVWTGPT9VLtUh0X { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #EC640TGplZqQ3tkRnIh3wRTdOgbF9aEn { width:2.1875rem;height:4.125rem;top:63.9375rem;left:1.375rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FKLAmufLkTeyV2AKvHUth01TPr2Xe4X2 { width:2.3125rem;height:2.275rem;top:64rem;left:4.0625rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XIV8sdcWq9qUWuoAInwwb9X6aSeMCigL { width:2.4375rem;height:1.225rem;top:66.25rem;left:4rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hqa9RVcovykgpOqVFvuMkdyIDAtb0Ige { width:13.5625rem;height:1.575rem;top:71.811401367188rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xiIDDaUlTUOTMFB3qclZetMwUbw82CFW { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #GZ8OB1mPS8JQn4p2hM6DKhksE5WVzlAP { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #HbQNA6elEqNG7wmuaxFVPLxP2n1WoiAM { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #Asg7nJPL8lR53gemcZ0rBwuylRxz58tL { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #ES8usp7DEKw4lvXED1Rm75XHVXNattJd { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #uy2NNVbSOykLXLTX0JDGvH1ZyTBG6UC5 { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #mCdQ4ztyCsyZo5NOXIO4MqI8aOiz3kDv { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TGIJTv6RATONhPC5PU0teOXcsVHWsPQo { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AiLBRLpmbhp7vvBEQ5S2ci9nv0wHnhaz { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AwRPTd5gn4ecbGamzhMB0C6gCztuel2g { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NUSLyDnUPJMmBbRlfdWAcBZGWCm0X0PO { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #APnQe8S0I6ymnkkK6Qs2stURGWGt0Z2F { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iPK1u9itVNhiT8dAgTvkSUkHE4TJBf5m { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pLhCPLrqslhdOEVSrPlTWFwxtr5GUFox { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ESze2Ctb0C8iKMh2CV8iT3xn3xtO9aSo { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #EWWZwlXFhc7MoLFCTeUEJrwVbsKMOcQx { width:15.9375rem;height:1.4rem;top:73.822875976562rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #R0koDqtW6w0a1aOxZCB6AxfaOTtWtTW7 { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iP4sQP4PdbJaE7bboHpUm1ctrTxuEk1e { width:6.4375rem;height:4.5625rem;top:102.3125rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GqNSkviqipe2xVTdPOMtN6nOnAVyJ5BQ { width:19.75rem;height:25.6875rem;top:79rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EKn2OvQ6QTXORJOxy1fwaFEUtV5dRnwZ { width:18.75rem;height:24.4375rem;top:79.625rem;left:0.625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #kUolkz0TTReuU1zOQoaNeA3Ox81zrmTn { width:6.1875rem;height:2rem;top:100.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eTerT5MGyTiQkf0LtBfWPW56uP7TibgR { width:18.1875rem;height:3rem;top:107.5rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bnJxA39nhto0iy5QpWwSRqx6yMUyAJkq { width:16.875rem;height:1.3995375rem;top:110.56213378906rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KokG8XNW3hQs3KpnuZ1BxPmVQ0eaTZcn { width:14.375rem;height:16.875rem;top:83.3125rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #E73hHTLuborT5OnoWh3MsraM2MrsCTCu { width:6rem;height:0.73059375rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #wwHaU8AZefRbrGqmy4R6oFox8QfGgVcn { width:6.125rem;height:1.92505rem;top:100.18737792969rem;left:0.74951171875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lbJMGorVsXBUCRXi16g2iWwuiAZmnITG { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #IkZukEJMl9I48uSI4RuQQ63LKEyTnFb8 { width:2.0625rem;height:4.125rem;top:103.1875rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OTlofZQTUA65FSEJCaOBKf3wnwS5uSc2 { width:2.3125rem;height:2.275rem;top:103.25rem;left:4.125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xDalmU6i2i8AVmrIr4BK2RvuZeB7k0DZ { width:2.4375rem;height:1.225rem;top:105.1875rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vQEmgJnF0qdIxKwBZOqlBzkBCCJAK76e { width:7.375rem;height:1.575rem;top:112.3125rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iGpBWLKNINSu1wcbWaR8tB7MpTTJqE2X { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #ITgVkCI79cbUbPRm77K3rFXLdHBnlag6 { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #SlvTqXqT6ZSt515bew4ZKrPyE7gJ0Eb4 { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #Tk6qPPMl5VOW4reHtww4Rbt8t2hcgUbp { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hShBm1HLzAHgmgUTKzmmVrv6vikgqG85 { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #xktUItbvwuXPvpTGD7JJDEBgOh9qcIdp { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #RtIi2phg3XT2Vx2WWrU32AloImW79CUD { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #XPbg9MvSV6LaHVKU9xM2G3KgSsRDmWy4 { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #MaS2E6Vm2ziNRsN0PadlT3Ii7oo1s5MR { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #e7E1TtfKcTk0D7shfSFTaJUXSpRvnnSd { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #cVhOZ8hA7HcNzflblXcob328MTVwMHSV { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #hs2s458tPfp64RNWhkGCWCm80rnH7o1t { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #meQFL964NzSTLncSHOWBiTGTZn0KKB1W { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #C88HvTSPOt3FrySR9ARypCqFDouVh6rD { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #bBOdDcV2PJxEkIbFKdHEltor3MxdoA2y { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #a6QMd8ChpCnQmMmKLzr2cnpHmyUJNTri { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #rTK0fKQqOtlOKhRwzTyb1DS71lsJP0Oy { width:15.9375rem;height:1.3995375rem;top:114.18701171875rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VT4dQTsTcdoTJxATOtAvMIAoKXL2ocLO { width:6.4375rem;height:4.5625rem;top:141.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsgTp04La7BN2GRxTQiH0BivdarGa6IQ { width:18.75rem;height:24.4375rem;top:119rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ucSsVLFzT1IRWkViM7oo5c7lMgTtXSAe { width:19.75rem;height:25.6875rem;top:118.3125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LL5UNg07kyKb6KOgTnHqgFxQNQDTMNJP { width:6.1875rem;height:2rem;top:139.1875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZcWKStT8Fvip70JOsL3GFTJhtCiaU0S2 { width:16.875rem;height:3rem;top:146.6875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #A3z08XBSAsGa8cm5iEptxIyDdoTHHNm6 { width:16.875rem;height:1.3995375rem;top:149.49951171875rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XV2TktsloymSHG4uSbNe90b14E9T0u9M { width:16.875rem;height:19.812rem;top:121.6015625rem;left:1.5625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wpTXi26tIQOWdLfTMBJaVitcmTbukVhw { width:6rem;height:0.73059375rem;top:139.5625rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #zFyiAECgMxplMeEgQCFGGuHQGAQ4Cmle { width:6.1875rem;height:1.92505rem;top:139.24987792969rem;left:0.625rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O66X2zUMqw4e57aJ46ud5KBrkIK1calP { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #atASdZASNuooAPmDN2Go8v2JzUdWn5PV { width:3.375rem;height:4.12475625rem;top:142rem;left:0.8123779296875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L6yJyM2lP9kBBZRs7x8TiWn4p1oqL4SW { width:2.3125rem;height:2.275rem;top:141.93725585938rem;left:4.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q2yHwLfsD93oJaSJk9QHpeyBTblmXLpm { width:2.5rem;height:1.224975rem;top:143.99963378906rem;left:4.1871337890625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zxOemTZE2WWqgKSpNug80TzpVCSAsKTk { width:13.5625rem;height:1.575rem;top:151.375rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BMfQwJEg9cdQknvd6RkiyoppO7V4AHTh { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #gPTqzVPR10fQPtVZMAuoWwc6hCZT2Ohw { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #RcF4BMF1NJFdIeiZinhndZ1DrNaTuUeQ { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #e5Nk1nBfEFihydfq8EOGvFtkgo8084T3 { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BLZIfvpqJVv8dLdKAmJ79teELIZOQFin { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wPWCIbRU9lL5d9a2gqPrHcTTKG2kJT3r { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #adIfOJWGrVHEIEK5xkuRI4pNDrCIECz5 { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #AUWZHVSa3ZmaHm6NGzsfiHZvTPH6TnXJ { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #Bc77CzKJ3HETZv8De45T4Ht95SzUIuqO { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #i6q0TSrmy2NT1DtknctFevR0B9WiJDQe { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #N84oBGXRlh16REZiqQOAesDrKzIxPJCu { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #SWfImHdI5Zo0IWFKF6JQ8XiZUVikHo0z { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iytIx1umg3l7hicOexzST9gfCSxTBghX { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rz4OW7VOIU0iP58xQGtyPb1WCluHOn2T { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Ox9X4oDP3dOGzxZ2fvwyhB9N07V15AJs { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #ZmNPzu08grZ2dyzNVdlpPkv07HPrIm0u { width:15.9375rem;height:1.3995375rem;top:153.56201171875rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #s6LS7lxb6lwG52To58TeHNUePf6CsXqV { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #oUdT7I68FWhyCPRIZN3f5s0El2JfQUQm { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TQPehS1m9xflrBhkqtQoZF3Hmit4N0MQ { width:15.9375rem;height:1.3125rem;top:36.212451934814rem;left:0.625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #i9tUTt0DEazRw2kNApHIDviMc40UQzkw { width:15.9375rem;height:1.3125rem;top:154.96249771118rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #c906vqqQWcaMb7hUtZGJIZgQTS45T4u3 { width:15.9375rem;height:1.3125rem;top:115.58750343322rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bLtmD9v3NK8nRq5WyxflQat2FgUQdW50 { width:15.9375rem;height:1.3125rem;top:75.222900390625rem;left:0.625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { display:block; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { background-color: transparent; background-image: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container > .video-iframe-container { display: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row > .video-iframe-container { display: none; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .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); }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 { border-width: 0; border-radius: 0; }#OuIPnpHeasc0u88MRLNwXJlFuWRTcVI8 > .row .container { width:20rem;height:160.1875rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5VDzFbJrxHUBkynANztOaDALU75xAOt { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EnsRBUFWTSdPsvIMTavnGms888K5sWZw { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #heL8rRvM346hVllhQPO2AtlCJ1TbqlBC { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uoxgZThvWiu3T1ogLGi6bni0h1LoHHUG { width:18.375rem;height:4.5rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #stfg9xe6xlHgU2NiCyP0dVP6S0a6Qy14 { width:10.625rem;height:1.4rem;top:33.598876953125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #BqMc4Lqodx5FRa42MwDNb3WunWkG0JgQ { width:17.062375rem;height:20.06225rem;top:4.495849609375rem;left:1.46728515625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tkxRMFp7D9Xguz346mAxUGvlCLZxEWuZ { width:6rem;height:0.73059375rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #rkSMgK7wWOuN9SS4QadVTamiLSTkUCnE { width:6.5rem;height:1.23718125rem;top:21.99951171875rem;left:0.43701171875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #hnWkGMFeAEXr6B6gBELRXA9ndtGSu2KX { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #yH2S57tCShfIm6NGKtQVw0n9Vyt4hq9P { width:4.4375rem;height:4.12475625rem;top:24.51904296875rem;left:0.62451171875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FKGEkWTXKgarPKuP5TFguKyJIqwZkk39 { width:2.3125rem;height:2.275rem;top:24.5546875rem;left:5.0311279296875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #A1boS3LfK8ZLgMbyFphoe61BE5ZGqor3 { width:2.1875rem;height:1.224975rem;top:27.03125rem;left:4.9686279296875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VkJRVwcqrmwtqGlBLMNRVLzr87eSOIDR { width:13.5625rem;height:1.575rem;top:34.125rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NOTLz31NsTad6KXhVoqrpRfDXHUBEF9s { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #P1rGsCK3mSo5FkgoXuv7xG8TKTafbdPL { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #uyWCgdcxXIalFzHIUFKMzTIuTVl2c9fa { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #byVB9O8rXMEfg2TaA5O8DVErFL8fKT4k { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nRLIiot7PIHZSSNoFc1LaV1CJ40oTbAB { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pgamBIdR78OPEbqiiaSOFndO5OTGkaL2 { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #iGSlgyWgRcrZc9hn9zEgzfXF7JgEfT2x { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #uBEsMAgoUEb19zWcQnZfOlW2qIORPBJx { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #gMh7KHBeIETNTDi9NcxzKFlW9BwIQ433 { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wCH6vrBAKfAnH3tWbmTfqtCWwMdSuo6W { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #yebxqkoAtFwby4rAFIsISA4ba86PpK2e { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #wLZRHyy6p54vXaBIOQBr7I8VmTyxiU7u { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gGrfc58gJCXPaLZoQxZAVGlHFkyVJZ3U { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wuqo2KOXQfyJMiVWFRx80PCfQ9e44tRX { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #EL0eTMKozeQMpT1SwUKCmgJ7D4TKcdB9 { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #g1o00UTfsbzPb4FpxibKTlB7JrgSvFMD { width:15.9375rem;height:1.4rem;top:36rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O8BwOTWFSWnFHFv5kxTa5E3FgxpvV2Qt { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pz8WimIIz7gy4r67Xmh18Ur0mQVC3xvR { width:6.4375rem;height:4.5625rem;top:63.5rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CVIy6xKyVlxkJJhBrmqLwzxGcdoX1Ds1 { width:19.75rem;height:25.6875rem;top:40.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #swhUon9v3OieEs3tIi8Vn3TZIg0XaXoq { width:18.75rem;height:24.4375rem;top:41.125rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #wQDEVtJRl521cfIyVUCd606QNTDX9iA9 { width:6.1875rem;height:2rem;top:61.3125rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pK3SpbpnIzyUos7i2ns1ot5sM3zNgm6q { width:16.875rem;height:3rem;top:68.6875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rTJbyA1xTfUr4gX95KxTkS3AHiD7n6Tc { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #UTTThwTBeDvCa7MS85rdQ4HISZqdLg8y { width:15.99975rem;height:18.81225rem;top:44rem;left:1.8125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #erPv9aCUgiWtldRk6E4TDVTlEpbgtESS { width:6rem;height:0.73059375rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #XDRc98TabBRA78s5KTsxaiIFcA2N78fK { width:5.9375rem;height:1.2375rem;top:61.875rem;left:0.8125rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tA845hN6h7IoC25UmmXNSyL4QDuznKom { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cgrTdto4etmauUITTd5TrBHwVp4UgAci { width:4.3125rem;height:4.125rem;top:64.375rem;left:0.75rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qfTVhw0Sr53eCHGECoUzIQSqpLV64bAc { width:2.3125rem;height:2.275rem;top:64.4375rem;left:5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ITdTEPtXqe516u07sW73PXNvsKW6EeyQ { width:2.4375rem;height:1.225rem;top:66.6875rem;left:4.8125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bxUVyMnNqyWg0spwvZTVeh04FX0JmH4S { width:13.5625rem;height:1.575rem;top:72.625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gQByaWWstVm3OhwPql7qNc8KeGSSRDTB { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #QTVBZhtVNL6TPlddKfgpUH8SVoC500Hq { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #H3C2lMh1ZebfsukbIxObHFnTMXrLmCkm { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #k2MnTcyMr1PhVi6UpJmL32teUUfH2VLZ { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #sOLo0VnOy9hoKXRekzTQThzhD7mFRo6W { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #JC7digFZ1VEo4vDhFLmEwRNiceSutfhW { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #nwRiQXcfBNFQa8xDJFLZVQNaomUlEodA { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #cZtHLPuDfeX3DJkDtFbSPZAy47HDrVtw { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #sUNCppTPOCr4qGwUq0ruqMnXoHagsKV7 { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BczGHwOi6FhZibbViPEB1uyqNmOSgJ44 { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OAfBUwK57B0G4Cc3iZGnagkToFEG2h5w { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #y4a1SQJbEw3KIxgaonSKolBC5ftogF8g { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #UnBTfzQRuab7Crg5ETeS4gFb9EX5oVqb { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nrgW0PBUsIe8P58J1m587aslaH5sLyPK { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ypOlcx7x4EEsvPBU30lPNJiMddXbxt6D { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #yuU7QrUs3W6kTNgPcK5TFvOSc47XdThQ { width:15.9375rem;height:1.4rem;top:74.75rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #E4xRO9WUshlfTHEveOaZJKNTU1l3KT8p { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #E97wKJrLVMMsECsV2fSQXpToXQ9DhI94 { width:6.4375rem;height:4.5625rem;top:102.3125rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TnLg8qb5zvgtdORrwNTwIBfXTO3UcgdE { width:19.75rem;height:25.6875rem;top:79rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NrxV9hgSVauUFIfPehMxs2sUmkuILhNE { width:18.75rem;height:24.4375rem;top:79.625rem;left:0.625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #LrTrETgOqUiVbD4a2CredzBLf34zH4Kg { width:6.1875rem;height:2rem;top:100.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Odmq9h99AZU2OR1QTHTquAIaZqSfR9Mq { width:16.1875rem;height:3rem;top:107.5rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oFCoUcyBkZbSUvxmgQpALzPnOIltVTUo { width:16.875rem;height:2.8rem;top:110.56213378906rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yP0BNbzzTZh0bVtE8CE2HHSp4V45doxT { width:16.93725rem;height:19.874875rem;top:82.09228515625rem;left:1.5301513671875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CGfwmPMV7gVF8ExIfz7vyPc2RgoxOp8Z { width:6rem;height:0.73059375rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #TaBvfKA7GZ8mui7InqHmxT44m1ZJ6C5I { width:6.125rem;height:1.92505rem;top:100.37487792969rem;left:0.74951171875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zoG9FcJpIsvprWFq8sRFFxAWikyCuSws { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #sdEolLSOvGzgoBqJRtWcUzgBVTncvBF5 { width:2.0625rem;height:4.125rem;top:103.1875rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ngeuJvvwzQymTAX0pzpSR2ORnKKAcMBH { width:2.3125rem;height:2.275rem;top:103.25rem;left:4.125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EEraLCCJUv5vqPTzukwdqnKoeCXZuUTQ { width:2.4375rem;height:1.225rem;top:105.1875rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LAxrvD7ZqN0A4b54Z8o9rgk3x7m1rRDu { width:7.375rem;height:1.575rem;top:113.87451171875rem;left:0.5621337890625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KFVIE1EBLz4C6RuPCZeoh0M2pBwwyZkB { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #zJyhxTFipGieuGI27LqIMEqQovihSOyK { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #TJ56xhf566WrRywErnoxnxaEDTKuF8hZ { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #JOB5zzkszhxFv7HHu66mU0TEil5bfqAl { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RR5F8GaOS2JCR86cIXImh6p3Ei2nntl9 { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kP4xGXkiBtXPSIdZImZ4L8AV3F2lxmXd { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #PEMrxIVmT5NDMABGq4Xi6aG76Tzl148C { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #xhiv8Ni6ruaz65SW6unZdTrlGRfh3RkN { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #so147OGLtvTbkttAOySb6UdUEWwMPXgH { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BUoyqxvHPzvK2Rz2ZHLfGrAfPmniXUhL { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #GHMvt8HaruobLiM9LIx1fy3ZZpa4N1iw { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #nneJ5xFT6uOQXo34dHOEXpo7tvxgn2aA { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #htdfs4Cr5iOZ6RH7vROC5BAE6SoRKR0h { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Bpz3H6wvRhRBIkW4GRzuaGxzH671uZTq { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pzTkpPVF6WTcCwMTEhuIe0425DLK4vX2 { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #SO92FMbFNpMcERdC3H4xDgOTZZ3zF6i2 { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #A6h5L5u1ArsCGpiW5KK0ESCyqfetPJKi { width:15.9375rem;height:1.3995375rem;top:115.99975585938rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #sDMRi09AfT02txMHDiuRuyClaho1phfL { width:6.4375rem;height:4.5625rem;top:144.5rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK4iU9gRqV6kGNiUfmw01xaz2TwQFhec { width:18.75rem;height:24.4375rem;top:122.125rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #yT4ip2zpyhKKw7Jm5dR2R2cfqNRRnGsR { width:19.75rem;height:25.6875rem;top:121.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Wdif4vNS4KEpPdMHnUnXv9rRzFi3s4T8 { width:6.1875rem;height:2rem;top:142.3125rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gXLziPn5cyJ3OCv3EEftwvpI5NGKnDr5 { width:16.875rem;height:3rem;top:149.8125rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SIncwZUtTA2VfaguSIHUCleALkVRZKBp { width:16.875rem;height:1.3995375rem;top:156.87438964844rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #cmzyO7SPFQNzCgO4hHxteVnQ6coJdEPm { width:14.75rem;height:17.3125rem;top:125rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V4rxkkT03kxpd9s6TO6fK91XkvKWJ0lT { width:6rem;height:0.73059375rem;top:139.5625rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #mmglX8a10e8mp691DOqa0c8Z935CuGc1 { width:6.1875rem;height:1.925rem;top:142.6875rem;left:0.625rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BOb3hof8tFJIdt3R1K6uWo334ItTiLTh { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ayqJCh71q5gaS9bCLLydXuNkbxsD7IQw { width:4.375rem;height:4.125rem;top:145.625rem;left:0.625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ioPOLrtErBLDkESgIa8AuFCrdti7GJOz { width:2.3125rem;height:2.275rem;top:145.6875rem;left:4.9375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kANgJRWSM2uVXnrJnXXqihdn9mBdwL2I { width:2.5rem;height:1.225rem;top:147.75rem;left:4.875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WPr28EZnNdZeIhIrT4hTvCQtxarG2UsV { width:13.5625rem;height:1.575rem;top:153.375rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #n4V99qfWzTMpM3n4kaxoQXThWT96ge8o { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #H6cuM8xcLJD21o4NtfNBp50ivhubumET { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #xVTCMyko60NRoZu9Tcc7IMcM7aXznze0 { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #hdmbaZFLO16tFTuAaod4JxLqWl2tZTmw { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EZ3GQUofXEZTpL5xAehiKGS55s48mh1f { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tihXJoRQzNg5i6gZR7g38QfT7MJ0zWUG { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #p94koKT948ox0HtwZnkLQRRGzhxoGgd9 { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #RRyAUfFdG7r39ciDTGDlPaEex16gxNei { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #O4BDBSVeJrJt0TmSS26AAH0ivZBHOO3l { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AnlZhw4vKqVe6rUkpJM0NsbTBGSUFi8o { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LUy5g1WTE010C3z3fd2Ss9CTh1lnNvPo { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #pxzVwBleEZBvuv1JgLiT2txPSBZ0wN24 { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #F82RL3xBZc16gDr4dqITTAcw3IW2tntK { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #mRR5F7peJQkC8wVpEzPh8UgBVSBIl9D8 { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TC62eVD1HlNzd8Pv1vkwStBCg31qNA7S { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #rIThHtuHcCoT8PF6zrbrhTaI9HVZXQW8 { width:15.9375rem;height:1.4rem;top:155.4375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QaTQvnJqlwJitEz62I5qAr3c9pHc2Dig { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #SD4aimcivcg0fA8ThTsu4LTVMTBps7Tq { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #s2gB68x4T1TlvVhlMkJG3LepBP1mTSU0 { width:15.9375rem;height:1.3125rem;top:37.399900436401rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lS45XtzR8BFEzvkiGdffAszqFDGPn120 { width:15.9375rem;height:1.3125rem;top:76.150023460388rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZnNqoXu5IOiflcF0s8SJr6ykVs1Z6h3K { width:15.9375rem;height:1.3125rem;top:117.40000152588rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Tu5tm343V7BnXvAyeM6fiEWxvc4NKGDp { width:15.9375rem;height:1.3125rem;top:156.83750152588rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MbmhX565cS2p9CBz879on9Xe3qRgAopT { display:block; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT { background-color: transparent; background-image: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container > .video-iframe-container { display: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row > .video-iframe-container { display: none; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .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); }#MbmhX565cS2p9CBz879on9Xe3qRgAopT { border-width: 0; border-radius: 0; }#MbmhX565cS2p9CBz879on9Xe3qRgAopT > .row .container { width:20rem;height:160.5625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LlIzTsJIWAoSBhXfl3qZ24deUlncuE { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Zdr6DkVaQ1D6ftdD9JcTmhsh3Szv40DR { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eGBrVqcA5qrORLI2qBKTifSvywawZUtE { width:6.1875rem;height:2rem;top:21.624755859375rem;left:0.5621337890625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #afFitaxRwZHvH9Ecfw0ePUEZwstSbgCu { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cUmpnbWQh4U3ewXlUKdNAkqL6ZExG9Go { width:10.625rem;height:1.4rem;top:33.598876953125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #prdFNCIO9kgDTaXyTkKVy3xWCmmvNC1Z { width:14rem;height:16.4375rem;top:5.125rem;left:2.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CIm5t3GSrdl12UXDdGxaC5EWP0663ssr { width:6rem;height:0.73059375rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #xTBsBp84tIOFA5NSn5eXNdaafmwZ8Nyu { width:6.5rem;height:1.23718125rem;top:22.12451171875rem;left:0.43701171875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Z1WcLAMvNo1g46ezn5VfrmQfBPQWLKGu { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #UmOmsN1DOTSqJfoTrXcokigfRBc9LzRG { width:4.4375rem;height:4.125rem;top:24.70703125rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Z09BfRWMiExPUekFo1c4vBCt8yRT5TfX { width:2.3125rem;height:2.275rem;top:24.8046875rem;left:4.4686279296875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #e37pHc5UwTHT6zGOMrUxKdtu4Cse394G { width:2.1875rem;height:1.224975rem;top:27.03125rem;left:4.4686279296875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #REISIzgSlpz7EGxE7ipx3e20CwCPnNly { width:13.5625rem;height:1.575rem;top:32.5625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #USNtTholMZRLvZIxVyOcmZmzDLWeWcBI { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #fCk1qrPE41oKX79txKORBBCTcIgtWJDR { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #lePANIOSLeMDSxNg7x1NbFfRRTmlMGLH { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #sFCI8sof4OaZktoA1UUpqnpzZ2Df8nmo { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OC76kyz9wMimHVGl6Wf9S6H8UbgK30ho { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TibGEex6mbHs2SnUC05LEOavebE1Uu8M { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #U9kbGeofKw0plF7R4tQMMlqJigPMULfA { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #Tsny9u1RrT1T7K1FTgUHMwCITV08gtHN { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #pdaHDK3L6xVohxfKSAqeltTBqAGQAgJ3 { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #T4Q9KZDJ8q8dJIVgflUSsdDG1SCAhnmy { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XlB1DI6rI1Ho3qQ6eMac8sSgON7N5AkG { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #eaXIHw4hTw8qNxp9LADICmxqTreOGdqc { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Wug3Vb14LIAZgILXoqJt5THERo1ks1xZ { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NkeXkaVQkMe3wBR0k69gJ5knTxTcukrg { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #kAmfB3d4CUCv13K6sTm57QO6q2rf1wdC { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #D3ybRRTr82KhD3R0aHOJWTTrkyyBf7PU { width:15.9375rem;height:1.4rem;top:35rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OWa3ODrT0rZz3TTVnqwg70e0kCJaIuPH { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #i0emt8E7IEH2oeSu72kPyOaSw2Pwu6Ii { width:6.4375rem;height:4.5625rem;top:63.0625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vh6uFGlNgNz9epH3Q06OpOxGhiBRT5Io { width:19.75rem;height:25.6875rem;top:40rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PlMhD5tnsoLNlbvpUIhR5zJHZbV2yHde { width:18.75rem;height:24.4375rem;top:40.6875rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #IhtFFfTVzf0Ve3pEdRgCPaQGw32nEn1m { width:6.1875rem;height:2rem;top:60.8740234375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZGOgBINDz8frpVvT4tSSl7b94VZy8E6b { width:16.875rem;height:4.5rem;top:68.25rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vCvbNdnySeAkd2oLw43MmLehIDTbG9PP { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #mMNVToiXqXRGuwrRcZPEk6JII0mR8FTa { width:14rem;height:16.4375rem;top:44.4365234375rem;left:2.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #RErUo2bO7zvOl9xZUpvG6SKGPxaST0As { width:6rem;height:0.73059375rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #eeeNvsuVbGOCHQFmc6lraFtZC3OfoyJS { width:5.9375rem;height:1.0125rem;top:61.6875rem;left:0.8123779296875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #y06QZJWsUqvtcuEgZq65aAFkuTUdACJe { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Hi8PubI2egGJsWrtmN6WhETzcuCGe3VW { width:3.5625rem;height:4.12475625rem;top:63.937377929688rem;left:1.06201171875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kmgleHO0lzXR6Arh4214lw39QpsF7gQ3 { width:2.3125rem;height:2.275rem;top:63.999633789062rem;left:4.5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZP5mE2kUQmymNNfmP2hPaCCrPJPVmslS { width:2.4375rem;height:1.224975rem;top:66.25rem;left:4.4371337890625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h7onRs3py7cAC2TGdGr1dohiPANK7oSu { width:13.5625rem;height:1.575rem;top:73.186401367188rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zswZlBcHpEXVT7WAC29yBeulTNhhRU7d { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #ElJoHkazkMfvJRlo3k5RC2UbpudEJarp { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #XRTgWVLgJdnk063VvnuZuvHxgRrEFSte { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #MrwOMRe4RvxdBEGWsUab2p52UQCQ8bZG { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #pgObK8p3VEC5eBpP4CHcfITVSVKI4io5 { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #u3OEZ322ksSA8dMcgRw1JNuTINln45aT { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #xuW0JoM9S3lsOxM3QX6cRgOWysVfAQl7 { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #DG4BEdlybBQw9hNKp1hll24W1AxJg6zx { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TSb3UbaoL2B1HT3Vg6t4Tk7qvleIARHI { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lz2wRcsRlkN5lCJ2XcnOcPJD3tJO8IHx { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #sQBc91ZyL3C7iFvLhrGIXgle2TS7uEQz { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #UZSDfogV6UvnH9kAe7Ag7KNe2gMNBWwQ { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rfoiDUShKxsshuLJUk5oGTJvbRxo5t0Q { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PAbSHHpmcyNZkeLPBHNrdP18kUGwGh1W { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ualanyOOMSIHDIwVWnXb6skzevolJkEi { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #DOGWvL5tOD6DIx40ETPD4wGIxA6M9cAr { width:15.9375rem;height:1.3995375rem;top:75.073120117188rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SWJ1WhvL27MtdnEWS3ng5edkGdcJZexS { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TEUrmRvaxlIE44UcMzkATfP69M077gRy { width:6.4375rem;height:4.5625rem;top:103.125rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PT2TnxVFolTV6KDyqeJJOCOHp40V6xOs { width:19.75rem;height:25.6875rem;top:79.8125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gRga57iUCWEOqwxsKCxCy4vbOh5mFalC { width:18.75rem;height:24.4375rem;top:80.4375rem;left:0.625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Fl2irER6bgNSrqEsxTMQWHoyqqsIBEMa { width:6.1875rem;height:2rem;top:100.9375rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tNQTSg31o4VELxdglg7QFZeQlXpI7kc7 { width:17.5625rem;height:3rem;top:108.3125rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CgVEEOptZFSg2f3gzyrzEWZLA3iFnfup { width:16.875rem;height:2.8rem;top:111.375rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aROUSB9ZlNx6WTBwmfVWPL0c8B0ON3VC { width:15.625rem;height:18.375rem;top:84.125rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #us5IdwE4DFXPEoqvRCmGUlU1XTkdkviT { width:6rem;height:0.73059375rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #dfiLU3IoDoo2R5OVidI8TuWsfnZdzFAg { width:6.125rem;height:1.925rem;top:101.125rem;left:0.75rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TFTTRVQdUDRn5izbbcbHLlhBWWK7Lw2v { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #hPfm4HcBz62a3BdTzABab0PuGbL7kq3T { width:2.0625rem;height:4.125rem;top:104rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WCObBoOXTIMEOqur0vDx3tnT9oUx7pmT { width:2.3125rem;height:2.275rem;top:104.0625rem;left:4.125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DKprOhX6kg9t7odGTs2Er8Xr524t5HV2 { width:2.4375rem;height:1.225rem;top:106rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ys8gFzevScxRTkJorGWaPkD42mUvhEqs { width:7.375rem;height:1.575rem;top:114.6875rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #da7yXsnwWCunb5WKMTuQVdPSAKBiMnga { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #lvPRlS1sA5fSebt6oJhEAMIOIKK4fyMH { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #EplGnL8ARPOS7vKdNxsMJTEuqhqcpwrR { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #MCdBil7bT1HD9lB9zmhZGdKZ27NMnNs9 { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PyXcf1iRPgvwyfE4pniTq73zbZInQRlA { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #svVCZZHW9ZkTDBRXe56SXChiIqv32CDC { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #HtZworiP7K2yqnxqlXkbhfTBxrsEh2mN { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #HqWL1dNA6aO47P4BdDRZ7V6mBenDDXwd { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #frxztf5GCKQVUcosXTpSc0Sc9sZaJMrq { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PNSori1dvMd9LJEobET7bWoIQ0bCgZvZ { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gOu1MOqyRNtuDiTTlgMIyn5NT2dBdMLa { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #w9u46eezT3TTT3ezX8iSnxERTbxNLSq3 { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wEyVl4hCon8hF7yD3OcTLX6E1rmrmBcx { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #X76sTTO68if3D4eOA4vqMU8OZ8zw8iOR { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QEPwwuKvSgBKC10ZJPRgiZtN5ux1Csiz { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kp20heCZSKRBKu9aMksFdaMaXf0TBTHr { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #UnpHpVE4GSxpxUEoREms5qTvsX2kpzaC { width:15.9375rem;height:1.4rem;top:116.8125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PqnXJZgfaxCW4bz6PQNPZWt3sCT8Gd3u { width:6.4375rem;height:4.5625rem;top:144.49951171875rem;left:0.5621337890625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksODD0WHFBCqCRgkFa3DCDEQWifR1Auq { width:18.75rem;height:24.4375rem;top:122.12463378906rem;left:0.5621337890625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #T3dfzKPTD9tR8oeRA56MINlrUsdiBIdH { width:19.75rem;height:25.6875rem;top:121.43737792969rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lDxFs4xLuOI5gzEBbcELXA9XJLSe38JB { width:6.1875rem;height:2rem;top:142.31201171875rem;left:0.5621337890625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Er4XwalZmaRivh3SpFXDxqPyu2514qfA { width:16.875rem;height:3rem;top:149.81201171875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rdz9tDslSbedWqGl0hsfThicwOELUggn { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #eL5i4tncVezxBeoEkXBqSVNVFG635fbe { width:14.75rem;height:17.3125rem;top:125rem;left:2.5933837890625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oqyabeQXTyRy186TBx9FzUkIldzeKAAb { width:6rem;height:0.73059375rem;top:139.5625rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #uIJNL3SH64xlRsHKJJpESSLZrylIPmhs { width:6.1875rem;height:1.92505rem;top:142.62487792969rem;left:0.625rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #T1MrAoJh8thZ55spHrk9aTXdTBWWMzrV { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #qzAlyW34GAvr843Aa0z9vlf63EzqucaX { width:4rem;height:4.12475625rem;top:145.625rem;left:0.7498779296875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MGc8tFZDaPIrlPG1mur1d9hHGnGNzTe6 { width:2.3125rem;height:2.275rem;top:145.68725585938rem;left:5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oKnxQxfylLV8rxTtl3ntsAZx048AQJl2 { width:2.5rem;height:1.224975rem;top:147.74963378906rem;left:4.9371337890625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aZM7805g4QDd8OToqxe6LOiJgVELM0GN { width:13.5625rem;height:1.575rem;top:153.37463378906rem;left:0.5621337890625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BWFlh5WuoZ8yyNBMF76WmUGxXyPvJRbF { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #VoDdqoBrLZ23T1SMRMdMqiHJdShSnVy4 { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #wEhOKyIxAvkXGmaVdAUlMQzgaFXiIqVM { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #HAfmWcaJ8NTfWJTaukB9btpD9bx8Afmg { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #sqsT5d3q0Qr8GAvvOiuNlRwD8P64VrrK { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QACVRa7O7NHv32hkrqZ3KEIpOQ4RPmvZ { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #KR6GiIU4c6Twu4pxoln3wWDQAzLTPUGM { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #XB4QpCNwn7KeL4KAwFsuJ0TLDArK5z4y { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #S2TXiimqO06HHfuzaLUtymkXyHysdI3z { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #FvoyMHiX5wteIZyCqyfMCuyQURxNUT27 { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #fWp5mifPA84gfNSdTNZztLu9l9hCM9Pq { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #KTki3itRmJAXglyRQ35DaMaZSaa3Byan { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #E3F7yRNT1zcHfkOWE5h3NiISw86kAk6E { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #fBb0r7TMixBDLAULSpskNl8zvfTFKtWp { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Hi58cqZVitFFrNsneDsnmhn5ZsEeBIw3 { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #IHmx5td4dUImWiCtE57GLxe93Ts6yvAf { width:15.9375rem;height:1.3995375rem;top:155.43701171875rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OA4gEa0mQfNGWTeb1efdro77uBkosStO { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nKHwIWC8SZtJlAREyUhUkzzD4vaB5GxA { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WvVl3IyN9apD4R2lATZ6mKqHTc1Lh0GF { width:6rem;height:0.73125rem;top:61.12398147583rem;left:0.78125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zeNvfHvbaEgvmrRvQR6pPckDAdeFuDqz { width:15.9375rem;height:1.3125rem;top:36.39995098114rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gMr5ZiCTF03Fg8KeuqNqyUQm9XvQwcR8 { width:15.9375rem;height:1.3125rem;top:76.472770690919rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WDwg5AKssoXt5XC7V2FvT13y1TycXRDV { width:15.9375rem;height:1.3125rem;top:118.21260070801rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kupvsK71hblTA52ws2V1TWxT8fy5qSUv { width:15.9375rem;height:1.3125rem;top:156.83730697632rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { display:block; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { background-color: transparent; background-image: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container > .video-iframe-container { display: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row > .video-iframe-container { display: none; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .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); }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI { border-width: 0; border-radius: 0; }#OACVqS4EXVpnZ2Q9gaavsQPZ0QQJ75TI > .row .container { width:20rem;height:158.8125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpNDIKxpztpwea6VS8iU7xrTrP4eH6Ee { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kTy10kDUN0KB1SnNq736CS0nMNNTzidv { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bcBeeMxselMqG2eilgrnM6Vig1fbESaO { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qa85ZtTOzReZoFTBAU7ariMyicraoFDd { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JOVT9nTnT8hIRiQJCDr1Cvh1xQmvhy6M { width:10.625rem;height:1.4rem;top:33.598876953125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #fiJpKdK4rWCvoZSm6OO35ol56gpIX8HM { width:13.9375rem;height:16.375rem;top:5.125rem;left:2.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vdDr6ebbQ1Qrvlx402E4SZv88G78V77D { width:6rem;height:0.73059375rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #qIi8OwgMVRlCDXw0GiuR1DyPMqLg4rdH { width:6.5rem;height:1.23718125rem;top:22.31201171875rem;left:0.43701171875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vy4gWnIiSiLZvptb6Z3acetxW8NAk5aB { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #EMf5VJ3PAkOMefuhugnZKgW81fwSdCs4 { width:4.4375rem;height:4.12475625rem;top:24.70703125rem;left:0.9375rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rANTPKtm1yD8p9betRTIbHwappwcyDoT { width:2.3125rem;height:2.275rem;top:24.805206298828rem;left:4.71875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZbvWZxUb7XM55JrJ5LQB050OkgcmZcza { width:2.1875rem;height:1.225rem;top:27.03125rem;left:4.71875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uq6h2P2xTo9vZSACuToWlfNLZd644vBP { width:13.5625rem;height:1.575rem;top:32.5625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mTzrwg7TTtMnKhy9L0fQd1sT9T22DxeG { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #se689TcAfJiNuQTGJCbruqFGORWqN725 { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #k5v3C41d7oQT1eV4hKDrzTgS0PbOfUez { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #eMhgvxm7qLMgvvI5tbck0KTcePh2C3Uh { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lAcIX0hvUPMUNHPOsugAPZrLTzUrfKFC { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #buld5OscnydlpBdLkT0CSBnTxQq7wZbC { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #zaFKHzDAw6THiCKonGzteilGRX1fOmPH { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #oI9dJHHi54q6Z7fpne4zkU5ea1aT28lb { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #kSTm9TXJQcDuF791VTTvfa9HsLx7Tq0F { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ipRBrCsJgoyN2D15ih6rmT2vMagTb67J { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XPFseXZbmZ8uxw6t5Ktte2209GK7pTFJ { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #oBXlOSJgmDPFs7ccVb7viWIF1nK6cMlq { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #N624QFMsKu2iNR8JZsTiBM8cxA3gd7C3 { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #a5EkLW65DJ2fhsdfQpimOqHntucfDhJ0 { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #IC5Ai4VoTTwgUikS1wquB0gsTqdxnlwI { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vP51MSTSemaqmFTcIfDqZgNgWXkJ9dmS { width:15.9375rem;height:1.4rem;top:34.8125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NybtT3yJ5Ce9wbUAxPTfbEKT1MMq1hQ0 { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #xJSO8WneHrAa9ShOx5ObTS3aDDDq3MhW { width:6.4375rem;height:4.5625rem;top:63.0625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IuoPiB5367LB4NobEN4PKddmggTr23N1 { width:19.75rem;height:25.6875rem;top:40rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yiJMPm3rfkP5CDFD6uJKHu7iRuB4tmO4 { width:18.75rem;height:24.4375rem;top:40.6875rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #u1aNwc1yTnCxPcHCBDyUWOTnyrcswwRD { width:6.1875rem;height:2rem;top:60.8740234375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lMilSlwc8ZDENNHk0HwwPbPTVzOMdiiA { width:16.875rem;height:3rem;top:68.25rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vfloa6kbT4Flg6mdnndo5udn6zbDK4Sd { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #TRKFX9TTwmqEDMz3mtWf6gu4JcVVg9BI { width:13.9375rem;height:16.375rem;top:44.4365234375rem;left:2.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I2FfzKigLErTu0cXOGsx3rOvtKL9QhI6 { width:6rem;height:0.73059375rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #UI68BfA9Eym8ErveuQiGmlWAI19gZtH8 { width:5.9375rem;height:1.0125rem;top:61.875rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #k76dseFenbwi9Wz2OAr73BqifEUrp4HL { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #SbZ0Lay9xlfq6ysJXRbDpZbZhaCcrvD1 { width:2.1875rem;height:4.125rem;top:63.9375rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yuzleFq9VLTGwpz2OXvEiUy5HVvpq9SM { width:2.3125rem;height:2.275rem;top:64rem;left:4.0625rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mM4vEzOd3Jai7bOaMIq587TSCGGiWQAz { width:2.4375rem;height:1.225rem;top:66.25rem;left:4rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GULWfF7OtsNnFV97fbHTud302deLLHB2 { width:13.5625rem;height:1.575rem;top:71.875rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EK5oTrJi9vn1TEOcTm580QOgBy8pTNLl { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #SCDdRd8F2WQFfdhTUS5EyGvJlg5R46sn { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #Ic0tS892Mdn61T2lC0ILBUmLhEZ6ypcm { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #CyvJVvv7Ghed29Umin6TvuBsbLihzaVx { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #uPbnUnEMnriGTBE4gsGNq5ynyO1z9PLD { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #XsuBiNQfa28rhNTZAVGkWcDVshPHidx2 { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #GTfIsRNEuT5nd3gCr3EKNZ3fhWgTPzMC { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Cg3ZaD0QeEv4ACNQeI2ot0hOElnrPgW0 { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qvOKTXBueSx2ptxzoMRlxll1aimqO1bl { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #GnahV7UUNgfiiruGwxbQyGx9pJTrmAKo { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rp6VCksdc79I6oCuZqlsI1doIdTN0ZOL { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #knSkGFqv93M4LLhaZqopyQg29vuMA2U4 { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #zHRpui0a1eXSJMRgn2QQoa93dmTguF5p { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iKdR3MFWZNCMm4z1EiD7MZKL7pP8u8oX { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #mK2ZbmSTPLprtyppg6NEIXDT78frHKOC { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #xGI23VFTru8MIsLdXZDcdm47S4D1dgNQ { width:15.9375rem;height:1.4rem;top:73.9375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #pzNfxNxOSS1mmwbdelnECy38qQ0T6HPf { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vmfCcgNISLzrtG10XgthXvvQFpNXB9Xi { width:6.4375rem;height:4.5625rem;top:102.3125rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lpWJmqOTwqzs0BBnzG4AT9dyTh7gJ3GJ { width:19.75rem;height:25.6875rem;top:79rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tzrunGqlTUcxeEUXBkDAiCdq7oZd9W34 { width:18.75rem;height:24.4375rem;top:79.625rem;left:0.625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #HyTe5i494WJXLrJKKVHLEHbDKNqBACJn { width:6.1875rem;height:2rem;top:100.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ta5XZCuJ12259OXqoeaL7FppvrGV1sov { width:18.1875rem;height:3rem;top:107.5rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #EQiKfS0Xgrvm8BHiQTU8GgWoE0B0l5el { width:16.875rem;height:1.4rem;top:110.56213378906rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xIdI1yweV85G3ulnpPnz33WU58y54mbI { width:14.375rem;height:16.875rem;top:83.3125rem;left:2.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SgW7E7y9WWsLQ5FcWmFSDfOEvDb6qKNr { width:6rem;height:0.73059375rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #h9f5Z6bsK5yVidlWpZDxt6Rc3T25E79h { width:6.125rem;height:1.575rem;top:100.8125rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QkD5mTT4SrmftoeGD1fKlHhEKpm6mcgT { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Ebr09bepRcfTF2HeaaokQffmrae4WiKC { width:2.0625rem;height:4.125rem;top:103.1875rem;left:1.625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TF0V6zW0F5ThfGceWFbb9LL4LGmKQDRL { width:2.3125rem;height:2.275rem;top:103.25rem;left:4.125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BBR9zSeFCxRwTCGzv0JBowg3Nu3eF0mp { width:2.4375rem;height:1.225rem;top:105.1875rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uHTgnryG61b3fRh0TlWxdflvlkvacX4X { width:7.375rem;height:1.575rem;top:112.3125rem;left:0.5621337890625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #pvXgvz3DhlK9JUK6Pi2orP4i1QOp6uBR { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #LwClVp0W3B0TO5Iy0R6Xer7mfe0reVHm { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #qCUiTBHc4oWmPUf8OKnIX2Adm8gixDHg { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #e49TE2299hBTsgAGbTM3iAZXNVMBlGPR { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Dfd4qbmvHQ6wBi2Ttt0ycz45paFWFg6d { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tDRMxEOyqlzPC9Q3nBcCeeEZQvBCHsSU { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #bxBpxteU2BXp2k9n19EIxhAo6VxpxTMh { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #gBgDxl1nyrEpbKMF5CCThoJsXNuqOCnd { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #vKluIrHulsO6dA9wURBzorrTt83VxB4w { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LoyNwKveXfaV0DQ33LIUO9Z1oATqxtsy { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #DPpCk8N8GKVeWTngKh1n3VDIVEQzZ8EG { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #inMqZibo2Cs5WyBxtNk1dC9ckkwC5LBg { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rl0UPxMqCW22DJlcBBLZ1KKtxBxO1Tfr { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #CZtA1s5H5MW7umrJGe3TeTTQ9xIlOivN { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VBGFWUzuEkOdahs3Ti3TWkgTI7yk9TTy { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #o9cp7bi23CwhxAEQAGcr9R7IQyMiThb8 { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #Lqq30ovJdNTowatmmJxLssIZP4TsQ7um { width:15.9375rem;height:1.4rem;top:114.44897460938rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Z42DaXTupkc9pHL4ooLJo3wgcQoHHTr6 { width:6.4375rem;height:4.5625rem;top:142rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdydvprP9FHzdXmpqgThE0PyEGqGhem7 { width:18.75rem;height:24.4375rem;top:119.625rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #DxzsKcL9kPNHBZ8QCcfFqrddzdw4x2xx { width:19.75rem;height:25.6875rem;top:118.9375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vSJMZEp4lBt2FpkTDnyoSaRagPTqvCD3 { width:6.1875rem;height:2rem;top:139.8125rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZhCZvKHzaudzhfc5eJUbVSlp1P56vCBM { width:16.875rem;height:4.5rem;top:147.3125rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Ip8MLa1DPhDwh6O7k6ITu7k08ZQwJ0Lz { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #gWcDmElWKeCZWVVxOsTZkDlpcsauN94V { width:14.6875rem;height:17.25rem;top:122.5rem;left:2.59375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ildxvvxT5Ks1fWLRTlwZGI0FGTSXnivp { width:6rem;height:0.73059375rem;top:139.5625rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #q0u2vHTxGhRrExNPN2u4Dka8oURJin8h { width:6.1875rem;height:1.925rem;top:140.0625rem;left:0.625rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #C2G9FoFpV4Zq6gq3STH9zeZXbiwGpaML { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Tfu0hUDuZAsHPZatVLgTvaVVcPTp6Cuc { width:3.25rem;height:4.125rem;top:142.75rem;left:0.9375rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fIMKz7fPmLPkzSKm9uKyaaV3Xqg1Z7Tg { width:2.3125rem;height:2.275rem;top:142.8125rem;left:4.5625rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zv1SbnMHeQL6pTESSQJZNDVzJCKdZWwK { width:2.5rem;height:1.225rem;top:144.875rem;left:4.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ifNpODa1WK3Er0b9KTCqJ972cV49cBgO { width:13.5625rem;height:1.575rem;top:152.5625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KabFsW6bx2pvx8EIM8kfuxoex80nKgwI { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #h3HXlJUoFJTZnSo5oaiJmRQIqTaT5eOJ { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #TPOtkzTLEHQh5y1qTiC617NrpVyExXnP { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #s2QE3xtgF5H6HMPWCP3a3d3ekuSG6sdD { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vCBdTfw2UfulGIoayXeGO6eLvuQ2LbdP { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #d6t2ggvykF9Dx1e4csxw3ZXq7omvp7ko { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #SZsrtptQ1daqRbOEfKswIsroi4JBPq1J { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #fBUq7QAJzTetGOQxliesTcBt8KCnIW4s { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #IwTZTc7hotd3tkAvsg7tKWOZon2TNC0P { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #VenT5z5uWdGK2gvALo9zL14JHEG2PoN4 { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ETBz2exDlE2s2NViEhp1cldnRV1cHSyi { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #yW943oEXaG5pZCkLAsP63dPRbkwXJMuL { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #h6AJellI3F086JdcKKddh7TaoivvrLcc { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LCMiQK8iSuLZKCOA36aOo6Sg8l1PS2wf { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TumIeGtqsKhyICibJDOxuitSWTMQzGgK { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #tTpPmzL1JcgR1imkUHHDpCGd4nWdFnnc { width:15.9375rem;height:1.4rem;top:154.6875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #a8dvlBKdNdIe9uDwHvpdTyOFg9zXLOSX { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OcGzc2lQrzageEFlIkh5ol9V3gbLkHLX { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TsKk14XSwqb26woWiuq9e0HKEOVsgXvX { width:6rem;height:0.73125rem;top:61.123860359192rem;left:0.86250019073488rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #T2J1uTM8dvSVGtTKOEcDpF9g7oDgLZba { width:6rem;height:0.73125rem;top:100.375rem;left:0.78125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ElWcsBu4xH0beEsMaJ9sbidPiK0koFH0 { width:15.9375rem;height:1.3125rem;top:36.212696075439rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RZNR8ysAE8zyVEspmU9vdmhbGVCgtKhG { width:15.9375rem;height:1.3125rem;top:75.212352752687rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #k1b1i8iIKPsagTkU6OptcHukOX6iT6LF { width:15.9375rem;height:1.3125rem;top:115.84899902344rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xHyVd5JaGDaAUdbel7kyf4tb6sXuspJe { width:15.9375rem;height:1.3125rem;top:156.0625rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { display:block; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { background-color: transparent; background-image: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container > .video-iframe-container { display: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row > .video-iframe-container { display: none; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .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); }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p { border-width: 0; border-radius: 0; }#tKk0M10cpcqCr5f4iJmnkFvbHNcrdd5p > .row .container { width:20rem;height:119.3125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLq9OPO2SJsS2sZLZ5T5ack1uWqGSBlT { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cotReWGa7U8edAMVNS7U6D8Khrsq9vHx { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xv0QvclnWaGGM3Jt9VzWy56hoFU4WHNl { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #A42TFTBNiiHszLNHLOtkcdWxt1Fr04cC { width:18.375rem;height:3rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IhPKihVUWcAoEg6zNiSt7M6PDDxNOoif { width:10.625rem;height:1.4rem;top:33.598876953125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Z6vSt9awegGMw73GiKNx6orantHXkOKb { width:13.9375rem;height:16.375rem;top:5.125rem;left:2.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cm7F8TCNBNB2LNtnop4e46WOwPdiu5HN { width:6rem;height:0.73059375rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #yXNtCeeiWRhvL5eZR3M3ALznqdOroIAe { width:6.5rem;height:1.23718125rem;top:22.24951171875rem;left:0.43701171875rem;font-size:1.375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Jv3TtSXMJHFGZmDJU79q2hXEnKpJnWmg { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #QlkBwVderznkOmaeVaCXQEOLHt2TpEwm { width:4.4375rem;height:4.12475625rem;top:24.70703125rem;left:0.9375rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DrcuGushvaXwDhGDnIwSswDp1eBACLwL { width:2.3125rem;height:2.275rem;top:24.805206298828rem;left:4.71875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dqcVcXAlh8XwfNhlskaiNhQ6u8iZPGxF { width:2.1875rem;height:1.225rem;top:27.03125rem;left:4.71875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #snBc4l74cMITFMrKvZlUoIiMwpnwiSNB { width:13.5625rem;height:1.575rem;top:32.375rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XDMs1hWngDTX0COLWA99q1ziIKaZaTl8 { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #RsKTFG2WSE6XvK3nVQG6xqaieciPNsCJ { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #uSZekfHx0362TMOZoIyZ4JBhoEPi9Klz { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #PQzzG5tsFiRX3JBeFpaqw9Tmw760aBQ4 { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QUxtX3V2LBDHxbCIkOK5746bhX8bCsi3 { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #efqWiwK2uaxvkhM9UPWzDi8v5bqVQQBu { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #rWzz753kVE8DH8EJQAgRfydLptlW0lyH { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #KsnWXa49yVNhJxG26fLFUTrO8TAmnZux { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #wyf90wWPq6q3J96nb0sg6dFgiHAZoyu2 { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OWDVUe8g5U9CvkxKFGDzz00cy3k5E7S6 { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EJGGmI7qM72OPVGEmexlzIVpeEWbJ4qD { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #DhNK2ldR0H3q6F4VPEcQUv2WNlt2GcDg { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #NLvbCTI6XyuWlQ5e2yVCXLnWohv6pqFy { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #fhXxxbxW0TQxZ17T4bgaPDv6aWLlJtCG { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #Ba0aIEwnbhQhPkD0zTZ92RUnQ46VNL8M { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Nvl3RuqDyswE56klubCqZLbkSRvntnXy { width:15.9375rem;height:1.4rem;top:34.624999046326rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WCRRdos6TmCXT47HzMJeoSiBC2J0btfq { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #of6sxfbUfWCXrBiBRh6eQbu3oIF8yQDR { width:6.4375rem;height:4.5625rem;top:63.0625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sAVd1WMpkETfkHJ8N1ouH473w4pt1Sbr { width:19.75rem;height:25.6875rem;top:40rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #X1P2pGTdq5JN723X3OCGT6HvTBd8TQp4 { width:18.75rem;height:24.4375rem;top:40.6875rem;left:0.5625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #VGcfPQp9Qb3BXRK9TDk0zZ9PZwoNTWpS { width:6.1875rem;height:2rem;top:60.8740234375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qqta3f8p7sUeokDB3ARivKVqHcwXda9z { width:16.875rem;height:3rem;top:68.25rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HB9CeAxErykdzFVqRT0X2J5R1ERHGtkn { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #XG3ZI7OUltqo3zRgW9bUmZHxygXdl6Ws { width:13.9375rem;height:16.375rem;top:44.4365234375rem;left:2.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LCTzwu1ODn9y5TGiBSlcSVBCIf6EWKaG { width:6rem;height:0.73059375rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #FTLM41273iJaHf8qZNRauOQdiKTmqy5y { width:5.9375rem;height:1.0125rem;top:61.8115234375rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Zbufb5vI3QA2lE2PrsPoda56b542eRZV { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #h2RLfbGFI02VWeL1uHdQdTACep0AsA5G { width:3.25rem;height:4.12475625rem;top:63.937377929688rem;left:0.93701171875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q5CLK3befsbkvxNQF3sF89D7tbWuTXOZ { width:2.3125rem;height:2.275rem;top:63.999633789062rem;left:4.4375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SVX6C80xyuJpchgJaceyV2rSwubB9ooi { width:2.4375rem;height:1.224975rem;top:66.25rem;left:4.3746337890625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hCTTG4bSg4950455dcpk23FKTqDXofx9 { width:13.5625rem;height:1.575rem;top:72.123901367188rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Cqvfo6JApt7txssZgUvG5XMyKrOiGV3x { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #LlVB0KuMNVb7G7qPuX1eqD5OwV4mnUXv { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #hV6NUfI2DWbBt3EkpTndg8hGcgq0Plq4 { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #pIT9gI0n7f6SS7bXWpub6zBdBrb3xCKs { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #rSPzaHLAguEXCcyST5OIopFFCgLZeQgy { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #HExWfTVdbnoiiPaqJxuXRTSnbnPQL89N { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #iV1bn1fmGimANmWKoPqvJKckBd5xEp49 { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ING4xqxwDRAUVbIA50yZJAxNWsgr7THb { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #SgDGHap662B51xxH5etoERAmqopdkQVK { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XDe49UPLCSFLaKcm8tTOfPMtETl5FzUI { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Dv8gOHJdKZqw0VpPbS1aXLOKTIrCBMwZ { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #gAHzbh2HUuIIqSUZZ006klhoIfW9XJPT { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Oe3w4UiCgVIrXhyBZIt3va9QTDgZZfkX { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KGqsu5TKoPUf1bAnhmVFiTVDxwt8p2se { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #SACpOZMcF6cTlIRuT3kFNevrku2mykVg { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #S7KITXmBAVU9QU8ooVsloS1gfJ1NT5DB { width:15.9375rem;height:1.4rem;top:74.3232421875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gfcmOJ7AoJf6ryqPWJD0MPrvV8WLWKew { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #OKGcokBaFMxA8Vbg6mFTBeCL2vuUI0Ko { width:6.4375rem;height:4.5625rem;top:102.3125rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KUuTOPhElTFWOcZXuNuZSy4BLwm8Arwa { width:19.75rem;height:25.6875rem;top:79rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #u6bxdxkgyidfopFgIXt07UVb5mS9WUHX { width:18.75rem;height:24.4375rem;top:79.625rem;left:0.625rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Vo6hAGPdseaHgz0V8F2veFJZJXVTnRm3 { width:6.1875rem;height:2rem;top:100.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bues6IsKK6Pn5Juv9c3oiTlJFVbalGqx { width:18.1875rem;height:4.5rem;top:107.5rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #T4UXpyntTn1Jv92OIVC0BJV60DSXeP7P { width:16.875rem;height:1.3995375rem;top:37.513427734375rem;left:0.5621337890625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #JfWVORpw3TZs11bxuEaozUyTGatxd2ox { width:15.3125rem;height:17.999875rem;top:82.163696289062rem;left:2.34375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #V6Rs3Q65BCgD2iyCVCMPfbcnuHvTu28m { width:6rem;height:0.73059375rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Hm2LnV11wyEPcly0Hk36bwcVT9VNdw18 { width:6.125rem;height:1.575rem;top:100.75rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VpB5dXTiHEZTVi1G6hSIwOuOXdrSLwNu { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #E05Iqmotr4NlZH7OvafsHIWCl4BLtmnb { width:2.0625rem;height:4.125rem;top:103.1875rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rT0DKSiaeegkX0adaGg1IdsEVPD8dwqH { width:2.3125rem;height:2.275rem;top:103.25rem;left:4.125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B7PfnQMAvi06BMIFmq22ep1HJxovdK0L { width:2.4375rem;height:1.225rem;top:105.1875rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gg52CDfUulPzLXdoeC3P2hepCPyb7DFz { width:7.375rem;height:1.575rem;top:112.75rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ewh6P1Hoc6aufZs4HeTDkd1skP7dbhNb { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #P8FJ9doMomugmnJxkswVsL5ZXBuOeLDI { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #JVmcultUVUaPZMfHd5HisnTTn3Z5Fvll { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #qc7Kka9LGHDlUdTzLK1HqsxinMxlXadO { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IqZRuxRQeUZbUyLpoTXnhGgq1hF6KTPm { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #tFS7dfS1TmMzsQwiSanTpr3S2J2DIuPc { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #F9sQDBOtyNk4BPLW9v5FFyd1oGJNcbGK { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #FLUI439yXidfoTzLXKDTV8npeeSoRDyo { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #NzSFZSr4xxKsqbuKPM61FtqhmTz2pStl { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #I7JFfWeGpamfgbKuybXbD2bnr5OyNOCb { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lhOv6WlAh329brBfm8fEe2G815yqTkmt { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #lm4Bannfnps2XrmhtMNltToAHzqKLR2m { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BrrhhdZuPLCkKCnzTMePbXNhF5KnpPAT { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Rd84KxHp1kDVqQtb7orHzCmQQzE2vAJ9 { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EgOuKr9ZRnZDHvFboCChpFPzX9J6udz9 { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gqb8AMoHag5kWm9yEb5wnhEd6Qx9pXPH { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #Or9sByxUy4pRSxXc0OMRNehCkPBk3B4g { width:15.9375rem;height:1.4rem;top:114.875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BhorCmkPGRBubqDG3s46DyxkCd904Krs { width:6.4375rem;height:4.5625rem;top:141.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8aTGn5iNSWMG7fyXfGxRzcOnzkSsE0u { width:18.75rem;height:24.4375rem;top:119rem;left:0.5625rem;background-color:#ffeea0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #HrTQTwVB9cDi0bsZJkHfJnVdTQNU7uat { width:19.75rem;height:25.6875rem;top:118.3125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ux8yNUDiOJmBEcfm1pBWMJwuTm6F3VSN { width:6.1875rem;height:2rem;top:139.1875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EkFMnM8OxOkedHmf1EtDvOb6T1RGUToq { width:16.875rem;height:2.99926875rem;top:146.6875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #MbiX7mPLLldMTpyZKVyzQxw4RFlQoBMK { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #XHXs7MTfDFRZTLzr2rixrvOS1vuuuFqK { width:14.6875rem;height:17.25rem;top:121.875rem;left:2.59375rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IbTrdDHPcISkZnqqc00NsDfkAQKA9lUO { width:6rem;height:0.73059375rem;top:139.5625rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Rl0bR28uA1pfeleS9sTlbT1tTy6PkF0V { width:6.1875rem;height:1.575rem;top:139.875rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #mmxdskemDbTz9g8RrGlDbF3a97eEq7Pd { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #aucyfD2Ki2cGHFS1SEl0MocShmZhBkh7 { width:2.375rem;height:4.125rem;top:142.5rem;left:1.4375rem;font-size:3.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #VLG5EkggL1rRTWV22nEfZH7tyWobHXGP { width:2.3125rem;height:2.27416875rem;top:142.5625rem;left:4.0625rem;font-size:1.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #rT5WaFR4bk4T95OXd9gxCJn0qVNs9q9g { width:2.5rem;height:1.225rem;top:144.625rem;left:4rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #xXmpIysEN2I9PQdvm4Tu1yDTGBtpeMoM { width:13.5625rem;height:1.4rem;top:150.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #yrSFcroG5Rhyi5WLTBS4S5cInVWn7pTk { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #N2lCsmiizDI0USnQgyeFm3KE8S1Xs11L { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #Xd2754U8zFhgzDUvxBPdhxTptpWGKURT { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #wEl9lIxZ2Su223VJPAeo7d2S7ZeBoO5v { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AImI9zyNIi8LM1rs4w93U8fwv3fVdXrh { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #lgo1uTOJTlzm7iwuuEwlPbyc2rzcRL8A { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #rdL97FxlgNM4QG27bs1Ba35QvqL9OJ7B { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #KbiXfmlB81e6v6nB6nAOfntTrHnQCzm0 { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #qGZJVtD8EwIMxed4FzpSM0qMSuzHuaB9 { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #t7pp5TaGSAHQp3ucvlCibw3viu2AvHwF { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #AcHU0uNJCbrpTwvJ4XOs85rF71ceK1KM { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #bKB3V7TZesBOGCiPnqSidpc2qhZUzVZ4 { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hWr4nJeGG7b4qnHZ5JhhpSub2pedmQ4Q { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gVgBxfaWhMkLBZCylUFhHPwH2enCBQhv { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ViT6km6mpT57wcLfAvbXJx8G5UtWq5qM { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #U9Q22mEpoTZBRZt7LyfOs07VQ0w5EbrX { width:15.9375rem;height:1.4rem;top:152.3125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #PEoV3PR9KOtcTse4h5QZhNTkvFHPtqBI { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #PwsN6AoRSSqlXSx5Zocwrf7BPd5HQASl { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffca6a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O2kk5waI2xw99WxhLaKQJWWU9GRV5Guh { width:6rem;height:0.73125rem;top:61.108189582825rem;left:0.86250019073488rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Vs9nKI2sQ1dkH8qHUyMBXbFNM2MRxHNW { width:6rem;height:0.73125rem;top:100.421875rem;left:0.78125rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CmRi38lqx4orGfnT7xqKUme8FQUs4KSt { width:15.9375rem;height:1.3125rem;top:36.02499961853rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BmPqKoRtcrxByZhTCpt0CCoPCKTEuGX3 { width:15.9375rem;height:1.3125rem;top:75.722915649412rem;left:0.625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #epg2XQOt9gTwGNPZpqKryUBQknyX3LI5 { width:15.9375rem;height:1.3125rem;top:116.27490234375rem;left:0.5625rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ { display:none; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ { border-width: 0; border-radius: 0; }#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ > .row .container { width:20rem;height:39.375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OdTK3hC4JXws880HEDQl1ugcAZRdhd8O { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xQGTtsS839gy56fmgfPNN5xtU43Rm4K4 { width:6.4375rem;height:4.5625rem;top:23.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #I1uoSgqdnu64Ce0VxbFP8KKIfKwOE5rc { width:6.1875rem;height:2rem;top:21.625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DQn8Wb9tDFWDR57wgUyk0unMphhFWXLd { width:18.375rem;height:2.99926875rem;top:29rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #SrRn3XclC61prxv8oplFT1ywoEoSTo3w { width:10.625rem;height:1.4rem;top:33.848876953125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QDgxQ01ZO6NUKwKKDuTromtKuV78uVTs { width:15.3125rem;height:18rem;top:3.6875rem;left:2.34375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ppRhRsQhTPw5W5MfAgSa3d230eJmtPSt { width:6rem;height:0.73059375rem;top:21.9990234375rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #vQ8x7c4nIrlvcCi7qdgpQQC7KVCFiGKe { width:6.5rem;height:1.0125rem;top:22.625rem;left:0.4375rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Eo5Nrl5g4FN3VD6bTkL53TtK35sC9gl0 { width:7rem;height:0.9619125rem;top:24.0625rem;left:0.25rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #WiM6mhWXFoA8m7ImVLPg7C375gDEDMli { width:4.4375rem;height:4.125rem;top:24.707275390625rem;left:1.875rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l1RUagUnKi3ZCRqHQlR80BQXI2ASr1Ti { width:2.3125rem;height:2.27416875rem;top:24.80517578125rem;left:3.78125rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x382TI77OuX45oEM3zKsiayRXdDZCnBl { width:1.6875rem;height:1.225rem;top:27.03125rem;left:3.78125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JRzovAkgkdPMR7bz2OntQ0GmMmmrmX8l { width:13.5625rem;height:1.575rem;top:32.08740234375rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RDMxN5Tq5uJiMlKydmVZ0xuVbtJGsXRu { width:5.875rem;height:2.88574375rem;top:34.5rem;left:0.8125rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #DOB6dKrGvaQS77gg5CRTBEBQQPlOGSwC { width:3.375rem;height:1.3994125rem;top:34.8125rem;left:7.25rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #c7aTtRuusIBLOLu1akpRq0c1CZRidVZh { width:3.5rem;height:1.04980625rem;top:36.1484375rem;left:7.25rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #AqN4te1AVwm1k7D8UOhTPny1wHZAJfGw { width:6.375rem;height:3rem;top:34.25rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #XGV0EceTw4nCabTVEOH9BplWNO6unayF { width:4rem;height:3rem;top:34.25rem;left:7rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #mboIDolPZAalg6wfLD5aRBU9BRRoMT39 { width:6.3125rem;height:1.923825rem;top:38.5rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #o6OulU59vpiI9FGLblBN2DzA53T7Zehh { width:3.375rem;height:1.3994125rem;top:38.63671875rem;left:7.4375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #LTBUduT2zX0MIgt9JfFtSaIUfU82kW0f { width:3.5rem;height:1.04980625rem;top:39.75rem;left:7.5625rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #TZvLZBh4RPsg1EpxD1A9Eb5s0NTsHHER { width:6.375rem;height:3rem;top:37.937520980835rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #asoZBvwTop9WLSEPJPhXg5X84NnqmR81 { width:4rem;height:3rem;top:37.9375rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Wl6sV1At8u6umGa3Hgt1HQuzb5gJOSqo { width:13.6875rem;height:2.44921875rem;top:41.4619140625rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #SQ2JntS7wy4s0aGcb0hksF8PyKyPKNtq { width:5.75rem;height:3.4375rem;top:2.3125rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Bk8FN9iSUargPQMPNTsRe6HKv431Gi91 { width:6.875rem;height:2.5rem;top:18.925000190735rem;left:0.4375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #sGUBfDI8REvdMKxxWo1BTQVwJFRocUQR { width:6.25rem;height:1.6484375rem;top:14rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #oPNe3FJeIJp5BMTWtDxLIqNJB4vz7VlZ { width:6.25rem;height:2.0625rem;top:13.6875rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #t0DAArpB9R8KyTXbFN7TfAsH3dBmEuE7 { width:15.9375rem;height:1.4rem;top:35.8125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OxMan44OfnudJHdyH4WeAfD5QOLACIWl { width:5.5625rem;height:3.1875rem;top:18.875rem;left:0.625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #uHIdCnQBGcaiAfaIgpH8LXaeMPaBof4t { width:6.4375rem;height:4.5625rem;top:63.0625rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #o77UWSe22dIKADfJBlHzHE4Up0TQ4kHy { width:19.75rem;height:25.6875rem;top:40rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #UbdxqAsRMTMVSg1NnG6oQ3yPiGHDZ5Xc { width:18.75rem;height:24.4375rem;top:40.6875rem;left:0.5625rem;background-color:#ffd8c5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #ysTiWVyyVRUqhoNNq1oHL2Ds5LswcZmI { width:6.1875rem;height:2rem;top:60.8740234375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #q9UtyvaJbyer6rMtinJ4QVhGWURyMAuM { width:16.875rem;height:1.5rem;top:68.25rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #dKSoXeqoxenQlhkmWNTulcVpdpgMPchT { width:18rem;height:1.3994125rem;top:81.4375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #D0ksLRk4AVfyb78Rpwv5qcZtFePEsFPg { width:15.6875rem;height:18.4375rem;top:42.4990234375rem;left:2.15625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #HQbxdHCLQktVfTotmHTs2E8i7K3TTPp3 { width:6rem;height:0.73046875rem;top:61.1875rem;left:0.625rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #gqN8gFI9NyvpEwmvnuZ6GMMndiONscK9 { width:5.9375rem;height:1.01171875rem;top:61.8115234375rem;left:0.8125rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #slXXEA8KqJm4XNP9TbWni57vpKIqzU4d { width:5.875rem;height:0.9619125rem;top:73.2490234375rem;left:0.71875rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #JXDURxEpmg2FXvSWAwNmifdMCRETtK6K { width:2.1875rem;height:4.125rem;top:63.9375rem;left:1.375rem;font-size:3.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #aRMOBP5t4hPPlTKvvzAEoyXU34HaNHEz { width:2.3125rem;height:2.2744125rem;top:64rem;left:4.0625rem;font-size:1.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #zDssw6qhHuXuKqAAE0DTaWVlDXnbxw98 { width:1.6875rem;height:1.2246125rem;top:66.25rem;left:4rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #m1Crf3CMHXh7UqgfiST2drPSTkKGid4m { width:13.5625rem;height:1.57421875rem;top:72.1865234375rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Nbul35LzUIsD18nAiKp2CHmcHJV0cUJB { width:5.875rem;height:2.47265625rem;top:85.7490234375rem;left:0.9248046875rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #EAzsTgT57uods64HcxFb4yItg1pJUrTo { width:3.375rem;height:1.3994125rem;top:85.8115234375rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #URv5AfZFhOleeqzVpM2n84rL1WnDDeg0 { width:3.5rem;height:1.04980625rem;top:87.1865234375rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #UAVJLfPMhe59evGgueaewcRZDdKmw9an { width:6.4375rem;height:1.923825rem;top:89.75rem;left:0.6875rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #rq9IZ5AErPk4TgfTztGo4TiIRhqdLqoO { width:3.375rem;height:1.3994125rem;top:89.6875rem;left:7.375rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #XCD6ysiRkgPu4K2hUesOaSH3gltZa3mP { width:3.5rem;height:1.04980625rem;top:90.9375rem;left:7.375rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #ZV1VxaypDDBBw8u7KEFH6RzWdI6eUidL { width:4rem;height:3rem;top:85.374984741213rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Luz3UMqLLbWE18Xf9fWXzxXTB9EVmoHc { width:6.375rem;height:3rem;top:85.374984741213rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #xVNPHKNQGxx3byhBhlRrifid69DTUpkL { width:6.375rem;height:3rem;top:89.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Z0R6tlarINcsVKkTVpxPHqMv3pG3HrKf { width:4rem;height:3rem;top:89.125rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #X03D73Nkbm9AexTu988fa5VX8T006ktv { width:8.75rem;height:2.44921875rem;top:92.687494277956rem;left:0.6875rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #w3FdoZTTSFrKa6WimkaUX6ydQEzBgX0N { width:5.75rem;height:3.5rem;top:52.25rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #As4oQ8CPgtsDnkPzuuCTD6RpNHcNM42v { width:6.875rem;height:2.5rem;top:68.174976348875rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TQmA8h2nq1nGGBh1dcwIwe55Kf8NTRxH { width:6.25rem;height:2.0625rem;top:63.5rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #A6o7DWe6d6GozFpy7TXkr96cOObTARSi { width:6.25rem;height:1.6484375rem;top:63.875rem;left:0rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #dEuCwsX1wSKBVKX3VuhS7CmiMeiHI9xe { width:15.9375rem;height:1.3994125rem;top:74.3232421875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #XwnR1gPvvuggqsahWXhJIvOG6OPLld0T { width:5.5625rem;height:3.125rem;top:64.533203125rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #cQVtgAFccOIxZR3l7QPetIZTniI29lCW { width:6.4375rem;height:4.5625rem;top:102.3125rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EORVB1Nw08pGQhhaywDldI2TvWI7f0M0 { width:19.75rem;height:25.6875rem;top:79rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kfEOvGIB1Q8EHK2VWgE34i4ZOLH0AaKO { width:18.75rem;height:24.4375rem;top:79.625rem;left:0.625rem;background-color:#ffd8c5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #KOgAzHmbrBxQB5KGS64chxUIakFidyXR { width:6.1875rem;height:2rem;top:100.125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kNkeAwNBqxZaw9W4DrdBUzdM0fOrdASH { width:18.1875rem;height:1.5rem;top:107.5rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #eybv4mm3Gba00iFxsT1p2mUFP5L5eGKt { width:16.875rem;height:1.3994125rem;top:132.43748474121rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #n7pFIPTzSH8PNqhpgqvNpqeoLOi0wvVN { width:16rem;height:18.8125rem;top:82.5625rem;left:2rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #i24RJz4dKe91WDeSyoIIfvmTHmSN30Kl { width:6rem;height:0.73046875rem;top:100.4375rem;left:0.8125rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #GopzxsALlq3tLfA8TBsgvoTd3CZUqObO { width:6.125rem;height:1.57421875rem;top:100.8125rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #I2fZA4AgVe7VOSlrotXVkC35ntFsgLK5 { width:5.9375rem;height:0.9619125rem;top:124.31248474121rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #n6TPc0PooEMp8ga1Z2rmdI7FffUx1s3r { width:2.0625rem;height:4.125rem;top:103.1875rem;left:1.5625rem;font-size:3.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #J2KWlclKgO3dUEaV69hKyni5MPybz2hF { width:2.3125rem;height:2.2744125rem;top:103.25rem;left:4.125rem;font-size:1.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Te9o3fPMIOP0olltSOLqTSJhfLwAE9Jc { width:1.6875rem;height:1.2246125rem;top:105.1875rem;left:4.125rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ykqOJcIZJqvyQ3NLCTxX4zemphpZwdQF { width:7.375rem;height:1.57421875rem;top:111.5625rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #EqHVQiCFDoDDgsw7NlOIs0k6heD5rux2 { width:5.875rem;height:2.88574375rem;top:137.1875rem;left:0.875rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #nprJOnxLLbSDXVD4HzvwhPRFl5U9FTxA { width:3.375rem;height:1.3994125rem;top:137.1875rem;left:7.3125rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #lBdfqGrmrUISm8Tz88xmvV5JkDvwfDAT { width:3.5rem;height:1.04980625rem;top:138.625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #TnOFr0x2BKuundD2hgsVUErQ4J2FkGh2 { width:6.375rem;height:3rem;top:136.8125rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #K9hsFBMtNmlRBbxxoVIdx4HXwbCPAlf2 { width:4rem;height:3rem;top:136.8125rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #SgKbx3DJUaWt9UG7x3nHnTSAbxpHTTkW { width:6.5rem;height:0.9619125rem;top:141.25625610351rem;left:0.625rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #MuIcbDeucTGutlOSaTZ7RENMCv73Sli9 { width:3.375rem;height:1.3994125rem;top:140.875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #hPVzBQoCs6FUm4hlAgMD4hazoCR62nIu { width:3.5rem;height:1.04980625rem;top:142.125rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #TBQstr21F8Hl3yhsfB8vTg1KO6vpoTGo { width:6.375rem;height:3rem;top:140.28748703003rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KfHFAzSSKTlt3mak2ZvU9uxlWaBx2gM3 { width:4rem;height:3rem;top:140.25rem;left:7.0625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qQHFEDBRtChB3ZVFsEh6eC1IyS87mT2c { width:10.375rem;height:2.44921875rem;top:144.06250190735rem;left:0.625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #n5weatoePnTAotmwOiUtbWIS876lTPDf { width:5.0625rem;height:2.875rem;top:111.150390625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #w1bPWmWoL4UBv9sZDUGs0xbaivQadlBM { width:5.75rem;height:3.5rem;top:103.68748474121rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #t7n3n6qclb6blS8V6tFCFZRTxUk8qub9 { width:6.875rem;height:2.5rem;top:119.17498779297rem;left:0.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #KJWMNxGQQzutLb1qvnanVoswuKVvIGP2 { width:6.25rem;height:1.875rem;top:115.56248474121rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qZ7TQnpITgDciTZQvA6JdJIAO2XGHe1R { width:6.3125rem;height:1.6484375rem;top:115.81248474121rem;left:0.125rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #i97BINDRVmUTeEoipmKeV9BFQQGtGKOX { width:15.9375rem;height:1.3994125rem;top:113.5rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #SpMzVCwePMQVXK9bWKr4wfb2haHDasmo { width:6.4375rem;height:4.5625rem;top:141.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBotKVJvLMWRdu1myEEm7FPdhDT0Zi2l { width:18.75rem;height:24.4375rem;top:119rem;left:0.5625rem;background-color:#ffd8c5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #M57OG29QG5xTZxN8n8JVmVamXWIzDTXO { width:19.75rem;height:25.6875rem;top:118.3125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #95ac27;border-left:0.125rem solid #95ac27;border-right:0.125rem solid #95ac27;border-bottom:0.125rem solid #95ac27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vmkMMZ9cIOdSl0dm4PNlkdngTBDluALH { width:6.1875rem;height:2rem;top:139.1875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #zMTH8UUdeWNuvTaSsQsUBa2cnHqtvCU8 { width:16.875rem;height:1.5rem;top:146.6875rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #hurcfXFXIG4PRn0LnyD7z3x83VSQTg5y { width:16.875rem;height:1.3994125rem;top:182.625rem;left:0.625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #AekrypkrRHxr8BTFr3hPau5dTfGDBxp6 { width:16.375rem;height:19.25rem;top:121.10546875rem;left:1.8125rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #gf5DPD76iu43CdMvl8HGwcmeU7611V39 { width:6rem;height:0.73046875rem;top:139.5625rem;left:0.6875rem;font-size:0.8125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #WtQoQWZe9LyQaMRcUsv8b2uuxPxvKx3P { width:6.1875rem;height:1.57421875rem;top:139.875rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #Om371SOgW6UTSVxEEqncvuKMVQEaCOIw { width:5.8125rem;height:0.9619125rem;top:175.8125rem;left:0.8125rem;font-size:0.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #BWml3yvERpP4eywaouXipAqAswXF7EpP { width:2.375rem;height:4.125rem;top:142.5rem;left:1.4375rem;font-size:3.75rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cnNwVqqyGUdAGTt82pqRycW08MQ7eviE { width:2.3125rem;height:2.2744125rem;top:142.5625rem;left:4.0625rem;font-size:1.625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #yF8ka1cvm9fzmJVXlpR8bLRaKtwDfdqu { width:1.6875rem;height:0;top:144.625rem;left:4rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #O4Mor8A02dWLvpCueikvI5gM6mwDu7Ez { width:13.5625rem;height:1.3994125rem;top:150.6875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #txhVTTRJXpLWBbJuTslrsET04akp3yoG { width:5.875rem;height:2.88574375rem;top:187.625rem;left:0.9375rem;font-size:0.875rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #d4AO92ytvGEn22MyLSHepEZQwdDwh2qT { width:3.375rem;height:1.3994125rem;top:187.75rem;left:7.375rem;font-size:1rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #mxMdM9fH4U50JgxP42ksoNpT8wrP7UMq { width:3.5rem;height:1.04980625rem;top:189.0625rem;left:7.3125rem;font-size:0.75rem;color:#ffe800;display:none; }
 }@media only screen and (max-width: 763px) { #uVzc42nLWICTVGrAAIw3i2KH495GA5IL { width:6.375rem;height:3rem;top:187.1875rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #xbuIcT98HUpTATmffEzH3BymhUVTBGrZ { width:4rem;height:3rem;top:187.1875rem;left:7.0625rem;background-color:#ea1b27;background-image:none;border-top:0.125rem solid #ffe800;border-left:0.125rem solid #ffe800;border-right:0.125rem solid #ffe800;border-bottom:0.125rem solid #ffe800;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iJwyfguZqan1QqIygGxSEMmqQvfq23FH { width:6.125rem;height:0.9619125rem;top:191.6875rem;left:0.92500019073488rem;font-size:0.875rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #xFk734klVxW33XnbdrvNG3lJZVNA4Aa1 { width:3.375rem;height:1.3994125rem;top:191.1875rem;left:7.3125rem;font-size:1rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #X4VPO3QTzIssQUxxNKtRuGTdKamRfzfa { width:3.5rem;height:1.04980625rem;top:192.4375rem;left:7.3125rem;font-size:0.75rem;color:#ea1b27;display:none; }
 }@media only screen and (max-width: 763px) { #wwHiID5ast2iKHmDTPRzXKsifpqdoZOs { width:6.375rem;height:3rem;top:190.65625rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #rF6Z0V0ukQmd7IwmwEwq9vh0AacUTHVy { width:4rem;height:3rem;top:190.625rem;left:7rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #LcCCfwfTwy89kEdddPUzx0TG0SSVieQv { width:10.375rem;height:2.44921875rem;top:194.1875rem;left:0.5625rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ed28KNEMr0qL7sb90cRQls0xA1SCkF1e { width:5.75rem;height:3.5rem;top:135.4375rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Qv1LLP41vmnTVc34CswtzRaTrfrraq7F { width:6.875rem;height:2.5rem;top:170.5625rem;left:0.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #RQPU6z7HFtwvzF5TScq4qORMmHh1BKI4 { width:6.25rem;height:1.875rem;top:167.625rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #vu8IgT8q0BlVdwsc3VDVtphs0b4MJ6ZQ { width:6.1875rem;height:1.6484375rem;top:167.9375rem;left:0.0625rem;font-size:0.75rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #i34H7sALncevmQaFmPdSUXuAEHSW14xh { width:15.9375rem;height:1.3994125rem;top:152.5625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #cOoWNPCEQK8J8obCxm1OXnLVMLgQX2oq { width:5.0625rem;height:2.875rem;top:157.2978515625rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qtTPd7EET6ixdtAoZnmNQX9yskWSTykW { width:18.75rem;height:24.4375rem;top:1.8125rem;left:0.5rem;background-color:#ffd8c5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gbTGvkVcWvVldL61Wovd31BXxT68II1z { display:block; }#gbTGvkVcWvVldL61Wovd31BXxT68II1z > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrBNTcb3XloEQgpVokfLdqvd68XIfubB { display:block; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { background-color: transparent; background-image: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row > .video-iframe-container { display: none; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .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); }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB { border-width: 0; border-radius: 0; }#RrBNTcb3XloEQgpVokfLdqvd68XIfubB > .row .container { width:20rem;height:5rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAqX8pUDFdcBAm2HfFCI3P5DquUbUWID { width:20rem;height:3.00598125rem;top:1.25rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NVhSinrUf18ICGcHJH9FodoQBui2fb7l { display:none; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { border-width: 0; border-radius: 0; }#NVhSinrUf18ICGcHJH9FodoQBui2fb7l > .row .container { width:20rem;height:5.3125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WBoyRUNXVK82ReKEhgfetdIGdSMwldeZ { width:13rem;height:2.8125rem;top:1.25rem;left:3.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, #ffffff, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#2d2d2d;display:block; }
 }@media only screen and (max-width: 763px) { #UibaP7BtfEPFTJPQgXF6AyO49V1t18QH { display:block; }
 }@media only screen and (max-width: 763px) { #l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { display:block; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { background-color: transparent; background-image: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row > .video-iframe-container { display: none; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .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); }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz { border-width: 0; border-radius: 0; }#l6f35iPhh9hgbDx4Gaqpo6vxh4hw0Fhz > .row .container { width:20rem;height:45.3125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTmUIpohIaxM9rZIKQ5NuWGxQM3DLZ9X { width:20rem;height:43.75rem;top:0.25004959106445rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { display:block; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { background-color: transparent; background-image: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row > .video-iframe-container { display: none; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .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); }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 { border-width: 0; border-radius: 0; }#zOHTZlSPqXhTTTDBxgA5oV4VxNdxgWS3 > .row .container { width:20rem;height:14.5625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wu4aT7OAQaWi41ib738xgtFt5w2mTc5q { height:11rem;width:20rem;top:3.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoThIRy06dfwrdUlVXetEQi3sT4TqNXE { display:block; }#AoThIRy06dfwrdUlVXetEQi3sT4TqNXE > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGTG9HM4vTmGX31i9CvMENAyh5Bhd93Q { width:20rem;height:3.00598125rem;top:1.875rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TvULzHThFopkQGU1yg8rnROVwTC2Fl1V { display:block; }#TvULzHThFopkQGU1yg8rnROVwTC2Fl1V > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaIx3nX1wclshGUee8ezFCfDVkO8UkPn { width:15.5rem;height:3.875rem;top:0rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3rpxlN9DSXPRslXJXsONmtvrKUZJZrI { display:block; }
 }@media only screen and (max-width: 763px) { #KIUXfJnTRB7BKlcKcrbw72AFhUV2CZrz { display:flex;width:2.5rem;height:2.5rem;top:0.5625rem;left:12.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #fXCE2fpv22MBUTG97i2GJaW4cuEKIEvz { width:15.5rem;height:3.875rem;top:4.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkGAUnd3rlKviRCK5RiwKbDOZ9Jcfflv { display:block; }
 }@media only screen and (max-width: 763px) { #VxbZf7KDtfm4AXl7Mysb5J88bahClqEd { display:flex;width:2.5rem;height:2.5rem;top:5.125rem;left:12.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #E6W7JG5bmW3W9FCXXGAbdUIWFlUayMuy { width:15.5rem;height:3.875rem;top:8.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhJvxi1qiyHI5TlCa2z9vzUJT5swLtCR { display:block; }
 }@media only screen and (max-width: 763px) { #vTPg2trcegTs1nH17paDTliOvCH0KXxO { display:flex;width:2.5rem;height:2.5rem;top:9.71875rem;left:12.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #uZgim0i25c1nogIcyK9U7U34TAObkerL { width:15.5rem;height:3.875rem;top:13.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkt0ifVvrZps2sneNtc2nCZ0ZSM81RML { display:block; }
 }@media only screen and (max-width: 763px) { #Tey6gHalv0HNfxiJw8rDHbNaN3CUwKKs { display:flex;width:2.5rem;height:2.5rem;top:14.4375rem;left:12.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #h5gegn5slwOpmxJqVZhVuRMTHP1veF4N { width:20rem;height:9.275375rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3CMn4Gom0QMxMG6BZ6ErE5AETeTFk81 { width:6.75rem;height:7.3125rem;top:25.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl6eyroqZfPVwJ9KlRMOHBUvASaDVl4X { width:5.4375rem;height:5.9375rem;top:21.125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW3gMK0yXGazX28Ff9TzVI0g7o4S16Nq { width:6.3125rem;height:6.875rem;top:22.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL5kvK3fcChCzbOvf45ybTgg0G1tocou { width:7rem;height:7.5rem;top:27.4921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcLnJ2pkQJSIAHcZ3Ngp0EuxQXsPXLZZ { display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #OcLnJ2pkQJSIAHcZ3Ngp0EuxQXsPXLZZ > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #McCLGm9dwVaRc362EyZfJXlgc7HbPhTW { display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #McCLGm9dwVaRc362EyZfJXlgc7HbPhTW > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBBpwdQWOprnQxLsuRfdNC6RednNRBFu { display:block; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #MBBpwdQWOprnQxLsuRfdNC6RednNRBFu > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #luRsB5ZM6UCSBGUFNq9TeTdayKuT4LKT { display:block; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #luRsB5ZM6UCSBGUFNq9TeTdayKuT4LKT > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #x71WuMCU6e3BT8L8yuSK8I8yfQnoAxNz { display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #x71WuMCU6e3BT8L8yuSK8I8yfQnoAxNz > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ult2VReubkFVxC7U3MfhI9CUBqcBLFEc { display:block; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #ult2VReubkFVxC7U3MfhI9CUBqcBLFEc > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZFGRz3MlGePlrl2OUFgFB7OF74UVehv { display:block; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #UZFGRz3MlGePlrl2OUFgFB7OF74UVehv > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #DH1nxESzzHA6tacp8bfa6FfznW8vd5QV { display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #DH1nxESzzHA6tacp8bfa6FfznW8vd5QV > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNSJUFdLEv5rUWE5t0TaCJoviqbGltUR { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #yNSJUFdLEv5rUWE5t0TaCJoviqbGltUR > .row .container { position:relative;display:block; } }