.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; }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL { position:relative;display:block; }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL { background-color: transparent; background-image: none; }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .row .container > .video-iframe-container { display: none; }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .row > .video-iframe-container { display: none; }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .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); }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL { border-width: 0; border-radius: 0; }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .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; }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.375rem;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; }#vT0CAEJGLMKRT2aw01XuAuhHKbHJGIkH { 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; }
#Mz30xyRfpBRmKrxAyLMGrI4Cz1SIRccN { 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; }
#CWCcIxExooKCJw4MPgf1b61WPTsuyDzt { 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; }
#Tun6ARQz2r72AGv9uyqWbfy2lfyIBPJo { 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; }
#TByyFx5x728At0lffWbgOzVtIEW1JDZw { color:#381d17;display:block;width:14.25rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.1875rem;left:0.625rem;height:1.3994125rem;font-style:normal;display:block; }
#t91pTepnOiTJdFUhqWmXSVaJ3aTgXEKR { 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:16.25rem;width:16.25rem;top:2.09375rem;left:0.625rem;overflow:hidden;display:block; }
#hm5NELM4AosOB7P5NGzf5zIG1O9kG7wI { 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; }
#uRfB07qSfUqEIPDQUmoM5XdOZzFdlP62 { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.4375rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18rem;left:2.625rem;height:3.78125rem;font-style:normal;display:block; }
#OsmAUMGaECTt6TervlWRRyqCkiHUW6wn { color:#ffffff;display:block;width:3rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.0625rem;left:4.75rem;height:2.0996125rem;font-style:normal;display:block; }
#cCFet17nprGUtG3m4TmgfUrc0nPSS0GO { 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; }
#EAcpISDHvVJZ5lBK1EAv3NMchXpB3z2i { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:26.1875rem;left:0.625rem;height:1.3994125rem;font-style:normal;display:block; }
#IwUpwxAPCcNpvdraDG6L4oW0hAokrZBt { 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:28.150001525879rem;left:0.75625038146975rem;height:1.3994125rem;font-style:normal;display:block; }
#fQsu6A2FF9WvGxpwgX28FB3g073zmkN0 { 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; }
#i9dbPXmhq5MNQy9H1GS5T4LuOb7P5aEH { 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; }
#teLFpz07fanPriqAi1OkJipBo46M1fpM { 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; }
#r65uqtWMzhNo2uR15CoWJaa1xtWTDATT { 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; }
#GbDK4L5S26zXrcqoRRKbr9DRTvR7DEJZ { 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; }
#nMgfR2vIy6JKwnMT60Sfp0qOE0zpWXb8 { color:#381d17;display:block;width:16.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:23.1875rem;left:19.375rem;height:2.798825rem;font-style:normal;display:block; }
#H5AFnqxrfzsxfJEJZ3IGcTLTHHURDGZF { 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:15rem;width:15rem;top:1.3624992370606rem;left:19.97500038147rem;overflow:hidden;display:block; }
#ETtSAMRSz29uo1GTPeoGTDfHLA0lyZNn { 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; }
#R0mbdMkTEfsIW0s0ikpSJnvHopTHlW51 { 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; }
#BMigky3uRhM4TBDozUmopDLUyEqxvNtO { 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; }
#JIOXmoHD53GukO2d0AZnL6Z7WtUy3cSp { 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; }
#hEaG2hoB9oAFkv2uEXHaszbKbkZPolc9 { 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; }
#E1H0ydt8rnAgFV2tw1L9q9subTfph4vC { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.125rem;top:1.0625rem;left:19.25rem;overflow:hidden;display:block; }
#hOr5ZTxBy68CpD4qeSkqTvnvDQGB4CEH { color:#b10b0c;display:block;width:6rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:8.25rem;left:19rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0oeUFl8B3vEJs6VaTVCEzhD8sQOrD23 { box-sizing:content-box;height:1.875rem;width:6.1875rem;position:absolute;display:block;z-index:15024;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:7.9375rem;left:18.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#qZF100pGxv0ReP6m1AlwANEpoFxEVPgw { 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.3125rem;left:19.375rem;height:1.3994125rem;font-style:normal;display:block; }
#Ml6lIp3SiCm40MOHk3duIN496x0g3nmZ { 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; }
#raP6TcgqtwhImB5pTtQGXdDxU34TITpi { 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; }
#JsEnOqIR4knqARZ3NGlhP1VvTeAmf7Uz { 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; }
#l4U4dbFWWLC8NCwGU3mINAD3AycCf2ta { 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; }
#TQaM0erRHz5dXGrOTRMmgfH1T5iRtGHT { color:#381d17;display:block;width:18.25rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:23.1875rem;left:38.125rem;height:2.798825rem;font-style:normal;display:block; }
#mcniMBK5ZCtaKD9Zpt6KB4QE7s63pafX { 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:16.25rem;width:16.25rem;top:2.09375rem;left:38.75rem;overflow:hidden;display:block; }
#MPZayswJwUToXVO3bRTa7RPxvXSJ0ZeZ { 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; }
#ykn6mgTPLt7UMg6G7GT1VenLupl1DnP3 { color:#ffffff;display:block;width:2.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:39.9375rem;height:3.78125rem;font-style:normal;display:block; }
#yczuWsxzFb2Ih4WCfVyKE0R2vT0k9IuS { 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.187501907349rem;height:2.0996125rem;font-style:normal;display:block; }
#Qzhn7Vnq8OpDm8M6lX8ucXNiuPI0eAJr { 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.062501907349rem;height:1.04980625rem;font-style:normal;display:block; }
#HPUT0eAvVpmMiPLoVrHRsEF0CvX3DrJl { 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.125001907349rem;height:1.3994125rem;font-style:normal;display:block; }
#elbe7eLaFLPwafK40WFIG12Ue9zZSnU5 { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:28.3125rem;left:38.250001907349rem;height:1.3994125rem;font-style:normal;display:block; }
#at7EMX8qaLKu3asN8t0kbRQWHEg6xiZr { 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; }
#OHWhR2DDguyxnEFd8bSkaEgTDglanTWl { 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; }
#qT1hCSwT2qUF0kVEqSUVA3kphylvQ5w5 { 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; }
#CaFz2gQnGo2lK3V3wiMM830lfqgGWgO6 { 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; }
#DHkAtigTu1yuHzxp1oBHb96TNvUwJaIi { color:#381d17;display:block;width:14.5rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:23.1875rem;left:56.9375rem;height:1.3994125rem;font-style:normal;display:block; }
#zx8zkzK6vLmrZKvBKNxNOvfmSTm8v8Bf { 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:16.25rem;width:16.25rem;top:2.09375rem;left:56.875rem;overflow:hidden;display:block; }
#rA9vNh1RRQh8HPsHOGTp8ng1RNnbwoF9 { 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; }
#a4UQCHcCFGCqHRH0WNaRPJpb2UXhU0iQ { color:#ffffff;display:block;width:2.875rem;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:59.0625rem;height:3.78125rem;font-style:normal;display:block; }
#UaeWzRfhJ5crDJ3xzRo7Bm4DmDb09QwK { color:#ffffff;display:block;width:2.875rem;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.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#MyPbctE7zWCaorO6QXs2JeK59SdwpLxh { 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.3125rem;height:1.04980625rem;font-style:normal;display:block; }
#etqvkmlpKAx0KWAfylVMpx78Q4E1QtDd { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:26.1875rem;left:56.9375rem;height:1.3994125rem;font-style:normal;display:block; }
#DmdVFwbxydBSvHmbxK4LMDaqtAOD1xFT { 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.3125rem;left:56.937501907349rem;height:1.3994125rem;font-style:normal;display:block; }
#CURsgon22GOaS3hQLgeAHootidHFFvMk { position:relative;display:block; }#CURsgon22GOaS3hQLgeAHootidHFFvMk { background-color: transparent; background-image: none; }#CURsgon22GOaS3hQLgeAHootidHFFvMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .row .container > .video-iframe-container { display: none; }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .row > .video-iframe-container { display: none; }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .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); }#CURsgon22GOaS3hQLgeAHootidHFFvMk { border-width: 0; border-radius: 0; }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .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; }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qB3uL2GK0Ioweaedl1atAsDaiQ2T5ur1 { 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; }
#kEivODfzPsaOnhgHQP91Gm8WsroE7p8t { 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; }
#RTkA2E2z3thrK9czD4ibXCvOpC0sGcTF { 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; }
#pM6pTdBO4rvHaOTMTEexZ1f5gLFWIfHy { 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; }
#BFK5L6xkxqCCgHgK9BTGxHMlGeHLCm5K { color:#381d17;display:block;width:15.8125rem;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; }
#ZLKrv41uZ4iWgQFgI1ndH1rsX36M3HWy { 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:16.25rem;width:16.25rem;top:1.9375rem;left:0.625rem;overflow:hidden;display:block; }
#wgNTzvTNSTMMBe2TyNHrVFQsOariAg5Q { 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; }
#m3uqLmxGux0STJBkgwxs6QQcMsJFhQh7 { color:#ffffff;display:block;width:4.25rem;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.25rem;height:3.78125rem;font-style:normal;display:block; }
#DM42THVonD8SmJz9mXGldMs1SQcoenSd { 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.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#TX1KQ54oB8LcbTdeeLCFveP6fOMsGVZ5 { 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.4375rem;height:1.04980625rem;font-style:normal;display:block; }
#STUS2u3XGxG5w0HX1QEovsbZ1DFTTPsb { color:#381d17;display:block;width:13.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:26.1875rem;left:0.625rem;height:1.3994125rem;font-style:normal;display:block; }
#CZRnk30ulqOGFDm0Sb3bKiEmqvBscDgk { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:28.3125rem;left:0.625rem;height:1.3994125rem;font-style:normal;display:block; }
#aCB4oN1Qx0Znq4TmuclGxTFSdksSnwRv { 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; }
#pvlKTou69tK0GVOTkFLoS1242Uz7qnaM { 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; }
#VZSfCXqs9WSb2QLbqyH5Xv9Euev2wTt5 { 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; }
#FXq0nUUaENDF172NCRHwoBsF459MltD1 { 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; }
#IrIdmb9P0h57WNg8tGuI5eVlTbb8snNT { 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; }
#x4ZDVbVD8SOVzxXMTP4HTK9bPvlzIm5G { color:#381d17;display:block;width:12.75rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:23.1875rem;left:19.375rem;height:2.798825rem;font-style:normal;display:block; }
#qA2dlvoBTmFxFaqq8zeHuhB1mfCfe3UJ { 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:16.25rem;width:16.25rem;top:2.09375rem;left:19.375rem;overflow:hidden;display:block; }
#o0kn7xJmRvs7ECBATCeoiGZuLzrOu2ei { 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; }
#f3L0FH6fVk9Edbqb7Uo2nTw6ImurNith { color:#ffffff;display:block;width:2.3125rem;position:absolute;font-family:futura-condensedextrabold-05;font-size:3.4375rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:18rem;left:21.6875rem;height:3.78125rem;font-style:normal;display:block; }
#WTO6yDbSdzmL2rlm6ggo1NkmxRcBkXzS { 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.187501907349rem;height:2.0996125rem;font-style:normal;display:block; }
#G5mQmyIZkmggvAEEfaOAkwOd9e7ErPMG { 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.062501907349rem;height:1.04980625rem;font-style:normal;display:block; }
#iPXZ15wGRwttVlN0EXD5QuyLrx609TiJ { 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; }
#lUu8H0fuHP2QVk8FSkPBnH2gNXmdTII4 { color:#b10b0c;display:block;width:6rem;position:absolute;font-family:"cera pro medium";font-size:0.625rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:4.5625rem;left:19rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oUdmQ3dlfIEZZCG6PEwroCGDIZzeA5Ue { color:#381d17;display:block;width:15.9375rem;position:absolute;font-family:"cera pro medium";font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:28.312499046326rem;left:19.375rem;height:1.3994125rem;font-style:normal;display:block; }
#IshP8IOOTz7PxvcmAL7ovZoPilcRQBkl { box-sizing:content-box;height:1.875rem;width:6.1875rem;position:absolute;display:block;z-index:15026;background-color:#ffe800;background-image:none;box-shadow: none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;top:4.25rem;left:18.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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) { #Htx56zODdOSgeVu267zVl6q7Gsq6azOL { display:block; }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL { background-color: transparent; background-image: none; }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .row .container > .video-iframe-container { display: none; }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .row > .video-iframe-container { display: none; }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .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); }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL { border-width: 0; border-radius: 0; }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .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) { #vT0CAEJGLMKRT2aw01XuAuhHKbHJGIkH { 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) { #Mz30xyRfpBRmKrxAyLMGrI4Cz1SIRccN { 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) { #CWCcIxExooKCJw4MPgf1b61WPTsuyDzt { 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) { #Tun6ARQz2r72AGv9uyqWbfy2lfyIBPJo { 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) { #TByyFx5x728At0lffWbgOzVtIEW1JDZw { top:23.1875rem;left:0rem;width:14.25rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #t91pTepnOiTJdFUhqWmXSVaJ3aTgXEKR { top:2.0625rem;left:0rem;width:16.25rem;height:16.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hm5NELM4AosOB7P5NGzf5zIG1O9kG7wI { top:16.125rem;left:0rem;width:6.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #uRfB07qSfUqEIPDQUmoM5XdOZzFdlP62 { top:18rem;left:0rem;width:2.125rem;height:3.8125rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OsmAUMGaECTt6TervlWRRyqCkiHUW6wn { top:18.0625rem;left:1.34375rem;width:3rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cCFet17nprGUtG3m4TmgfUrc0nPSS0GO { 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) { #EAcpISDHvVJZ5lBK1EAv3NMchXpB3z2i { top:26.1875rem;left:0rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IwUpwxAPCcNpvdraDG6L4oW0hAokrZBt { top:28.125rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fQsu6A2FF9WvGxpwgX28FB3g073zmkN0 { 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) { #i9dbPXmhq5MNQy9H1GS5T4LuOb7P5aEH { 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) { #teLFpz07fanPriqAi1OkJipBo46M1fpM { 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) { #r65uqtWMzhNo2uR15CoWJaa1xtWTDATT { 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) { #GbDK4L5S26zXrcqoRRKbr9DRTvR7DEJZ { 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) { #nMgfR2vIy6JKwnMT60Sfp0qOE0zpWXb8 { top:23.1875rem;left:7rem;width:16.875rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #H5AFnqxrfzsxfJEJZ3IGcTLTHHURDGZF { top:1.3125rem;left:8.875rem;width:15rem;height:15rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ETtSAMRSz29uo1GTPeoGTDfHLA0lyZNn { 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) { #R0mbdMkTEfsIW0s0ikpSJnvHopTHlW51 { top:18rem;left:11.9375rem;width:4.4375rem;height:;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BMigky3uRhM4TBDozUmopDLUyEqxvNtO { 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) { #JIOXmoHD53GukO2d0AZnL6Z7WtUy3cSp { top:20.3125rem;left:13.843751907349rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hEaG2hoB9oAFkv2uEXHaszbKbkZPolc9 { top:26.1875rem;left:10.3125rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #E1H0ydt8rnAgFV2tw1L9q9subTfph4vC { top:1.0625rem;left:11.9375rem;width:5.125rem;height:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hOr5ZTxBy68CpD4qeSkqTvnvDQGB4CEH { top:8.25rem;left:11.9375rem;width:6rem;height:1.5rem;font-size:0.625rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #q0oeUFl8B3vEJs6VaTVCEzhD8sQOrD23 { top:7.9375rem;left:11.9375rem;width:6.1875rem;height:1.875rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qZF100pGxv0ReP6m1AlwANEpoFxEVPgw { top:28.3125rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Ml6lIp3SiCm40MOHk3duIN496x0g3nmZ { 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) { #raP6TcgqtwhImB5pTtQGXdDxU34TITpi { 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) { #JsEnOqIR4knqARZ3NGlhP1VvTeAmf7Uz { 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) { #l4U4dbFWWLC8NCwGU3mINAD3AycCf2ta { 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) { #TQaM0erRHz5dXGrOTRMmgfH1T5iRtGHT { top:23.1875rem;left:18.9375rem;width:18.25rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mcniMBK5ZCtaKD9Zpt6KB4QE7s63pafX { top:2.0625rem;left:19.5625rem;width:16.25rem;height:16.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MPZayswJwUToXVO3bRTa7RPxvXSJ0ZeZ { 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) { #ykn6mgTPLt7UMg6G7GT1VenLupl1DnP3 { top:18rem;left:23.875rem;width:2.4375rem;height:3.8125rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yczuWsxzFb2Ih4WCfVyKE0R2vT0k9IuS { top:18.0625rem;left:25.15625rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qzhn7Vnq8OpDm8M6lX8ucXNiuPI0eAJr { top:20.3125rem;left:25.031251907349rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HPUT0eAvVpmMiPLoVrHRsEF0CvX3DrJl { top:26.1875rem;left:22.25rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #elbe7eLaFLPwafK40WFIG12Ue9zZSnU5 { top:28.3125rem;left:19.875rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #at7EMX8qaLKu3asN8t0kbRQWHEg6xiZr { 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) { #OHWhR2DDguyxnEFd8bSkaEgTDglanTWl { 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) { #qT1hCSwT2qUF0kVEqSUVA3kphylvQ5w5 { 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) { #CaFz2gQnGo2lK3V3wiMM830lfqgGWgO6 { 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) { #DHkAtigTu1yuHzxp1oBHb96TNvUwJaIi { top:23.1875rem;left:29.8125rem;width:14.5rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zx8zkzK6vLmrZKvBKNxNOvfmSTm8v8Bf { top:2.0625rem;left:31.5rem;width:16.25rem;height:16.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rA9vNh1RRQh8HPsHOGTp8ng1RNnbwoF9 { 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) { #a4UQCHcCFGCqHRH0WNaRPJpb2UXhU0iQ { top:18rem;left:35.8125rem;width:2.875rem;height:3.8125rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UaeWzRfhJ5crDJ3xzRo7Bm4DmDb09QwK { top:18.0625rem;left:37.34375rem;width:2.875rem;height:2.125rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MyPbctE7zWCaorO6QXs2JeK59SdwpLxh { top:20.3125rem;left:37.46875rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #etqvkmlpKAx0KWAfylVMpx78Q4E1QtDd { top:26.1875rem;left:34.1875rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DmdVFwbxydBSvHmbxK4LMDaqtAOD1xFT { top:28.3125rem;left:31.8125rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CURsgon22GOaS3hQLgeAHootidHFFvMk { display:block; }#CURsgon22GOaS3hQLgeAHootidHFFvMk { background-color: transparent; background-image: none; }#CURsgon22GOaS3hQLgeAHootidHFFvMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .row .container > .video-iframe-container { display: none; }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .row > .video-iframe-container { display: none; }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .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); }#CURsgon22GOaS3hQLgeAHootidHFFvMk { border-width: 0; border-radius: 0; }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .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) { #qB3uL2GK0Ioweaedl1atAsDaiQ2T5ur1 { 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) { #kEivODfzPsaOnhgHQP91Gm8WsroE7p8t { 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) { #RTkA2E2z3thrK9czD4ibXCvOpC0sGcTF { 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) { #pM6pTdBO4rvHaOTMTEexZ1f5gLFWIfHy { 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) { #BFK5L6xkxqCCgHgK9BTGxHMlGeHLCm5K { top:23.1875rem;left:0rem;width:15.8125rem;height:2.75rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZLKrv41uZ4iWgQFgI1ndH1rsX36M3HWy { top:1.9375rem;left:0rem;width:16.25rem;height:16.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wgNTzvTNSTMMBe2TyNHrVFQsOariAg5Q { top:16.125rem;left:0rem;width:6.875rem;height:;font-size:1.25rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #m3uqLmxGux0STJBkgwxs6QQcMsJFhQh7 { top:18rem;left:0rem;width:4.25rem;height:3.8125rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DM42THVonD8SmJz9mXGldMs1SQcoenSd { top:18.0625rem;left:2.15625rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TX1KQ54oB8LcbTdeeLCFveP6fOMsGVZ5 { top:20.3125rem;left:2.03125rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #STUS2u3XGxG5w0HX1QEovsbZ1DFTTPsb { top:26.1875rem;left:0rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CZRnk30ulqOGFDm0Sb3bKiEmqvBscDgk { top:28.3125rem;left:0rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aCB4oN1Qx0Znq4TmuclGxTFSdksSnwRv { 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) { #pvlKTou69tK0GVOTkFLoS1242Uz7qnaM { 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) { #VZSfCXqs9WSb2QLbqyH5Xv9Euev2wTt5 { 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) { #FXq0nUUaENDF172NCRHwoBsF459MltD1 { 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) { #IrIdmb9P0h57WNg8tGuI5eVlTbb8snNT { 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) { #x4ZDVbVD8SOVzxXMTP4HTK9bPvlzIm5G { top:23.1875rem;left:7rem;width:12.75rem;height:2.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qA2dlvoBTmFxFaqq8zeHuhB1mfCfe3UJ { top:2.0625rem;left:7.625rem;width:16.25rem;height:16.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o0kn7xJmRvs7ECBATCeoiGZuLzrOu2ei { 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) { #f3L0FH6fVk9Edbqb7Uo2nTw6ImurNith { top:18rem;left:11.9375rem;width:2.3125rem;height:3.8125rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WTO6yDbSdzmL2rlm6ggo1NkmxRcBkXzS { top:18.0625rem;left:13.968751907349rem;width:2.3125rem;height:;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G5mQmyIZkmggvAEEfaOAkwOd9e7ErPMG { top:20.3125rem;left:13.843751907349rem;width:2.625rem;height:;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iPXZ15wGRwttVlN0EXD5QuyLrx609TiJ { top:26.1875rem;left:10.3125rem;width:13.5625rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lUu8H0fuHP2QVk8FSkPBnH2gNXmdTII4 { top:4.5625rem;left:11.9375rem;width:6rem;height:1.5rem;font-size:0.625rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #oUdmQ3dlfIEZZCG6PEwroCGDIZzeA5Ue { top:28.3125rem;left:7.9375rem;width:15.9375rem;height:;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IshP8IOOTz7PxvcmAL7ovZoPilcRQBkl { top:4.25rem;left:11.9375rem;width:6.1875rem;height:1.875rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wXKtRxgE7it5DBFKRaIGJ3P78eORZToc { display:block; }#wXKtRxgE7it5DBFKRaIGJ3P78eORZToc > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Htx56zODdOSgeVu267zVl6q7Gsq6azOL { display:block; }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL { background-color: transparent; background-image: none; }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .row .container > .video-iframe-container { display: none; }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .row > .video-iframe-container { display: none; }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .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); }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL { border-width: 0; border-radius: 0; }#Htx56zODdOSgeVu267zVl6q7Gsq6azOL > .row .container { width:20rem;height:156.375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vT0CAEJGLMKRT2aw01XuAuhHKbHJGIkH { 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) { #Mz30xyRfpBRmKrxAyLMGrI4Cz1SIRccN { 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) { #CWCcIxExooKCJw4MPgf1b61WPTsuyDzt { 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) { #Tun6ARQz2r72AGv9uyqWbfy2lfyIBPJo { 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) { #TByyFx5x728At0lffWbgOzVtIEW1JDZw { width:16.375rem;height:3.1494125rem;top:29rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #t91pTepnOiTJdFUhqWmXSVaJ3aTgXEKR { width:17.8125rem;height:17.8125rem;top:4.5625rem;left:1.09375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hm5NELM4AosOB7P5NGzf5zIG1O9kG7wI { 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) { #uRfB07qSfUqEIPDQUmoM5XdOZzFdlP62 { width:2.3125rem;height:3.91845625rem;top:24.384765625rem;left:3.6875rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OsmAUMGaECTt6TervlWRRyqCkiHUW6wn { width:3rem;height:2.0996125rem;top:24.5rem;left:5.8125rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cCFet17nprGUtG3m4TmgfUrc0nPSS0GO { 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) { #EAcpISDHvVJZ5lBK1EAv3NMchXpB3z2i { width:13.5625rem;height:1.4rem;top:32.4609375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IwUpwxAPCcNpvdraDG6L4oW0hAokrZBt { width:15.9375rem;height:1.4rem;top:34.361457824707rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #fQsu6A2FF9WvGxpwgX28FB3g073zmkN0 { 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) { #i9dbPXmhq5MNQy9H1GS5T4LuOb7P5aEH { width:9.1875rem;height:4.5625rem;top:61.374992370606rem;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) { #teLFpz07fanPriqAi1OkJipBo46M1fpM { width:19.75rem;height:25.6875rem;top:38.312492370606rem;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) { #r65uqtWMzhNo2uR15CoWJaa1xtWTDATT { width:18.75rem;height:24.4375rem;top:38.999992370606rem;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) { #GbDK4L5S26zXrcqoRRKbr9DRTvR7DEJZ { width:8.9375rem;height:1.9375rem;top:59.249992370606rem;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) { #nMgfR2vIy6JKwnMT60Sfp0qOE0zpWXb8 { width:16.875rem;height:3.1494125rem;top:66.562492370606rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #H5AFnqxrfzsxfJEJZ3IGcTLTHHURDGZF { width:15.6875rem;height:15.6875rem;top:43.412498474121rem;left:2.53125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ETtSAMRSz29uo1GTPeoGTDfHLA0lyZNn { width:8.3125rem;height:2.0996125rem;top:59.3359375rem;left:1.1875rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #R0mbdMkTEfsIW0s0ikpSJnvHopTHlW51 { width:4.9375rem;height:3.91845625rem;top:61.62451171875rem;left:1.25rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BMigky3uRhM4TBDozUmopDLUyEqxvNtO { width:3.0625rem;height:2.0996125rem;top:61.62451171875rem;left:5.5625rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JIOXmoHD53GukO2d0AZnL6Z7WtUy3cSp { width:3.0625rem;height:1.225rem;top:63.687492370606rem;left:6.125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hEaG2hoB9oAFkv2uEXHaszbKbkZPolc9 { width:13.5625rem;height:1.4rem;top:69.999992370606rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #E1H0ydt8rnAgFV2tw1L9q9subTfph4vC { width:5.75rem;height:3.5rem;top:39.624992370606rem;left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hOr5ZTxBy68CpD4qeSkqTvnvDQGB4CEH { width:6rem;height:1.5rem;top:45.6875rem;left:0.25rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #q0oeUFl8B3vEJs6VaTVCEzhD8sQOrD23 { width:6.1875rem;height:1.875rem;top:45.375rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qZF100pGxv0ReP6m1AlwANEpoFxEVPgw { width:15.9375rem;height:1.4rem;top:71.712501525881rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #Ml6lIp3SiCm40MOHk3duIN496x0g3nmZ { width:9.1875rem;height:4.5625rem;top:99.4365234375rem;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) { #raP6TcgqtwhImB5pTtQGXdDxU34TITpi { width:19.75rem;height:25.6875rem;top:76.124992370606rem;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) { #JsEnOqIR4knqARZ3NGlhP1VvTeAmf7Uz { width:18.75rem;height:24.4375rem;top:76.749992370606rem;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) { #l4U4dbFWWLC8NCwGU3mINAD3AycCf2ta { width:8.9375rem;height:1.9375rem;top:97.312492370606rem;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) { #TQaM0erRHz5dXGrOTRMmgfH1T5iRtGHT { width:15.5rem;height:4.72265625rem;top:104.62451171875rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #mcniMBK5ZCtaKD9Zpt6KB4QE7s63pafX { width:16.75rem;height:16.75rem;top:79.624992370606rem;left:1.625rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MPZayswJwUToXVO3bRTa7RPxvXSJ0ZeZ { width:9.0625rem;height:2.0996125rem;top:97.3740234375rem;left:0.75rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ykn6mgTPLt7UMg6G7GT1VenLupl1DnP3 { width:3rem;height:3.91845625rem;top:99.81201171875rem;left:3.625rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yczuWsxzFb2Ih4WCfVyKE0R2vT0k9IuS { width:2.875rem;height:2.0996125rem;top:99.87451171875rem;left:6rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qzhn7Vnq8OpDm8M6lX8ucXNiuPI0eAJr { width:3.5625rem;height:1.225rem;top:101.99999237061rem;left:6.375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HPUT0eAvVpmMiPLoVrHRsEF0CvX3DrJl { width:13.5625rem;height:1.3999rem;top:109.87451171875rem;left:0.5rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #elbe7eLaFLPwafK40WFIG12Ue9zZSnU5 { width:15.9375rem;height:1.4rem;top:151.20000457764rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #at7EMX8qaLKu3asN8t0kbRQWHEg6xiZr { width:9.1875rem;height:4.5625rem;top:140.49999237061rem;left:0.75rem;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) { #OHWhR2DDguyxnEFd8bSkaEgTDglanTWl { width:19.75rem;height:25.6875rem;top:117.43749237061rem;left:0.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #d5ba8c;border-left:0.125rem solid #d5ba8c;border-right:0.125rem solid #d5ba8c;border-bottom:0.125rem solid #d5ba8c;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qT1hCSwT2qUF0kVEqSUVA3kphylvQ5w5 { width:18.75rem;height:24.4375rem;top:118.12499237061rem;left:0.6875rem;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) { #CaFz2gQnGo2lK3V3wiMM830lfqgGWgO6 { width:8.9375rem;height:1.9375rem;top:138.37499237061rem;left:0.75rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DHkAtigTu1yuHzxp1oBHb96TNvUwJaIi { width:16.875rem;height:3.1494125rem;top:145.81249237061rem;left:0.75rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #zx8zkzK6vLmrZKvBKNxNOvfmSTm8v8Bf { width:17.4375rem;height:17.4375rem;top:120.31249237061rem;left:1.28125rem;overflow:hidden;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #rA9vNh1RRQh8HPsHOGTp8ng1RNnbwoF9 { width:8.9375rem;height:2.0996125rem;top:138.4375rem;left:0.875rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #a4UQCHcCFGCqHRH0WNaRPJpb2UXhU0iQ { width:2.125rem;height:3.91796875rem;top:140.8125rem;left:3rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UaeWzRfhJ5crDJ3xzRo7Bm4DmDb09QwK { width:2.3125rem;height:2.0996125rem;top:140.875rem;left:5.5625rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MyPbctE7zWCaorO6QXs2JeK59SdwpLxh { width:3.125rem;height:1.2246125rem;top:143.125rem;left:5.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #etqvkmlpKAx0KWAfylVMpx78Q4E1QtDd { width:13.5625rem;height:1.4rem;top:149.12499237061rem;left:0.8125rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #DmdVFwbxydBSvHmbxK4LMDaqtAOD1xFT { width:15.9375rem;height:1.3999rem;top:111.83740234375rem;left:0.4375rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CURsgon22GOaS3hQLgeAHootidHFFvMk { display:block; }#CURsgon22GOaS3hQLgeAHootidHFFvMk { background-color: transparent; background-image: none; }#CURsgon22GOaS3hQLgeAHootidHFFvMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .row .container > .video-iframe-container { display: none; }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .row > .video-iframe-container { display: none; }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .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); }#CURsgon22GOaS3hQLgeAHootidHFFvMk { border-width: 0; border-radius: 0; }#CURsgon22GOaS3hQLgeAHootidHFFvMk > .row .container { width:20rem;height:77.8125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qB3uL2GK0Ioweaedl1atAsDaiQ2T5ur1 { 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) { #kEivODfzPsaOnhgHQP91Gm8WsroE7p8t { 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) { #RTkA2E2z3thrK9czD4ibXCvOpC0sGcTF { 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) { #pM6pTdBO4rvHaOTMTEexZ1f5gLFWIfHy { 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) { #BFK5L6xkxqCCgHgK9BTGxHMlGeHLCm5K { width:19.4375rem;height:3.1494125rem;top:29rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #ZLKrv41uZ4iWgQFgI1ndH1rsX36M3HWy { width:17.5rem;height:17.5rem;top:4.8624992370606rem;left:1.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wgNTzvTNSTMMBe2TyNHrVFQsOariAg5Q { 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) { #m3uqLmxGux0STJBkgwxs6QQcMsJFhQh7 { width:4.4375rem;height:3.91845625rem;top:24.38427734375rem;left:1.9375rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DM42THVonD8SmJz9mXGldMs1SQcoenSd { width:2.3125rem;height:2.1rem;top:24.5rem;left:6.5625rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TX1KQ54oB8LcbTdeeLCFveP6fOMsGVZ5 { width:3.0625rem;height:1.225rem;top:26.5625rem;left:6.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #STUS2u3XGxG5w0HX1QEovsbZ1DFTTPsb { width:13.5625rem;height:1.3999rem;top:32.4609375rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #CZRnk30ulqOGFDm0Sb3bKiEmqvBscDgk { width:15.9375rem;height:1.4rem;top:34.173956871033rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #aCB4oN1Qx0Znq4TmuclGxTFSdksSnwRv { 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) { #pvlKTou69tK0GVOTkFLoS1242Uz7qnaM { width:9.1875rem;height:4.5625rem;top:61.095832824707rem;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) { #VZSfCXqs9WSb2QLbqyH5Xv9Euev2wTt5 { width:19.75rem;height:25.6875rem;top:38.033331871033rem;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) { #FXq0nUUaENDF172NCRHwoBsF459MltD1 { width:18.75rem;height:24.4375rem;top:38.720831871033rem;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) { #IrIdmb9P0h57WNg8tGuI5eVlTbb8snNT { width:8.9375rem;height:1.9375rem;top:58.970832824707rem;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) { #x4ZDVbVD8SOVzxXMTP4HTK9bPvlzIm5G { width:16.875rem;height:3.1484375rem;top:66.283332824706rem;left:0.625rem;font-size:1.125rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #qA2dlvoBTmFxFaqq8zeHuhB1mfCfe3UJ { width:17.9375rem;height:17.9375rem;top:42.033203125rem;left:1.03125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #o0kn7xJmRvs7ECBATCeoiGZuLzrOu2ei { width:8.3125rem;height:2.0996125rem;top:59.0576171875rem;left:1rem;font-size:1.5rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #f3L0FH6fVk9Edbqb7Uo2nTw6ImurNith { width:4.4375rem;height:3.91796875rem;top:61.375rem;left:3.1875rem;font-size:3.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WTO6yDbSdzmL2rlm6ggo1NkmxRcBkXzS { width:2.3125rem;height:2.0996125rem;top:61.3701171875rem;left:5.8125rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G5mQmyIZkmggvAEEfaOAkwOd9e7ErPMG { width:3.0625rem;height:1.2246125rem;top:63.408203125rem;left:5.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iPXZ15wGRwttVlN0EXD5QuyLrx609TiJ { width:13.5625rem;height:1.4rem;top:69.743747711181rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #lUu8H0fuHP2QVk8FSkPBnH2gNXmdTII4 { width:6rem;height:1.5rem;top:43.3125rem;left:0.25rem;font-size:0.625rem;color:#b10b0c;display:block; }
 }@media only screen and (max-width: 763px) { #oUdmQ3dlfIEZZCG6PEwroCGDIZzeA5Ue { width:15.9375rem;height:1.4rem;top:71.820831298825rem;left:0.5625rem;font-size:1rem;color:#381d17;display:block; }
 }@media only screen and (max-width: 763px) { #IshP8IOOTz7PxvcmAL7ovZoPilcRQBkl { width:6.1875rem;height:1.875rem;top:43rem;left:0rem;background-color:#ffe800;background-image:none;border-top:0.125rem solid #ea1b27;border-left:0.125rem solid #ea1b27;border-right:0.125rem solid #ea1b27;border-bottom:0.125rem solid #ea1b27;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }