.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d6f95ad0-b175-4800-9197-e16d7b0e9b41/bg.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXKtRxgE7it5DBFKRaIGJ3P78eORZToc { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wXKtRxgE7it5DBFKRaIGJ3P78eORZToc > .row .container { background-color: transparent; background-image: none; }#wXKtRxgE7it5DBFKRaIGJ3P78eORZToc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXKtRxgE7it5DBFKRaIGJ3P78eORZToc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXKtRxgE7it5DBFKRaIGJ3P78eORZToc > .row .container > .video-iframe-container { display: none; }#wXKtRxgE7it5DBFKRaIGJ3P78eORZToc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXKtRxgE7it5DBFKRaIGJ3P78eORZToc > .row > .video-iframe-container { display: none; }#wXKtRxgE7it5DBFKRaIGJ3P78eORZToc > .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); }#wXKtRxgE7it5DBFKRaIGJ3P78eORZToc > .row .container { border-width: 0; border-radius: 0; }#wXKtRxgE7it5DBFKRaIGJ3P78eORZToc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wXKtRxgE7it5DBFKRaIGJ3P78eORZToc > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;overflow:visible;position:relative;display:block; }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE { position:relative;display:block; }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE { background-color: transparent; background-image: none; }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .row .container > .video-iframe-container { display: none; }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .row > .video-iframe-container { display: none; }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .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); }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE { border-width: 0; border-radius: 0; }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .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; }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .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:43.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; }#GAb2XRT6u5VeLgsTXcQftvs8l4BEqdNv { 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 #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#dXTZ4Hk0aD9oUydq4iozRW6pTkLBVNq8 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;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:0.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#DTmr5R278HlpfZqVq2lB7sG2llMNV16l { box-sizing:content-box;height:4.5625rem;width:7.75rem;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.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#RVTrbxy2oWEb98QsKsn2tCFtDlv3Fczp { box-sizing:content-box;height:1.9375rem;width:7.5rem;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.9375rem;left:0.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#q8p8hT2OacqCpiyhDppzKdlC5Qo2z3ce { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14996;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0048828125rem;left:0.625rem;display:block; }
#N2oi0Q4EVIQ1qa94kruBfdt3RpqNlaNe { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14998;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:34.3125rem;left:0.625rem;display:block; }
#hyo0OgiK5G8anRF6KdCwWx5ECeSGlyvI { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.1875rem;left:0.625rem;height:1.3994125rem;font-style:normal;display:block; }
#lpn9a3tCdkqpTtqQK5ul3ICoObWmLrqP { color:#381d17;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.5625rem;height:2.44921875rem;font-style:normal;display:block; }
#lZLSDqSSJO9uFaJNvVybsTdqvA7AnncH { 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.125rem;width:15.125rem;top:2.375rem;left:1.1875rem;overflow:hidden;display:block; }
#FtNfaTNTGE6EOkcvDhbUv82mlnPSUKJV { color:#381d17;display:block;width:4.625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:.9;letter-spacing:0;top:16.21875rem;left:0.5rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O6LXTNP9P7M3Ux0fDNTty9KAlIlmpdg7 { color:#381d17;display:block;width:4.625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.875rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:16.1875rem;left:3.8125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gO7zylfFWVwTMxlfkb4ZgwN9BH8UHlLk { color:#ffffff;display:block;width:5.9375rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:18.0625rem;left:1.75rem;height:1.04980625rem;font-style:normal;display:block; }
#lo6oiUFWm45F8RSXR2szhI3183f6ztni { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.4375rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.5625rem;left:2.125rem;height:3.78125rem;font-style:normal;display:block; }
#T3xtWVcS5Uaqgra8gvWTrtU2dGND6uJ8 { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.625rem;left:4.5rem;height:2.0996125rem;font-style:normal;display:block; }
#cBIDQkQizCxHslJDHlyTCDawyXeHRpIT { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:29.01171875rem;left:0.5625rem;height:1.3994125rem;font-style:normal;display:block; }
#etcFtoFrV0Tbc8pWsuUZDturwe0XnTe2 { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:31.1875rem;left:1.25rem;height:2.44921875rem;font-style:normal;display:block; }
#f6Rd04wLGkrQZKDS880szwXqU40stE4r { color:#b10b0c;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:34.6875rem;left:1.25rem;height:2.44921875rem;font-style:normal;display:block; }
#kuqMOZflOTKJnt0AOFesbLlP9gOUCwA8 { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:38.25rem;left:0.53125rem;height:1.3994125rem;font-style:normal;display:block; }
#fpFMLZipgzovOuKKfwvy2XpZl2I3VQcZ { 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; }
#DdgsL8Kxm7OAJuMbHdAo6GmTIpniKrcQ { 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.8125rem;width:7.5625rem;top:16.3125rem;left:8.9375rem;overflow:hidden;display:none; }
#ZSAJWrK80SJuueaQDPIqpwqsNyS6d15m { 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.0625rem;width:6.6875rem;top:16rem;left:9.4375rem;overflow:hidden;display:none; }
#O4eqBZSWBAxX1E9PWOfPoUCTyqO2cFId { 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; }
#UT1XrPFdHh6aqLPGCtRxXxIdLvM7DMZg { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15017;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:30.25rem;left:19.375rem;display:block; }
#kPG82aDwkPPyRGP0X9RtBSGs2di00E8m { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15015;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:19.375rem;display:none; }
#kPN1EUVs9EiuDxb7taQPGJET4nF7Npfb { box-sizing:content-box;height:4.5625rem;width:7.75rem;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.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#V4xa5oWSdFb1ys28kPTbBQOT4DZF35oR { 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 #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:18.75rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#d3VTlZxZXVUtKEGwvIPvOOTEkQbqJ0nQ { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;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:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#rtXeOKKd12k3WSHmFTAqZSrGqlDc3PAX { box-sizing:content-box;height:1.9375rem;width:7.5rem;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.9375rem;left:19.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#PlLzrNJCxhLNJH2z9RM7UJCVkK01D4zl { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:23.1875rem;left:19.375rem;height:1.3994125rem;font-style:normal;display:block; }
#TQ7LUQMmiBTSVwhN0TT1uHkcUh1L6bGr { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.296875rem;left:19.4375rem;height:1.2246125rem;font-style:normal;display:block; }
#UmLlA6d5RuIx6We3lKee103I4TPu0a8a { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:13.0625rem;top:2.375rem;left:20.875rem;overflow:hidden;display:block; }
#QnHBk5uyVduNtnvFKuGgi1CS79p8xTAz { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:0.9375rem;font-weight:400;z-index:15028;line-height:.9;letter-spacing:0;top:16.125rem;left:19.6875rem;height:2.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zBr9wH99WJbLfy3fZdSfCJpyTVI9u9QS { color:#ffffff;display:block;width:6.3125rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:18rem;left:20.46875rem;height:1.04980625rem;font-style:normal;display:block; }
#EaqIOvzaQKlIiKoFmuwS3mQbLKyh5RX5 { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.4375rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.625rem;left:21.1875rem;height:3.78125rem;font-style:normal;display:block; }
#OHlqXuJJALrK4cRoNo9AkTKATmNBeUuc { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.6875rem;left:23.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#DKo9ut6TXSUdP9iW3n8ZWldG3VlHicBP { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:28.0625rem;left:19.375rem;height:1.3994125rem;font-style:normal;display:block; }
#fThB46lin6coISUN3cfXdM0qXcpK0fMF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:30.25rem;left:20rem;height:0;font-style:normal;display:none; }
#I813ZebGqoPSIP9OmmC9nxt4sBIrrTsc { color:#b10b0c;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:30.625rem;left:20rem;height:2.44921875rem;font-style:normal;display:block; }
#Odp1V4nxgEiWaRd9yPKOU29NO2d1LXOd { 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:block; }
#dommZsThEEMHTWwqHePyJmv0oapNTCk0 { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:34.5rem;left:19.375rem;height:1.3994125rem;font-style:normal;display:block; }
#ZWX6EBhrAWInNZZ5HGxTpRXG3c7qyJBv { 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; }
#W4rPtk50s0v0aZWqWa6bRUEtZ234T9th { 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.8125rem;width:7.5625rem;top:16.3125rem;left:27.6875rem;overflow:hidden;display:none; }
#MCdCp7IeHFDQsuC2TU5zT8mA2nrEzUa7 { box-sizing:content-box;height:3rem;width:13.9375rem;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:34.625rem;left:38.125rem;display:none; }
#Zcl8LEPtxQf4O3SCPJdmp5MbSl1Qt0m3 { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15034;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:38.125rem;display:none; }
#cQyNOvrIEz8XTTPz3FAlI78b7sQSCE3f { box-sizing:content-box;height:4.5625rem;width:7.75rem;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.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#OgRiwUDT7s7e9h3xyAKEyE9pnBtZW5iH { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image:none;box-shadow: 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;top:0rem;left:37.5rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#ZOlfXay5JSqPNalcSapyc83h7solyLfS { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;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:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#LyrSTLQkNl6buXIOQ08ybpTlo6m1gvrC { box-sizing:content-box;height:1.9375rem;width:7.5rem;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.9375rem;left:38.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#o4oxkqaBUX8h14carmcWBVPGa3aeyOyC { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:23.1875rem;left:38.125rem;height:2.798825rem;font-style:normal;display:block; }
#tNmZ6a4P7HDh2qwACQIP7e47aEgNatf0 { color:#381d17;display:block;width:10.625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.375rem;left:38.125rem;height:2.44921875rem;font-style:normal;display:block; }
#WQeRC5eWcgBJBBTmxFxI1MfAPv9qc7Z7 { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;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.75rem;width:13.75rem;top:2.25rem;left:39.375rem;overflow:hidden;display:block; }
#TpsEdGJ8c9AMJzPAFxIGsmmkt5dZ51N8 { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.4375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r5ZKC9sbtKHiHvdFHSmiR8d324nzVsGp { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.4375rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18rem;left:38.5rem;height:3.78125rem;font-style:normal;display:block; }
#V1hatPiTeSyn15T0291myVHyQBwulEzT { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.0625rem;left:42.9375rem;height:2.0996125rem;font-style:normal;display:block; }
#xmMsMTTuC8o0yRlXURLaKnOeeEx0cyf4 { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:20.3125rem;left:42.9375rem;height:1.04980625rem;font-style:normal;display:block; }
#SXTTKPNk7nEsU50cDePxgS946kaH8ESn { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:29.3125rem;left:38.125rem;height:1.3994125rem;font-style:normal;display:block; }
#M8vpGq1Zw0LGe5oLpEBy22aLyVUWFzoq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:31.5rem;left:38.75rem;height:2.44921875rem;font-style:normal;display:none; }
#N1E9H0JxTyLFckGV09aI1TVzy9zItNJg { color:#b10b0c;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:35rem;left:38.75rem;height:0;font-style:normal;display:none; }
#BM35fObQ8r392DTT0pHhcV4M2G7sfWUX { 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; }
#eGkL6FPW2D4IJRlEpoGQPAhnQh0ULW0T { 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:block; }
#kcFU2Oeelu2POr5rPKAcpUbzOXRsxr7B { 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.8125rem;width:7.5625rem;top:16.3125rem;left:46.4375rem;overflow:hidden;display:none; }
#qIc0Lxp5zzuQGwBmc4vcii4koqcThotE { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:31.712890625rem;left:38.125rem;height:1.3994125rem;font-style:normal;display:block; }
#rOkt7rLvTvAhEzMTyZWWKfTSuliTzKCx { box-sizing:content-box;height:3rem;width:13.9375rem;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:31.5rem;left:56.9375rem;display:none; }
#rTDxBOvocISDedH7Wm1qzekWqDaqDcHI { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15053;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:56.9375rem;display:none; }
#hTXu1JlQ8CFJ3W7BHUy22hgw80E2fh5u { box-sizing:content-box;height:4.5625rem;width:7.75rem;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; }
#hvGQk04cCD6JLfz4DKRW8c6EQ1Gx27qc { box-sizing:content-box;height:20.1875rem;width:17.25rem;position:absolute;display:block;z-index:15054;background-color:transparent;background-image:none;box-shadow: 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;top:0rem;left:56.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#q2Mrr60LGAM95yTgss9QpZTFFcRw4BxM { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15055;background-color:#ffffff;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:56.875rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#XxzavyiVIRb6IWSihDtgJNK0ttcLXDbv { box-sizing:content-box;height:1.9375rem;width:7.5rem;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.9375rem;left:56.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#p5X6rNMATZ0P1bchcQbf4kPd3ZZ6aUxR { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:1.3994125rem;font-style:normal;display:block; }
#iKIBOhssHLeeeo13VgQqt8Cf8qG6XU9X { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:26.4375rem;left:56.9375rem;height:2.44921875rem;font-style:normal;display:block; }
#TSemzuhoMh8i3oGxKNZpdvTVoZobhvh5 { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;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.25rem;width:14.25rem;top:1.75rem;left:57.9375rem;overflow:hidden;display:block; }
#FrHVIpEyWdSCrTcCRWKztu58pi6nGLk0 { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.25rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:16.1875rem;left:57.25rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WyE8iv8Wo10LeCkFVltbUp37vzNCKWX4 { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.4375rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18rem;left:57.5rem;height:3.78125rem;font-style:normal;display:block; }
#JZ2J7kX2ECQFVTH979sCQw2nlVzO5brN { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.0625rem;left:61.75rem;height:2.0996125rem;font-style:normal;display:block; }
#isABpmPW6XJv6UIfNkSGTOVS84aZfp8U { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:20.3125rem;left:61.625rem;height:1.04980625rem;font-style:normal;display:block; }
#kThucUoCmkU6r1SM4W9C5Az7JRtKAEdV { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:29.3125rem;left:56.9375rem;height:1.3994125rem;font-style:normal;display:block; }
#e78LGvxnCb5DVIoWu6nshR1d4FTgTTBV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:28.375rem;left:57.5625rem;height:0;font-style:normal;display:none; }
#AFgZsP5Q5WcnQE6sBkaGub8WOuOeLUbT { color:#b10b0c;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15065;line-height:1.4;letter-spacing:0;top:31.875rem;left:57.5625rem;height:0;font-style:normal;display:none; }
#onCRQTSxyDmQieSSNkATQAObqWu86EIy { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:31.712890625rem;left:56.9375rem;height:1.3994125rem;font-style:normal;display:block; }
#wZKUq41TyryHp39phspo6PDgDXRsS1ra { 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; }
#OAHuwcRMRRT1LvaTVW2b4le1SZRAKEIV { 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; }
#DAakI34A1lspIFyhof2E3ueIlqJBapX3 { 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.8125rem;width:7.5625rem;top:16.3125rem;left:65.25rem;overflow:hidden;display:none; }
#orGuU9grAhz9b517XdOhDDqRGufUHHbv { position:relative;display:block; }#orGuU9grAhz9b517XdOhDDqRGufUHHbv { background-color: transparent; background-image: none; }#orGuU9grAhz9b517XdOhDDqRGufUHHbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .row .container > .video-iframe-container { display: none; }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .row > .video-iframe-container { display: none; }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .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); }#orGuU9grAhz9b517XdOhDDqRGufUHHbv { border-width: 0; border-radius: 0; }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .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; }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .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:36.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; }#XqpKWwWaVfsrwrpnVAn1ssZHMlvBVrmH { 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 #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#TBho7anctiUVc92McobtAg9LIJUT7zWV { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;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:0.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#CTyg17haZHrcWKKdoumxq2WlRnSASTn8 { box-sizing:content-box;height:4.5625rem;width:7.75rem;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.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#uq2A42hJB0xwEmbEOqw4SKwWBZmBAwNo { box-sizing:content-box;height:1.9375rem;width:7.5rem;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.9375rem;left:0.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#cBfOaDaNk44qETyEyTomhPKAI7rAsZkB { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14996;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.0048828125rem;left:0.625rem;display:none; }
#Gb8vxFT8z3fKMWUe1M0qEwp4PvXnbSRA { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:14998;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:34.3125rem;left:0.625rem;display:none; }
#K0SnZ4HUvUgyF9l9epx7wgZFPAG7wQ15 { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.1875rem;left:0.625rem;height:;font-style:normal;display:block; }
#OfLvdbNPkpJ07Xa9C2QxQphMOso9Nmb4 { color:#381d17;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:26.171875rem;left:0.5625rem;height:0;font-style:normal;display:none; }
#RcX75F8SAMS1OTBEnAyMJvfKVksJzx26 { 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.125rem;width:15.125rem;top:2.375rem;left:1.1875rem;overflow:hidden;display:block; }
#qT6dkJSko1KgwTSzNaAwBaaHhy8Fq2EF { color:#381d17;display:block;width:4.625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:.9;letter-spacing:0;top:16.21875rem;left:0.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#muvnEECRrVdGhIe0AaExqwL5U6l0g6AD { color:#381d17;display:block;width:6.1875rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.25rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:16.5rem;left:1.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vpnk7nXFDqUxN2VHl0oV0JNB2ChNSR8C { color:#ffffff;display:block;width:2.25rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:20.3125rem;left:5.25rem;height:1.04980625rem;font-style:normal;display:block; }
#rFGS41MdSXud0Vy1URAigzVulpbrWq05 { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.4375rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.3125rem;left:0.9375rem;height:3.78125rem;font-style:normal;display:block; }
#tmZZP8LNHULr6xC5WWL9wNQi9kfge5oL { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.3994140625rem;left:5.375rem;height:2.0996125rem;font-style:normal;display:block; }
#enTzpnBCXy6DzO7UTEVWnqtt4CsSQ5Uo { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:25.07421875rem;left:0.5625rem;height:1.3994125rem;font-style:normal;display:block; }
#lIpWAdQyNG8PGp6ndI9z9Tyiu50J9aIf { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:31.1875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#MVUSMAu5B82Vpse7qyim3hg46cbQXJxr { color:#b10b0c;display:block;width:10.375rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:34.6875rem;left:1.25rem;height:0;font-style:normal;display:none; }
#o68GyELnzZTDKt8N12IxqX9eDqIduKiz { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:26.75rem;left:0.625rem;height:0;font-style:normal;display:none; }
#XXzhkD6g9QSQIT2RTqcyLJpN5EDIhNHK { 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; }
#XGRlCkTsKJ0iqXr4nok7z9EThNWPNR2z { 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.8125rem;width:7.5625rem;top:16.3125rem;left:8.9375rem;overflow:hidden;display:none; }
#fuyaQ0ARFtBSPvgInUQ0WnWxWIsfmhrt { 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.0625rem;width:6.6875rem;top:16rem;left:9.4375rem;overflow:hidden;display:none; }
#TyOe5x8QAbmxqC9OsGTm6EvXCvu6tF7h { 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; }
#TIQQsHf1V1KrQXlatI7pKx97HBNMLOTR { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15017;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:30.25rem;left:19.375rem;display:none; }
#bB6rKGKWK6utJfRcTFnZhclbWorbkDZ0 { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15015;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:19.375rem;display:none; }
#EdS3tyvWvxHJSgFVAcK9DrRD0upOxkDA { box-sizing:content-box;height:4.5625rem;width:7.75rem;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.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#c5d573vqtRCSXyIU7G9wXdPhqOo2wewn { 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 #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:18.75rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#Cx1OWaOf40pGT5iwsLhq6UkXcIxUaT4M { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;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:19.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#b378nBfUrfStiEkuOnB8fd2Mh2QVehXb { box-sizing:content-box;height:1.9375rem;width:7.5rem;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.9375rem;left:19.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#T4B80KPXfW82grZxfuOQihvfKHNMRHkB { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:23.1875rem;left:19.375rem;height:1.3994125rem;font-style:normal;display:block; }
#yZ37KaK9s7qfX5eh2rpeCPbRMBA5Kp9f { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:26.296875rem;left:19.4375rem;height:1.2246125rem;font-style:normal;display:block; }
#Twh2Gf69kor9aERaBKcs6Ce89ZEFbZ08 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:13.0625rem;top:2.375rem;left:20.875rem;overflow:hidden;display:block; }
#lVOtWITTQ6DnTJaQ9GD3TyGcTwgPl7q3 { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.25rem;font-weight:400;z-index:15028;line-height:.9;letter-spacing:0;top:16.5rem;left:19.6875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jx6JDqEo11JtLbw6pxLkdgu3iPHo2CTU { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:20.3125rem;left:24.03125rem;height:1.04980625rem;font-style:normal;display:block; }
#anAHbwfLMHdqdX0nCpr8LOIxZBHXV6iF { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.4375rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18.0625rem;left:19.9375rem;height:3.78125rem;font-style:normal;display:block; }
#xHlnhFU0uM3KTmcZcsIvhyCMB64hzEZU { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.25rem;left:24.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#C8eBbEXKpSLHIAmFuDgVv1Q4IAkVqVl0 { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:28.0625rem;left:19.375rem;height:;font-style:normal;display:block; }
#MTbV1vGeB1TTax1dVLGkrDt8QOxB1enr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:30.25rem;left:20rem;height:0;font-style:normal;display:none; }
#pULT6CPbeDIK4gAabsqTFK9D0gR6X0Ug { color:#b10b0c;display:block;width:11.0625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:30.625rem;left:20rem;height:0;font-style:normal;display:none; }
#K6buOCHUdI3HLs8AFPSEUJRFl3wN87Tx { 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; }
#XJG9g1yAAlGiT6UEF6yrn6dRi2tKFctE { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:30.125rem;left:19.375rem;height:1.3994125rem;font-style:normal;display:block; }
#akh0oHQB6JXWO6fVgVV8Cncy62PbQHM4 { 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; }
#pXwvuTe1w6Q61skaPliN3ZqZTDcwfPhE { 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.8125rem;width:7.5625rem;top:16.3125rem;left:27.6875rem;overflow:hidden;display:none; }
#L4rJbbhfuqVTByawmzyobetpAfwRKqyS { 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:block; }
#yf3G2eATJuAPEgp1D7uvKZ8UOoJ6iFys { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15034;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.3125rem;left:38.125rem;display:none; }
#UPR9qKICcZIEh5devcDrLXvzhukLnuCO { box-sizing:content-box;height:4.5625rem;width:7.75rem;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.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#PwPU1ySQ2uW4TGTvH4XBTck42blhTIJZ { 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 #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:37.5rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#QzAUukfOk2XhXTzwdBF4r6Tp4akzh1mG { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;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:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#Zx0iDHFoC33Bd52tkhylVtcBDOl7xAXJ { box-sizing:content-box;height:1.9375rem;width:7.5rem;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.9375rem;left:38.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#OAaMi5rZPVmW2mRvCBi5l8iAEg3husPr { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:23.1875rem;left:38.125rem;height:2.798825rem;font-style:normal;display:block; }
#LBczc88BuwT7aTbeXdyLubnHzhKCv83A { color:#381d17;display:block;width:10.625rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:26.375rem;left:38.125rem;height:0;font-style:normal;display:none; }
#rC1xBquoWMJsP6mtOili2o5T3BIk3Wfv { 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.4375rem;width:14.4375rem;top:2.375rem;left:39.65625rem;overflow:hidden;display:block; }
#zLcrAKnuJCTRA9Rw8aDw1TJgB2OupeSO { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:16.1875rem;left:38.4375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lpa9LP8GefUniCS4effa1sQnl4sgueTo { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.4375rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:18rem;left:38.5rem;height:3.78125rem;font-style:normal;display:block; }
#xKovmmUiF3BvuTt80MpDfPsF9ELLri1J { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:18.0625rem;left:42.9375rem;height:2.0996125rem;font-style:normal;display:block; }
#Mr0enQskKaN2W9RTJTdRorsUsHQHfZKK { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:20.3125rem;left:42.9375rem;height:1.04980625rem;font-style:normal;display:block; }
#dcV5X5iAfRTFo2ZmIXaz44kfcagDcTk6 { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:29.3125rem;left:38.125rem;height:0;font-style:normal;display:none; }
#CmJensAfZdetel6NCqvHPVRbnr8H38h7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;top:31.5rem;left:38.75rem;height:2.44921875rem;font-style:normal;display:none; }
#H2TI9ip8qVQCxIlC9KuUD2QgkZ9kT4Dz { color:#b10b0c;display:block;width:6.25rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:9.5625rem;left:37.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K1zKgtq9PhksenXTTQ9TUTufffaqaigm { 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; }
#kD7zky7r2IDH8q5W1mnPnwEZ2n0ZFt93 { 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:block; }
#vQFowh6A4O6CLvVLhGzgKkP0XbQZztyZ { 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.8125rem;width:7.5625rem;top:16.3125rem;left:46.4375rem;overflow:hidden;display:none; }
#TX6kre92sV2uRLPxb8lkD8NC1q2TS9e9 { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:26.625rem;left:38.125rem;height:1.3994125rem;font-style:normal;display:block; }
#cGTTEoumGXIomoMERwBt31XWoDhFPcNz { 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:block; }
#BTZxocxLLB23rQWtfi9TrCyqCsA1rqRa { box-sizing:content-box;height:3rem;width:13.9375rem;position:absolute;display:block;z-index:15053;background-color:#ea1b27;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:56.9375rem;display:none; }
#c0eQBobd5voDfbvNlAHZP3hiqVsyL6nN { box-sizing:content-box;height:4.5625rem;width:7.75rem;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; }
#HB73i6OrTfH6V1eBxTZd7Hk8uhCeFHEA { 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 #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;top:0rem;left:56.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#TDFNQTDP4ogySntK4FiO4fkpnsXXb7S8 { box-sizing:content-box;height:19.125rem;width:16.3125rem;position:absolute;display:block;z-index:14987;background-color:#ffffff;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:56.875rem;border-top-left-radius:0.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#tIMNvvSHWUc8HWld3K2CX90kTCcX7JKl { box-sizing:content-box;height:1.9375rem;width:7.5rem;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.9375rem;left:56.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#mF04lAxQw4t9qTsyTxHbTpA0vcObLX2x { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:;font-style:normal;display:block; }
#IpMs2x3JDuXxOUDcnBwbXP66IlmyFQgO { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:26.4375rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#QuIvm0ta6lOSxdZp8QOPWbsTJdBmQ5Zn { 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.9375rem;width:14.9375rem;top:3.25rem;left:57.59375rem;overflow:hidden;display:block; }
#zIkNAynMi9Tn28xD9CgkRoTyCoCUMbBu { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.25rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:16.1875rem;left:57.25rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tuCHfcPxGc0faPN2prJh84XlVQypuJaQ { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.4375rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:18rem;left:57.5rem;height:3.78125rem;font-style:normal;display:block; }
#fbkKr0u0Mmh9x8i54iKvIEPfovoukOMm { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:18.0625rem;left:61.75rem;height:2.0996125rem;font-style:normal;display:block; }
#IH6D6GmWdztEGnn8McTdu2F7JaLvrP6Z { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:400;z-index:15069;line-height:1.4;letter-spacing:0;top:20.3125rem;left:61.625rem;height:1.04980625rem;font-style:normal;display:block; }
#fgukgldEFHFBJUkO9SvgQa35IK5UNchQ { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:29.3125rem;left:56.9375rem;height:0;font-style:normal;display:none; }
#rDLWU1qEDMyilXFXwLJqAIkOAVFPiAda { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:futura-medium-01;font-size:0.875rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:28.375rem;left:57.5625rem;height:0;font-style:normal;display:none; }
#UeC8hNTrBllsH55xWAdlxbkk45dQmFzq { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15065;line-height:1.2;letter-spacing:0;top:9.5625rem;left:56.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t8VMEcuAls20R0uTdW1ZT7FcePLl96pv { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:26.625rem;left:56.9375rem;height:1.3994125rem;font-style:normal;display:block; }
#z8Tedn9d5BBXAanW56G1XZpvdHOC472G { 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; }
#o8fNRkziFB7r8TGH5T0wAe5GQ6ZGHAUb { 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:block; }
#Skr0hXCTXd9XxJ4baMcF6cNw21oIWME3 { 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.8125rem;width:7.5625rem;top:16.3125rem;left:65.25rem;overflow:hidden;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;overflow:visible;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wXKtRxgE7it5DBFKRaIGJ3P78eORZToc { display:block; }#wXKtRxgE7it5DBFKRaIGJ3P78eORZToc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE { display:block; }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE { background-color: transparent; background-image: none; }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .row .container > .video-iframe-container { display: none; }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .row > .video-iframe-container { display: none; }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .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); }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE { border-width: 0; border-radius: 0; }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .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) { #GAb2XRT6u5VeLgsTXcQftvs8l4BEqdNv { 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) { #dXTZ4Hk0aD9oUydq4iozRW6pTkLBVNq8 { top:0.4375rem;left:0rem;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) { #DTmr5R278HlpfZqVq2lB7sG2llMNV16l { top:17.4375rem;left:0rem;width:7.75rem;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) { #RVTrbxy2oWEb98QsKsn2tCFtDlv3Fczp { top:15.9375rem;left:0rem;width:7.5rem;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) { #q8p8hT2OacqCpiyhDppzKdlC5Qo2z3ce { top:31rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #N2oi0Q4EVIQ1qa94kruBfdt3RpqNlaNe { top:34.3125rem;left:0rem;width:13.9375rem;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) { #hyo0OgiK5G8anRF6KdCwWx5ECeSGlyvI { top:23.1875rem;left:0rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lpn9a3tCdkqpTtqQK5ul3ICoObWmLrqP { top:26.125rem;left:0rem;width:10.375rem;height:2.4375rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lZLSDqSSJO9uFaJNvVybsTdqvA7AnncH { top:2.375rem;left:0rem;width:15.125rem;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) { #FtNfaTNTGE6EOkcvDhbUv82mlnPSUKJV { top:16.1875rem;left:0rem;width:4.625rem;height:1.6875rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O6LXTNP9P7M3Ux0fDNTty9KAlIlmpdg7 { top:16.1875rem;left:0.40625rem;width:4.625rem;height:1.6875rem;font-size:1.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gO7zylfFWVwTMxlfkb4ZgwN9BH8UHlLk { top:18.0625rem;left:0rem;width:5.9375rem;height:1.0625rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lo6oiUFWm45F8RSXR2szhI3183f6ztni { top:18.5625rem;left:0rem;width:4.4375rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T3xtWVcS5Uaqgra8gvWTrtU2dGND6uJ8 { top:18.625rem;left:1.09375rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cBIDQkQizCxHslJDHlyTCDawyXeHRpIT { top:29rem;left:0rem;width:13.5625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #etcFtoFrV0Tbc8pWsuUZDturwe0XnTe2 { top:31.1875rem;left:0rem;width:13.0625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f6Rd04wLGkrQZKDS880szwXqU40stE4r { top:34.6875rem;left:0rem;width:10.375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #kuqMOZflOTKJnt0AOFesbLlP9gOUCwA8 { top:38.25rem;left:0rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fpFMLZipgzovOuKKfwvy2XpZl2I3VQcZ { 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) { #DdgsL8Kxm7OAJuMbHdAo6GmTIpniKrcQ { top:16.3125rem;left:4.375rem;width:7.5625rem;height:2.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) { #ZSAJWrK80SJuueaQDPIqpwqsNyS6d15m { top:16rem;left:5.25rem;width:6.6875rem;height:3.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O4eqBZSWBAxX1E9PWOfPoUCTyqO2cFId { 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) { #UT1XrPFdHh6aqLPGCtRxXxIdLvM7DMZg { top:30.25rem;left:9.6875rem;width:13.9375rem;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) { #kPG82aDwkPPyRGP0X9RtBSGs2di00E8m { top:30.0625rem;left:9.9375rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kPN1EUVs9EiuDxb7taQPGJET4nF7Npfb { top:17.4375rem;left:11.9375rem;width:7.75rem;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) { #V4xa5oWSdFb1ys28kPTbBQOT4DZF35oR { 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) { #d3VTlZxZXVUtKEGwvIPvOOTEkQbqJ0nQ { 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) { #rtXeOKKd12k3WSHmFTAqZSrGqlDc3PAX { top:15.9375rem;left:11.9375rem;width:7.5rem;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) { #PlLzrNJCxhLNJH2z9RM7UJCVkK01D4zl { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TQ7LUQMmiBTSVwhN0TT1uHkcUh1L6bGr { top:26.25rem;left:7rem;width:16.875rem;height:1.1875rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UmLlA6d5RuIx6We3lKee103I4TPu0a8a { top:2.375rem;left:11.125rem;width:13.0625rem;height:13.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QnHBk5uyVduNtnvFKuGgi1CS79p8xTAz { top:16.125rem;left:11.9375rem;width:6.875rem;height:;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zBr9wH99WJbLfy3fZdSfCJpyTVI9u9QS { top:18rem;left:11.9375rem;width:6.3125rem;height:1rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EaqIOvzaQKlIiKoFmuwS3mQbLKyh5RX5 { top:18.625rem;left:11.9375rem;width:1.8125rem;height:3.8125rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OHlqXuJJALrK4cRoNo9AkTKATmNBeUuc { top:18.6875rem;left:13.34375rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DKo9ut6TXSUdP9iW3n8ZWldG3VlHicBP { top:28.0625rem;left:10.3125rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fThB46lin6coISUN3cfXdM0qXcpK0fMF { top:30.25rem;left:11.375rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I813ZebGqoPSIP9OmmC9nxt4sBIrrTsc { top:30.625rem;left:11.9375rem;width:11.0625rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Odp1V4nxgEiWaRd9yPKOU29NO2d1LXOd { 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) { #dommZsThEEMHTWwqHePyJmv0oapNTCk0 { top:34.5rem;left:7.9375rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZWX6EBhrAWInNZZ5HGxTpRXG3c7qyJBv { 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) { #W4rPtk50s0v0aZWqWa6bRUEtZ234T9th { top:16.3125rem;left:16.3125rem;width:7.5625rem;height:2.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) { #MCdCp7IeHFDQsuC2TU5zT8mA2nrEzUa7 { top:34.625rem;left:21.625rem;width:13.9375rem;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) { #Zcl8LEPtxQf4O3SCPJdmp5MbSl1Qt0m3 { top:31.3125rem;left:21.875rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cQyNOvrIEz8XTTPz3FAlI78b7sQSCE3f { top:17.4375rem;left:23.875rem;width:7.75rem;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) { #OgRiwUDT7s7e9h3xyAKEyE9pnBtZW5iH { 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) { #ZOlfXay5JSqPNalcSapyc83h7solyLfS { 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) { #LyrSTLQkNl6buXIOQ08ybpTlo6m1gvrC { top:15.9375rem;left:23.875rem;width:7.5rem;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) { #o4oxkqaBUX8h14carmcWBVPGa3aeyOyC { top:23.1875rem;left:18.9375rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tNmZ6a4P7HDh2qwACQIP7e47aEgNatf0 { top:26.375rem;left:18.9375rem;width:10.625rem;height:2.4375rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WQeRC5eWcgBJBBTmxFxI1MfAPv9qc7Z7 { top:2.25rem;left:22.0625rem;width:13.75rem;height:13.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) { #TpsEdGJ8c9AMJzPAFxIGsmmkt5dZ51N8 { top:16.1875rem;left:23.875rem;width:6.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #r5ZKC9sbtKHiHvdFHSmiR8d324nzVsGp { top:18rem;left:23.875rem;width:4.4375rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V1hatPiTeSyn15T0291myVHyQBwulEzT { top:18.0625rem;left:25.90625rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xmMsMTTuC8o0yRlXURLaKnOeeEx0cyf4 { top:20.3125rem;left:25.90625rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SXTTKPNk7nEsU50cDePxgS946kaH8ESn { top:29.3125rem;left:22.25rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #M8vpGq1Zw0LGe5oLpEBy22aLyVUWFzoq { top:31.5rem;left:23.3125rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N1E9H0JxTyLFckGV09aI1TVzy9zItNJg { top:35rem;left:23.875rem;width:11.0625rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #BM35fObQ8r392DTT0pHhcV4M2G7sfWUX { 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) { #eGkL6FPW2D4IJRlEpoGQPAhnQh0ULW0T { 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) { #kcFU2Oeelu2POr5rPKAcpUbzOXRsxr7B { top:16.3125rem;left:28.25rem;width:7.5625rem;height:2.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) { #qIc0Lxp5zzuQGwBmc4vcii4koqcThotE { top:31.6875rem;left:19.875rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rOkt7rLvTvAhEzMTyZWWKfTSuliTzKCx { top:31.5rem;left:33.5625rem;width:13.9375rem;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) { #rTDxBOvocISDedH7Wm1qzekWqDaqDcHI { top:28.1875rem;left:33.8125rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hTXu1JlQ8CFJ3W7BHUy22hgw80E2fh5u { top:17.4375rem;left:35.8125rem;width:7.75rem;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) { #hvGQk04cCD6JLfz4DKRW8c6EQ1Gx27qc { 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) { #q2Mrr60LGAM95yTgss9QpZTFFcRw4BxM { 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) { #XxzavyiVIRb6IWSihDtgJNK0ttcLXDbv { top:15.9375rem;left:35.8125rem;width:7.5rem;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) { #p5X6rNMATZ0P1bchcQbf4kPd3ZZ6aUxR { top:23.1875rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iKIBOhssHLeeeo13VgQqt8Cf8qG6XU9X { top:26.4375rem;left:30.875rem;width:16.875rem;height:;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TSemzuhoMh8i3oGxKNZpdvTVoZobhvh5 { top:1.75rem;left:33.5rem;width:14.25rem;height:14.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) { #FrHVIpEyWdSCrTcCRWKztu58pi6nGLk0 { top:16.1875rem;left:35.8125rem;width:6.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WyE8iv8Wo10LeCkFVltbUp37vzNCKWX4 { top:18rem;left:35.8125rem;width:4.4375rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JZ2J7kX2ECQFVTH979sCQw2nlVzO5brN { top:18.0625rem;left:37.90625rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #isABpmPW6XJv6UIfNkSGTOVS84aZfp8U { top:20.3125rem;left:37.78125rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kThucUoCmkU6r1SM4W9C5Az7JRtKAEdV { top:29.3125rem;left:34.1875rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #e78LGvxnCb5DVIoWu6nshR1d4FTgTTBV { top:28.375rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AFgZsP5Q5WcnQE6sBkaGub8WOuOeLUbT { top:31.875rem;left:35.8125rem;width:11.0625rem;height:2.4375rem;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #onCRQTSxyDmQieSSNkATQAObqWu86EIy { top:31.6875rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wZKUq41TyryHp39phspo6PDgDXRsS1ra { 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) { #OAHuwcRMRRT1LvaTVW2b4le1SZRAKEIV { 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) { #DAakI34A1lspIFyhof2E3ueIlqJBapX3 { top:16.3125rem;left:40.1875rem;width:7.5625rem;height:2.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) { #orGuU9grAhz9b517XdOhDDqRGufUHHbv { display:block; }#orGuU9grAhz9b517XdOhDDqRGufUHHbv { background-color: transparent; background-image: none; }#orGuU9grAhz9b517XdOhDDqRGufUHHbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .row .container > .video-iframe-container { display: none; }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .row > .video-iframe-container { display: none; }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .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); }#orGuU9grAhz9b517XdOhDDqRGufUHHbv { border-width: 0; border-radius: 0; }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .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) { #XqpKWwWaVfsrwrpnVAn1ssZHMlvBVrmH { 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) { #TBho7anctiUVc92McobtAg9LIJUT7zWV { top:0.4375rem;left:0rem;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) { #CTyg17haZHrcWKKdoumxq2WlRnSASTn8 { top:17.4375rem;left:0rem;width:7.75rem;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) { #uq2A42hJB0xwEmbEOqw4SKwWBZmBAwNo { top:15.9375rem;left:0rem;width:7.5rem;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) { #cBfOaDaNk44qETyEyTomhPKAI7rAsZkB { top:31rem;left:0rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Gb8vxFT8z3fKMWUe1M0qEwp4PvXnbSRA { top:34.3125rem;left:0rem;width:13.9375rem;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) { #K0SnZ4HUvUgyF9l9epx7wgZFPAG7wQ15 { top:23.1875rem;left:0rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OfLvdbNPkpJ07Xa9C2QxQphMOso9Nmb4 { top:26.125rem;left:0rem;width:10.375rem;height:2.4375rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RcX75F8SAMS1OTBEnAyMJvfKVksJzx26 { top:2.375rem;left:0rem;width:15.125rem;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) { #qT6dkJSko1KgwTSzNaAwBaaHhy8Fq2EF { top:16.1875rem;left:0rem;width:4.625rem;height:1.6875rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #muvnEECRrVdGhIe0AaExqwL5U6l0g6AD { top:16.5rem;left:0rem;width:6.1875rem;height:1.125rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vpnk7nXFDqUxN2VHl0oV0JNB2ChNSR8C { top:20.3125rem;left:1.84375rem;width:2.25rem;height:1.0625rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rFGS41MdSXud0Vy1URAigzVulpbrWq05 { top:18.3125rem;left:0rem;width:4.4375rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tmZZP8LNHULr6xC5WWL9wNQi9kfge5oL { top:18.375rem;left:1.96875rem;width:2.3125rem;height:2.0625rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #enTzpnBCXy6DzO7UTEVWnqtt4CsSQ5Uo { top:25.0625rem;left:0rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lIpWAdQyNG8PGp6ndI9z9Tyiu50J9aIf { top:31.1875rem;left:0rem;width:13.0625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MVUSMAu5B82Vpse7qyim3hg46cbQXJxr { top:34.6875rem;left:0rem;width:10.375rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #o68GyELnzZTDKt8N12IxqX9eDqIduKiz { top:26.75rem;left:0rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #XXzhkD6g9QSQIT2RTqcyLJpN5EDIhNHK { 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) { #XGRlCkTsKJ0iqXr4nok7z9EThNWPNR2z { top:16.3125rem;left:4.375rem;width:7.5625rem;height:2.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) { #fuyaQ0ARFtBSPvgInUQ0WnWxWIsfmhrt { top:16rem;left:5.25rem;width:6.6875rem;height:3.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TyOe5x8QAbmxqC9OsGTm6EvXCvu6tF7h { 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) { #TIQQsHf1V1KrQXlatI7pKx97HBNMLOTR { top:30.25rem;left:9.6875rem;width:13.9375rem;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) { #bB6rKGKWK6utJfRcTFnZhclbWorbkDZ0 { top:30.0625rem;left:9.9375rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EdS3tyvWvxHJSgFVAcK9DrRD0upOxkDA { top:17.4375rem;left:11.9375rem;width:7.75rem;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) { #c5d573vqtRCSXyIU7G9wXdPhqOo2wewn { 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) { #Cx1OWaOf40pGT5iwsLhq6UkXcIxUaT4M { 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) { #b378nBfUrfStiEkuOnB8fd2Mh2QVehXb { top:15.9375rem;left:11.9375rem;width:7.5rem;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) { #T4B80KPXfW82grZxfuOQihvfKHNMRHkB { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yZ37KaK9s7qfX5eh2rpeCPbRMBA5Kp9f { top:26.25rem;left:7rem;width:16.875rem;height:;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Twh2Gf69kor9aERaBKcs6Ce89ZEFbZ08 { top:2.375rem;left:11.125rem;width:13.0625rem;height:13.0625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lVOtWITTQ6DnTJaQ9GD3TyGcTwgPl7q3 { top:16.5rem;left:11.9375rem;width:6.875rem;height:1.125rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6JDqEo11JtLbw6pxLkdgu3iPHo2CTU { top:20.3125rem;left:13.8125rem;width:2.125rem;height:1.0625rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #anAHbwfLMHdqdX0nCpr8LOIxZBHXV6iF { top:18.0625rem;left:11.9375rem;width:4.75rem;height:3.8125rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xHlnhFU0uM3KTmcZcsIvhyCMB64hzEZU { top:18.25rem;left:13.96875rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C8eBbEXKpSLHIAmFuDgVv1Q4IAkVqVl0 { top:28.0625rem;left:10.3125rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MTbV1vGeB1TTax1dVLGkrDt8QOxB1enr { top:30.25rem;left:11.375rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pULT6CPbeDIK4gAabsqTFK9D0gR6X0Ug { top:30.625rem;left:11.9375rem;width:11.0625rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #K6buOCHUdI3HLs8AFPSEUJRFl3wN87Tx { 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) { #XJG9g1yAAlGiT6UEF6yrn6dRi2tKFctE { top:30.125rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #akh0oHQB6JXWO6fVgVV8Cncy62PbQHM4 { 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) { #pXwvuTe1w6Q61skaPliN3ZqZTDcwfPhE { top:16.3125rem;left:16.3125rem;width:7.5625rem;height:2.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) { #L4rJbbhfuqVTByawmzyobetpAfwRKqyS { 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) { #yf3G2eATJuAPEgp1D7uvKZ8UOoJ6iFys { top:31.3125rem;left:21.875rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UPR9qKICcZIEh5devcDrLXvzhukLnuCO { top:17.4375rem;left:23.875rem;width:7.75rem;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) { #PwPU1ySQ2uW4TGTvH4XBTck42blhTIJZ { 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) { #QzAUukfOk2XhXTzwdBF4r6Tp4akzh1mG { 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) { #Zx0iDHFoC33Bd52tkhylVtcBDOl7xAXJ { top:15.9375rem;left:23.875rem;width:7.5rem;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) { #OAaMi5rZPVmW2mRvCBi5l8iAEg3husPr { top:23.1875rem;left:18.9375rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #LBczc88BuwT7aTbeXdyLubnHzhKCv83A { top:26.375rem;left:18.9375rem;width:10.625rem;height:2.4375rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rC1xBquoWMJsP6mtOili2o5T3BIk3Wfv { top:2.375rem;left:21.375rem;width:14.4375rem;height:14.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) { #zLcrAKnuJCTRA9Rw8aDw1TJgB2OupeSO { top:16.1875rem;left:23.875rem;width:6.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Lpa9LP8GefUniCS4effa1sQnl4sgueTo { top:18rem;left:23.875rem;width:4.4375rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xKovmmUiF3BvuTt80MpDfPsF9ELLri1J { top:18.0625rem;left:25.90625rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0enQskKaN2W9RTJTdRorsUsHQHfZKK { top:20.3125rem;left:25.90625rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dcV5X5iAfRTFo2ZmIXaz44kfcagDcTk6 { top:29.3125rem;left:22.25rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CmJensAfZdetel6NCqvHPVRbnr8H38h7 { top:31.5rem;left:23.3125rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H2TI9ip8qVQCxIlC9KuUD2QgkZ9kT4Dz { top:9.5625rem;left:23.875rem;width:6.25rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #K1zKgtq9PhksenXTTQ9TUTufffaqaigm { 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) { #kD7zky7r2IDH8q5W1mnPnwEZ2n0ZFt93 { 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) { #vQFowh6A4O6CLvVLhGzgKkP0XbQZztyZ { top:16.3125rem;left:28.25rem;width:7.5625rem;height:2.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) { #TX6kre92sV2uRLPxb8lkD8NC1q2TS9e9 { top:26.625rem;left:19.875rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cGTTEoumGXIomoMERwBt31XWoDhFPcNz { 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) { #BTZxocxLLB23rQWtfi9TrCyqCsA1rqRa { top:28.1875rem;left:33.8125rem;width:13.9375rem;height:3rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #c0eQBobd5voDfbvNlAHZP3hiqVsyL6nN { top:17.4375rem;left:35.8125rem;width:7.75rem;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) { #HB73i6OrTfH6V1eBxTZd7Hk8uhCeFHEA { 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) { #TDFNQTDP4ogySntK4FiO4fkpnsXXb7S8 { 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) { #tIMNvvSHWUc8HWld3K2CX90kTCcX7JKl { top:15.9375rem;left:35.8125rem;width:7.5rem;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) { #mF04lAxQw4t9qTsyTxHbTpA0vcObLX2x { top:23.1875rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IpMs2x3JDuXxOUDcnBwbXP66IlmyFQgO { top:26.4375rem;left:30.875rem;width:16.875rem;height:;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #QuIvm0ta6lOSxdZp8QOPWbsTJdBmQ5Zn { top:3.25rem;left:32.8125rem;width:14.9375rem;height:14.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) { #zIkNAynMi9Tn28xD9CgkRoTyCoCUMbBu { top:16.1875rem;left:35.8125rem;width:6.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tuCHfcPxGc0faPN2prJh84XlVQypuJaQ { top:18rem;left:35.8125rem;width:4.4375rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fbkKr0u0Mmh9x8i54iKvIEPfovoukOMm { top:18.0625rem;left:37.90625rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IH6D6GmWdztEGnn8McTdu2F7JaLvrP6Z { top:20.3125rem;left:37.78125rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fgukgldEFHFBJUkO9SvgQa35IK5UNchQ { top:29.3125rem;left:34.1875rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rDLWU1qEDMyilXFXwLJqAIkOAVFPiAda { top:28.375rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UeC8hNTrBllsH55xWAdlxbkk45dQmFzq { top:9.5625rem;left:35.8125rem;width:6.1875rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #t8VMEcuAls20R0uTdW1ZT7FcePLl96pv { top:26.625rem;left:31.8125rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #z8Tedn9d5BBXAanW56G1XZpvdHOC472G { 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) { #o8fNRkziFB7r8TGH5T0wAe5GQ6ZGHAUb { 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) { #Skr0hXCTXd9XxJ4baMcF6cNw21oIWME3 { top:16.3125rem;left:40.1875rem;width:7.5625rem;height:2.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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wXKtRxgE7it5DBFKRaIGJ3P78eORZToc { display:block; }#wXKtRxgE7it5DBFKRaIGJ3P78eORZToc > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE { display:block; }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE { background-color: transparent; background-image: none; }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .row .container > .video-iframe-container { display: none; }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .row > .video-iframe-container { display: none; }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .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); }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE { border-width: 0; border-radius: 0; }#lHv3KsPE9ubccydwiC4vkfkMF8Sf3btE > .row .container { width:20rem;height:174.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) { #GAb2XRT6u5VeLgsTXcQftvs8l4BEqdNv { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;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) { #dXTZ4Hk0aD9oUydq4iozRW6pTkLBVNq8 { width:18.75rem;height:24.4375rem;top:1.6875rem;left:0.5625rem;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) { #DTmr5R278HlpfZqVq2lB7sG2llMNV16l { width:9.1875rem;height:4.5625rem;top:23.8125rem;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) { #RVTrbxy2oWEb98QsKsn2tCFtDlv3Fczp { width:8.9375rem;height:1.9375rem;top:22.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) { #q8p8hT2OacqCpiyhDppzKdlC5Qo2z3ce { width:16.125rem;height:3rem;top:37.0625rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #N2oi0Q4EVIQ1qa94kruBfdt3RpqNlaNe { width:13.375rem;height:3rem;top:40.5625rem;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) { #hyo0OgiK5G8anRF6KdCwWx5ECeSGlyvI { width:14.6875rem;height:3.1494125rem;top:29rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lpn9a3tCdkqpTtqQK5ul3ICoObWmLrqP { width:10.625rem;height:2.44921875rem;top:32.3984375rem;left:0.5625rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lZLSDqSSJO9uFaJNvVybsTdqvA7AnncH { width:18.125rem;height:18.125rem;top:4.25rem;left:0.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) { #FtNfaTNTGE6EOkcvDhbUv82mlnPSUKJV { width:5.4375rem;height:1.6875rem;top:22.625rem;left:0.5rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #O6LXTNP9P7M3Ux0fDNTty9KAlIlmpdg7 { width:4.625rem;height:1.6875rem;top:22.5625rem;left:4.875rem;font-size:1.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gO7zylfFWVwTMxlfkb4ZgwN9BH8UHlLk { width:7rem;height:1.04980625rem;top:24.375rem;left:1.71875rem;font-size:0.75rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lo6oiUFWm45F8RSXR2szhI3183f6ztni { width:4.4375rem;height:3.91796875rem;top:24.947265625rem;left:2.9375rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T3xtWVcS5Uaqgra8gvWTrtU2dGND6uJ8 { width:2.3125rem;height:2.0996125rem;top:25.125rem;left:5.375rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cBIDQkQizCxHslJDHlyTCDawyXeHRpIT { width:13.5625rem;height:1.3994125rem;top:35.1875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #etcFtoFrV0Tbc8pWsuUZDturwe0XnTe2 { width:14.625rem;height:2.798825rem;top:37.125rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f6Rd04wLGkrQZKDS880szwXqU40stE4r { width:11rem;height:2.798825rem;top:40.75rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #kuqMOZflOTKJnt0AOFesbLlP9gOUCwA8 { width:15.9375rem;height:1.3994125rem;top:44.4375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fpFMLZipgzovOuKKfwvy2XpZl2I3VQcZ { 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) { #DdgsL8Kxm7OAJuMbHdAo6GmTIpniKrcQ { width:8.3125rem;height:3rem;top:22.6875rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ZSAJWrK80SJuueaQDPIqpwqsNyS6d15m { width:8.125rem;height:3.625rem;top:22.3125rem;left:10.5703125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #O4eqBZSWBAxX1E9PWOfPoUCTyqO2cFId { 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) { #UT1XrPFdHh6aqLPGCtRxXxIdLvM7DMZg { width:13.9375rem;height:3rem;top:84.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) { #kPG82aDwkPPyRGP0X9RtBSGs2di00E8m { width:13.9375rem;height:3rem;top:80.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #kPN1EUVs9EiuDxb7taQPGJET4nF7Npfb { width:9.1875rem;height:4.5625rem;top:71.720703125rem;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) { #V4xa5oWSdFb1ys28kPTbBQOT4DZF35oR { width:19.75rem;height:25.6875rem;top:48.658203125rem;left:0rem;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) { #d3VTlZxZXVUtKEGwvIPvOOTEkQbqJ0nQ { width:18.75rem;height:24.4375rem;top:49.345703125rem;left:0.5625rem;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) { #rtXeOKKd12k3WSHmFTAqZSrGqlDc3PAX { width:8.9375rem;height:1.9375rem;top:69.595703125rem;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) { #PlLzrNJCxhLNJH2z9RM7UJCVkK01D4zl { width:16.875rem;height:3.1484375rem;top:76.908203125rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TQ7LUQMmiBTSVwhN0TT1uHkcUh1L6bGr { width:18rem;height:1.3994125rem;top:80.306640625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UmLlA6d5RuIx6We3lKee103I4TPu0a8a { width:16.875rem;height:16.875rem;top:52.783203125rem;left:1.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) { #QnHBk5uyVduNtnvFKuGgi1CS79p8xTAz { width:8.3125rem;height:1.6875rem;top:69.93359375rem;left:0.9375rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zBr9wH99WJbLfy3fZdSfCJpyTVI9u9QS { width:6.75rem;height:1.04980625rem;top:71.783203125rem;left:2.125rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EaqIOvzaQKlIiKoFmuwS3mQbLKyh5RX5 { width:4.4375rem;height:3.91796875rem;top:72.5rem;left:2.75rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OHlqXuJJALrK4cRoNo9AkTKATmNBeUuc { width:2.3125rem;height:2.0996125rem;top:72.68359375rem;left:5.3125rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DKo9ut6TXSUdP9iW3n8ZWldG3VlHicBP { width:13.5625rem;height:1.3994125rem;top:82.2255859375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fThB46lin6coISUN3cfXdM0qXcpK0fMF { width:12.5rem;height:2.79980625rem;top:80.474609375rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #I813ZebGqoPSIP9OmmC9nxt4sBIrrTsc { width:11.0625rem;height:2.798825rem;top:84.25rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #Odp1V4nxgEiWaRd9yPKOU29NO2d1LXOd { width:5.75rem;height:3.5rem;top:49.970703125rem;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) { #dommZsThEEMHTWwqHePyJmv0oapNTCk0 { width:15.9375rem;height:1.3994125rem;top:87.9375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZWX6EBhrAWInNZZ5HGxTpRXG3c7qyJBv { 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) { #W4rPtk50s0v0aZWqWa6bRUEtZ234T9th { width:8.3125rem;height:3.0625rem;top:68.533203125rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #MCdCp7IeHFDQsuC2TU5zT8mA2nrEzUa7 { width:13.9375rem;height:3rem;top:130.1875rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Zcl8LEPtxQf4O3SCPJdmp5MbSl1Qt0m3 { width:13.9375rem;height:3rem;top:126.625rem;left:0.75rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #cQyNOvrIEz8XTTPz3FAlI78b7sQSCE3f { width:9.1875rem;height:4.5625rem;top:115.4375rem;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) { #OgRiwUDT7s7e9h3xyAKEyE9pnBtZW5iH { width:19.75rem;height:25.6875rem;top:92.1533203125rem;left:0rem;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) { #ZOlfXay5JSqPNalcSapyc83h7solyLfS { width:18.75rem;height:24.4375rem;top:92.7783203125rem;left:0.625rem;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) { #LyrSTLQkNl6buXIOQ08ybpTlo6m1gvrC { width:8.9375rem;height:1.9375rem;top:113.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) { #o4oxkqaBUX8h14carmcWBVPGa3aeyOyC { width:18.1875rem;height:3.1484375rem;top:120.625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tNmZ6a4P7HDh2qwACQIP7e47aEgNatf0 { width:16.875rem;height:2.798825rem;top:124.0859375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WQeRC5eWcgBJBBTmxFxI1MfAPv9qc7Z7 { width:16.875rem;height:16.875rem;top:96.6845703125rem;left:1.5625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TpsEdGJ8c9AMJzPAFxIGsmmkt5dZ51N8 { width:9.0625rem;height:2.0996125rem;top:113.400390625rem;left:0.75rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #r5ZKC9sbtKHiHvdFHSmiR8d324nzVsGp { width:4.4375rem;height:3.91796875rem;top:115.6875rem;left:1.4375rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V1hatPiTeSyn15T0291myVHyQBwulEzT { width:2.3125rem;height:2.0996125rem;top:115.75rem;left:6.25rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xmMsMTTuC8o0yRlXURLaKnOeeEx0cyf4 { width:3.5625rem;height:1.2246125rem;top:117.875rem;left:6.0625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SXTTKPNk7nEsU50cDePxgS946kaH8ESn { width:13.5625rem;height:1.3994125rem;top:127.5087890625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #M8vpGq1Zw0LGe5oLpEBy22aLyVUWFzoq { width:12.5rem;height:0;top:126.75rem;left:1.25rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #N1E9H0JxTyLFckGV09aI1TVzy9zItNJg { width:11.0625rem;height:2.79980625rem;top:130.4375rem;left:1.3125rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #BM35fObQ8r392DTT0pHhcV4M2G7sfWUX { 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) { #eGkL6FPW2D4IJRlEpoGQPAhnQh0ULW0T { width:5.75rem;height:3.5rem;top:93.4033203125rem;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) { #kcFU2Oeelu2POr5rPKAcpUbzOXRsxr7B { width:8.3125rem;height:3.0625rem;top:114.5625rem;left:10.7265625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #qIc0Lxp5zzuQGwBmc4vcii4koqcThotE { width:15.9375rem;height:1.3994125rem;top:129.7822265625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rOkt7rLvTvAhEzMTyZWWKfTSuliTzKCx { width:13.9375rem;height:3rem;top:176.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:none; }
 }@media only screen and (max-width: 763px) { #rTDxBOvocISDedH7Wm1qzekWqDaqDcHI { width:13.9375rem;height:3rem;top:172.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #hTXu1JlQ8CFJ3W7BHUy22hgw80E2fh5u { width:9.1875rem;height:4.5625rem;top:156.9853515625rem;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) { #hvGQk04cCD6JLfz4DKRW8c6EQ1Gx27qc { width:19.75rem;height:25.6875rem;top:133.9228515625rem;left:0rem;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) { #q2Mrr60LGAM95yTgss9QpZTFFcRw4BxM { width:18.75rem;height:24.4375rem;top:134.6103515625rem;left:0.5625rem;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) { #XxzavyiVIRb6IWSihDtgJNK0ttcLXDbv { width:8.9375rem;height:1.9375rem;top:154.8603515625rem;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) { #p5X6rNMATZ0P1bchcQbf4kPd3ZZ6aUxR { width:16.875rem;height:3.1484375rem;top:162.3095703125rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iKIBOhssHLeeeo13VgQqt8Cf8qG6XU9X { width:16.875rem;height:2.44921875rem;top:165.4580078125rem;left:0.5625rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TSemzuhoMh8i3oGxKNZpdvTVoZobhvh5 { width:17.375rem;height:17.375rem;top:136.9228515625rem;left:0.75rem;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) { #FrHVIpEyWdSCrTcCRWKztu58pi6nGLk0 { width:8.9375rem;height:2.0996125rem;top:154.9228515625rem;left:0.6875rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #WyE8iv8Wo10LeCkFVltbUp37vzNCKWX4 { width:4.4375rem;height:3.91796875rem;top:157.2978515625rem;left:1.5rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JZ2J7kX2ECQFVTH979sCQw2nlVzO5brN { width:2.3125rem;height:2.0996125rem;top:157.3603515625rem;left:6.375rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #isABpmPW6XJv6UIfNkSGTOVS84aZfp8U { width:3.125rem;height:1.2246125rem;top:159.6103515625rem;left:6.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kThucUoCmkU6r1SM4W9C5Az7JRtKAEdV { width:13.5625rem;height:1.3994125rem;top:168.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #e78LGvxnCb5DVIoWu6nshR1d4FTgTTBV { width:12.5rem;height:2.79980625rem;top:173rem;left:1.125rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #AFgZsP5Q5WcnQE6sBkaGub8WOuOeLUbT { width:11.0625rem;height:2.79980625rem;top:176.6875rem;left:1.25rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #onCRQTSxyDmQieSSNkATQAObqWu86EIy { width:15.9375rem;height:1.3994125rem;top:170.25rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #wZKUq41TyryHp39phspo6PDgDXRsS1ra { 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) { #OAHuwcRMRRT1LvaTVW2b4le1SZRAKEIV { width:5.75rem;height:3.5rem;top:140.6728515625rem;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) { #DAakI34A1lspIFyhof2E3ueIlqJBapX3 { width:8.3125rem;height:3.0625rem;top:160.9853515625rem;left:10.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) { #orGuU9grAhz9b517XdOhDDqRGufUHHbv { display:block; }#orGuU9grAhz9b517XdOhDDqRGufUHHbv { background-color: transparent; background-image: none; }#orGuU9grAhz9b517XdOhDDqRGufUHHbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .row .container > .video-iframe-container { display: none; }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .row > .video-iframe-container { display: none; }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .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); }#orGuU9grAhz9b517XdOhDDqRGufUHHbv { border-width: 0; border-radius: 0; }#orGuU9grAhz9b517XdOhDDqRGufUHHbv > .row .container { width:20rem;height:151.6875rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqpKWwWaVfsrwrpnVAn1ssZHMlvBVrmH { width:19.75rem;height:25.6875rem;top:1.09375rem;left:0rem;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) { #TBho7anctiUVc92McobtAg9LIJUT7zWV { width:18.75rem;height:24.4375rem;top:1.6875rem;left:0.5625rem;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) { #CTyg17haZHrcWKKdoumxq2WlRnSASTn8 { width:9.1875rem;height:4.5625rem;top:23.8125rem;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) { #uq2A42hJB0xwEmbEOqw4SKwWBZmBAwNo { width:8.9375rem;height:1.9375rem;top:22.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) { #cBfOaDaNk44qETyEyTomhPKAI7rAsZkB { width:16.4375rem;height:3rem;top:37.0625rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Gb8vxFT8z3fKMWUe1M0qEwp4PvXnbSRA { width:13.375rem;height:3rem;top:40.5625rem;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) { #K0SnZ4HUvUgyF9l9epx7wgZFPAG7wQ15 { width:18.375rem;height:1.57421875rem;top:29rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #OfLvdbNPkpJ07Xa9C2QxQphMOso9Nmb4 { width:10.625rem;height:2.44921875rem;top:32.3984375rem;left:0.5625rem;font-size:0.875rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #RcX75F8SAMS1OTBEnAyMJvfKVksJzx26 { width:16.5625rem;height:16.5625rem;top:4.0625rem;left:1.71875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qT6dkJSko1KgwTSzNaAwBaaHhy8Fq2EF { width:5.4375rem;height:1.6875rem;top:22.625rem;left:0.5rem;font-size:0.9375rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #muvnEECRrVdGhIe0AaExqwL5U6l0g6AD { width:9.0625rem;height:1.3496125rem;top:22.75rem;left:0.6875rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #vpnk7nXFDqUxN2VHl0oV0JNB2ChNSR8C { width:7rem;height:1.04980625rem;top:26.84375rem;left:5.9375rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rFGS41MdSXud0Vy1URAigzVulpbrWq05 { width:4.4375rem;height:3.91796875rem;top:24.51953125rem;left:1.46875rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tmZZP8LNHULr6xC5WWL9wNQi9kfge5oL { width:2.3125rem;height:2.0996125rem;top:24.6806640625rem;left:6.15625rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #enTzpnBCXy6DzO7UTEVWnqtt4CsSQ5Uo { width:13.5625rem;height:1.3994125rem;top:31.1875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lIpWAdQyNG8PGp6ndI9z9Tyiu50J9aIf { width:14.625rem;height:2.798825rem;top:37.125rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #MVUSMAu5B82Vpse7qyim3hg46cbQXJxr { width:11rem;height:2.798825rem;top:40.75rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #o68GyELnzZTDKt8N12IxqX9eDqIduKiz { width:15.9375rem;height:1.3994125rem;top:44.4375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #XXzhkD6g9QSQIT2RTqcyLJpN5EDIhNHK { 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) { #XGRlCkTsKJ0iqXr4nok7z9EThNWPNR2z { width:8.3125rem;height:3rem;top:22.6875rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #fuyaQ0ARFtBSPvgInUQ0WnWxWIsfmhrt { width:8.125rem;height:3.625rem;top:22.3125rem;left:10.5703125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TyOe5x8QAbmxqC9OsGTm6EvXCvu6tF7h { 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) { #TIQQsHf1V1KrQXlatI7pKx97HBNMLOTR { width:13.9375rem;height:3rem;top:84.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:none; }
 }@media only screen and (max-width: 763px) { #bB6rKGKWK6utJfRcTFnZhclbWorbkDZ0 { width:13.9375rem;height:3rem;top:80.375rem;left:0.5625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EdS3tyvWvxHJSgFVAcK9DrRD0upOxkDA { width:9.1875rem;height:4.5625rem;top:58.4375rem;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) { #c5d573vqtRCSXyIU7G9wXdPhqOo2wewn { width:19.75rem;height:25.6875rem;top:35.375rem;left:0rem;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) { #Cx1OWaOf40pGT5iwsLhq6UkXcIxUaT4M { width:18.75rem;height:24.4375rem;top:36.0625rem;left:0.5625rem;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) { #b378nBfUrfStiEkuOnB8fd2Mh2QVehXb { width:8.9375rem;height:1.9375rem;top:56.3125rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T4B80KPXfW82grZxfuOQihvfKHNMRHkB { width:16.875rem;height:3.1484375rem;top:63.625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #yZ37KaK9s7qfX5eh2rpeCPbRMBA5Kp9f { width:18rem;height:1.3994125rem;top:67.0625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Twh2Gf69kor9aERaBKcs6Ce89ZEFbZ08 { width:18.125rem;height:18.125rem;top:38.25rem;left:0.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) { #lVOtWITTQ6DnTJaQ9GD3TyGcTwgPl7q3 { width:8.3125rem;height:1.3496125rem;top:56.6875rem;left:0.9375rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6JDqEo11JtLbw6pxLkdgu3iPHo2CTU { width:6.75rem;height:1.04980625rem;top:60.875rem;left:6.0625rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #anAHbwfLMHdqdX0nCpr8LOIxZBHXV6iF { width:4.4375rem;height:3.91796875rem;top:58.6875rem;left:1.5625rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xHlnhFU0uM3KTmcZcsIvhyCMB64hzEZU { width:2.3125rem;height:2.0996125rem;top:58.75rem;left:6.125rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C8eBbEXKpSLHIAmFuDgVv1Q4IAkVqVl0 { width:13.5625rem;height:1.3994125rem;top:68.9375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MTbV1vGeB1TTax1dVLGkrDt8QOxB1enr { width:12.5rem;height:2.79980625rem;top:80.474609375rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #pULT6CPbeDIK4gAabsqTFK9D0gR6X0Ug { width:11.0625rem;height:2.798825rem;top:84.25rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:none; }
 }@media only screen and (max-width: 763px) { #K6buOCHUdI3HLs8AFPSEUJRFl3wN87Tx { width:5.75rem;height:3.5rem;top:49.970703125rem;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) { #XJG9g1yAAlGiT6UEF6yrn6dRi2tKFctE { width:15.9375rem;height:1.3994125rem;top:70.9375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #akh0oHQB6JXWO6fVgVV8Cncy62PbQHM4 { 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) { #pXwvuTe1w6Q61skaPliN3ZqZTDcwfPhE { width:8.3125rem;height:3.0625rem;top:68.533203125rem;left:10.4765625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #L4rJbbhfuqVTByawmzyobetpAfwRKqyS { width:6.25rem;height:1.875rem;top:89.4375rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yf3G2eATJuAPEgp1D7uvKZ8UOoJ6iFys { width:13.9375rem;height:3rem;top:126.625rem;left:0.75rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #UPR9qKICcZIEh5devcDrLXvzhukLnuCO { width:9.1875rem;height:4.5625rem;top:99rem;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) { #PwPU1ySQ2uW4TGTvH4XBTck42blhTIJZ { width:19.75rem;height:25.6875rem;top:75.7158203125rem;left:0rem;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) { #QzAUukfOk2XhXTzwdBF4r6Tp4akzh1mG { width:18.75rem;height:24.4375rem;top:76.3408203125rem;left:0.625rem;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) { #Zx0iDHFoC33Bd52tkhylVtcBDOl7xAXJ { width:8.9375rem;height:1.9375rem;top:96.875rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OAaMi5rZPVmW2mRvCBi5l8iAEg3husPr { width:18.1875rem;height:3.1484375rem;top:104.1875rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #LBczc88BuwT7aTbeXdyLubnHzhKCv83A { width:16.875rem;height:2.798825rem;top:124.0859375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #rC1xBquoWMJsP6mtOili2o5T3BIk3Wfv { width:16.875rem;height:16.875rem;top:80.2470703125rem;left:2.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) { #zLcrAKnuJCTRA9Rw8aDw1TJgB2OupeSO { width:9.0625rem;height:2.0996125rem;top:96.962890625rem;left:0.75rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Lpa9LP8GefUniCS4effa1sQnl4sgueTo { width:4.4375rem;height:3.91796875rem;top:99.25rem;left:1.5rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xKovmmUiF3BvuTt80MpDfPsF9ELLri1J { width:2.3125rem;height:2.0996125rem;top:99.3125rem;left:6.3125rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0enQskKaN2W9RTJTdRorsUsHQHfZKK { width:3.5625rem;height:1.2246125rem;top:101.4375rem;left:6.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dcV5X5iAfRTFo2ZmIXaz44kfcagDcTk6 { width:13.5625rem;height:1.3994125rem;top:127.5087890625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #CmJensAfZdetel6NCqvHPVRbnr8H38h7 { width:12.5rem;height:0;top:126.75rem;left:1.25rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #H2TI9ip8qVQCxIlC9KuUD2QgkZ9kT4Dz { width:6.3125rem;height:1.5rem;top:89.8125rem;left:0.6875rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #K1zKgtq9PhksenXTTQ9TUTufffaqaigm { 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) { #kD7zky7r2IDH8q5W1mnPnwEZ2n0ZFt93 { width:5.75rem;height:3.5rem;top:77.5908203125rem;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) { #vQFowh6A4O6CLvVLhGzgKkP0XbQZztyZ { width:8.3125rem;height:3.0625rem;top:114.5625rem;left:10.7265625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #TX6kre92sV2uRLPxb8lkD8NC1q2TS9e9 { width:15.9375rem;height:1.3994125rem;top:108.3447265625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cGTTEoumGXIomoMERwBt31XWoDhFPcNz { width:6.25rem;height:1.875rem;top:128.0625rem;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:block; }
 }@media only screen and (max-width: 763px) { #BTZxocxLLB23rQWtfi9TrCyqCsA1rqRa { width:13.9375rem;height:3rem;top:172.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #c0eQBobd5voDfbvNlAHZP3hiqVsyL6nN { width:9.1875rem;height:4.5625rem;top:135.9375rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HB73i6OrTfH6V1eBxTZd7Hk8uhCeFHEA { width:19.75rem;height:25.6875rem;top:112.875rem;left:0rem;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) { #TDFNQTDP4ogySntK4FiO4fkpnsXXb7S8 { width:18.75rem;height:24.4375rem;top:113.5625rem;left:0.5625rem;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) { #tIMNvvSHWUc8HWld3K2CX90kTCcX7JKl { width:8.9375rem;height:1.9375rem;top:133.8125rem;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) { #mF04lAxQw4t9qTsyTxHbTpA0vcObLX2x { width:16.875rem;height:3.1484375rem;top:141.25rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IpMs2x3JDuXxOUDcnBwbXP66IlmyFQgO { width:16.875rem;height:2.44921875rem;top:165.4580078125rem;left:0.5625rem;font-size:0.875rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #QuIvm0ta6lOSxdZp8QOPWbsTJdBmQ5Zn { width:17.375rem;height:17.375rem;top:117.125rem;left:1.3125rem;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) { #zIkNAynMi9Tn28xD9CgkRoTyCoCUMbBu { width:8.9375rem;height:2.0996125rem;top:133.875rem;left:0.625rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tuCHfcPxGc0faPN2prJh84XlVQypuJaQ { width:4.4375rem;height:3.91796875rem;top:136.25rem;left:1.375rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fbkKr0u0Mmh9x8i54iKvIEPfovoukOMm { width:2.3125rem;height:2.0996125rem;top:136.3125rem;left:6.25rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IH6D6GmWdztEGnn8McTdu2F7JaLvrP6Z { width:3.125rem;height:1.2246125rem;top:138.5625rem;left:6.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fgukgldEFHFBJUkO9SvgQa35IK5UNchQ { width:13.5625rem;height:1.3994125rem;top:168.25rem;left:0.5625rem;font-size:1rem;color:#381d17;display:none; }
 }@media only screen and (max-width: 763px) { #rDLWU1qEDMyilXFXwLJqAIkOAVFPiAda { width:12.5rem;height:2.79980625rem;top:173rem;left:1.125rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #UeC8hNTrBllsH55xWAdlxbkk45dQmFzq { width:6.1875rem;height:1.5rem;top:128.375rem;left:0.0625rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #t8VMEcuAls20R0uTdW1ZT7FcePLl96pv { width:15.9375rem;height:1.3994125rem;top:144.8125rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #z8Tedn9d5BBXAanW56G1XZpvdHOC472G { 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) { #o8fNRkziFB7r8TGH5T0wAe5GQ6ZGHAUb { width:5.75rem;height:3.5rem;top:114.875rem;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) { #Skr0hXCTXd9XxJ4baMcF6cNw21oIWME3 { width:8.3125rem;height:3.0625rem;top:160.9853515625rem;left:10.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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }