.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; }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 { position:relative;display:block; }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 { background-color: transparent; background-image: none; }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .row .container > .video-iframe-container { display: none; }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .row > .video-iframe-container { display: none; }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .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); }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 { border-width: 0; border-radius: 0; }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .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; }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RGsFJos3kTzkVFFxUN2mWqIDQHw8PK5G { 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; }
#LtEfrHttNElv2uw5en9bWqHx8dOuUcoC { 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; }
#fczdEHbCkaeUKQ7plKMy7nGFPHrXwlpI { 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; }
#GuoGrC0MseIeqkuQLemghZBLQGUiUI1c { 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; }
#FEaRC2Ih7h0mpaSMrmtPnQAG862D20w8 { color:#381d17;display:block;width:13.1875rem;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:2.798825rem;font-style:normal;display:block; }
#ab7xClrWMV4rLaN52a2EvgGHDRCRCuKf { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:3.34375rem;left:2.5rem;overflow:hidden;display:block; }
#b3K0oGPJvvpqLNLZNEE84lxVTO2V8LTF { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:16.15625rem;left:0.9375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#odVcDgZgXP0yQHR11XBF5ihLWAVTy0ib { color:#ffffff;display:block;width:2.625rem;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:18rem;left:2.5rem;height:3.78125rem;font-style:normal;display:block; }
#THtTcxDiCeMwnfAJgGBOn5FMDTOqD2dD { 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.0625rem;left:4.9375rem;height:2.0996125rem;font-style:normal;display:block; }
#HeVrCtwGelr6dKFAAiOeIpN2DFysZt8R { color:#ffffff;display:block;width:2.625rem;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:4.8125rem;height:1.04980625rem;font-style:normal;display:block; }
#ZrddRyAS7WPpGNck8X7gF9D1DGkf51h8 { 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:26.1875rem;left:0.625rem;height:1.3994125rem;font-style:normal;display:block; }
#L2TqnNSrXuXtA8PPGKkLRGuiq3COeCNw { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:28.1875rem;left:0.78125rem;height:1.3994125rem;font-style:normal;display:block; }
#BZ51pNyEKK3cF8RTao6SfBgl4irTxLBg { 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; }
#fowGNFZftuABcqLpOo257h4BV7B0wzqz { 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:31.5rem;left:19.375rem;display:block; }
#otnLE9vgJHchM7XzQH8fIRx91sC1l9uf { 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:28.1875rem;left:19.375rem;display:block; }
#l58g2qfmr1CFZMhOdzTsvPEAkzxffTzg { 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; }
#ckoHBMtmSIkRgMEZgM68xq3d66uIgvtx { 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; }
#dlaF87NAWZ0lrd3tpyE5SHI03392LKQL { 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; }
#K0qSOTlMpHuT8gp3h7SJT4ZrV6RulNbT { 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; }
#dKK3xdPVVnGPf0n5nogrODVvsrJsbXcu { 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:2.798825rem;font-style:normal;display:block; }
#pwtQRvbwzOQHKqaCAyxcKFbXkAIPP8qP { 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.75rem;width:13.75rem;top:3.1875rem;left:20.625rem;overflow:hidden;display:block; }
#NuPuSurRKpHaLCuBdnfkUQiTXe1UO4rd { color:#381d17;display:block;width:3.625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1rem;font-weight:400;z-index:15048;line-height:1;letter-spacing:0;top:16.03125rem;left:19.6875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B5Qa4yTCfNag728Jd8IGQsvlZMiiAwfv { color:#381d17;display:block;width:4.125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:15.71875rem;left:23.0625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ndcFT8xWESuzRgDFOSm335B8bzaxACx0 { color:#ffffff;display:block;width:7.75rem;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:19.375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bLeSm1p4GsmuMh161qF9ZwEDuJbr9Sle { color:#ffffff;display:block;width:2.625rem;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.75rem;height:3.78125rem;font-style:normal;display:block; }
#tuwLTxVVbfgzOJ8kzK9mTlNWAnF07cTV { color:#ffffff;display:block;width:2.6875rem;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.8125rem;height:2.0996125rem;font-style:normal;display:block; }
#noOIWSRBXnWDhEcqUTERkNLNQqqZhfDi { 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:28.375rem;left:20rem;height:2.44921875rem;font-style:normal;display:block; }
#EyLtHQnJdH8EFhA2S9esAIhinKuVJ4OC { 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:31.875rem;left:20rem;height:2.44921875rem;font-style:normal;display:block; }
#T9tkiKQIQAn1tTLw8hQEEy28zJLaakkk { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:35.4375rem;left:19.3125rem;height:1.3994125rem;font-style:normal;display:block; }
#ruitb1gSTHq6dATnrWM80RtD4PbcddwQ { 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:31.5rem;left:38.125rem;display:block; }
#g2QMFNSXZsPcEqMtyVqFIdd83SgZ0psU { 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:28.1875rem;left:38.125rem;display:block; }
#OgtKulZoc8hN2mUHq5dtTxgVk0iGaJpk { 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; }
#w7bg5ICHee21qXIl7TcfVJIfTgZrnOkh { 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; }
#csT2NqamTf7ttNVWJsIdIzTPZmzMu2MH { 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; }
#gV9aTrQKkmpTKGMJE8VQhSS1DTWBHEkL { 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; }
#pUmety5trULckA5unSwosPWTlVi4ZrPV { 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; }
#iRxdTMeIW1SyQpHlGxXlnTBBlavWzBFK { 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:3.34375rem;left:40rem;overflow:hidden;display:block; }
#LH75rkVXclz4qieibeZQuX47dBxQkUQK { color:#381d17;display:block;width:3.625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1rem;font-weight:400;z-index:15047;line-height:1;letter-spacing:0;top:16.0625rem;left:38.4375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xgUncRZxQaGte07KGHOJXseQZLgwZdDv { color:#381d17;display:block;width:4.125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.875rem;font-weight:400;z-index:15070;line-height:1.4;letter-spacing:0;top:15.71875rem;left:41.8125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fXkqxAcWe8UrE36MtqWS7e5yvGkdEw3r { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:400;z-index:15073;line-height:1.4;letter-spacing:0;top:18rem;left:38.125rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lu5Se8iZbWTGutJ66ySqvLazD4EkU40w { color:#ffffff;display:block;width:2.8125rem;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:18.6875rem;left:40.3125rem;height:3.78125rem;font-style:normal;display:block; }
#WkZkEEO0D4b5Qm1FyAOG3F2Rtx6PornM { color:#ffffff;display:block;width:2.5625rem;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.8125rem;left:42.6875rem;height:2.0996125rem;font-style:normal;display:block; }
#s6PvgbOP2HisIroJh8HiqhT3bXInHswC { 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:26.1875rem;left:38.125rem;height:1.3994125rem;font-style:normal;display:block; }
#Oq8ZaTSMAdpZE59MLXIdheMClB74AOhl { 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:28.375rem;left:38.75rem;height:2.44921875rem;font-style:normal;display:block; }
#iJ9TUqQ3t0DCCSOsOM1i4VQP0BThZz10 { 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:31.875rem;left:38.75rem;height:2.44921875rem;font-style:normal;display:block; }
#NCTHvcwlr9SAKQnN45MuXuzOx2qFXLu3 { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:35.375rem;left:38.0625rem;height:1.3994125rem;font-style:normal;display:block; }
#LeAi2K6RCwK6iHEM7lvtB1TdHEU2vkgS { color:#381d17;display:block;width:4.125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:19.625rem;left:41.8125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDwlc6R5BxBKKpQkkkmR6JbZaeeTlmXN { 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:block; }
#PqWzBsGB2QJV4RaORvLpR6gFtG6BKpeX { 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:block; }
#BQ96HmMI0iEOX4T0heofPw8ccRNKOdIk { 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; }
#LF8n8XQmtNfCiFuSpRSaxBH1qI0MJDMu { 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; }
#Txx8mSD5JRMLo8ezDhWI9mz7y0x2TRTk { 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; }
#A2yFK66XTr65PlOcZsLhTKR5D2F1tUS5 { 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; }
#fDVCvUZVErFCss9JSvuTHQwoNfxITOd5 { 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:2.798825rem;font-style:normal;display:block; }
#lRxUcWzyWezvK3MvWV1BoDqzvha7Wmpy { 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:13.75rem;width:13.75rem;top:3.1875rem;left:58.75rem;overflow:hidden;display:block; }
#I8A3Vl0m9wOS0pFKWBL3OBFTxKbo6IMo { color:#381d17;display:block;width:3.625rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1rem;font-weight:400;z-index:15072;line-height:1;letter-spacing:0;top:16.03125rem;left:57.1875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t78uvPnBoxEPZWQ4mK6LCNSmUwlQrTO5 { color:#381d17;display:block;width:4.125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.875rem;font-weight:400;z-index:15071;line-height:1.4;letter-spacing:0;top:15.71875rem;left:60.625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HGcBF4MccqeMiCAvz7Mu3DAVXCgfgACe { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:futura-medium-01;font-size:0.75rem;font-weight:400;z-index:15074;line-height:1.4;letter-spacing:0;top:18.0625rem;left:56.9375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iKTM6oTnXhPwqt16GyXJJOT9M91933JC { color:#ffffff;display:block;width:2.625rem;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:18.6875rem;left:59.3125rem;height:3.78125rem;font-style:normal;display:block; }
#XR3q3luRTkmcXBHZwNeGrFg8iMLCyZmV { 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.75rem;left:61.75rem;height:2.0996125rem;font-style:normal;display:block; }
#Ob7C9QJD9mNpovxFTCk4sodLuZwnovQS { 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:26.1875rem;left:56.9375rem;height:1.3994125rem;font-style:normal;display:block; }
#krmT8eCG8UlHtiiM1cGqToPgfHXd2SVA { 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:2.44921875rem;font-style:normal;display:block; }
#eNqAHxJlbwMvqTTm9fkDar6rSbxNu8N4 { 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:2.44921875rem;font-style:normal;display:block; }
#w9g8uhIEIJ884XreA4LTEyZlCL9zoWGP { color:#b10b0c;display:block;width:6.1875rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15067;line-height:1.2;letter-spacing:0;top:4.6875rem;left:56.4375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VpCn21PStMTACWCsbuHcBBenfRE57h75 { box-sizing:content-box;height:2.0625rem;width:6.25rem;position:absolute;display:block;z-index:15057;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:4.3125rem;left:56.25rem;display:block; }
#k3MVOBl5CoOcfAnEkdknLrSqZVcHJI8I { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:35.4375rem;left:56.9375rem;height:1.3994125rem;font-style:normal;display:block; }
#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL { position:relative;display:block; }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL { background-color: transparent; background-image: none; }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .row .container > .video-iframe-container { display: none; }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .row > .video-iframe-container { display: none; }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .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); }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL { border-width: 0; border-radius: 0; }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .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; }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ODPB0U3a49XslQU37TpwdyWRI1az5csN { 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; }
#nJ4h84CMHEFkRmhQwBZLLboQuOO6MopP { 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; }
#C5N5ueFbsxNP9E86xGDKMn27imhEE5pc { 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; }
#I1eU5Wh2cbbaVkF4w5FtdZKWs7K3EWX4 { 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; }
#qgfoVkxS5nCTFXbCrgacPlwhTNllr2J4 { color:#381d17;display:block;width:12rem;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:2.798825rem;font-style:normal;display:block; }
#bCI2baQlg5rDRGVZ5hnJOaX0i1mBFMOy { color:#381d17;display:block;width:16.875rem;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.42431640625rem;left:0.625rem;height:1.2246125rem;font-style:normal;display:block; }
#RuE13LWXMdOH3tTt8qzCPPtEbuLLpUc5 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:3.1875rem;left:1.875rem;overflow:hidden;display:block; }
#iTmdvlDuebVqxkLcI8ZTqGhpRdTwBMLN { color:#381d17;display:block;width:6.875rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:16.15625rem;left:0.9375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gIMugPX7J2bFLWofRlyrvwadMsPCrQqO { 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:18rem;left:1.1875rem;height:3.78125rem;font-style:normal;display:block; }
#Vsnhme8nQKveQVwB8tDnkcg7oymB7Cx3 { 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.0625rem;left:5.4375rem;height:2.0996125rem;font-style:normal;display:block; }
#mZpp8UDUQibSvA8Vf9BWpRR8nQFHtlPz { color:#ffffff;display:block;width:2.625rem;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.3125rem;height:1.04980625rem;font-style:normal;display:block; }
#SgJ89O00NB2soNRP9vaEvKdHwQ6Bu82V { 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:28.125rem;left:0.5625rem;height:1.3994125rem;font-style:normal;display:block; }
#GMmLmH4VMaE8qW505EIpQLUqXa74hmzM { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:30.375rem;left:0.5625rem;height:1.3994125rem;font-style:normal;display:block; }
#uDxTEERVMVQez1yHZXyI5pmQHxcC46F4 { 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; }
#MOTnghNTn3l9qoFeIU5gbd4AzqsBA86F { 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; }
#vQh5Tkn9C6FTU03fL4OCJkVrgTioHChk { 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; }
#ALButMwHXhfrVCaQlWMiAIOIJPCA4cK1 { 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; }
#ycSLTAWCabmJFParwO9p93Hgy9faRy0w { 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; }
#Pn8JQeTDIrsW3sUgJlzVEOMVUkaSVeyO { color:#381d17;display:block;width:13.375rem;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:2.798825rem;font-style:normal;display:block; }
#kKRgX0UkVyMJWDmMDEWIuDBPgcPCCWAH { 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.75rem;width:13.75rem;top:3.1875rem;left:20.625rem;overflow:hidden;display:block; }
#KTILpbM4nSSRZDHEy5e0PwcDZcKvJEEg { 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:1.4;letter-spacing:0;top:16.1875rem;left:19.6875rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AykhTMAXKRkGPPzZPVrCA1be03vvcHaJ { color:#ffffff;display:block;width:2.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:18rem;left:21.625rem;height:3.78125rem;font-style:normal;display:block; }
#asNVbvGx1fwnyczJTWJJHTWKMr1Z0uWS { color:#ffffff;display:block;width:2.6875rem;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.0625rem;left:23.8125rem;height:2.0996125rem;font-style:normal;display:block; }
#cM98SVfG6Fw73tMI8NTw9OIyqC5IdeId { color:#ffffff;display:block;width:2.625rem;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.0625rem;height:1.04980625rem;font-style:normal;display:block; }
#FqsvHqJ9H5QFiaH6y8fPRBpU8CXZeUEr { 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:26.1875rem;left:19.375rem;height:1.3994125rem;font-style:normal;display:block; }
#o8ZTXODGVQWS4ek42n258KnTX4ihzRVo { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:30.4375rem;left:19.3125rem;height:1.3994125rem;font-style:normal;display:block; }
#enlO7lVSpouE01eTPE68AxelfRSEV5bv { 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; }
#pFGAqfV21uMTN0pNxE1cgU1BI89AE10o { 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; }
#WGZciyka8xu2Xm2srbkSC2bSSG2Kdtnn { 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; }
#wcXkeicoqSzTCTytHneMoIfQ3SBMHs4z { 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; }
#D7fQtQOaBr9Ecvc5xbw6G1nxTpMVbeUh { color:#381d17;display:block;width:9.8125rem;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; }
#DRlGIZT0RuVWkBukmp4tTT7nCUBwS40l { 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:3.34375rem;left:40rem;overflow:hidden;display:block; }
#TbBmmOkHDdmbpFXJmS4eeLT6h3Uwq9V9 { 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; }
#D7NTTEPysIqQg4548NS57HBXqB5Nlt1n { 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.6875rem;height:3.78125rem;font-style:normal;display:block; }
#smUvf7F84z6kbZQtEuWrzyKa10s70fm2 { 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; }
#Cd3VbJCZuFE5idPAuRrNM0t1uqFfZ72S { 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.8125rem;height:1.04980625rem;font-style:normal;display:block; }
#XqdWtKVvqyRRgTvyLstBoQONAlc2t7Rl { 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:26.1875rem;left:38.125rem;height:1.3994125rem;font-style:normal;display:block; }
#pFfTeFmRMVHM0zzRRnPFrVB7FpMXQFZW { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:30.375rem;left:38.0625rem;height:1.3994125rem;font-style:normal;display:block; }
#W2vXTJ5rdwKmJxWPUOIVq1SO3kLEQkZe { 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; }
#Cm7TwVQK34ubIQUpZcmKsMWtW6JDz23X { 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; }
#to3JungBw45tUnZCXA2Fdc9dmef3q7ca { 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; }
#PgKlElpvLcNAzOn5hGmBh5iVv2NEWTDq { 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; }
#R4bW5vSJ7q40C7IGbQFhBEVkbuTD95et { color:#381d17;display:block;width:12.6875rem;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:2.798825rem;font-style:normal;display:block; }
#fCMwcMiT5G2fFpC4goanKIOzp5JN5W3f { 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:13.75rem;width:13.75rem;top:3.34375rem;left:58.75rem;overflow:hidden;display:block; }
#HM82JJrJ1RhEzHH58HsXJ2rRbm6JFBzb { 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; }
#sTeCDqMXy1DSI30XZ78Tl9kiPsAtlyKS { 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; }
#LrlcBrugK8eaD3nN7gFLy0OUd9XAPJZA { 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; }
#lUcK7XFEyzifk26c7yvMhTfF3FG3lfTR { 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; }
#cstAn5IrDKX5FMQhAT8wBeIGqH5IDr3V { 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:26.1875rem;left:56.9375rem;height:1.3994125rem;font-style:normal;display:block; }
#kJcu7vpWxiKy7ZXs34OxBOia4p3nd3wG { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:30.4375rem;left:56.9375rem;height:1.3994125rem;font-style:normal;display:block; }
#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) { #Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 { display:block; }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 { background-color: transparent; background-image: none; }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .row .container > .video-iframe-container { display: none; }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .row > .video-iframe-container { display: none; }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .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); }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 { border-width: 0; border-radius: 0; }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .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) { #RGsFJos3kTzkVFFxUN2mWqIDQHw8PK5G { 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) { #LtEfrHttNElv2uw5en9bWqHx8dOuUcoC { 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) { #fczdEHbCkaeUKQ7plKMy7nGFPHrXwlpI { 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) { #GuoGrC0MseIeqkuQLemghZBLQGUiUI1c { 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) { #FEaRC2Ih7h0mpaSMrmtPnQAG862D20w8 { top:23.1875rem;left:0rem;width:13.1875rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ab7xClrWMV4rLaN52a2EvgGHDRCRCuKf { top:3.3125rem;left:0rem;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) { #b3K0oGPJvvpqLNLZNEE84lxVTO2V8LTF { top:16.125rem;left:0rem;width:6.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #odVcDgZgXP0yQHR11XBF5ihLWAVTy0ib { top:18rem;left:0rem;width:2.625rem;height:3.8125rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #THtTcxDiCeMwnfAJgGBOn5FMDTOqD2dD { top:18.0625rem;left:1.53125rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HeVrCtwGelr6dKFAAiOeIpN2DFysZt8R { top:20.3125rem;left:1.40625rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZrddRyAS7WPpGNck8X7gF9D1DGkf51h8 { top:26.1875rem;left:0rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #L2TqnNSrXuXtA8PPGKkLRGuiq3COeCNw { top:28.1875rem;left:0rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BZ51pNyEKK3cF8RTao6SfBgl4irTxLBg { 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) { #fowGNFZftuABcqLpOo257h4BV7B0wzqz { top:31.5rem;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) { #otnLE9vgJHchM7XzQH8fIRx91sC1l9uf { top:28.1875rem;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) { #l58g2qfmr1CFZMhOdzTsvPEAkzxffTzg { 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) { #ckoHBMtmSIkRgMEZgM68xq3d66uIgvtx { 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) { #dlaF87NAWZ0lrd3tpyE5SHI03392LKQL { 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) { #K0qSOTlMpHuT8gp3h7SJT4ZrV6RulNbT { 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) { #dKK3xdPVVnGPf0n5nogrODVvsrJsbXcu { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #pwtQRvbwzOQHKqaCAyxcKFbXkAIPP8qP { top:3.1875rem;left:10.125rem;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) { #NuPuSurRKpHaLCuBdnfkUQiTXe1UO4rd { top:16rem;left:11.9375rem;width:3.625rem;height:2rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #B5Qa4yTCfNag728Jd8IGQsvlZMiiAwfv { top:15.6875rem;left:12.84375rem;width:4.125rem;height:2.625rem;font-size:1.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ndcFT8xWESuzRgDFOSm335B8bzaxACx0 { top:18rem;left:11.9375rem;width:7.75rem;height:1.0625rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bLeSm1p4GsmuMh161qF9ZwEDuJbr9Sle { top:18.625rem;left:11.9375rem;width:2.625rem;height:3.8125rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tuwLTxVVbfgzOJ8kzK9mTlNWAnF07cTV { top:18.6875rem;left:13.59375rem;width:2.6875rem;height:2.125rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #noOIWSRBXnWDhEcqUTERkNLNQqqZhfDi { top:28.375rem;left:11.375rem;width:12.5rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EyLtHQnJdH8EFhA2S9esAIhinKuVJ4OC { top:31.875rem;left:11.9375rem;width:11.0625rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #T9tkiKQIQAn1tTLw8hQEEy28zJLaakkk { top:35.4375rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ruitb1gSTHq6dATnrWM80RtD4PbcddwQ { top:31.5rem;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) { #g2QMFNSXZsPcEqMtyVqFIdd83SgZ0psU { top:28.1875rem;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) { #OgtKulZoc8hN2mUHq5dtTxgVk0iGaJpk { 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) { #w7bg5ICHee21qXIl7TcfVJIfTgZrnOkh { 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) { #csT2NqamTf7ttNVWJsIdIzTPZmzMu2MH { 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) { #gV9aTrQKkmpTKGMJE8VQhSS1DTWBHEkL { 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) { #pUmety5trULckA5unSwosPWTlVi4ZrPV { top:23.1875rem;left:18.9375rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iRxdTMeIW1SyQpHlGxXlnTBBlavWzBFK { top:3.3125rem;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) { #LH75rkVXclz4qieibeZQuX47dBxQkUQK { top:16.0625rem;left:23.875rem;width:3.625rem;height:2rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xgUncRZxQaGte07KGHOJXseQZLgwZdDv { top:15.6875rem;left:24.78125rem;width:4.125rem;height:2.625rem;font-size:1.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fXkqxAcWe8UrE36MtqWS7e5yvGkdEw3r { top:18rem;left:23.875rem;width:7.75rem;height:1rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Lu5Se8iZbWTGutJ66ySqvLazD4EkU40w { top:18.6875rem;left:23.875rem;width:2.8125rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WkZkEEO0D4b5Qm1FyAOG3F2Rtx6PornM { top:18.8125rem;left:25.65625rem;width:2.5625rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s6PvgbOP2HisIroJh8HiqhT3bXInHswC { top:26.1875rem;left:22.25rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Oq8ZaTSMAdpZE59MLXIdheMClB74AOhl { top:28.375rem;left:23.3125rem;width:12.5rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iJ9TUqQ3t0DCCSOsOM1i4VQP0BThZz10 { top:31.875rem;left:23.875rem;width:11.0625rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #NCTHvcwlr9SAKQnN45MuXuzOx2qFXLu3 { top:35.375rem;left:19.875rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #LeAi2K6RCwK6iHEM7lvtB1TdHEU2vkgS { top:19.625rem;left:24.78125rem;width:4.125rem;height:2.625rem;font-size:1.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NDwlc6R5BxBKKpQkkkmR6JbZaeeTlmXN { 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) { #PqWzBsGB2QJV4RaORvLpR6gFtG6BKpeX { 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) { #BQ96HmMI0iEOX4T0heofPw8ccRNKOdIk { 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) { #LF8n8XQmtNfCiFuSpRSaxBH1qI0MJDMu { 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) { #Txx8mSD5JRMLo8ezDhWI9mz7y0x2TRTk { 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) { #A2yFK66XTr65PlOcZsLhTKR5D2F1tUS5 { 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) { #fDVCvUZVErFCss9JSvuTHQwoNfxITOd5 { top:23.1875rem;left:30.875rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lRxUcWzyWezvK3MvWV1BoDqzvha7Wmpy { top:3.1875rem;left:34rem;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) { #I8A3Vl0m9wOS0pFKWBL3OBFTxKbo6IMo { top:16rem;left:35.8125rem;width:3.625rem;height:2rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #t78uvPnBoxEPZWQ4mK6LCNSmUwlQrTO5 { top:15.6875rem;left:36.78125rem;width:4.125rem;height:;font-size:1.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HGcBF4MccqeMiCAvz7Mu3DAVXCgfgACe { top:18.0625rem;left:35.8125rem;width:7.75rem;height:1rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iKTM6oTnXhPwqt16GyXJJOT9M91933JC { top:18.6875rem;left:35.8125rem;width:2.625rem;height:3.8125rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XR3q3luRTkmcXBHZwNeGrFg8iMLCyZmV { top:18.75rem;left:37.90625rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ob7C9QJD9mNpovxFTCk4sodLuZwnovQS { top:26.1875rem;left:34.1875rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #krmT8eCG8UlHtiiM1cGqToPgfHXd2SVA { top:28.375rem;left:35.25rem;width:12.5rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eNqAHxJlbwMvqTTm9fkDar6rSbxNu8N4 { top:31.875rem;left:35.8125rem;width:11.0625rem;height:;font-size:0.875rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #w9g8uhIEIJ884XreA4LTEyZlCL9zoWGP { top:4.6875rem;left:35.8125rem;width:6.1875rem;height:1.5rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #VpCn21PStMTACWCsbuHcBBenfRE57h75 { top:4.3125rem;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) { #k3MVOBl5CoOcfAnEkdknLrSqZVcHJI8I { top:35.4375rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL { display:block; }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL { background-color: transparent; background-image: none; }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .row .container > .video-iframe-container { display: none; }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .row > .video-iframe-container { display: none; }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .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); }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL { border-width: 0; border-radius: 0; }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .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) { #ODPB0U3a49XslQU37TpwdyWRI1az5csN { 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) { #nJ4h84CMHEFkRmhQwBZLLboQuOO6MopP { 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) { #C5N5ueFbsxNP9E86xGDKMn27imhEE5pc { 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) { #I1eU5Wh2cbbaVkF4w5FtdZKWs7K3EWX4 { 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) { #qgfoVkxS5nCTFXbCrgacPlwhTNllr2J4 { top:23.1875rem;left:0rem;width:12rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bCI2baQlg5rDRGVZ5hnJOaX0i1mBFMOy { top:26.4375rem;left:0rem;width:16.875rem;height:1.1875rem;font-size:0.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RuE13LWXMdOH3tTt8qzCPPtEbuLLpUc5 { top:3.1875rem;left:0rem;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) { #iTmdvlDuebVqxkLcI8ZTqGhpRdTwBMLN { top:16.125rem;left:0rem;width:6.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gIMugPX7J2bFLWofRlyrvwadMsPCrQqO { top:18rem;left:0rem;width:4.4375rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vsnhme8nQKveQVwB8tDnkcg7oymB7Cx3 { top:18.0625rem;left:2.03125rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mZpp8UDUQibSvA8Vf9BWpRR8nQFHtlPz { top:20.3125rem;left:1.90625rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SgJ89O00NB2soNRP9vaEvKdHwQ6Bu82V { top:28.125rem;left:0rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GMmLmH4VMaE8qW505EIpQLUqXa74hmzM { top:30.375rem;left:0rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #uDxTEERVMVQez1yHZXyI5pmQHxcC46F4 { 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) { #MOTnghNTn3l9qoFeIU5gbd4AzqsBA86F { 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) { #vQh5Tkn9C6FTU03fL4OCJkVrgTioHChk { 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) { #ALButMwHXhfrVCaQlWMiAIOIJPCA4cK1 { 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) { #ycSLTAWCabmJFParwO9p93Hgy9faRy0w { 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) { #Pn8JQeTDIrsW3sUgJlzVEOMVUkaSVeyO { top:23.1875rem;left:7rem;width:13.375rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kKRgX0UkVyMJWDmMDEWIuDBPgcPCCWAH { top:3.1875rem;left:10.125rem;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) { #KTILpbM4nSSRZDHEy5e0PwcDZcKvJEEg { top:16.1875rem;left:11.9375rem;width:6.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #AykhTMAXKRkGPPzZPVrCA1be03vvcHaJ { top:18rem;left:11.9375rem;width:2.75rem;height:3.8125rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #asNVbvGx1fwnyczJTWJJHTWKMr1Z0uWS { top:18.0625rem;left:13.59375rem;width:2.6875rem;height:2.125rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cM98SVfG6Fw73tMI8NTw9OIyqC5IdeId { top:20.3125rem;left:13.84375rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FqsvHqJ9H5QFiaH6y8fPRBpU8CXZeUEr { top:26.1875rem;left:10.3125rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #o8ZTXODGVQWS4ek42n258KnTX4ihzRVo { top:30.4375rem;left:7.9375rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #enlO7lVSpouE01eTPE68AxelfRSEV5bv { 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) { #pFGAqfV21uMTN0pNxE1cgU1BI89AE10o { 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) { #WGZciyka8xu2Xm2srbkSC2bSSG2Kdtnn { 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) { #wcXkeicoqSzTCTytHneMoIfQ3SBMHs4z { 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) { #D7fQtQOaBr9Ecvc5xbw6G1nxTpMVbeUh { top:23.1875rem;left:18.9375rem;width:9.8125rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DRlGIZT0RuVWkBukmp4tTT7nCUBwS40l { top:3.3125rem;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) { #TbBmmOkHDdmbpFXJmS4eeLT6h3Uwq9V9 { 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) { #D7NTTEPysIqQg4548NS57HBXqB5Nlt1n { top:18rem;left:23.875rem;width:4.4375rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #smUvf7F84z6kbZQtEuWrzyKa10s70fm2 { 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) { #Cd3VbJCZuFE5idPAuRrNM0t1uqFfZ72S { top:20.3125rem;left:25.78125rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XqdWtKVvqyRRgTvyLstBoQONAlc2t7Rl { top:26.1875rem;left:22.25rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #pFfTeFmRMVHM0zzRRnPFrVB7FpMXQFZW { top:30.375rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #W2vXTJ5rdwKmJxWPUOIVq1SO3kLEQkZe { 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) { #Cm7TwVQK34ubIQUpZcmKsMWtW6JDz23X { 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) { #to3JungBw45tUnZCXA2Fdc9dmef3q7ca { 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) { #PgKlElpvLcNAzOn5hGmBh5iVv2NEWTDq { 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) { #R4bW5vSJ7q40C7IGbQFhBEVkbuTD95et { top:23.1875rem;left:32.625rem;width:12.6875rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fCMwcMiT5G2fFpC4goanKIOzp5JN5W3f { top:3.3125rem;left:34rem;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) { #HM82JJrJ1RhEzHH58HsXJ2rRbm6JFBzb { 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) { #sTeCDqMXy1DSI30XZ78Tl9kiPsAtlyKS { top:18rem;left:35.8125rem;width:4.4375rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LrlcBrugK8eaD3nN7gFLy0OUd9XAPJZA { 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) { #lUcK7XFEyzifk26c7yvMhTfF3FG3lfTR { 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) { #cstAn5IrDKX5FMQhAT8wBeIGqH5IDr3V { top:26.1875rem;left:34.1875rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kJcu7vpWxiKy7ZXs34OxBOia4p3nd3wG { top:30.4375rem;left:31.8125rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;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) { #Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 { display:block; }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 { background-color: transparent; background-image: none; }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .row .container > .video-iframe-container { display: none; }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .row > .video-iframe-container { display: none; }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .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); }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 { border-width: 0; border-radius: 0; }#Vuiq4us3uFAsSPwISwnCaauMSUGbhDC6 > .row .container { width:20rem;height:177.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) { #RGsFJos3kTzkVFFxUN2mWqIDQHw8PK5G { 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) { #LtEfrHttNElv2uw5en9bWqHx8dOuUcoC { 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) { #fczdEHbCkaeUKQ7plKMy7nGFPHrXwlpI { 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) { #GuoGrC0MseIeqkuQLemghZBLQGUiUI1c { 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) { #FEaRC2Ih7h0mpaSMrmtPnQAG862D20w8 { 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) { #ab7xClrWMV4rLaN52a2EvgGHDRCRCuKf { width:16.875rem;height:16.875rem;top:4.5rem;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) { #b3K0oGPJvvpqLNLZNEE84lxVTO2V8LTF { width:8.375rem;height:2.0996125rem;top:22.4375rem;left:1.0625rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #odVcDgZgXP0yQHR11XBF5ihLWAVTy0ib { width:2.1875rem;height:3.91796875rem;top:24.384765625rem;left:2.5625rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #THtTcxDiCeMwnfAJgGBOn5FMDTOqD2dD { width:2.3125rem;height:2.0996125rem;top:24.5rem;left:5.25rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HeVrCtwGelr6dKFAAiOeIpN2DFysZt8R { width:3.0625rem;height:1.2246125rem;top:26.5625rem;left:5.1875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZrddRyAS7WPpGNck8X7gF9D1DGkf51h8 { width:13.5625rem;height:1.4rem;top:32.4609375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #L2TqnNSrXuXtA8PPGKkLRGuiq3COeCNw { width:15.9375rem;height:1.3999rem;top:34.26171875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BZ51pNyEKK3cF8RTao6SfBgl4irTxLBg { 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) { #fowGNFZftuABcqLpOo257h4BV7B0wzqz { width:13.8125rem;height:3rem;top:75.6875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #otnLE9vgJHchM7XzQH8fIRx91sC1l9uf { width:13.9375rem;height:3rem;top:72.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:block; }
 }@media only screen and (max-width: 763px) { #l58g2qfmr1CFZMhOdzTsvPEAkzxffTzg { width:9.1875rem;height:4.5625rem;top:63.158203125rem;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) { #ckoHBMtmSIkRgMEZgM68xq3d66uIgvtx { width:19.75rem;height:25.6875rem;top:40.095703125rem;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) { #dlaF87NAWZ0lrd3tpyE5SHI03392LKQL { width:18.75rem;height:24.4375rem;top:40.783203125rem;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) { #K0qSOTlMpHuT8gp3h7SJT4ZrV6RulNbT { width:8.9375rem;height:1.9375rem;top:61.033203125rem;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) { #dKK3xdPVVnGPf0n5nogrODVvsrJsbXcu { width:19.25rem;height:3.1484375rem;top:68.345703125rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #pwtQRvbwzOQHKqaCAyxcKFbXkAIPP8qP { width:18.25rem;height:18.25rem;top:42.126953125rem;left:0.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) { #NuPuSurRKpHaLCuBdnfkUQiTXe1UO4rd { width:3.625rem;height:1.798825rem;top:153.6728515625rem;left:1.625rem;font-size:1rem;color:#381d17;line-height:.9;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #B5Qa4yTCfNag728Jd8IGQsvlZMiiAwfv { width:3.875rem;height:2.625rem;top:60.93359375rem;left:5.5rem;font-size:1.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ndcFT8xWESuzRgDFOSm335B8bzaxACx0 { width:9.1875rem;height:1.13671875rem;top:63.158203125rem;left:0.5625rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bLeSm1p4GsmuMh161qF9ZwEDuJbr9Sle { width:4.4375rem;height:3.91796875rem;top:64.0625rem;left:3.1875rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tuwLTxVVbfgzOJ8kzK9mTlNWAnF07cTV { width:2.3125rem;height:2.0996125rem;top:64.05859375rem;left:5.25rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #noOIWSRBXnWDhEcqUTERkNLNQqqZhfDi { width:12.5rem;height:2.798825rem;top:72.474609375rem;left:1.1875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EyLtHQnJdH8EFhA2S9esAIhinKuVJ4OC { width:11.0625rem;height:2.798825rem;top:75.875rem;left:1.1875rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #T9tkiKQIQAn1tTLw8hQEEy28zJLaakkk { width:15.9375rem;height:1.3994125rem;top:79.5986328125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ruitb1gSTHq6dATnrWM80RtD4PbcddwQ { width:13.9375rem;height:3rem;top:123.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) { #g2QMFNSXZsPcEqMtyVqFIdd83SgZ0psU { width:13.9375rem;height:3rem;top:119.75rem;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:block; }
 }@media only screen and (max-width: 763px) { #OgtKulZoc8hN2mUHq5dtTxgVk0iGaJpk { width:9.1875rem;height:4.5625rem;top:109.5625rem;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) { #w7bg5ICHee21qXIl7TcfVJIfTgZrnOkh { width:19.75rem;height:25.6875rem;top:86.2783203125rem;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) { #csT2NqamTf7ttNVWJsIdIzTPZmzMu2MH { width:18.75rem;height:24.4375rem;top:86.9033203125rem;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) { #gV9aTrQKkmpTKGMJE8VQhSS1DTWBHEkL { width:8.9375rem;height:1.9375rem;top:107.4375rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pUmety5trULckA5unSwosPWTlVi4ZrPV { width:18.25rem;height:3.1484375rem;top:114.75rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #iRxdTMeIW1SyQpHlGxXlnTBBlavWzBFK { width:17.75rem;height:17.75rem;top:88.4970703125rem;left:1.125rem;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) { #LH75rkVXclz4qieibeZQuX47dBxQkUQK { width:5.0625rem;height:2rem;top:107.525390625rem;left:0.75rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #xgUncRZxQaGte07KGHOJXseQZLgwZdDv { width:4.125rem;height:2.625rem;top:107.21875rem;left:5.375rem;font-size:1.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fXkqxAcWe8UrE36MtqWS7e5yvGkdEw3r { width:7.75rem;height:1.13671875rem;top:155.5478515625rem;left:1.34375rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Lu5Se8iZbWTGutJ66ySqvLazD4EkU40w { width:4.4375rem;height:3.91796875rem;top:110.4375rem;left:3.0625rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WkZkEEO0D4b5Qm1FyAOG3F2Rtx6PornM { width:2.3125rem;height:2.0996125rem;top:110.5rem;left:5.375rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s6PvgbOP2HisIroJh8HiqhT3bXInHswC { width:13.5625rem;height:1.3994125rem;top:118.0029296875rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Oq8ZaTSMAdpZE59MLXIdheMClB74AOhl { width:12.5rem;height:2.798825rem;top:119.875rem;left:1.25rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iJ9TUqQ3t0DCCSOsOM1i4VQP0BThZz10 { width:11.0625rem;height:2.798825rem;top:123.4375rem;left:1.3125rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #NCTHvcwlr9SAKQnN45MuXuzOx2qFXLu3 { width:15.9375rem;height:1.3994125rem;top:127.109375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #LeAi2K6RCwK6iHEM7lvtB1TdHEU2vkgS { width:8.25rem;height:0;top:114.150390625rem;left:3.6875rem;font-size:1.875rem;color:#381d17;z-index:15075;display:none; }
 }@media only screen and (max-width: 763px) { #NDwlc6R5BxBKKpQkkkmR6JbZaeeTlmXN { width:13.9375rem;height:3rem;top:169.5625rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #PqWzBsGB2QJV4RaORvLpR6gFtG6BKpeX { width:13.9375rem;height:3rem;top:166rem;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) { #BQ96HmMI0iEOX4T0heofPw8ccRNKOdIk { width:9.1875rem;height:4.5625rem;top:155.5478515625rem;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) { #LF8n8XQmtNfCiFuSpRSaxBH1qI0MJDMu { width:19.75rem;height:25.6875rem;top:132.4853515625rem;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) { #Txx8mSD5JRMLo8ezDhWI9mz7y0x2TRTk { width:18.75rem;height:24.4375rem;top:133.1728515625rem;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) { #A2yFK66XTr65PlOcZsLhTKR5D2F1tUS5 { width:8.9375rem;height:1.9375rem;top:153.4228515625rem;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) { #fDVCvUZVErFCss9JSvuTHQwoNfxITOd5 { width:16.875rem;height:3.1484375rem;top:160.8720703125rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lRxUcWzyWezvK3MvWV1BoDqzvha7Wmpy { width:16.375rem;height:16.375rem;top:136.0166015625rem;left:1.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) { #I8A3Vl0m9wOS0pFKWBL3OBFTxKbo6IMo { width:5.0625rem;height:1.798825rem;top:61.220703125rem;left:0.9375rem;font-size:1rem;color:#381d17;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #t78uvPnBoxEPZWQ4mK6LCNSmUwlQrTO5 { width:4.125rem;height:2.625rem;top:153.3232421875rem;left:5.4375rem;font-size:1.875rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #HGcBF4MccqeMiCAvz7Mu3DAVXCgfgACe { width:7.75rem;height:1.04980625rem;top:109.625rem;left:1.46875rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iKTM6oTnXhPwqt16GyXJJOT9M91933JC { width:4.4375rem;height:3.91796875rem;top:156.4853515625rem;left:3rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XR3q3luRTkmcXBHZwNeGrFg8iMLCyZmV { width:2.3125rem;height:2.0996125rem;top:156.5478515625rem;left:5.25rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ob7C9QJD9mNpovxFTCk4sodLuZwnovQS { width:13.5625rem;height:1.3994125rem;top:164.2080078125rem;left:0.6875rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #krmT8eCG8UlHtiiM1cGqToPgfHXd2SVA { width:12.5rem;height:2.798825rem;top:166.125rem;left:1.125rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eNqAHxJlbwMvqTTm9fkDar6rSbxNu8N4 { width:13.375rem;height:2.798825rem;top:169.6875rem;left:1.25rem;font-size:1rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #w9g8uhIEIJ884XreA4LTEyZlCL9zoWGP { width:6.1875rem;height:1.5rem;top:136.375rem;left:0.1875rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #VpCn21PStMTACWCsbuHcBBenfRE57h75 { width:6.25rem;height:2.0625rem;top:136rem;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) { #k3MVOBl5CoOcfAnEkdknLrSqZVcHJI8I { width:15.9375rem;height:1.3994125rem;top:173.5830078125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL { display:block; }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL { background-color: transparent; background-image: none; }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .row .container > .video-iframe-container { display: none; }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .row > .video-iframe-container { display: none; }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .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); }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL { border-width: 0; border-radius: 0; }#UR06UuEbws1rVRAxBmb2OSZQ7PV3TyiL > .row .container { width:20rem;height:149.8125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODPB0U3a49XslQU37TpwdyWRI1az5csN { 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) { #nJ4h84CMHEFkRmhQwBZLLboQuOO6MopP { 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) { #C5N5ueFbsxNP9E86xGDKMn27imhEE5pc { 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) { #I1eU5Wh2cbbaVkF4w5FtdZKWs7K3EWX4 { 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) { #qgfoVkxS5nCTFXbCrgacPlwhTNllr2J4 { width:13.5rem;height:3.1494125rem;top:29rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #bCI2baQlg5rDRGVZ5hnJOaX0i1mBFMOy { width:15.75rem;height:1.3999rem;top:32.27392578125rem;left:0.6875rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #RuE13LWXMdOH3tTt8qzCPPtEbuLLpUc5 { width:17rem;height:17rem;top:5.375rem;left:1.5rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iTmdvlDuebVqxkLcI8ZTqGhpRdTwBMLN { width:8.375rem;height:2.0996125rem;top:22.4375rem;left:1.0625rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #gIMugPX7J2bFLWofRlyrvwadMsPCrQqO { width:4.4375rem;height:3.91875rem;top:24.384765625rem;left:1.5625rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vsnhme8nQKveQVwB8tDnkcg7oymB7Cx3 { width:2.3125rem;height:2.0996125rem;top:24.5rem;left:6.5rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mZpp8UDUQibSvA8Vf9BWpRR8nQFHtlPz { width:3.0625rem;height:1.2246125rem;top:26.5625rem;left:6.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SgJ89O00NB2soNRP9vaEvKdHwQ6Bu82V { width:13.5625rem;height:1.3999rem;top:33.67333984375rem;left:0.6875rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #GMmLmH4VMaE8qW505EIpQLUqXa74hmzM { width:15.9375rem;height:1.3999rem;top:35.60791015625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #uDxTEERVMVQez1yHZXyI5pmQHxcC46F4 { 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) { #MOTnghNTn3l9qoFeIU5gbd4AzqsBA86F { width:9.1875rem;height:4.5625rem;top:61.875rem;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) { #vQh5Tkn9C6FTU03fL4OCJkVrgTioHChk { width:19.75rem;height:25.6875rem;top:38.8125rem;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) { #ALButMwHXhfrVCaQlWMiAIOIJPCA4cK1 { width:18.75rem;height:24.4375rem;top:39.5rem;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) { #ycSLTAWCabmJFParwO9p93Hgy9faRy0w { width:8.9375rem;height:1.9375rem;top:59.75rem;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) { #Pn8JQeTDIrsW3sUgJlzVEOMVUkaSVeyO { width:14.75rem;height:3.1494125rem;top:67.0625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kKRgX0UkVyMJWDmMDEWIuDBPgcPCCWAH { width:18.6875rem;height:18.6875rem;top:41.8125rem;left:0.65625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KTILpbM4nSSRZDHEy5e0PwcDZcKvJEEg { width:8.3125rem;height:2.0996125rem;top:59.8125rem;left:0.9375rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #AykhTMAXKRkGPPzZPVrCA1be03vvcHaJ { width:2.0625rem;height:3.91796875rem;top:62.125rem;left:3rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #asNVbvGx1fwnyczJTWJJHTWKMr1Z0uWS { width:2.75rem;height:2.0996125rem;top:62.125rem;left:5.25rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cM98SVfG6Fw73tMI8NTw9OIyqC5IdeId { width:3.0625rem;height:1.2246125rem;top:64.1875rem;left:5.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FqsvHqJ9H5QFiaH6y8fPRBpU8CXZeUEr { width:13.5625rem;height:1.3999rem;top:70.5rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #o8ZTXODGVQWS4ek42n258KnTX4ihzRVo { width:15.9375rem;height:1.3999rem;top:72.375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #enlO7lVSpouE01eTPE68AxelfRSEV5bv { width:9.1875rem;height:4.5625rem;top:98.875rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pFGAqfV21uMTN0pNxE1cgU1BI89AE10o { width:19.75rem;height:25.6875rem;top:75.5625rem;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) { #WGZciyka8xu2Xm2srbkSC2bSSG2Kdtnn { width:18.75rem;height:24.4375rem;top:76.1875rem;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) { #wcXkeicoqSzTCTytHneMoIfQ3SBMHs4z { width:8.9375rem;height:1.9375rem;top:96.75rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #D7fQtQOaBr9Ecvc5xbw6G1nxTpMVbeUh { width:11.8125rem;height:3.1494125rem;top:104.0625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DRlGIZT0RuVWkBukmp4tTT7nCUBwS40l { width:16.375rem;height:16.375rem;top:80.34375rem;left:1.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) { #TbBmmOkHDdmbpFXJmS4eeLT6h3Uwq9V9 { width:9.0625rem;height:2.0996125rem;top:96.8125rem;left:0.75rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #D7NTTEPysIqQg4548NS57HBXqB5Nlt1n { width:4.4375rem;height:3.91845625rem;top:99.125rem;left:1.4375rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #smUvf7F84z6kbZQtEuWrzyKa10s70fm2 { width:2.3125rem;height:2.0996125rem;top:99.1875rem;left:6.25rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Cd3VbJCZuFE5idPAuRrNM0t1uqFfZ72S { width:3.5625rem;height:1.2246125rem;top:101.3125rem;left:6.0625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XqdWtKVvqyRRgTvyLstBoQONAlc2t7Rl { width:13.5625rem;height:1.3999rem;top:107.3125rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #pFfTeFmRMVHM0zzRRnPFrVB7FpMXQFZW { width:15.9375rem;height:1.3999rem;top:109.125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #W2vXTJ5rdwKmJxWPUOIVq1SO3kLEQkZe { width:9.1875rem;height:4.5625rem;top:135rem;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) { #Cm7TwVQK34ubIQUpZcmKsMWtW6JDz23X { width:19.75rem;height:25.6875rem;top:111.9375rem;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) { #to3JungBw45tUnZCXA2Fdc9dmef3q7ca { width:18.75rem;height:24.4375rem;top:112.625rem;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) { #PgKlElpvLcNAzOn5hGmBh5iVv2NEWTDq { width:8.9375rem;height:1.9375rem;top:132.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) { #R4bW5vSJ7q40C7IGbQFhBEVkbuTD95et { width:14.5625rem;height:3.1494125rem;top:140.3125rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fCMwcMiT5G2fFpC4goanKIOzp5JN5W3f { width:18.3125rem;height:18.3125rem;top:114.625rem;left:1.6875rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HM82JJrJ1RhEzHH58HsXJ2rRbm6JFBzb { width:8.9375rem;height:2.0996125rem;top:132.9375rem;left:0.625rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #sTeCDqMXy1DSI30XZ78Tl9kiPsAtlyKS { width:4.125rem;height:3.91845625rem;top:135.3125rem;left:1.5rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LrlcBrugK8eaD3nN7gFLy0OUd9XAPJZA { width:2.3125rem;height:2.0996125rem;top:135.375rem;left:6.0625rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lUcK7XFEyzifk26c7yvMhTfF3FG3lfTR { width:3.125rem;height:1.2246125rem;top:137.625rem;left:5.9375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cstAn5IrDKX5FMQhAT8wBeIGqH5IDr3V { width:13.5625rem;height:1.3999rem;top:143.625rem;left:0.6875rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #kJcu7vpWxiKy7ZXs34OxBOia4p3nd3wG { width:15.9375rem;height:1.3999rem;top:145.5rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }