.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; }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK { position:relative;display:block; }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK { background-color: transparent; background-image: none; }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .row .container > .video-iframe-container { display: none; }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .row > .video-iframe-container { display: none; }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .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); }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK { border-width: 0; border-radius: 0; }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .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; }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .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; }#ZGbMvkbwOTbnxGMa9d8yT81GRTl7KSO3 { 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; }
#zTdBFm9aw0SLETiB63k19wq1qvPrGBTG { 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; }
#rPuaqvwnezdM4kko3uN0iIXEMH0VFFPt { 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; }
#bvEH9Vl3wHr7kHptHFJkKyQ8pgDqOLzL { 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; }
#IVvPrNi4MsVSq9W47kkHmZLlxWtoOTn4 { color:#381d17;display:block;width:12.5rem;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; }
#zGuGMroKRRu07FLkRKgLN7J2mZALtkPM { 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:1.875rem;overflow:hidden;display:block; }
#odpEL8T1HSXiboW9F57Ay9CDdBzNVX6A { 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; }
#nvkPgDirL0KfNgwGK6lmHCSaxrXIPdUM { 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; }
#hh1tGn51Iu5wzRTe219HLoLuRLKKsrL8 { 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; }
#vILSweM9v5BQtRGk0ZBDt9B54xLnThKb { 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; }
#VVMwQOQF3ZPZRJVX97Ln5aDXumr0HfX2 { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:28.4375rem;left:0.5625rem;height:1.3994125rem;font-style:normal;display:block; }
#tuxUveSKfCkAggH30SsQLSlFJQgcfHHV { 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; }
#JgHLmiMfkiGQMRTfsd3NWDrGEp40KCWV { 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; }
#lAqibQFXOpVCf4mMoRiRLht4yPh5TfEa { 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; }
#HXb9NB0VH5DSEPUD8KGDMWzwD5TD0bbE { 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; }
#JoNrlqTJQ6eWEmaPURM7sq1sWK3JCbJ6 { 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; }
#ZVHPyaSF7gu47MOSC8Th0wfknF4wo3mg { color:#381d17;display:block;width:12.8125rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:23.1875rem;left:19.375rem;height:1.3994125rem;font-style:normal;display:block; }
#BhA7tLWStWzTIUlS0Fp2HfwvCu7MbvBC { 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; }
#SdGn2Mohqk4Iby0T82X4GU6d41utevoV { 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; }
#qiWXsmKaL6ZSkBHOz5GDWptKmHN1HomZ { color:#ffffff;display:block;width:4.4375rem;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:19.9375rem;height:3.78125rem;font-style:normal;display:block; }
#pGVtuHVrNrfLKNnJXLFsBiU03HBPso5p { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.0625rem;left:24.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#lEWqzzi4hzSDbfU60vEgTeHHvpfl2L0T { 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; }
#EqGTHiEPcL6FvdmsOF8ToZIkpUZuMmWJ { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.5rem;left:19.3125rem;height:1.3994125rem;font-style:normal;display:block; }
#UaOXE45WiZUyvQpin2GOpB7yRy0qdUJ2 { 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; }
#ZPsJdnWwLLOJgnB7Ho3eTvhUyznTnMW8 { 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; }
#RdTXcu2ETrTGo6eMrbJJ28eSgeU7nkR4 { 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; }
#TUwWr4pNVzxqFISkPEhhwupyFQFnJA5D { 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; }
#yvRDEnWusVqn7NZDUPLD9XPxQXWIvHXE { color:#381d17;display:block;width:12.125rem;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:1.3994125rem;font-style:normal;display:block; }
#b7iRnyeHrXO9JDoqSvPCrI5Q2txLTox5 { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:26.4248046875rem;left:38.125rem;height:1.3994125rem;font-style:normal;display:block; }
#UH8IRIBvUzEeV2Z3uZMuDCDlDtcW3hZS { 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:39.375rem;overflow:hidden;display:block; }
#APdghlrsyoOpyfNkb6EZdULMNb7KJvWB { 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; }
#tAUo9rEkXElkfMNkTD6ANGfHiTqIooKF { 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; }
#ByUiPJ5vBa17vhhxewLFUplT1QG75zqE { 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; }
#iEZWM0qg2oqmUkZF1k1VPhonRsRhSkfL { 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; }
#xqeDvH4smZ0pgR8cL62knQ5LPARTawTz { 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:28rem;left:38.125rem;height:1.3994125rem;font-style:normal;display:block; }
#MDp9XgFuxUiyTSOH6WvnkT0hy2JNQOiq { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:29.6875rem;left:38.0625rem;height:1.3994125rem;font-style:normal;display:block; }
#KwFIH8vFKazhNvQTNrhk3BC4MfVqeZ36 { 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; }
#okkbBDDIolh9hu34ynhezlZDa8ll38Lq { 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; }
#fLTybELJ9MrSIscmJ4p0Q6afPK3BOG9H { 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; }
#Vyf9nfEouOSbpWXPP67dTJA8bMgqzZrT { 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; }
#vbTfmPCaIBTwlWDyBBiOIOChGA8NZiQF { color:#381d17;display:block;width:14.625rem;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; }
#TIMo8CGuM76xFrLSKEVM0QTB1tHzQApo { 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.1875rem;overflow:hidden;display:block; }
#BiNSctS27OM4ppL28ohL1CsEkyEGDTrr { 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; }
#cWod5gaFeTr29JBz5eitEAI21Dhmt63g { 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; }
#rnmtAJoih9Z8FiuWaaD0rsLzCw2ip7EQ { 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; }
#SSTi54m2DJ0iVRAez99ZCxUiC6WIXHxA { 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; }
#rokW9Tctkx3nxCcMAtInUZOkAeqcZ4SH { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.4375rem;left:56.875rem;height:1.3994125rem;font-style:normal;display:block; }
#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU { position:relative;display:block; }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU { background-color: transparent; background-image: none; }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .row .container > .video-iframe-container { display: none; }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .row > .video-iframe-container { display: none; }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .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); }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU { border-width: 0; border-radius: 0; }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .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; }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .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; }#cdAgBofE61ymTb6RLPfUlGUCrHkgL8Ax { 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; }
#FEckKJceTwss8Gvvpianhi1u5ZHbLBcT { 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; }
#vVpXWyT8NX2qv2qvZTAWT24C7UdEpFyM { 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; }
#lMNLo5X6lt3BVBKUPJQzkxG929rbQp7p { 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; }
#VrxSa51XU2zWiXWWqrWDcWLpJv3aTM7E { color:#381d17;display:block;width:15.375rem;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; }
#aqgSp3lzmnm2QDWCi10qhEJIIRz98stb { 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; }
#tPKrbVfZQgtlNg5kEX4F1zT6J1ZW8CO4 { 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; }
#dcRnWfMErqZhJCP3rftHbNeQakJLAIH1 { 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; }
#r4LDbfQxgi6Qan6fgaVMqJHeo1lGXTWC { 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; }
#CPOhwEOK9q6nOmbpMzZfvgokb3b74XUA { 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; }
#TtOJJRGPCnhmPWbfeOl5pIzp0bGt7zuA { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:29.6875rem;left:0.5625rem;height:1.3994125rem;font-style:normal;display:block; }
#JpInK1zRaXCdlDZOzI7CwodOTnrRbWyZ { 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; }
#r9zNz8tp0geF7UI7DumzHETcEBlzX1B4 { 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; }
#CV3y4qElnOkCKbf2URNsbwWkkMRTyhZv { 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; }
#E5FwpmtvSpnUTq8px2KrzipRTb9E3x4Q { 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; }
#l97xmHTOFVOd6obkAVIRQwTkQqgsDsxp { 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; }
#feMlNSQVp89QFPwRgtbrp391pxTrk7Uh { color:#381d17;display:block;width:11.4375rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:23.1875rem;left:19.375rem;height:1.3994125rem;font-style:normal;display:block; }
#Qa9Q7cMoA6n1VQ2NL1iUPqWTXu0JOZ15 { 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; }
#FNEBcTM67Bh79m1lvzzw2lXO5H5ptmak { 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:21.25rem;overflow:hidden;display:block; }
#HTWcTXEqfuDbpze64xyQkrV0EW1TxNl9 { 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; }
#cCOQ75md6ixRXTUVwo1U7SQ3QPe4bcDK { color:#ffffff;display:block;width:2.5rem;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:21rem;height:3.78125rem;font-style:normal;display:block; }
#IJEr89I6nBheVqdCul66Re5vEc7N2xMW { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:18.0625rem;left:23.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#bQzbVaSyOL1dOC3RDcdwPuKIWeSOETnU { 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:23.4375rem;height:1.04980625rem;font-style:normal;display:block; }
#vaX7Uc4v2304pOIW267UnLtdiFixwxCk { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:29.75rem;left:19.3125rem;height:1.3994125rem;font-style:normal;display:block; }
#Wa8hWeOP2oTMKgtAOWvgDMK4SoGVmekK { 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; }
#v0MOAVPXep9VIMgr4s709yPxXcNbUTtb { 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; }
#SabDy5SocX8ty8P7w3Wy0ZiAwxSrQ8KZ { 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; }
#XhlvbIeo3rWeMtdc2ATho7XuM0Qs1A5r { 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; }
#ysKy62sf3rDLIPcfCyCpN51sJPUU7pXf { color:#381d17;display:block;width:15.4375rem;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:1.3994125rem;font-style:normal;display:block; }
#rBDeUxrDvhvyTwP8O00wD1336H7MP7cZ { 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.1875rem;left:39.375rem;overflow:hidden;display:block; }
#e3fFgQ2v1etRL7dqDJAz2PIWuTe906Su { 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; }
#n8DXDBEaAbwZK7g8NwcfTed3Ebyr02kz { 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; }
#qDSkVnkFCH1N4150OHTNeGo4LTsSJlhD { 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; }
#tZgF6GiXmwa4QdPMG3qpPNliaCtFmy8g { 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; }
#yfD9s5u8DSOT1lTDguMBTiKBcPDLJKUP { 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; }
#NEMvp6BHKuxQJaHgQwtLG4GbnDBPhuxv { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:29.6875rem;left:38.0625rem;height:1.3994125rem;font-style:normal;display:block; }
#J96o2PkkTw4IQwgKKQUGQAqqm9OWZzg2 { 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; }
#LUdwK0bul1xXf8NfVeFDOUViamRPSmkz { 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; }
#IV3CvJWcHVnqIPO9iIwwcCg75ZGqfouL { 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; }
#ahsQSB2Jask3K9mKaMOmOJWzqFD8tvvE { 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; }
#QGqPfzySIV1XBa0nH84m39CektxgwBvl { color:#381d17;display:block;width:17.0625rem;position:absolute;font-family:futura-bold-03;font-size:0.9375rem;font-weight:400;z-index:15061;line-height:1;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FW6HEO5wriQyZIVuGJCPoVTCgUnFsQDv { 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.1875rem;overflow:hidden;display:block; }
#fXTxfbZloieZIN9vJ7RSL4ErtdRJtqwd { 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; }
#UWsZ2PTZITtkZW46uBdsTqa99hhmotMZ { 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; }
#AGcdf26DyVqSWthl0erbAuW1QDA0BUPA { 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; }
#JTkvVFpOV6UwuzQcw9vf5msuaxuesLdi { 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; }
#F1pHc1fPvIINtRyciti6Ugs661E52P5v { color:#381d17;display:block;width:10rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15062;line-height:1.2;letter-spacing:0;top:28.5rem;left:56.9375rem;height:2.3984375rem;font-style:normal;display:block; }
#Q4lFrH2SozLnHZENcZZK3koqn34EIuMF { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:31.3125rem;left:56.875rem;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) { #HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK { display:block; }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK { background-color: transparent; background-image: none; }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .row .container > .video-iframe-container { display: none; }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .row > .video-iframe-container { display: none; }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .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); }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK { border-width: 0; border-radius: 0; }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .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) { #ZGbMvkbwOTbnxGMa9d8yT81GRTl7KSO3 { 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) { #zTdBFm9aw0SLETiB63k19wq1qvPrGBTG { 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) { #rPuaqvwnezdM4kko3uN0iIXEMH0VFFPt { 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) { #bvEH9Vl3wHr7kHptHFJkKyQ8pgDqOLzL { 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) { #IVvPrNi4MsVSq9W47kkHmZLlxWtoOTn4 { top:23.1875rem;left:0rem;width:12.5rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zGuGMroKRRu07FLkRKgLN7J2mZALtkPM { 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) { #odpEL8T1HSXiboW9F57Ay9CDdBzNVX6A { top:16.125rem;left:0rem;width:6.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #nvkPgDirL0KfNgwGK6lmHCSaxrXIPdUM { top:18rem;left:0rem;width:4.4375rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hh1tGn51Iu5wzRTe219HLoLuRLKKsrL8 { 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) { #vILSweM9v5BQtRGk0ZBDt9B54xLnThKb { 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) { #VVMwQOQF3ZPZRJVX97Ln5aDXumr0HfX2 { top:28.4375rem;left:0rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tuxUveSKfCkAggH30SsQLSlFJQgcfHHV { 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) { #JgHLmiMfkiGQMRTfsd3NWDrGEp40KCWV { 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) { #lAqibQFXOpVCf4mMoRiRLht4yPh5TfEa { 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) { #HXb9NB0VH5DSEPUD8KGDMWzwD5TD0bbE { 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) { #JoNrlqTJQ6eWEmaPURM7sq1sWK3JCbJ6 { 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) { #ZVHPyaSF7gu47MOSC8Th0wfknF4wo3mg { top:23.1875rem;left:7rem;width:12.8125rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BhA7tLWStWzTIUlS0Fp2HfwvCu7MbvBC { 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) { #SdGn2Mohqk4Iby0T82X4GU6d41utevoV { 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) { #qiWXsmKaL6ZSkBHOz5GDWptKmHN1HomZ { top:18rem;left:11.9375rem;width:4.4375rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pGVtuHVrNrfLKNnJXLFsBiU03HBPso5p { top:18.0625rem;left:13.96875rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lEWqzzi4hzSDbfU60vEgTeHHvpfl2L0T { 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) { #EqGTHiEPcL6FvdmsOF8ToZIkpUZuMmWJ { top:28.5rem;left:7.9375rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UaOXE45WiZUyvQpin2GOpB7yRy0qdUJ2 { 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) { #ZPsJdnWwLLOJgnB7Ho3eTvhUyznTnMW8 { 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) { #RdTXcu2ETrTGo6eMrbJJ28eSgeU7nkR4 { 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) { #TUwWr4pNVzxqFISkPEhhwupyFQFnJA5D { 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) { #yvRDEnWusVqn7NZDUPLD9XPxQXWIvHXE { top:23.1875rem;left:18.9375rem;width:12.125rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #b7iRnyeHrXO9JDoqSvPCrI5Q2txLTox5 { top:26.375rem;left:22.25rem;width:13.5625rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UH8IRIBvUzEeV2Z3uZMuDCDlDtcW3hZS { 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) { #APdghlrsyoOpyfNkb6EZdULMNb7KJvWB { 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) { #tAUo9rEkXElkfMNkTD6ANGfHiTqIooKF { top:18rem;left:23.875rem;width:4.4375rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ByUiPJ5vBa17vhhxewLFUplT1QG75zqE { 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) { #iEZWM0qg2oqmUkZF1k1VPhonRsRhSkfL { 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) { #xqeDvH4smZ0pgR8cL62knQ5LPARTawTz { top:28rem;left:22.25rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MDp9XgFuxUiyTSOH6WvnkT0hy2JNQOiq { top:29.6875rem;left:19.875rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KwFIH8vFKazhNvQTNrhk3BC4MfVqeZ36 { 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) { #okkbBDDIolh9hu34ynhezlZDa8ll38Lq { 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) { #fLTybELJ9MrSIscmJ4p0Q6afPK3BOG9H { 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) { #Vyf9nfEouOSbpWXPP67dTJA8bMgqzZrT { 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) { #vbTfmPCaIBTwlWDyBBiOIOChGA8NZiQF { top:23.1875rem;left:30.875rem;width:14.625rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TIMo8CGuM76xFrLSKEVM0QTB1tHzQApo { 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) { #BiNSctS27OM4ppL28ohL1CsEkyEGDTrr { 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) { #cWod5gaFeTr29JBz5eitEAI21Dhmt63g { top:18rem;left:35.8125rem;width:4.4375rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rnmtAJoih9Z8FiuWaaD0rsLzCw2ip7EQ { 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) { #SSTi54m2DJ0iVRAez99ZCxUiC6WIXHxA { 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) { #rokW9Tctkx3nxCcMAtInUZOkAeqcZ4SH { top:28.4375rem;left:31.8125rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU { display:block; }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU { background-color: transparent; background-image: none; }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .row .container > .video-iframe-container { display: none; }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .row > .video-iframe-container { display: none; }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .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); }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU { border-width: 0; border-radius: 0; }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .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) { #cdAgBofE61ymTb6RLPfUlGUCrHkgL8Ax { 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) { #FEckKJceTwss8Gvvpianhi1u5ZHbLBcT { 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) { #vVpXWyT8NX2qv2qvZTAWT24C7UdEpFyM { 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) { #lMNLo5X6lt3BVBKUPJQzkxG929rbQp7p { 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) { #VrxSa51XU2zWiXWWqrWDcWLpJv3aTM7E { top:23.1875rem;left:0rem;width:15.375rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aqgSp3lzmnm2QDWCi10qhEJIIRz98stb { 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) { #tPKrbVfZQgtlNg5kEX4F1zT6J1ZW8CO4 { top:16.125rem;left:0rem;width:6.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dcRnWfMErqZhJCP3rftHbNeQakJLAIH1 { top:18rem;left:0rem;width:4.4375rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r4LDbfQxgi6Qan6fgaVMqJHeo1lGXTWC { 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) { #CPOhwEOK9q6nOmbpMzZfvgokb3b74XUA { 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) { #TtOJJRGPCnhmPWbfeOl5pIzp0bGt7zuA { top:29.6875rem;left:0rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JpInK1zRaXCdlDZOzI7CwodOTnrRbWyZ { 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) { #r9zNz8tp0geF7UI7DumzHETcEBlzX1B4 { 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) { #CV3y4qElnOkCKbf2URNsbwWkkMRTyhZv { 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) { #E5FwpmtvSpnUTq8px2KrzipRTb9E3x4Q { 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) { #l97xmHTOFVOd6obkAVIRQwTkQqgsDsxp { 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) { #feMlNSQVp89QFPwRgtbrp391pxTrk7Uh { top:23.1875rem;left:7rem;width:11.4375rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Qa9Q7cMoA6n1VQ2NL1iUPqWTXu0JOZ15 { top:26.1875rem;left:10.3125rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FNEBcTM67Bh79m1lvzzw2lXO5H5ptmak { 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) { #HTWcTXEqfuDbpze64xyQkrV0EW1TxNl9 { 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) { #cCOQ75md6ixRXTUVwo1U7SQ3QPe4bcDK { top:18rem;left:11.9375rem;width:2.5rem;height:3.8125rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IJEr89I6nBheVqdCul66Re5vEc7N2xMW { top:18.0625rem;left:13.34375rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bQzbVaSyOL1dOC3RDcdwPuKIWeSOETnU { top:20.3125rem;left:13.21875rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vaX7Uc4v2304pOIW267UnLtdiFixwxCk { top:29.75rem;left:7.9375rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Wa8hWeOP2oTMKgtAOWvgDMK4SoGVmekK { 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) { #v0MOAVPXep9VIMgr4s709yPxXcNbUTtb { 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) { #SabDy5SocX8ty8P7w3Wy0ZiAwxSrQ8KZ { 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) { #XhlvbIeo3rWeMtdc2ATho7XuM0Qs1A5r { 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) { #ysKy62sf3rDLIPcfCyCpN51sJPUU7pXf { top:23.1875rem;left:18.9375rem;width:15.4375rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rBDeUxrDvhvyTwP8O00wD1336H7MP7cZ { top:3.1875rem;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) { #e3fFgQ2v1etRL7dqDJAz2PIWuTe906Su { 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) { #n8DXDBEaAbwZK7g8NwcfTed3Ebyr02kz { top:18rem;left:23.875rem;width:4.4375rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qDSkVnkFCH1N4150OHTNeGo4LTsSJlhD { 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) { #tZgF6GiXmwa4QdPMG3qpPNliaCtFmy8g { 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) { #yfD9s5u8DSOT1lTDguMBTiKBcPDLJKUP { top:26.1875rem;left:22.25rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NEMvp6BHKuxQJaHgQwtLG4GbnDBPhuxv { top:29.6875rem;left:19.875rem;width:15.9375rem;height:1.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #J96o2PkkTw4IQwgKKQUGQAqqm9OWZzg2 { 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) { #LUdwK0bul1xXf8NfVeFDOUViamRPSmkz { 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) { #IV3CvJWcHVnqIPO9iIwwcCg75ZGqfouL { 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) { #ahsQSB2Jask3K9mKaMOmOJWzqFD8tvvE { 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) { #QGqPfzySIV1XBa0nH84m39CektxgwBvl { top:23.1875rem;left:30.6875rem;width:17.0625rem;height:4.6875rem;font-size:0.9375rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FW6HEO5wriQyZIVuGJCPoVTCgUnFsQDv { 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) { #fXTxfbZloieZIN9vJ7RSL4ErtdRJtqwd { 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) { #UWsZ2PTZITtkZW46uBdsTqa99hhmotMZ { top:18rem;left:35.8125rem;width:4.4375rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AGcdf26DyVqSWthl0erbAuW1QDA0BUPA { 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) { #JTkvVFpOV6UwuzQcw9vf5msuaxuesLdi { 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) { #F1pHc1fPvIINtRyciti6Ugs661E52P5v { top:28.5rem;left:35.8125rem;width:10rem;height:2.375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Q4lFrH2SozLnHZENcZZK3koqn34EIuMF { top:31.3125rem;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) { #HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK { display:block; }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK { background-color: transparent; background-image: none; }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .row .container > .video-iframe-container { display: none; }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .row > .video-iframe-container { display: none; }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .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); }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK { border-width: 0; border-radius: 0; }#HGqBunfo5BHGMmsdPALTp8AqhzTlrZdK > .row .container { width:20rem;height:143.625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGbMvkbwOTbnxGMa9d8yT81GRTl7KSO3 { 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) { #zTdBFm9aw0SLETiB63k19wq1qvPrGBTG { 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) { #rPuaqvwnezdM4kko3uN0iIXEMH0VFFPt { 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) { #bvEH9Vl3wHr7kHptHFJkKyQ8pgDqOLzL { 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) { #IVvPrNi4MsVSq9W47kkHmZLlxWtoOTn4 { width:13.5625rem;height:3.1494125rem;top:29rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zGuGMroKRRu07FLkRKgLN7J2mZALtkPM { width:16.25rem;height:16.25rem;top:5.9375rem;left:1.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) { #odpEL8T1HSXiboW9F57Ay9CDdBzNVX6A { 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) { #nvkPgDirL0KfNgwGK6lmHCSaxrXIPdUM { 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) { #hh1tGn51Iu5wzRTe219HLoLuRLKKsrL8 { 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) { #vILSweM9v5BQtRGk0ZBDt9B54xLnThKb { 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) { #VVMwQOQF3ZPZRJVX97Ln5aDXumr0HfX2 { width:15.9375rem;height:1.3999rem;top:32.39892578125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tuxUveSKfCkAggH30SsQLSlFJQgcfHHV { 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) { #JgHLmiMfkiGQMRTfsd3NWDrGEp40KCWV { width:9.1875rem;height:4.5625rem;top:58.9375rem;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) { #lAqibQFXOpVCf4mMoRiRLht4yPh5TfEa { width:19.75rem;height:25.6875rem;top:35.875rem;left:0rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HXb9NB0VH5DSEPUD8KGDMWzwD5TD0bbE { width:18.75rem;height:24.4375rem;top:36.5625rem;left:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d5ba8c;border-left:0.0625rem solid #d5ba8c;border-right:0.0625rem solid #d5ba8c;border-bottom:0.0625rem solid #d5ba8c;box-shadow: 0.0625rem 0.8125rem 1rem rgba(148,122,79,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #JoNrlqTJQ6eWEmaPURM7sq1sWK3JCbJ6 { width:8.9375rem;height:1.9375rem;top:56.8125rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZVHPyaSF7gu47MOSC8Th0wfknF4wo3mg { width:14.875rem;height:3.1494125rem;top:64.125rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #BhA7tLWStWzTIUlS0Fp2HfwvCu7MbvBC { width:16.25rem;height:16.25rem;top:40.6875rem;left:1.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) { #SdGn2Mohqk4Iby0T82X4GU6d41utevoV { width:8.3125rem;height:2.0996125rem;top:56.875rem;left:1rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qiWXsmKaL6ZSkBHOz5GDWptKmHN1HomZ { width:4.4375rem;height:3.91845625rem;top:59.1875rem;left:1.25rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pGVtuHVrNrfLKNnJXLFsBiU03HBPso5p { width:2.3125rem;height:2.0996125rem;top:59.1875rem;left:6.3125rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lEWqzzi4hzSDbfU60vEgTeHHvpfl2L0T { width:3.0625rem;height:1.2246125rem;top:61.25rem;left:6.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EqGTHiEPcL6FvdmsOF8ToZIkpUZuMmWJ { width:15.9375rem;height:1.3999rem;top:67.5625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UaOXE45WiZUyvQpin2GOpB7yRy0qdUJ2 { width:9.1875rem;height:4.5625rem;top:93.375rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZPsJdnWwLLOJgnB7Ho3eTvhUyznTnMW8 { width:19.75rem;height:25.6875rem;top:70.0625rem;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) { #RdTXcu2ETrTGo6eMrbJJ28eSgeU7nkR4 { width:18.75rem;height:24.4375rem;top:70.6875rem;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) { #TUwWr4pNVzxqFISkPEhhwupyFQFnJA5D { width:8.9375rem;height:1.9375rem;top:91.25rem;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) { #yvRDEnWusVqn7NZDUPLD9XPxQXWIvHXE { width:11.25rem;height:3.1484375rem;top:98.5625rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #b7iRnyeHrXO9JDoqSvPCrI5Q2txLTox5 { width:13.5625rem;height:1.3999rem;top:101.71142578125rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UH8IRIBvUzEeV2Z3uZMuDCDlDtcW3hZS { width:16.25rem;height:16.25rem;top:74.9375rem;left:1.875rem;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) { #APdghlrsyoOpyfNkb6EZdULMNb7KJvWB { width:9.0625rem;height:2.0996125rem;top:91.3125rem;left:0.75rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #tAUo9rEkXElkfMNkTD6ANGfHiTqIooKF { width:4.4375rem;height:3.91845625rem;top:93.625rem;left:1.4375rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ByUiPJ5vBa17vhhxewLFUplT1QG75zqE { width:2.3125rem;height:2.0996125rem;top:93.6875rem;left:6.25rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iEZWM0qg2oqmUkZF1k1VPhonRsRhSkfL { width:3.5625rem;height:1.2246125rem;top:95.8125rem;left:6.0625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xqeDvH4smZ0pgR8cL62knQ5LPARTawTz { width:13.5625rem;height:1.3999rem;top:103.2255859375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #MDp9XgFuxUiyTSOH6WvnkT0hy2JNQOiq { width:15.9375rem;height:1.3999rem;top:104.75rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #KwFIH8vFKazhNvQTNrhk3BC4MfVqeZ36 { width:9.1875rem;height:4.5625rem;top:130.375rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #okkbBDDIolh9hu34ynhezlZDa8ll38Lq { width:18.75rem;height:24.4375rem;top:108rem;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) { #fLTybELJ9MrSIscmJ4p0Q6afPK3BOG9H { width:19.75rem;height:25.6875rem;top:107.3125rem;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) { #Vyf9nfEouOSbpWXPP67dTJA8bMgqzZrT { width:8.9375rem;height:1.9375rem;top:128.25rem;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) { #vbTfmPCaIBTwlWDyBBiOIOChGA8NZiQF { width:16.875rem;height:3.1494125rem;top:135.6875rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #TIMo8CGuM76xFrLSKEVM0QTB1tHzQApo { width:16.25rem;height:16.25rem;top:112.125rem;left:1.875rem;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) { #BiNSctS27OM4ppL28ohL1CsEkyEGDTrr { width:8.9375rem;height:2.0996125rem;top:128.3125rem;left:0.625rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cWod5gaFeTr29JBz5eitEAI21Dhmt63g { width:4.4375rem;height:3.91845625rem;top:130.6875rem;left:1.1875rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rnmtAJoih9Z8FiuWaaD0rsLzCw2ip7EQ { width:2.3125rem;height:2.0996125rem;top:130.75rem;left:6.0625rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SSTi54m2DJ0iVRAez99ZCxUiC6WIXHxA { width:3.125rem;height:1.2246125rem;top:133rem;left:5.9375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rokW9Tctkx3nxCcMAtInUZOkAeqcZ4SH { width:15.9375rem;height:1.3999rem;top:139.1875rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU { display:block; }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU { background-color: transparent; background-image: none; }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .row .container > .video-iframe-container { display: none; }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .row > .video-iframe-container { display: none; }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .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); }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU { border-width: 0; border-radius: 0; }#eLCSDvJ5at9z3px3dElh0gHe8FoIpBVU > .row .container { width:20rem;height:147.5rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdAgBofE61ymTb6RLPfUlGUCrHkgL8Ax { width:19.75rem;height:25.6875rem;top:0rem;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) { #FEckKJceTwss8Gvvpianhi1u5ZHbLBcT { width:18.75rem;height:24.4375rem;top:0.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) { #vVpXWyT8NX2qv2qvZTAWT24C7UdEpFyM { width:9.1875rem;height:4.5625rem;top:22.75rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lMNLo5X6lt3BVBKUPJQzkxG929rbQp7p { width:8.9375rem;height:1.9375rem;top:21.25rem;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) { #VrxSa51XU2zWiXWWqrWDcWLpJv3aTM7E { width:14.6875rem;height:3.1494125rem;top:27.9375rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aqgSp3lzmnm2QDWCi10qhEJIIRz98stb { width:13.75rem;height:13.75rem;top:6.125rem;left:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tPKrbVfZQgtlNg5kEX4F1zT6J1ZW8CO4 { width:8.375rem;height:2.0996125rem;top:21.375rem;left:1.0625rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #dcRnWfMErqZhJCP3rftHbNeQakJLAIH1 { width:4.4375rem;height:3.91845625rem;top:23.3125rem;left:1.5625rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r4LDbfQxgi6Qan6fgaVMqJHeo1lGXTWC { width:2.3125rem;height:2.0996125rem;top:23.4375rem;left:6.5rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CPOhwEOK9q6nOmbpMzZfvgokb3b74XUA { width:3.0625rem;height:1.2246125rem;top:25.5rem;left:6.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TtOJJRGPCnhmPWbfeOl5pIzp0bGt7zuA { width:15.9375rem;height:1.3999rem;top:31.9375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #JpInK1zRaXCdlDZOzI7CwodOTnrRbWyZ { 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) { #r9zNz8tp0geF7UI7DumzHETcEBlzX1B4 { width:9.1875rem;height:4.5625rem;top:58rem;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) { #CV3y4qElnOkCKbf2URNsbwWkkMRTyhZv { width:19.75rem;height:25.6875rem;top:34.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) { #E5FwpmtvSpnUTq8px2KrzipRTb9E3x4Q { width:18.75rem;height:24.4375rem;top:35.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) { #l97xmHTOFVOd6obkAVIRQwTkQqgsDsxp { width:8.9375rem;height:1.9375rem;top:55.875rem;left:0.5625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #feMlNSQVp89QFPwRgtbrp391pxTrk7Uh { width:16.875rem;height:1.57470625rem;top:63.1875rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Qa9Q7cMoA6n1VQ2NL1iUPqWTXu0JOZ15 { width:13.5625rem;height:1.3999rem;top:65.0625rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FNEBcTM67Bh79m1lvzzw2lXO5H5ptmak { width:13.75rem;height:13.75rem;top:41rem;left:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HTWcTXEqfuDbpze64xyQkrV0EW1TxNl9 { width:8.3125rem;height:2.0996125rem;top:55.9375rem;left:0.9375rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #cCOQ75md6ixRXTUVwo1U7SQ3QPe4bcDK { width:2.25rem;height:3.91845625rem;top:58.25rem;left:3.4375rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IJEr89I6nBheVqdCul66Re5vEc7N2xMW { width:3rem;height:2.0996125rem;top:58.25rem;left:5.625rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bQzbVaSyOL1dOC3RDcdwPuKIWeSOETnU { width:3.0625rem;height:1.2246125rem;top:60.3125rem;left:6.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vaX7Uc4v2304pOIW267UnLtdiFixwxCk { width:15.9375rem;height:1.3999rem;top:66.75rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Wa8hWeOP2oTMKgtAOWvgDMK4SoGVmekK { width:9.1875rem;height:4.5625rem;top:92.9375rem;left:0.625rem;background-color:#ea1b27;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #v0MOAVPXep9VIMgr4s709yPxXcNbUTtb { width:19.75rem;height:25.6875rem;top:69.625rem;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) { #SabDy5SocX8ty8P7w3Wy0ZiAwxSrQ8KZ { width:18.75rem;height:24.4375rem;top:70.25rem;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) { #XhlvbIeo3rWeMtdc2ATho7XuM0Qs1A5r { width:8.9375rem;height:1.9375rem;top:90.8125rem;left:0.625rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ysKy62sf3rDLIPcfCyCpN51sJPUU7pXf { width:16.875rem;height:3.1494125rem;top:98.125rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #rBDeUxrDvhvyTwP8O00wD1336H7MP7cZ { width:13.75rem;height:13.75rem;top:75.75rem;left:3.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) { #e3fFgQ2v1etRL7dqDJAz2PIWuTe906Su { width:8.9375rem;height:2.0996125rem;top:90.875rem;left:0.75rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #n8DXDBEaAbwZK7g8NwcfTed3Ebyr02kz { width:4.4375rem;height:3.91845625rem;top:93.1875rem;left:1.4375rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qDSkVnkFCH1N4150OHTNeGo4LTsSJlhD { width:2.3125rem;height:2.0996125rem;top:93.25rem;left:6.25rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tZgF6GiXmwa4QdPMG3qpPNliaCtFmy8g { width:3.5625rem;height:1.2246125rem;top:95.375rem;left:6.0625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yfD9s5u8DSOT1lTDguMBTiKBcPDLJKUP { width:13.5625rem;height:1.3999rem;top:101.375rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #NEMvp6BHKuxQJaHgQwtLG4GbnDBPhuxv { width:15.9375rem;height:1.3999rem;top:102.8125rem;left:0.625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #J96o2PkkTw4IQwgKKQUGQAqqm9OWZzg2 { width:9.1875rem;height:4.5625rem;top:129.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) { #LUdwK0bul1xXf8NfVeFDOUViamRPSmkz { width:19.75rem;height:25.6875rem;top:106.5rem;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) { #IV3CvJWcHVnqIPO9iIwwcCg75ZGqfouL { width:18.75rem;height:24.4375rem;top:107.1875rem;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) { #ahsQSB2Jask3K9mKaMOmOJWzqFD8tvvE { width:8.9375rem;height:1.9375rem;top:127.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) { #QGqPfzySIV1XBa0nH84m39CektxgwBvl { width:16.875rem;height:5.625rem;top:134.875rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #FW6HEO5wriQyZIVuGJCPoVTCgUnFsQDv { width:15rem;height:15rem;top:111.9375rem;left:2.5rem;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) { #fXTxfbZloieZIN9vJ7RSL4ErtdRJtqwd { width:8.9375rem;height:2.0996125rem;top:127.5rem;left:0.625rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #UWsZ2PTZITtkZW46uBdsTqa99hhmotMZ { width:4.4375rem;height:3.91845625rem;top:129.875rem;left:1.1875rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AGcdf26DyVqSWthl0erbAuW1QDA0BUPA { width:2.3125rem;height:2.0996125rem;top:129.9375rem;left:6.0625rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JTkvVFpOV6UwuzQcw9vf5msuaxuesLdi { width:3.125rem;height:1.2246125rem;top:132.1875rem;left:5.9375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F1pHc1fPvIINtRyciti6Ugs661E52P5v { width:13.5625rem;height:2.3994125rem;top:141.5rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Q4lFrH2SozLnHZENcZZK3koqn34EIuMF { width:15.9375rem;height:1.3994125rem;top:144.75rem;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:4.9375rem;position:relative;display:block; } }