.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); }#xcMN4J0siLfxGrGflQxQ0y3hUF3I9H57 { 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; } #xcMN4J0siLfxGrGflQxQ0y3hUF3I9H57 > .row .container { position:relative;display:none; }#G3sF5L9KPgKlozbEHmQl67A562rdbF2A { 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; } #G3sF5L9KPgKlozbEHmQl67A562rdbF2A > .row .container { position:relative;display:none; }#uhuQ1UF2tTOQzOiLgna3Vio7q7PZcoU2 { 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; } #uhuQ1UF2tTOQzOiLgna3Vio7q7PZcoU2 > .row .container { position:relative;display:none; }#GoumQKu7TVCN2cFxkPVP6filJi2VN8W9 { 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; } #GoumQKu7TVCN2cFxkPVP6filJi2VN8W9 > .row .container { position:relative;display:none; }#uWkAbVmHEJvurkUIPewO0VLaA69qqdGo { 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; } #uWkAbVmHEJvurkUIPewO0VLaA69qqdGo > .row .container { position:relative;display:block; }#fKs7fz6RP4zQ8EkpTguqNTgXtfTRFfqZ { 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; } #fKs7fz6RP4zQ8EkpTguqNTgXtfTRFfqZ > .row .container { position:relative;display:block; }#MlZNU3yAUrWsTd66ESNRQptmdt8UnCNy { 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; } #MlZNU3yAUrWsTd66ESNRQptmdt8UnCNy > .row .container { position:relative;display:block; }#tfSTNAM6UVF0cnglFIT7E3g1CEyPsP5x { 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; } #tfSTNAM6UVF0cnglFIT7E3g1CEyPsP5x > .row .container { position:relative;display:block; }#lhId8ArFo2UehqoGGBxaCcsX2QuP61dT { 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; } #lhId8ArFo2UehqoGGBxaCcsX2QuP61dT > .row .container { position:relative;display:block; }#AFXaz9cmi5PI1BEDBlBk0qTgQqlBu4dm { 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; } #AFXaz9cmi5PI1BEDBlBk0qTgQqlBu4dm > .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:block; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { background-color: transparent; background-image: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container > .video-iframe-container { display: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row > .video-iframe-container { display: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .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); }#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:block; }#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:block; }
#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:block; }
#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:block; }
#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:block; }
#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:block; }
#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: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: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:21.375rem;width:40rem;display:none; }
#Xy3arhlyXbeDCEmn5vlpfoeMAFsdHybn { 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; }#Xy3arhlyXbeDCEmn5vlpfoeMAFsdHybn > .row .container { background-color: transparent; background-image: none; }#Xy3arhlyXbeDCEmn5vlpfoeMAFsdHybn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy3arhlyXbeDCEmn5vlpfoeMAFsdHybn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy3arhlyXbeDCEmn5vlpfoeMAFsdHybn > .row .container > .video-iframe-container { display: none; }#Xy3arhlyXbeDCEmn5vlpfoeMAFsdHybn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy3arhlyXbeDCEmn5vlpfoeMAFsdHybn > .row > .video-iframe-container { display: none; }#Xy3arhlyXbeDCEmn5vlpfoeMAFsdHybn > .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); }#Xy3arhlyXbeDCEmn5vlpfoeMAFsdHybn > .row .container { border-width: 0; border-radius: 0; }#Xy3arhlyXbeDCEmn5vlpfoeMAFsdHybn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xy3arhlyXbeDCEmn5vlpfoeMAFsdHybn > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#P8Z9gMkqnnZlTAaJzpQqMqMLNQeABPvb { 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; }
#MnZ3TMMdLDBs1Si9w2EFbLBR76trSScb { 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; }
#VhUO2bd8CgSCRbBThdTBIBtT81QFatDu { 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; }#VhUO2bd8CgSCRbBThdTBIBtT81QFatDu > .row .container { background-color: transparent; background-image: none; }#VhUO2bd8CgSCRbBThdTBIBtT81QFatDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhUO2bd8CgSCRbBThdTBIBtT81QFatDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhUO2bd8CgSCRbBThdTBIBtT81QFatDu > .row .container > .video-iframe-container { display: none; }#VhUO2bd8CgSCRbBThdTBIBtT81QFatDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhUO2bd8CgSCRbBThdTBIBtT81QFatDu > .row > .video-iframe-container { display: none; }#VhUO2bd8CgSCRbBThdTBIBtT81QFatDu > .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); }#VhUO2bd8CgSCRbBThdTBIBtT81QFatDu > .row .container { border-width: 0; border-radius: 0; }#VhUO2bd8CgSCRbBThdTBIBtT81QFatDu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VhUO2bd8CgSCRbBThdTBIBtT81QFatDu > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#RBhB7MsDLTRaSVnl6o5DXUFxgM4ywKi1 { 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; }
#TR56V24ApwfE3zHdTiAtXXDofN9izrXV { 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.25rem;width:2.25rem;top:2.1875rem;left:29.25rem;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:36rem;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:#abc04a;background-image:none;top:3.0625rem;left:37.25rem;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:#abc04a;background-image:none;top:3.0625rem;left:38.5rem;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.25rem;width:2.25rem;top:2.1875rem;left:43.5rem;overflow:hidden;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:3.3125rem;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:15.4375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:14.1875rem;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:44.5625rem;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:11.0625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:61.4375rem;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:29.5625rem;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.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.2744125rem;font-style:normal;display:block; }
#bcBd2XpuBngRgdpCeSOG1cKX0SlVDUn8 { color:#ffffff;display:block;width:1.6875rem;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.2246125rem;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.923825rem;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.3994125rem;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.923825rem;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.3994125rem;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.2246125rem;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:1.3994125rem;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.23730625rem;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.9619125rem;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.2246125rem;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.57421875rem;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.923825rem;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.3994125rem;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.2246125rem;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.3994125rem;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.73046875rem;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.57421875rem;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.9619125rem;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.2744125rem;font-style:normal;display:block; }
#UhKAT2eR47nWWMvcglzpoSXgZgIKdVpg { 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.75rem;height:1.2246125rem;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.923825rem;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.3994125rem;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.923825rem;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.3994125rem;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.2246125rem;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.3994125rem;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.92480625rem;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.9619125rem;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.2744125rem;font-style:normal;display:block; }
#uQSvh8TSwkypN4oGNbxQgFlc57zTu0b6 { 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.375rem;height:1.2246125rem;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.57421875rem;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.9619125rem;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.3994125rem;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.3994125rem;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:1.3999rem;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:1.57421875rem;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.92480625rem;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: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 > .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:block; }#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.01171875rem;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:1.3999rem;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.01171875rem;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.57421875rem;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.5625rem;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; }
#XuahDP2yvyVCAgw081eTvScK8c5naJqW { position:relative;display:block; }#XuahDP2yvyVCAgw081eTvScK8c5naJqW { background-color: transparent; background-image: none; }#XuahDP2yvyVCAgw081eTvScK8c5naJqW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .row .container > .video-iframe-container { display: none; }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .row > .video-iframe-container { display: none; }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .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); }#XuahDP2yvyVCAgw081eTvScK8c5naJqW { border-width: 0; border-radius: 0; }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .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; }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .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; }#q7cUvXMrSQ89xTQE3qJpfcCl9uIi08Lt { 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; }
#A6Uy5QCGHJXP3wJQthdz9iBOwWWvAruk { 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; }
#q06MtVRtiywJeqCaWlqmaxykTbH2TODo { 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; }
#m9En18qSJdOXKvQe2ll46NL6RCsqAyFT { 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; }
#V6tBJVTLLDBb0yzk2LbX27tivO65COMD { 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; }
#GnI6kH2oTpWBOuXQrHNJcuQT7LWSBThE { 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; }
#y5nDtRxDKxiMHhK3Ck0Zrl4rWlTzFVtw { 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; }
#uLMSXMIve01mtImJsQizJ8GGrPGoO2FB { 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.01171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PG2esMRUT5gFUu9PlA435WUCI61IEkZL { 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; }
#SLn7hWwAcr6OKvKoB7lUZQCCdgOTvxql { 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; }
#Bwn7e8VO1UlXgKCRRz5yW6vfP8QrZrKT { 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; }
#X0ze6wyPt6G8yeHVM58S5PkZZlldSK6R { 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; }
#BbHH1nndQthOrNocKzQ0g1AQfxcResAi { 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.57470625rem;font-style:normal;display:block; }
#tqBgfQDVVENVm9LhpTTZJD27CcZD7ibE { 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; }
#QzVTtfl49aH6T4iKHUNNHPi7i2LTBd8M { 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; }
#R3Bw9nAkgPuRCqTKJynzJygcXTCnR6fI { 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; }
#CQuQUrN29hS1hTxwsKT5foI5H7f3CQvL { 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; }
#kh353eeUTkdXy3pFHmgSiviMyDW2r4Lm { 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; }
#Oo0UDnozO9KLGQbnHotKU4PPkhZP87b4 { 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; }
#XPQhDWEfOSSawVMLWwdgN8v2g8XRfL00 { 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; }
#vmdG85X3nxywZCzLdohfXuSdCpL23fyr { 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; }
#McWf1PZ44TddTrQzWf3CHPUEimxdTnAN { 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; }
#G8WU3zXkfLQzJkTcoI7uKAT82eboBgSh { 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; }
#Rg5E3FX9PpG390oN22TzdsZs0Q8ggacX { 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; }
#LzIchnANu0ra59vTMtqvzrNq2NJzPHeH { 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; }
#DeCrMGeQoUVL823Ds8T1c7cR7NmKuGJq { 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; }
#Z08xciek3QPR1rFHoAaTIBbG8GJrQMpG { 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; }
#o9SeiIVbWsNFZ7CNMxc1neCf0ah6LkEb { 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; }
#xsORiP5AD0URHtn0oNLJXFAV2KHcyXwe { 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.3999rem;font-style:normal;display:block; }
#n7TGcF9lsx1VEsg9VIrqprT9gdoHtUbK { 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; }
#yOdapGowX4TV6AiawDAFN8N2Wqh8AcCy { 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; }
#keqUMesBNnH8L5xD8Nc1QIe38t3skFK2 { 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; }
#vW7zRhA0S6fb5ETkh4OIkzympOZO7VH0 { 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; }
#pQW4ie8nvHnm0imA5ARtACk8SoG11TI9 { 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; }
#KkxRXHGDEKN0113bFqqg6R1dZgPn5dcs { 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; }
#xLDq47DoSFxTVTGSE1GGAFG3QSzTW6Ph { 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; }
#RdXiOc8v2s4n9GtxHSeW0hzlkl6TUkqQ { 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; }
#hsyVOFfVXSGtSoFCQQTf74ksc9xRwsOp { 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; }
#OnIgygBZuBKPNRmeTxE2ScSnP6p6eANT { 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.01171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMJqMXboaJNR92fQ6zrswwSWSxxUi7Vi { 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; }
#sKPDJh7xN3FTKnE8rrKepJ5XguT72cHT { 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:4.125rem;font-style:normal;display:block; }
#MGXZ7NTbZQtmikGk9DxA88UFaZaq4z9H { 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; }
#fQbeS89FI53iZh8paDOlFvIUXGdIF4qz { 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; }
#eBSdLTylNrARtSJ6ubUAJmS6Be1354cC { 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; }
#uTOpntCAZ6xav0a7JdnzEPJqT5FH3idu { 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; }
#uwSs2n3ZZvXvS7z555Uv2kt9LpUlp0QB { 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; }
#Gq5vI7WrKlHdoCunpx2vIRZy9e3aqfxE { 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; }
#noq40mxmpMNfuTEp5tGq7TQyKFxRKTTB { 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; }
#vZtlp7e8ccAi875Ob9pfXapfCqPlQ35a { 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; }
#zomZUPKtz1k8hrM65G3sHEKvyyru3PK7 { 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; }
#TbT25BMb9J6VGI6anXkT7350bh2nqB1i { 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; }
#TUyQrDqdiH0aN3yk5ToHW7TWbunThWWp { 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; }
#WXBdhn3g3qQCLlq0ZGnuwDKQcXq6aetb { 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; }
#l83cl8ACu4zQVmqNfy2LLwTVqb8ZgHgr { 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; }
#h5wnBAXyk5o5ilP7TkmJgc8uMQ3e9WsE { 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; }
#NkVntRGQJAlwPMd5vsEd3aLgW8sLqOGm { 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; }
#zoNu4RlcavnMwwt7oI3BZ9zFMFbc3iVT { 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; }
#e3mBPiLebxu9KFPaJoqTiFhDqy957TPq { 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; }
#TsE6mbNmsAt5I8zkDJiGarTZsvRAPhi4 { 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; }
#ro55xPTBSzD41LIFDZGlLRVHItKVXogq { 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; }
#bkh481ZCyTUMZKzundyz4RgR4I0y269p { 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; }
#sDSOnaP12r4rDOlv7GTS4geG89TSLLCE { 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; }
#TfEKM0A6nPW8dViTUV5xoHA0zR9aRp3h { 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; }
#NndLQPngbF7Dk0q795NOoEnCTQ4E1ZSD { 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; }
#TDgz3LwoDferWHH5hzn1xIUqihGsBmhv { 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; }
#xOkuoMfzmkH1N3biOUFcCev9QJVuOgTM { 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:block; }
#OMDx3JV5UCOnt6hDpN59Cr9p2xIS5oPp { 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; }
#Xgbwi5yeZa7cR84SBBA5H3dLCOXMTmTC { 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.125rem;width:12.8125rem;top:1.375rem;left:39.920758928571rem;overflow:hidden;display:block; }
#zfF25nlA8wltaJ9vdCAhdRzxtkQGsV6c { 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; }
#xgGzFbMPmH09T0igg6I0wGyqIhMMtRau { 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.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gPEUiicyyaVEerExCwgKahoIVhKDJ17V { 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; }
#tLAKf0T9dr5EvWdTbltnUgVx4rwdZTlU { 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; }
#rHXJXyHk5PwfX5aw2JkJdFXCxaaQEyuU { 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; }
#ghO5yLItvFtkLHh7ahd0hiTbeMSUCJWI { 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; }
#QxdgqnJqa3zJP8BxCZEMrVDeEV2rUCtn { 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; }
#bF8xRiaqqTXgmKGEO94hqlzkzWUrgIGT { 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; }
#JpLzsdNZkWSTwV0IEUqeZF5RWtmQnzE6 { 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; }
#mmEJ48mVl65RU1Rv3ZatmBq1sh8p0NJD { 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; }
#MQxZdT0qlPWFPAk6xOdi6BhiCxUfT1yK { 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; }
#dMIkiyhpO77pEsyNV7nbRrDAZqTdlcJ3 { 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; }
#gTXNdl5kLWEVrBOHrPL2soHWmVHOiVQ4 { 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; }
#ScO5OTJgUUTarg0ZnlCZCdN7WkJIInoc { 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; }
#vQ8PMzxqqalLrP6yO9VFiRiV1nFSvT8n { 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; }
#PZTONPeaz5yDlz3LcyscXbNbTBKbqyFO { 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; }
#DcNPArBTqrpJfdHytwOv6Qf4AM7kTZv3 { 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; }
#J0XTVmDh9DZkErcdNReJNnRDswbUyxQn { 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; }
#tnTDCKGrFwSpsMalrBhIb66Iwxv4ucLy { 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; }
#WlyZA0Lt20SFSx52KBTEgHQxNDwVZSbz { 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; }
#sfuEC4hKCcu3pBGOqT6HTnQTmtENIErb { 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; }
#GelJ0wqfgILKzuPWtuZCh0iPWHFzRTLx { 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; }
#RelokdThAErQbQ0nnkvpcDu5GLH0SuT8 { 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; }
#ypqp9BTW3bTLBkoMFNQTkK23Xm9pOwLa { 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; }
#ltpBKUqrAaHUxnUgEu6Fq2lhACo845nX { 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; }
#H1p6x7cI9VB43VuqG9ENCmnWg8hB7uSs { 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; }
#ouIZA4fJQObwbzB9tkQzsqc3yVo3zeFv { 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; }
#LaGOrRNzlT6s6X8tquiiuqVZspLMeGo6 { color:#2d2d2d;display:block;width:16rem;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; }
#cCtXT0AEs30OGc4kO9kPSMuDqT0IKPXs { 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; }
#zZpfPKUda4fXEdG5KRF4gQeForGIuhJ1 { 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:block; }
#aAuAxBpsFA4enDTFLdxWonNTM9TSE3Ob { 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; }
#BJT7B0QcrPkwNVs99f4ft8XVlHvr7O20 { 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; }
#mM4li52lTABHk0v4Xx0L8N4w5X3vn0nR { 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; }
#HlAb0hWKWPMnnDIT1sVEpJTPyu2HWgak { 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.875rem;height:4.125rem;font-style:normal;display:block; }
#K5Hqks0y2AoZfLZ8afO1oKQmdHgGXQsx { 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:60.5rem;height:2.275rem;font-style:normal;display:block; }
#g5mqFTFQpCFgcTncnaZytoLRBKfUG6hH { 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:60.562501907349rem;height:1.225rem;font-style:normal;display:block; }
#NHSkuIkyHGU5PVN1flNEq9WRA2WLg3vV { 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; }
#u1SgbEmWRNSAhDulbxlCltf9X9xJHVnU { 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; }
#CWrNplgPwTKhGHtQrNbZOHUZMprivCJP { 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; }
#MTLfe2ewmUiGoSDnObeKVunFkgLBvPsT { 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; }
#MAZ96DzEiWEVXh97SE9UVSqVTm3zhPas { 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; }
#JVD6qwHKQFqMJ45SQrJChflK0unLcHec { 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; }
#L8uOiammH47qcROyiDl4QWLWuHUi8yah { 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; }
#UiCZgbTThOfuzU03TRDHo73Dt42TQrSZ { 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; }
#SZpdmLrhyO0zIzWcBP0kCofSwm9STwKr { 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; }
#Pt03ABuyOm1zgdyrBF7JbfcmtoIAA7N9 { 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; }
#k3TIuRV9q3UTRnJrCuRk4JG3TCLg0WvR { 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; }
#gu817TWx3XfmiaTPxNlO2FPCmRSTEVSz { 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; }
#DdagzM46lN4TpoeR8d46HrxPzo8pXnKX { 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; }
#udSBVKIZQ3qTLTkwv5Xsl3bOUI43UpdN { 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; }
#MaktJ4RUUWHukuk5INfs7ewm4N4x9c2f { 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; }
#irclNO6ACbzJxQXghJEn4z2RFJ7efyOW { 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; }
#qsTGpX2ddTXGnGn9wbJoLSl1BryNutUR { 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; }
#MTPRMD9O9nhSzhTu5T0efQxCGiuVP8iw { 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; }
#sa5m6RL7vURgyuGOnzBr7F6OacJ1dx2C { 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: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; }#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.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:;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.125rem;width:12rem;top:2.35546875rem;left:2.75rem;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.73095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4MzqF00JFICM6XCbosTkO68QpGkv1me { 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.01171875rem;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: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:;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.5234375rem;left:4.5rem;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.46875rem;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:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#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.130859375rem;left:7.099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#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:0;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:none; }
#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:none; }
#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:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#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:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#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.125rem;left:7.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#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:none; }
#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:none; }
#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:40.1875rem;left:0.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#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:none; }
#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:1.3999rem;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:1.01171875rem;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:1.57421875rem;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:;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:16rem;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; }
#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:1.57421875rem;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; }
#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:1.01171875rem;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:1.01171875rem;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:1.57421875rem;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:1.57421875rem;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; }
#dEr3T55f2MIZ4KM5iWt25VgLQsF6L4cJ { position:relative;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 > .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:block; }#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:3rem;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.01171875rem;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:1.9375rem;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.275rem;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.2246125rem;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; }
#NVhSinrUf18ICGcHJH9FodoQBui2fb7l { position:relative;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 > .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:block; }#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; }
#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; }
#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:49.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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; }
#MG9uITIULHyJufOXMpKO9ZME9TIeyaxp { 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; } #MG9uITIULHyJufOXMpKO9ZME9TIeyaxp > .row .container { position:relative;display:block; }#STpO31rlLO22B6TnlCAygNTREk8hu283 { 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; } #STpO31rlLO22B6TnlCAygNTREk8hu283 > .row .container { position:relative;display:none; }#TEG9OV03pfcrWvTdiz1kfG0oZZDIRXUr { 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; } #TEG9OV03pfcrWvTdiz1kfG0oZZDIRXUr > .row .container { position:relative;display:none; }#Z0gxSm3V4ZTDA79D4vrgkhCdlvrg4XN5 { 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; } #Z0gxSm3V4ZTDA79D4vrgkhCdlvrg4XN5 > .row .container { position:relative;display:none; }#xERBP4ga6amT3tJGs3tTuXKB9lwzr2WJ { 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; } #xERBP4ga6amT3tJGs3tTuXKB9lwzr2WJ > .row .container { position:relative;display:none; }#NLo0PhOCitqmeFD8H0TXqqaggTuk2k6c { 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; } #NLo0PhOCitqmeFD8H0TXqqaggTuk2k6c > .row .container { position:relative;display:none; }#F2A19ElOUWUcaXNSImHTIvXycmScWlH3 { 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; } #F2A19ElOUWUcaXNSImHTIvXycmScWlH3 > .row .container { position:relative;display:none; }#ZQg1idVXBxTJiICrJBMqWNxmT7EW8uCP { 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; } #ZQg1idVXBxTJiICrJBMqWNxmT7EW8uCP > .row .container { position:relative;display:none; }#syXn7wbLVo3yJMlkA2pBBqBmEl9SsmeZ { 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; } #syXn7wbLVo3yJMlkA2pBBqBmEl9SsmeZ > .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) { #xcMN4J0siLfxGrGflQxQ0y3hUF3I9H57 { 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; } #xcMN4J0siLfxGrGflQxQ0y3hUF3I9H57 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #G3sF5L9KPgKlozbEHmQl67A562rdbF2A { 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; } #G3sF5L9KPgKlozbEHmQl67A562rdbF2A > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #uhuQ1UF2tTOQzOiLgna3Vio7q7PZcoU2 { 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; } #uhuQ1UF2tTOQzOiLgna3Vio7q7PZcoU2 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #GoumQKu7TVCN2cFxkPVP6filJi2VN8W9 { 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; } #GoumQKu7TVCN2cFxkPVP6filJi2VN8W9 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #uWkAbVmHEJvurkUIPewO0VLaA69qqdGo { 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; } #uWkAbVmHEJvurkUIPewO0VLaA69qqdGo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKs7fz6RP4zQ8EkpTguqNTgXtfTRFfqZ { 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; } #fKs7fz6RP4zQ8EkpTguqNTgXtfTRFfqZ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlZNU3yAUrWsTd66ESNRQptmdt8UnCNy { 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; } #MlZNU3yAUrWsTd66ESNRQptmdt8UnCNy > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfSTNAM6UVF0cnglFIT7E3g1CEyPsP5x { 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; } #tfSTNAM6UVF0cnglFIT7E3g1CEyPsP5x > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhId8ArFo2UehqoGGBxaCcsX2QuP61dT { 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; } #lhId8ArFo2UehqoGGBxaCcsX2QuP61dT > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFXaz9cmi5PI1BEDBlBk0qTgQqlBu4dm { 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; } #AFXaz9cmi5PI1BEDBlBk0qTgQqlBu4dm > .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) { #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.795416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAbrIOwdML47tiOzyxcuNJxUUKaO0O9r { width:40rem;height:21.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xy3arhlyXbeDCEmn5vlpfoeMAFsdHybn { display:block; }#Xy3arhlyXbeDCEmn5vlpfoeMAFsdHybn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8Z9gMkqnnZlTAaJzpQqMqMLNQeABPvb { top:0.0625rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnZ3TMMdLDBs1Si9w2EFbLBR76trSScb { width:40rem;height:21.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhUO2bd8CgSCRbBThdTBIBtT81QFatDu { display:block; }#VhUO2bd8CgSCRbBThdTBIBtT81QFatDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBhB7MsDLTRaSVnl6o5DXUFxgM4ywKi1 { top:0.0625rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR56V24ApwfE3zHdTiAtXXDofN9izrXV { 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.1875rem;left:15.625rem;width:2.25rem;height:2.25rem;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:22.375rem;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:23.625rem;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.875rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iKSDVL2y6XGnT6cObTV862NBtFuwxqzr { top:2.1875rem;left:29.875rem;width:2.25rem;height:2.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv9UNdNSsEl5TAsTgq6ke01tsb2fEFpt { display:block; }
 }@media only screen and (max-width: 763px) { #Xslp4WWWT0RpslXa83LlGEfaVvLQiHqG { width:15.4375rem;height:3.125rem;top:0rem;left:0.5625rem;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:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9X9efpWq4uHRbBTUwr8B6gl0rXbAqf4 { display:block; }
 }@media only screen and (max-width: 763px) { #Va0IAAmN4xzfFgRc8kQFJwEsTvP23FvL { width:11.0625rem;height:3.125rem;top:0rem;left:36.6875rem;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:15.9375rem;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.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bcBd2XpuBngRgdpCeSOG1cKX0SlVDUn8 { top:20.625rem;left:0.5rem;width:1.6875rem;height:1.1875rem;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.71875rem;width:1.6875rem;height:1.1875rem;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.53125rem;width:1.6875rem;height:1.1875rem;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) { #XuahDP2yvyVCAgw081eTvScK8c5naJqW { display:block; }#XuahDP2yvyVCAgw081eTvScK8c5naJqW { background-color: transparent; background-image: none; }#XuahDP2yvyVCAgw081eTvScK8c5naJqW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .row .container > .video-iframe-container { display: none; }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .row > .video-iframe-container { display: none; }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .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); }#XuahDP2yvyVCAgw081eTvScK8c5naJqW { border-width: 0; border-radius: 0; }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .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) { #q7cUvXMrSQ89xTQE3qJpfcCl9uIi08Lt { 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) { #A6Uy5QCGHJXP3wJQthdz9iBOwWWvAruk { 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) { #q06MtVRtiywJeqCaWlqmaxykTbH2TODo { 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) { #m9En18qSJdOXKvQe2ll46NL6RCsqAyFT { 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) { #V6tBJVTLLDBb0yzk2LbX27tivO65COMD { top:26.125rem;left:0rem;width:10.375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GnI6kH2oTpWBOuXQrHNJcuQT7LWSBThE { 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) { #y5nDtRxDKxiMHhK3Ck0Zrl4rWlTzFVtw { top:15.8125rem;left:0rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #uLMSXMIve01mtImJsQizJ8GGrPGoO2FB { top:16.4375rem;left:0rem;width:6rem;height:1rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #PG2esMRUT5gFUu9PlA435WUCI61IEkZL { 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) { #SLn7hWwAcr6OKvKoB7lUZQCCdgOTvxql { top:18.5rem;left:0rem;width:4.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Bwn7e8VO1UlXgKCRRz5yW6vfP8QrZrKT { 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) { #X0ze6wyPt6G8yeHVM58S5PkZZlldSK6R { 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) { #BbHH1nndQthOrNocKzQ0g1AQfxcResAi { top:27.5rem;left:0rem;width:13.5625rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tqBgfQDVVENVm9LhpTTZJD27CcZD7ibE { 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) { #QzVTtfl49aH6T4iKHUNNHPi7i2LTBd8M { top:33.125rem;left:3.693359375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #R3Bw9nAkgPuRCqTKJynzJygcXTCnR6fI { 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) { #CQuQUrN29hS1hTxwsKT5foI5H7f3CQvL { 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) { #kh353eeUTkdXy3pFHmgSiviMyDW2r4Lm { 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) { #Oo0UDnozO9KLGQbnHotKU4PPkhZP87b4 { top:36.9375rem;left:0rem;width:6.4375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #XPQhDWEfOSSawVMLWwdgN8v2g8XRfL00 { 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) { #vmdG85X3nxywZCzLdohfXuSdCpL23fyr { 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) { #McWf1PZ44TddTrQzWf3CHPUEimxdTnAN { 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) { #G8WU3zXkfLQzJkTcoI7uKAT82eboBgSh { 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) { #Rg5E3FX9PpG390oN22TzdsZs0Q8ggacX { 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) { #LzIchnANu0ra59vTMtqvzrNq2NJzPHeH { 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) { #DeCrMGeQoUVL823Ds8T1c7cR7NmKuGJq { 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) { #Z08xciek3QPR1rFHoAaTIBbG8GJrQMpG { 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) { #o9SeiIVbWsNFZ7CNMxc1neCf0ah6LkEb { 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) { #xsORiP5AD0URHtn0oNLJXFAV2KHcyXwe { top:29.625rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #n7TGcF9lsx1VEsg9VIrqprT9gdoHtUbK { 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) { #yOdapGowX4TV6AiawDAFN8N2Wqh8AcCy { 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) { #keqUMesBNnH8L5xD8Nc1QIe38t3skFK2 { 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) { #vW7zRhA0S6fb5ETkh4OIkzympOZO7VH0 { 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) { #pQW4ie8nvHnm0imA5ARtACk8SoG11TI9 { 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) { #KkxRXHGDEKN0113bFqqg6R1dZgPn5dcs { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xLDq47DoSFxTVTGSE1GGAFG3QSzTW6Ph { 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) { #RdXiOc8v2s4n9GtxHSeW0hzlkl6TUkqQ { 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) { #hsyVOFfVXSGtSoFCQQTf74ksc9xRwsOp { top:15.8125rem;left:11.9375rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OnIgygBZuBKPNRmeTxE2ScSnP6p6eANT { top:16.4375rem;left:11.9375rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yMJqMXboaJNR92fQ6zrswwSWSxxUi7Vi { 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) { #sKPDJh7xN3FTKnE8rrKepJ5XguT72cHT { top:18.375rem;left:11.9375rem;width:3.25rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MGXZ7NTbZQtmikGk9DxA88UFaZaq4z9H { 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) { #fQbeS89FI53iZh8paDOlFvIUXGdIF4qz { 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) { #eBSdLTylNrARtSJ6ubUAJmS6Be1354cC { 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) { #uTOpntCAZ6xav0a7JdnzEPJqT5FH3idu { 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) { #uwSs2n3ZZvXvS7z555Uv2kt9LpUlp0QB { top:33.125rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Gq5vI7WrKlHdoCunpx2vIRZy9e3aqfxE { 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) { #noq40mxmpMNfuTEp5tGq7TQyKFxRKTTB { 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) { #vZtlp7e8ccAi875Ob9pfXapfCqPlQ35a { top:36.875rem;left:15.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #zomZUPKtz1k8hrM65G3sHEKvyyru3PK7 { 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) { #TbT25BMb9J6VGI6anXkT7350bh2nqB1i { 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) { #TUyQrDqdiH0aN3yk5ToHW7TWbunThWWp { 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) { #WXBdhn3g3qQCLlq0ZGnuwDKQcXq6aetb { 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) { #l83cl8ACu4zQVmqNfy2LLwTVqb8ZgHgr { 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) { #h5wnBAXyk5o5ilP7TkmJgc8uMQ3e9WsE { 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) { #NkVntRGQJAlwPMd5vsEd3aLgW8sLqOGm { 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) { #zoNu4RlcavnMwwt7oI3BZ9zFMFbc3iVT { 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) { #e3mBPiLebxu9KFPaJoqTiFhDqy957TPq { 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) { #TsE6mbNmsAt5I8zkDJiGarTZsvRAPhi4 { 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) { #ro55xPTBSzD41LIFDZGlLRVHItKVXogq { top:29.625rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bkh481ZCyTUMZKzundyz4RgR4I0y269p { 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) { #sDSOnaP12r4rDOlv7GTS4geG89TSLLCE { 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) { #TfEKM0A6nPW8dViTUV5xoHA0zR9aRp3h { 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) { #NndLQPngbF7Dk0q795NOoEnCTQ4E1ZSD { 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) { #TDgz3LwoDferWHH5hzn1xIUqihGsBmhv { 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) { #xOkuoMfzmkH1N3biOUFcCev9QJVuOgTM { top:23.1875rem;left:18.9375rem;width:13.9375rem;height:3rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OMDx3JV5UCOnt6hDpN59Cr9p2xIS5oPp { 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) { #Xgbwi5yeZa7cR84SBBA5H3dLCOXMTmTC { top:1.375rem;left:23.8125rem;width:12.8125rem;height:15.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) { #zfF25nlA8wltaJ9vdCAhdRzxtkQGsV6c { top:15.8125rem;left:23.875rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xgGzFbMPmH09T0igg6I0wGyqIhMMtRau { top:16.1875rem;left:23.875rem;width:6rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gPEUiicyyaVEerExCwgKahoIVhKDJ17V { 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) { #tLAKf0T9dr5EvWdTbltnUgVx4rwdZTlU { 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) { #rHXJXyHk5PwfX5aw2JkJdFXCxaaQEyuU { 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) { #ghO5yLItvFtkLHh7ahd0hiTbeMSUCJWI { 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) { #QxdgqnJqa3zJP8BxCZEMrVDeEV2rUCtn { 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) { #bF8xRiaqqTXgmKGEO94hqlzkzWUrgIGT { 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) { #JpLzsdNZkWSTwV0IEUqeZF5RWtmQnzE6 { top:33.1875rem;left:27.46875rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #mmEJ48mVl65RU1Rv3ZatmBq1sh8p0NJD { 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) { #MQxZdT0qlPWFPAk6xOdi6BhiCxUfT1yK { 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) { #dMIkiyhpO77pEsyNV7nbRrDAZqTdlcJ3 { 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) { #gTXNdl5kLWEVrBOHrPL2soHWmVHOiVQ4 { 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) { #ScO5OTJgUUTarg0ZnlCZCdN7WkJIInoc { top:36.875rem;left:27.59375rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8PMzxqqalLrP6yO9VFiRiV1nFSvT8n { 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) { #PZTONPeaz5yDlz3LcyscXbNbTBKbqyFO { 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) { #DcNPArBTqrpJfdHytwOv6Qf4AM7kTZv3 { 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) { #J0XTVmDh9DZkErcdNReJNnRDswbUyxQn { 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) { #tnTDCKGrFwSpsMalrBhIb66Iwxv4ucLy { 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) { #WlyZA0Lt20SFSx52KBTEgHQxNDwVZSbz { 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) { #sfuEC4hKCcu3pBGOqT6HTnQTmtENIErb { 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) { #GelJ0wqfgILKzuPWtuZCh0iPWHFzRTLx { 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) { #RelokdThAErQbQ0nnkvpcDu5GLH0SuT8 { top:29.625rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ypqp9BTW3bTLBkoMFNQTkK23Xm9pOwLa { 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) { #ltpBKUqrAaHUxnUgEu6Fq2lhACo845nX { 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) { #H1p6x7cI9VB43VuqG9ENCmnWg8hB7uSs { 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) { #ouIZA4fJQObwbzB9tkQzsqc3yVo3zeFv { 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) { #LaGOrRNzlT6s6X8tquiiuqVZspLMeGo6 { top:23.1875rem;left:31.75rem;width:16rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cCtXT0AEs30OGc4kO9kPSMuDqT0IKPXs { 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) { #zZpfPKUda4fXEdG5KRF4gQeForGIuhJ1 { 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) { #aAuAxBpsFA4enDTFLdxWonNTM9TSE3Ob { top:15.6875rem;left:35.8125rem;width:6rem;height:;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BJT7B0QcrPkwNVs99f4ft8XVlHvr7O20 { top:16rem;left:35.8125rem;width:5.8125rem;height:;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mM4li52lTABHk0v4Xx0L8N4w5X3vn0nR { 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) { #HlAb0hWKWPMnnDIT1sVEpJTPyu2HWgak { top:18.5rem;left:35.8125rem;width:2.5625rem;height:4.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K5Hqks0y2AoZfLZ8afO1oKQmdHgGXQsx { top:18.625rem;left:36.65625rem;width:2.3125rem;height:;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #g5mqFTFQpCFgcTncnaZytoLRBKfUG6hH { top:20.8125rem;left:36.718751907349rem;width:2.25rem;height:1.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NHSkuIkyHGU5PVN1flNEq9WRA2WLg3vV { 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) { #u1SgbEmWRNSAhDulbxlCltf9X9xJHVnU { 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) { #CWrNplgPwTKhGHtQrNbZOHUZMprivCJP { top:33.1875rem;left:39.53125rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #MTLfe2ewmUiGoSDnObeKVunFkgLBvPsT { 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) { #MAZ96DzEiWEVXh97SE9UVSqVTm3zhPas { 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) { #JVD6qwHKQFqMJ45SQrJChflK0unLcHec { 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) { #L8uOiammH47qcROyiDl4QWLWuHUi8yah { 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) { #UiCZgbTThOfuzU03TRDHo73Dt42TQrSZ { top:36.9375rem;left:39.65625rem;width:3.375rem;height:;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #SZpdmLrhyO0zIzWcBP0kCofSwm9STwKr { 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) { #Pt03ABuyOm1zgdyrBF7JbfcmtoIAA7N9 { 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) { #k3TIuRV9q3UTRnJrCuRk4JG3TCLg0WvR { 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) { #gu817TWx3XfmiaTPxNlO2FPCmRSTEVSz { 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) { #DdagzM46lN4TpoeR8d46HrxPzo8pXnKX { 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) { #udSBVKIZQ3qTLTkwv5Xsl3bOUI43UpdN { 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) { #MaktJ4RUUWHukuk5INfs7ewm4N4x9c2f { 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) { #irclNO6ACbzJxQXghJEn4z2RFJ7efyOW { 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) { #qsTGpX2ddTXGnGn9wbJoLSl1BryNutUR { top:29.625rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MTPRMD9O9nhSzhTu5T0efQxCGiuVP8iw { 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) { #sa5m6RL7vURgyuGOnzBr7F6OacJ1dx2C { 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.1875rem;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: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) { #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:16.4375rem;left:0rem;width:6rem;height:1rem;font-size:1.125rem;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:4.4375rem;height:;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SE7NQ48dFiJqoPCPhZBPeZ3HmKMaAdrW { 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) { #hQ4RBVEi2NAhe2mNv10Wd7oiaGUv7Fdi { 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) { #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.125rem;left:3.693359375rem;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:1.375rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #uKBrRC1AlgEcNrpgv1OpqJrntKpCootB { 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) { #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: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) { #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:16rem;height:;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) { #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) { #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) { #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) { #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) { #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) { #MG9uITIULHyJufOXMpKO9ZME9TIeyaxp { 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; } #MG9uITIULHyJufOXMpKO9ZME9TIeyaxp > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #STpO31rlLO22B6TnlCAygNTREk8hu283 { 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; } #STpO31rlLO22B6TnlCAygNTREk8hu283 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #TEG9OV03pfcrWvTdiz1kfG0oZZDIRXUr { 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; } #TEG9OV03pfcrWvTdiz1kfG0oZZDIRXUr > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z0gxSm3V4ZTDA79D4vrgkhCdlvrg4XN5 { 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; } #Z0gxSm3V4ZTDA79D4vrgkhCdlvrg4XN5 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #xERBP4ga6amT3tJGs3tTuXKB9lwzr2WJ { 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; } #xERBP4ga6amT3tJGs3tTuXKB9lwzr2WJ > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #NLo0PhOCitqmeFD8H0TXqqaggTuk2k6c { 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; } #NLo0PhOCitqmeFD8H0TXqqaggTuk2k6c > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #F2A19ElOUWUcaXNSImHTIvXycmScWlH3 { 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; } #F2A19ElOUWUcaXNSImHTIvXycmScWlH3 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZQg1idVXBxTJiICrJBMqWNxmT7EW8uCP { 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; } #ZQg1idVXBxTJiICrJBMqWNxmT7EW8uCP > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #syXn7wbLVo3yJMlkA2pBBqBmEl9SsmeZ { 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; } #syXn7wbLVo3yJMlkA2pBBqBmEl9SsmeZ > .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) { #xcMN4J0siLfxGrGflQxQ0y3hUF3I9H57 { 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; } #xcMN4J0siLfxGrGflQxQ0y3hUF3I9H57 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3sF5L9KPgKlozbEHmQl67A562rdbF2A { 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; } #G3sF5L9KPgKlozbEHmQl67A562rdbF2A > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhuQ1UF2tTOQzOiLgna3Vio7q7PZcoU2 { 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; } #uhuQ1UF2tTOQzOiLgna3Vio7q7PZcoU2 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoumQKu7TVCN2cFxkPVP6filJi2VN8W9 { 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; } #GoumQKu7TVCN2cFxkPVP6filJi2VN8W9 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWkAbVmHEJvurkUIPewO0VLaA69qqdGo { 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; } #uWkAbVmHEJvurkUIPewO0VLaA69qqdGo > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #fKs7fz6RP4zQ8EkpTguqNTgXtfTRFfqZ { 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; } #fKs7fz6RP4zQ8EkpTguqNTgXtfTRFfqZ > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #MlZNU3yAUrWsTd66ESNRQptmdt8UnCNy { 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; } #MlZNU3yAUrWsTd66ESNRQptmdt8UnCNy > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfSTNAM6UVF0cnglFIT7E3g1CEyPsP5x { 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; } #tfSTNAM6UVF0cnglFIT7E3g1CEyPsP5x > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #lhId8ArFo2UehqoGGBxaCcsX2QuP61dT { 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; } #lhId8ArFo2UehqoGGBxaCcsX2QuP61dT > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #AFXaz9cmi5PI1BEDBlBk0qTgQqlBu4dm { 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; } #AFXaz9cmi5PI1BEDBlBk0qTgQqlBu4dm > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u { background-color:transparent;background-image:none;display:block; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { background-color: transparent; background-image: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container > .video-iframe-container { display: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row > .video-iframe-container { display: none; }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .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); }#FbvA2qa49uXLGf0AHvAKg3a18o9yvL3u > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@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/c50030de-94f0-4ac5-ac69-1d66c32f8ca9/mob_bg3.webp");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:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WthLx12B3fWep5hARGk6TrOgWQiBIiHn { width:17.125rem;height:5.4433625rem;top:20.0625rem;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:18.375rem;height:5.95rem;top:15.80078125rem;left:0.8125rem;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:block; }
 }@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:block; }
 }@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:block; }
 }@media only screen and (max-width: 763px) { #PAT9QXa5fq37MzGsaUAKozQ99V9knglp { width:5rem;height:5.4375rem;top:3.65625rem;left:0rem;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.6875rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xy3arhlyXbeDCEmn5vlpfoeMAFsdHybn { display:block; }#Xy3arhlyXbeDCEmn5vlpfoeMAFsdHybn > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8Z9gMkqnnZlTAaJzpQqMqMLNQeABPvb { width:16rem;height:8rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MnZ3TMMdLDBs1Si9w2EFbLBR76trSScb { top:0.625rem;left:0rem;width:20rem;height:10.6875rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VhUO2bd8CgSCRbBThdTBIBtT81QFatDu { display:block; }#VhUO2bd8CgSCRbBThdTBIBtT81QFatDu > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBhB7MsDLTRaSVnl6o5DXUFxgM4ywKi1 { width:16rem;height:8rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TR56V24ApwfE3zHdTiAtXXDofN9izrXV { top:0.59375rem;left:0rem;width:20rem;height:10.6875rem;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:6.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) { #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.9375rem;left:8.5625rem;background-color:#fffa7b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eOtEO9oEvc3cJRySVtmmWGyLRDASh6f1 { width:0.5rem;height:0.5rem;top:2.9375rem;left:9.75rem;background-color:rgba(255,249,76,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JzbZhf0MWupw3U5zENwzwpXwfgIVgzu4 { width:0.5rem;height:0.5rem;top:2.9375rem;left:10.9375rem;background-color:rgba(255,249,76,0.5);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) { #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.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUez9ImrtGskpV4xE1Q7afRisuWAfMMK { width:15.9375rem;height:2.75rem;top:0rem;left:2.03125rem;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:3.375rem;left:2.03125rem;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:9.875rem;left:2.03125rem;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:13.25rem;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:6.5rem;left:2.03125rem;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.01171875rem;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.2744125rem;top:24.8046875rem;left:4.09375rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bcBd2XpuBngRgdpCeSOG1cKX0SlVDUn8 { width:1.6875rem;height:1.2246125rem;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.923825rem;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.3994125rem;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.923825rem;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.3994125rem;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.2246125rem;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.3994125rem;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.01171875rem;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.9619125rem;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.2744125rem;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.2246125rem;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.57421875rem;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.923825rem;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.3994125rem;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.2246125rem;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.3994125rem;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.73046875rem;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.57421875rem;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.9619125rem;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.2744125rem;top:107.4375rem;left:4.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UhKAT2eR47nWWMvcglzpoSXgZgIKdVpg { width:1.6875rem;height:1.2246125rem;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.57421875rem;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.923825rem;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.3994125rem;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.923825rem;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.3994125rem;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.2246125rem;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.3994125rem;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.57421875rem;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.2744125rem;top:154.375rem;left:4.25rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uQSvh8TSwkypN4oGNbxQgFlc57zTu0b6 { width:1.6875rem;height:1.2246125rem;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.3994125rem;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.9619125rem;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.3994125rem;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.3994125rem;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.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) { #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: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) { #rtCiSvLL6LDvHgJAeVm2tyUlozOHABAP { 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) { #SyiUJnyMBNxF7pc6xzPrfU22wpLtCnAG { width:18.75rem;height:24.4375rem;top:80.0625rem;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: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) { #T7TCUDu1p3suRQcEOWHwHSRU7vG149XT { 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) { #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: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) { #ndBEMyNVqazgwGaVqlsCdQupievm17sl { 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) { #RBHN20gPIc9NRvtU69XWQ3WLPvRJFITR { 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) { #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:103.625rem;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:103.6875rem;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:105.625rem;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:111rem;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: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) { #XAXHPwcP45slDmDasdGTC2lXnc7Hrwb5 { width:18.75rem;height:24.4375rem;top:119rem;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: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) { #PEDTuuT9vn2dx4o9kNsK5ulLgmt7yRco { 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) { #w0v1oVbBTweRhEIf1e5AuP7TM2y1RkL8 { width:17.625rem;height:3rem;top:146.6875rem;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:120.25rem;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.875rem;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:142.25rem;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:142.3125rem;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:144.375rem;left:4.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WGx7wEiG6RB2gvJUizXBJqpTzRZ99qTw { width:13.5625rem;height:1.4rem;top:149.8125rem;left:0.8125rem;font-size:1rem;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: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: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:block; } }@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) { #XuahDP2yvyVCAgw081eTvScK8c5naJqW { display:block; }#XuahDP2yvyVCAgw081eTvScK8c5naJqW { background-color: transparent; background-image: none; }#XuahDP2yvyVCAgw081eTvScK8c5naJqW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .row .container > .video-iframe-container { display: none; }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .row > .video-iframe-container { display: none; }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .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); }#XuahDP2yvyVCAgw081eTvScK8c5naJqW { border-width: 0; border-radius: 0; }#XuahDP2yvyVCAgw081eTvScK8c5naJqW > .row .container { width:20rem;height:152.25rem;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) { #q7cUvXMrSQ89xTQE3qJpfcCl9uIi08Lt { 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) { #A6Uy5QCGHJXP3wJQthdz9iBOwWWvAruk { 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) { #q06MtVRtiywJeqCaWlqmaxykTbH2TODo { 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) { #m9En18qSJdOXKvQe2ll46NL6RCsqAyFT { 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) { #V6tBJVTLLDBb0yzk2LbX27tivO65COMD { 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) { #GnI6kH2oTpWBOuXQrHNJcuQT7LWSBThE { 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) { #y5nDtRxDKxiMHhK3Ck0Zrl4rWlTzFVtw { 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) { #uLMSXMIve01mtImJsQizJ8GGrPGoO2FB { 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) { #PG2esMRUT5gFUu9PlA435WUCI61IEkZL { 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) { #SLn7hWwAcr6OKvKoB7lUZQCCdgOTvxql { 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) { #Bwn7e8VO1UlXgKCRRz5yW6vfP8QrZrKT { 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) { #X0ze6wyPt6G8yeHVM58S5PkZZlldSK6R { 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) { #BbHH1nndQthOrNocKzQ0g1AQfxcResAi { 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) { #tqBgfQDVVENVm9LhpTTZJD27CcZD7ibE { 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) { #QzVTtfl49aH6T4iKHUNNHPi7i2LTBd8M { 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) { #R3Bw9nAkgPuRCqTKJynzJygcXTCnR6fI { 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) { #CQuQUrN29hS1hTxwsKT5foI5H7f3CQvL { 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) { #kh353eeUTkdXy3pFHmgSiviMyDW2r4Lm { 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) { #Oo0UDnozO9KLGQbnHotKU4PPkhZP87b4 { 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) { #XPQhDWEfOSSawVMLWwdgN8v2g8XRfL00 { 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) { #vmdG85X3nxywZCzLdohfXuSdCpL23fyr { 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) { #McWf1PZ44TddTrQzWf3CHPUEimxdTnAN { 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) { #G8WU3zXkfLQzJkTcoI7uKAT82eboBgSh { 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) { #Rg5E3FX9PpG390oN22TzdsZs0Q8ggacX { 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) { #LzIchnANu0ra59vTMtqvzrNq2NJzPHeH { 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) { #DeCrMGeQoUVL823Ds8T1c7cR7NmKuGJq { 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) { #Z08xciek3QPR1rFHoAaTIBbG8GJrQMpG { 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) { #o9SeiIVbWsNFZ7CNMxc1neCf0ah6LkEb { 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) { #xsORiP5AD0URHtn0oNLJXFAV2KHcyXwe { 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) { #n7TGcF9lsx1VEsg9VIrqprT9gdoHtUbK { 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) { #yOdapGowX4TV6AiawDAFN8N2Wqh8AcCy { 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) { #keqUMesBNnH8L5xD8Nc1QIe38t3skFK2 { 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) { #vW7zRhA0S6fb5ETkh4OIkzympOZO7VH0 { 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) { #pQW4ie8nvHnm0imA5ARtACk8SoG11TI9 { 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) { #KkxRXHGDEKN0113bFqqg6R1dZgPn5dcs { 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) { #xLDq47DoSFxTVTGSE1GGAFG3QSzTW6Ph { 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) { #RdXiOc8v2s4n9GtxHSeW0hzlkl6TUkqQ { width:15.4375rem;height:18.125rem;top:42.9375rem;left:2.28125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hsyVOFfVXSGtSoFCQQTf74ksc9xRwsOp { 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) { #OnIgygBZuBKPNRmeTxE2ScSnP6p6eANT { 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) { #yMJqMXboaJNR92fQ6zrswwSWSxxUi7Vi { 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) { #sKPDJh7xN3FTKnE8rrKepJ5XguT72cHT { 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) { #MGXZ7NTbZQtmikGk9DxA88UFaZaq4z9H { 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) { #fQbeS89FI53iZh8paDOlFvIUXGdIF4qz { 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) { #eBSdLTylNrARtSJ6ubUAJmS6Be1354cC { 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) { #uTOpntCAZ6xav0a7JdnzEPJqT5FH3idu { 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) { #uwSs2n3ZZvXvS7z555Uv2kt9LpUlp0QB { 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) { #Gq5vI7WrKlHdoCunpx2vIRZy9e3aqfxE { 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) { #noq40mxmpMNfuTEp5tGq7TQyKFxRKTTB { 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) { #vZtlp7e8ccAi875Ob9pfXapfCqPlQ35a { 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) { #zomZUPKtz1k8hrM65G3sHEKvyyru3PK7 { 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) { #TbT25BMb9J6VGI6anXkT7350bh2nqB1i { 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) { #TUyQrDqdiH0aN3yk5ToHW7TWbunThWWp { 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) { #WXBdhn3g3qQCLlq0ZGnuwDKQcXq6aetb { 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) { #l83cl8ACu4zQVmqNfy2LLwTVqb8ZgHgr { 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) { #h5wnBAXyk5o5ilP7TkmJgc8uMQ3e9WsE { 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) { #NkVntRGQJAlwPMd5vsEd3aLgW8sLqOGm { 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) { #zoNu4RlcavnMwwt7oI3BZ9zFMFbc3iVT { 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) { #e3mBPiLebxu9KFPaJoqTiFhDqy957TPq { 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) { #TsE6mbNmsAt5I8zkDJiGarTZsvRAPhi4 { 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) { #ro55xPTBSzD41LIFDZGlLRVHItKVXogq { 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) { #bkh481ZCyTUMZKzundyz4RgR4I0y269p { 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) { #sDSOnaP12r4rDOlv7GTS4geG89TSLLCE { 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) { #TfEKM0A6nPW8dViTUV5xoHA0zR9aRp3h { 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) { #NndLQPngbF7Dk0q795NOoEnCTQ4E1ZSD { 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) { #TDgz3LwoDferWHH5hzn1xIUqihGsBmhv { 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) { #xOkuoMfzmkH1N3biOUFcCev9QJVuOgTM { width:18.25rem;height:1.5rem;top:107.9375rem;left:0.625rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OMDx3JV5UCOnt6hDpN59Cr9p2xIS5oPp { 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) { #Xgbwi5yeZa7cR84SBBA5H3dLCOXMTmTC { 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) { #zfF25nlA8wltaJ9vdCAhdRzxtkQGsV6c { 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) { #xgGzFbMPmH09T0igg6I0wGyqIhMMtRau { 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) { #gPEUiicyyaVEerExCwgKahoIVhKDJ17V { 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) { #tLAKf0T9dr5EvWdTbltnUgVx4rwdZTlU { width:4.4375rem;height:4.125rem;top:103.625rem;left:2.0625rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rHXJXyHk5PwfX5aw2JkJdFXCxaaQEyuU { width:2.3125rem;height:2.275rem;top:103.6875rem;left:4.5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ghO5yLItvFtkLHh7ahd0hiTbeMSUCJWI { width:2.6875rem;height:1.225rem;top:105.625rem;left:4.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QxdgqnJqa3zJP8BxCZEMrVDeEV2rUCtn { width:7.375rem;height:1.575rem;top:110.1875rem;left:0.5625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bF8xRiaqqTXgmKGEO94hqlzkzWUrgIGT { 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) { #JpLzsdNZkWSTwV0IEUqeZF5RWtmQnzE6 { 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) { #mmEJ48mVl65RU1Rv3ZatmBq1sh8p0NJD { 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) { #MQxZdT0qlPWFPAk6xOdi6BhiCxUfT1yK { 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) { #dMIkiyhpO77pEsyNV7nbRrDAZqTdlcJ3 { 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) { #gTXNdl5kLWEVrBOHrPL2soHWmVHOiVQ4 { 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) { #ScO5OTJgUUTarg0ZnlCZCdN7WkJIInoc { 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) { #vQ8PMzxqqalLrP6yO9VFiRiV1nFSvT8n { 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) { #PZTONPeaz5yDlz3LcyscXbNbTBKbqyFO { 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) { #DcNPArBTqrpJfdHytwOv6Qf4AM7kTZv3 { 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) { #J0XTVmDh9DZkErcdNReJNnRDswbUyxQn { 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) { #tnTDCKGrFwSpsMalrBhIb66Iwxv4ucLy { 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) { #WlyZA0Lt20SFSx52KBTEgHQxNDwVZSbz { 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) { #sfuEC4hKCcu3pBGOqT6HTnQTmtENIErb { 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) { #GelJ0wqfgILKzuPWtuZCh0iPWHFzRTLx { 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) { #RelokdThAErQbQ0nnkvpcDu5GLH0SuT8 { width:15.9375rem;height:1.4rem;top:112.5625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ypqp9BTW3bTLBkoMFNQTkK23Xm9pOwLa { 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:block; }
 }@media only screen and (max-width: 763px) { #ltpBKUqrAaHUxnUgEu6Fq2lhACo845nX { 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:block; }
 }@media only screen and (max-width: 763px) { #H1p6x7cI9VB43VuqG9ENCmnWg8hB7uSs { 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:block; }
 }@media only screen and (max-width: 763px) { #ouIZA4fJQObwbzB9tkQzsqc3yVo3zeFv { 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:block; }
 }@media only screen and (max-width: 763px) { #LaGOrRNzlT6s6X8tquiiuqVZspLMeGo6 { width:18.5625rem;height:1.5rem;top:145.125rem;left:0.875rem;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cCtXT0AEs30OGc4kO9kPSMuDqT0IKPXs { 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) { #zZpfPKUda4fXEdG5KRF4gQeForGIuhJ1 { 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:block; }
 }@media only screen and (max-width: 763px) { #aAuAxBpsFA4enDTFLdxWonNTM9TSE3Ob { width:6rem;height:0.73125rem;top:137.9375rem;left:0.9375rem;font-size:0.8125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BJT7B0QcrPkwNVs99f4ft8XVlHvr7O20 { width:6.1875rem;height:1.575rem;top:138.3125rem;left:0.875rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mM4li52lTABHk0v4Xx0L8N4w5X3vn0nR { 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) { #HlAb0hWKWPMnnDIT1sVEpJTPyu2HWgak { width:2.9375rem;height:4.125rem;top:140.5rem;left:1.8125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K5Hqks0y2AoZfLZ8afO1oKQmdHgGXQsx { width:2.3125rem;height:2.275rem;top:140.5625rem;left:4.5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #g5mqFTFQpCFgcTncnaZytoLRBKfUG6hH { width:2.375rem;height:1.225rem;top:142.625rem;left:4.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NHSkuIkyHGU5PVN1flNEq9WRA2WLg3vV { width:13.5625rem;height:1.4rem;top:147.0625rem;left:0.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #u1SgbEmWRNSAhDulbxlCltf9X9xJHVnU { 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) { #CWrNplgPwTKhGHtQrNbZOHUZMprivCJP { 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) { #MTLfe2ewmUiGoSDnObeKVunFkgLBvPsT { 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) { #MAZ96DzEiWEVXh97SE9UVSqVTm3zhPas { 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) { #JVD6qwHKQFqMJ45SQrJChflK0unLcHec { 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) { #L8uOiammH47qcROyiDl4QWLWuHUi8yah { 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) { #UiCZgbTThOfuzU03TRDHo73Dt42TQrSZ { 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) { #SZpdmLrhyO0zIzWcBP0kCofSwm9STwKr { 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) { #Pt03ABuyOm1zgdyrBF7JbfcmtoIAA7N9 { 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) { #k3TIuRV9q3UTRnJrCuRk4JG3TCLg0WvR { 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) { #gu817TWx3XfmiaTPxNlO2FPCmRSTEVSz { 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) { #DdagzM46lN4TpoeR8d46HrxPzo8pXnKX { 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) { #udSBVKIZQ3qTLTkwv5Xsl3bOUI43UpdN { 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) { #MaktJ4RUUWHukuk5INfs7ewm4N4x9c2f { 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) { #irclNO6ACbzJxQXghJEn4z2RFJ7efyOW { 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) { #qsTGpX2ddTXGnGn9wbJoLSl1BryNutUR { width:15.9375rem;height:1.4rem;top:148.8125rem;left:0.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MTPRMD9O9nhSzhTu5T0efQxCGiuVP8iw { 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) { #sa5m6RL7vURgyuGOnzBr7F6OacJ1dx2C { 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:150.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) { #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: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) { #Z5VOA8ewWh630cg5hEhkoWeF2sIEDX9B { 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) { #Q4MzqF00JFICM6XCbosTkO68QpGkv1me { 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) { #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:4.4375rem;height:4.125rem;top:24.707275390625rem;left:0.9375rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SE7NQ48dFiJqoPCPhZBPeZ3HmKMaAdrW { width:2.3125rem;height:2.275rem;top:24.805236816406rem;left:4.21875rem;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.09375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sr8s4UOGHUJXImnTrQw4wvlunRUd4Tx6 { width:13.5625rem;height:1.575rem;top:32.400024414062rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zH1TRadfIPkpfpOVEZwmGNirrwt1CmoK { 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) { #KZNAkcOxhFgo1fzPNBmS1LqT7xITnzMX { 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) { #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: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) { #kKuxLhfzIpNPHS23bmtRuX4OZmBkkFXb { 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) { #klva7pyaCrif0gDEkdzzlefcmZdVS063 { 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) { #m2mla5TB8CXfX7dZQhnQMbywHRycXw4T { 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) { #uKBrRC1AlgEcNrpgv1OpqJrntKpCootB { 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) { #cAohzquzxSIn15NZrUFfA10cRyTxtqZX { 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) { #KKCxUrpQWPELZO6OSoKdfkNoscvlGoqO { 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) { #fRshM0yHGFwKT7kRpPJTuD88gQx96Tms { 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) { #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:none; }
 }@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.8125rem;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:61.750061035156rem;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:38.6875rem;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:39.375rem;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:59.562561035156rem;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:66.937561035156rem;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:42.9375rem;left:2.59375rem;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:59.937561035156rem;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:60.562561035156rem;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:62.625061035156rem;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:62.687561035156rem;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:64.937561035156rem;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:70.875061035156rem;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:73.125061035156rem;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:100.6875rem;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:77.375rem;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:78rem;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:98.5rem;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:105.875rem;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:80.4375rem;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:98.8125rem;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:99.1875rem;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:101.5625rem;left:2.125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #crJAJ2p9cw84Ow06ZpTeQpN8GrQqffhu { width:2.3125rem;height:2.275rem;top:101.625rem;left:4.75rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rLIAZERSyJiun8KJ1xNDf31U2uCl9sOl { width:2.3125rem;height:1.225rem;top:103.5625rem;left:4.75rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xiXSSluHao0biNTAUiiVODgDRMcRQFd5 { width:7.375rem;height:1.575rem;top:108.0625rem;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:110.625rem;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:137.93756103516rem;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:115.56256103516rem;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:114.87506103516rem;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:135.75006103516rem;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:143.25006103516rem;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:118.43756103516rem;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) { #aShka0JEACNU8XX9XAwKnIcJKX7CMaDC { width:6rem;height:0.73125rem;top:136.06256103516rem;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:136.43756103516rem;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:139.06256103516rem;left:1.8125rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #duya9VqaMhFL0bKe2fMkDOLEyClf7McS { width:2.3125rem;height:2.275rem;top:139.12506103516rem;left:4.5rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Xu1sCEKpcvm3b6itmDMwp5Vm1CTXcsOI { width:2.5625rem;height:1.225rem;top:141.18756103516rem;left:4.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tiuF1vwNmg8IGtBJee2EH5SUx6cRn81d { width:13.5625rem;height:1.4rem;top:145.06256103516rem;left:0.8125rem;font-size:1rem;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:146.93756103516rem;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) { #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.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) { #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.375rem;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:33.598876953125rem;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:31.837524414062rem;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:35.5rem;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.1865234375rem;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.375rem;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.5rem;left:1.4375rem;font-size:3.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZyGTF0hhesUE4MXp0fdTgweg6RTEpXRT { width:2.3125rem;height:2.275rem;top:142.5625rem;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.625rem;left:4rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nfTEOdRxkZ0dht3fa59tM7l7cPZpMxgZ { width:13.5625rem;height:1.4rem;top:150.25rem;left:0.5625rem;font-size:1rem;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) { #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:20rem;height:39.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) { #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:3rem;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.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) { #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.275rem;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) { #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: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:block; } }@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) { #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.0058625rem;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) { #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:15.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) { #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.0058625rem;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) { #MG9uITIULHyJufOXMpKO9ZME9TIeyaxp { 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; } #MG9uITIULHyJufOXMpKO9ZME9TIeyaxp > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #STpO31rlLO22B6TnlCAygNTREk8hu283 { 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; } #STpO31rlLO22B6TnlCAygNTREk8hu283 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEG9OV03pfcrWvTdiz1kfG0oZZDIRXUr { 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; } #TEG9OV03pfcrWvTdiz1kfG0oZZDIRXUr > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0gxSm3V4ZTDA79D4vrgkhCdlvrg4XN5 { 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; } #Z0gxSm3V4ZTDA79D4vrgkhCdlvrg4XN5 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #xERBP4ga6amT3tJGs3tTuXKB9lwzr2WJ { 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; } #xERBP4ga6amT3tJGs3tTuXKB9lwzr2WJ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLo0PhOCitqmeFD8H0TXqqaggTuk2k6c { 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; } #NLo0PhOCitqmeFD8H0TXqqaggTuk2k6c > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2A19ElOUWUcaXNSImHTIvXycmScWlH3 { 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; } #F2A19ElOUWUcaXNSImHTIvXycmScWlH3 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQg1idVXBxTJiICrJBMqWNxmT7EW8uCP { 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; } #ZQg1idVXBxTJiICrJBMqWNxmT7EW8uCP > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #syXn7wbLVo3yJMlkA2pBBqBmEl9SsmeZ { 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; } #syXn7wbLVo3yJMlkA2pBBqBmEl9SsmeZ > .row .container { position:relative;display:block; } }