.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#edc111;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#HrU9mVRbid9agUT4DK8ndhqa6phZJ960 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:25.0625rem;top:0rem;left:26.25rem;overflow:hidden;display:block; }
#q9MMIvfi3k9HtKlhy7lCfBe5lNoS7xSF { color:#004927;display:block;width:75rem;position:absolute;font-family:"dk bocadillo";font-size:4.0625rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:12.09375rem;left:0rem;height:13.4049375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I6GcCm5bQT6MgRRIWtkVub2ftc1OQkKp { color:#004927;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:31.1875rem;left:9.375rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HVV0V155dEvLNqUuVo9cNxa3URXf0bHU { box-sizing:content-box;height:7.1875rem;width:7.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#004927;background-image:none;top:1.9375rem;left:5.90625rem;display:block; }
#UkqM8owRT5GMmgy5mEzDL73OeUNxmKW0 { color:#f5faf7;display:block;width:5.3125rem;position:absolute;font-family:"dk bocadillo";font-size:3.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.25rem;left:6.84375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#BrdKGBi3gK1bEMNDzbzobrqB411nZSMI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:15.5rem;top:1.90625rem;left:55.380859375rem;overflow:hidden;display:block; }
#IfQdGaON94IAUFMGZMgvgz4GVGgS5zUm { position:relative;display:block; }#IfQdGaON94IAUFMGZMgvgz4GVGgS5zUm { background-color: transparent; background-image: none; }#IfQdGaON94IAUFMGZMgvgz4GVGgS5zUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfQdGaON94IAUFMGZMgvgz4GVGgS5zUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfQdGaON94IAUFMGZMgvgz4GVGgS5zUm > .row .container > .video-iframe-container { display: none; }#IfQdGaON94IAUFMGZMgvgz4GVGgS5zUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfQdGaON94IAUFMGZMgvgz4GVGgS5zUm > .row > .video-iframe-container { display: none; }#IfQdGaON94IAUFMGZMgvgz4GVGgS5zUm > .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); }#IfQdGaON94IAUFMGZMgvgz4GVGgS5zUm { border-width: 0; border-radius: 0; }#IfQdGaON94IAUFMGZMgvgz4GVGgS5zUm > .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; }#IfQdGaON94IAUFMGZMgvgz4GVGgS5zUm > .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:57.8125rem;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; }#vbNtBgZKLf3RT8BwdQzcHgJFNAFQ3pmD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:19.25rem;left:37.53125rem;overflow:hidden;display:block; }
#Jm22xftcM0R9CXNpdhEQNh442tquUaaF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:35.5rem;left:6.90625rem;overflow:hidden;display:block; }
#lLRedvJXDlBelP39Hx14h8prdnEnfuVf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:4.25rem;left:6.28125rem;overflow:hidden;display:block; }
#AtddAlRoKZ2VHRSLafKETvQTsFPrF030 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:16.125rem;top:9.8125rem;left:41.28125rem;overflow:hidden;display:block; }
#Z4J8vdPWlPFBdVTgfEVHN6d9FNTgbnTo { color:#004927;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:16rem;left:48.03125rem;height:8.997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wwBHQWegOD4i5zGkrTFne2FH4fh1KsFD { color:#004927;display:block;width:21.6875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:32.625rem;left:12.34375rem;height:5.9982625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ROdyEP6VdEt49u8VVd5ebqJMKyPgVH2S { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:16.125rem;top:53.5rem;left:44.25rem;overflow:hidden;display:block; }
#r3s2tDqc5ROv4fQCRHh62yOfGIeZQsNI { color:#004927;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:46.6875rem;left:47.34375rem;height:5.9982625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hibCpWNS55W7FEGTd9vn4aSgVBs2h33p { position:relative;display:block; }#hibCpWNS55W7FEGTd9vn4aSgVBs2h33p { background-color: transparent; background-image: none; }#hibCpWNS55W7FEGTd9vn4aSgVBs2h33p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hibCpWNS55W7FEGTd9vn4aSgVBs2h33p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hibCpWNS55W7FEGTd9vn4aSgVBs2h33p > .row .container > .video-iframe-container { display: none; }#hibCpWNS55W7FEGTd9vn4aSgVBs2h33p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hibCpWNS55W7FEGTd9vn4aSgVBs2h33p > .row > .video-iframe-container { display: none; }#hibCpWNS55W7FEGTd9vn4aSgVBs2h33p > .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); }#hibCpWNS55W7FEGTd9vn4aSgVBs2h33p { border-width: 0; border-radius: 0; }#hibCpWNS55W7FEGTd9vn4aSgVBs2h33p > .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; }#hibCpWNS55W7FEGTd9vn4aSgVBs2h33p > .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:17.8125rem;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; }#NcPNi3puZJKQPUkdTbx2CXtV6J5FPICx { color:#004927;display:block;width:62rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.4375rem;left:6.5rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y9oQ0VsHWfgmvQ8zNFZaQuDGHw5180ZU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edc111;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y9oQ0VsHWfgmvQ8zNFZaQuDGHw5180ZU > .row .container { background-color: transparent; background-image: none; }#y9oQ0VsHWfgmvQ8zNFZaQuDGHw5180ZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9oQ0VsHWfgmvQ8zNFZaQuDGHw5180ZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9oQ0VsHWfgmvQ8zNFZaQuDGHw5180ZU > .row .container > .video-iframe-container { display: none; }#y9oQ0VsHWfgmvQ8zNFZaQuDGHw5180ZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9oQ0VsHWfgmvQ8zNFZaQuDGHw5180ZU > .row > .video-iframe-container { display: none; }#y9oQ0VsHWfgmvQ8zNFZaQuDGHw5180ZU > .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); }#y9oQ0VsHWfgmvQ8zNFZaQuDGHw5180ZU > .row .container { border-width: 0; border-radius: 0; }#y9oQ0VsHWfgmvQ8zNFZaQuDGHw5180ZU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9oQ0VsHWfgmvQ8zNFZaQuDGHw5180ZU > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }#m4gluGF8ninsymKLLrI7OJs7f4TnyEDe { position:relative;display:block; }#m4gluGF8ninsymKLLrI7OJs7f4TnyEDe { background-color: transparent; background-image: none; }#m4gluGF8ninsymKLLrI7OJs7f4TnyEDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4gluGF8ninsymKLLrI7OJs7f4TnyEDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4gluGF8ninsymKLLrI7OJs7f4TnyEDe > .row .container > .video-iframe-container { display: none; }#m4gluGF8ninsymKLLrI7OJs7f4TnyEDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4gluGF8ninsymKLLrI7OJs7f4TnyEDe > .row > .video-iframe-container { display: none; }#m4gluGF8ninsymKLLrI7OJs7f4TnyEDe > .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); }#m4gluGF8ninsymKLLrI7OJs7f4TnyEDe { border-width: 0; border-radius: 0; }#m4gluGF8ninsymKLLrI7OJs7f4TnyEDe > .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; }#m4gluGF8ninsymKLLrI7OJs7f4TnyEDe > .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:39.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; }#KmFoz2lqTTTHWzp4tIIQ9UFikVbmG3UD { color:#004927;display:block;width:60.5rem;position:absolute;font-family:"dk bocadillo";font-size:3.8125rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:9.6025390625rem;left:4.75rem;height:4.19379375rem;text-align:left;text-align-last:left;display:block; }
#pFNnQETvz6JsoVNR4IqdR61ibUOPxJZM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:17.5rem;top:2.4375rem;left:4.1875rem;overflow:hidden;display:block; }
#iZTQXqG9RtLMaaWkXu0lFohWkRuW71yt { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:12.75rem;left:3.1875rem;overflow:hidden;display:block; }
#XbsvuxMcAbCaVX118MTZ3LnOnMzrkols { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:12.75rem;left:25.5625rem;overflow:hidden;display:block; }
#rMUS7NDE5uvz8PVSkBpLyTSm0W8M7rrb { background-color:#21430a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dk bocadillo";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:2.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:34.5rem;left:7.03125rem;display:block; }
#vCR9AfBGztgJ1dnSy6RVBceJ0Mt9MtfG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MmX50eNZSu307kQHs9wi0S8NIpEV3CX5 { color:#004927;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:29.9765625rem;left:5.125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PXV6k4DarJwfwD6ELyHalix7FTECvayH { color:#004927;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:30.1396484375rem;left:27.34375rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RnW6oBt0Ar1yUhEyyLhvRvABqVrTbkX7 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:7.5rem;top:23.1875rem;left:16.5625rem;overflow:hidden;display:block; }
#Tr7f4i3kD5dy5JotZZILHLqP4q79Vvv9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:7.5625rem;top:23.53125rem;left:39.53125rem;overflow:hidden;display:block; }
#B9e3HQVLWrfQMSC9HgTeA24ZQmdf0ui4 { background-color:#21430a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dk bocadillo";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:2.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:34.5rem;left:29.78125rem;display:block; }
#PTUI1eseWA7zdM5KIJxAUV0sU1NadGBn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eaoxNbVb48G5cUCkcoEC14xuTwncTqoJ { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:19.9375rem;top:34.5rem;left:55.0625rem;overflow:hidden;display:block; }
#QPVbsUxCdpu6KTbCrInr45qkzKUWbcch { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:11.0625rem;top:10.5rem;left:61.6005859375rem;overflow:hidden;display:block; }
#trOBxOC5G4tOANkofvBl5zvO324Vkr4H { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:9rem;top:0.6875rem;left:50.5625rem;overflow:hidden;display:block; }
#fRkBxFbEr2vCNDVRhFkTPbfo23UCVptK { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:9rem;top:25.5625rem;left:49.9375rem;overflow:hidden;display:block; }
#boUUGBtHza598Gx87tsuT7bdZLXAU99X { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:5.625rem;top:25.8125rem;left:59.78125rem;overflow:hidden;display:none; }
#ZRbhxEQtm90eSONIJM4L8N3IieETgfm4 { position:relative;display:block; }#ZRbhxEQtm90eSONIJM4L8N3IieETgfm4 { background-color: transparent; background-image: none; }#ZRbhxEQtm90eSONIJM4L8N3IieETgfm4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRbhxEQtm90eSONIJM4L8N3IieETgfm4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRbhxEQtm90eSONIJM4L8N3IieETgfm4 > .row .container > .video-iframe-container { display: none; }#ZRbhxEQtm90eSONIJM4L8N3IieETgfm4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRbhxEQtm90eSONIJM4L8N3IieETgfm4 > .row > .video-iframe-container { display: none; }#ZRbhxEQtm90eSONIJM4L8N3IieETgfm4 > .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); }#ZRbhxEQtm90eSONIJM4L8N3IieETgfm4 { border-width: 0; border-radius: 0; }#ZRbhxEQtm90eSONIJM4L8N3IieETgfm4 > .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; }#ZRbhxEQtm90eSONIJM4L8N3IieETgfm4 > .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:39.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; }#ZaEpG9ChlMlG1tR4IidrFBF2yWDrXfl7 { color:#004927;display:block;width:60.5rem;position:absolute;font-family:"dk bocadillo";font-size:3.875rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:8.1650390625rem;left:4.1875rem;height:4.2625rem;text-align:left;text-align-last:left;display:block; }
#XvT2ECZCX4fDQrqzRhvH0lA4JLeIfvRG { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:18.6875rem;top:0.5rem;left:4.1875rem;overflow:hidden;display:block; }
#JvLN8DGUVMnzZt026nDAZbghzrLZciTL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:11.5625rem;left:2.96875rem;overflow:hidden;display:block; }
#bZqhTtTqAPvIFf3uNDG8pNcfJB3rn4gl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:11.6875rem;left:26.96875rem;overflow:hidden;display:block; }
#yF59aC1tX1sf4tNlWcDl3KLHFvB3wdiL { color:#004927;display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:28.5126953125rem;left:3.0625rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VyxgyFNk907pmfcGWurbSmPKTKHzoyux { color:#004927;display:block;width:22.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:28.5126953125rem;left:26.34375rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PvVXh60UGTPeevian1uBuOkhEak27wuo { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:8.875rem;top:22.1328125rem;left:38.9375rem;overflow:hidden;display:block; }
#h3s9pC4zl55fvrJliimkmFmr0TqofmCN { background-color:#21430a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dk bocadillo";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:33.25rem;left:7.6875rem;display:block; }
#FvG5hS1LOrtgXQqmiQJTgBBz3FVXgFP9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vcb0duWHMiSTW6Bpgwx3KX4mlGcBXpuA { background-color:#21430a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dk bocadillo";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:2.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.25rem;left:32.15625rem;display:block; }
#dW7XyHp4IWbyHmwvZUM0KEwI2ypwAkM2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#COPApkUhuw4bi0bC8f5eyzCP9ARoPMR7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:9.5rem;top:14.0703125rem;left:50.21875rem;overflow:hidden;display:block; }
#iVWFsf8F011n6pmtV0Mmp6QpZnwQ5kdH { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:9.375rem;top:22.6123046875rem;left:63.5625rem;overflow:hidden;display:block; }
#PKZB4VqXXZW8MH59C6qfft3sdKmJgAEX { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:11.25rem;top:32.3876953125rem;left:50.21875rem;overflow:hidden;display:block; }
#bkKLlZI4f1UrS6pzTU9Mn9HXRosqTzu6 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:9.125rem;top:21.9765625rem;left:15.78125rem;overflow:hidden;display:block; }
#BMpofKDeG2fmf0lRMnXci9tw9K49mKSr { position:relative;display:block; }#BMpofKDeG2fmf0lRMnXci9tw9K49mKSr { background-color: transparent; background-image: none; }#BMpofKDeG2fmf0lRMnXci9tw9K49mKSr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMpofKDeG2fmf0lRMnXci9tw9K49mKSr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMpofKDeG2fmf0lRMnXci9tw9K49mKSr > .row .container > .video-iframe-container { display: none; }#BMpofKDeG2fmf0lRMnXci9tw9K49mKSr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMpofKDeG2fmf0lRMnXci9tw9K49mKSr > .row > .video-iframe-container { display: none; }#BMpofKDeG2fmf0lRMnXci9tw9K49mKSr > .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); }#BMpofKDeG2fmf0lRMnXci9tw9K49mKSr { border-width: 0; border-radius: 0; }#BMpofKDeG2fmf0lRMnXci9tw9K49mKSr > .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; }#BMpofKDeG2fmf0lRMnXci9tw9K49mKSr > .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:42.5rem;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; }#eJCT5p3uoDskQWgyqMdDoJ3xRMHWJiwS { color:#004927;display:block;width:60.5rem;position:absolute;font-family:"dk bocadillo";font-size:3.875rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:7.7900390625rem;left:4.125rem;height:4.26215rem;text-align:left;text-align-last:left;display:block; }
#Q7uhSZCw2rcE2LJQP230z48XvshBVZde { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:18.3125rem;top:1.125rem;left:4.125rem;overflow:hidden;display:block; }
#c4yP5OoXJoITewapzD29S5nXwmvbFp9E { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:11.0625rem;left:2.4375rem;overflow:hidden;display:block; }
#rFhzTLOaKbZaTbgFAiehP2Q2EpfV2nWw { color:#004927;display:block;width:16.9375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:28.6494140625rem;left:4.8125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DoF9WbD73OM9eRTw4fb2rfAPzTVeNi1L { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:9.125rem;top:21.875rem;left:15.5rem;overflow:hidden;display:block; }
#Oig4Q3EcgEM0vKOkhMaZ6UeVt9pQexvO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:22.0625rem;top:14.78125rem;left:40.6875rem;overflow:hidden;display:block; }
#AQTTlHreHSypq3akN8qsWVxp1uqTUEaq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:21.5rem;top:41.1875rem;left:26.75rem;overflow:hidden;display:block; }
#xNlKT6zJMDhmg1nAGkeW6ZICGAoHEn9H { background-color:#21430a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dk bocadillo";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:2.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.21875rem;left:8.0625rem;display:block; }
#LoTi7UHWG6hkmcPaRuIoiGVhl1ZFR0yR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qkXzRPU16HAQLT3c70ngNISZI1ksTtFU { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:5rem;top:26.4365234375rem;left:40.6875rem;overflow:hidden;display:block; }
#X355QtTamfpGGXM0Gl5I5clvuL9I0CiZ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:5.625rem;top:29.1875rem;left:50.71875rem;overflow:hidden;display:block; }
#ZLB2WgWG54O7ItiEUnm9LD8ZRpGCXz0G { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:11.125rem;top:5.5625rem;left:62.6875rem;overflow:hidden;display:block; }
#vFFTDT8Hi6LbhctQGIhmM6uDMTdGTRn2 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:5.625rem;top:25.8125rem;left:59.78125rem;overflow:hidden;display:block; }
#tyhaVL7LpvwQaecwGf6oD1RUTCx4TRPX { position:relative;display:block; }#tyhaVL7LpvwQaecwGf6oD1RUTCx4TRPX { background-color: transparent; background-image: none; }#tyhaVL7LpvwQaecwGf6oD1RUTCx4TRPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyhaVL7LpvwQaecwGf6oD1RUTCx4TRPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyhaVL7LpvwQaecwGf6oD1RUTCx4TRPX > .row .container > .video-iframe-container { display: none; }#tyhaVL7LpvwQaecwGf6oD1RUTCx4TRPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyhaVL7LpvwQaecwGf6oD1RUTCx4TRPX > .row > .video-iframe-container { display: none; }#tyhaVL7LpvwQaecwGf6oD1RUTCx4TRPX > .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); }#tyhaVL7LpvwQaecwGf6oD1RUTCx4TRPX { border-width: 0; border-radius: 0; }#tyhaVL7LpvwQaecwGf6oD1RUTCx4TRPX > .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; }#tyhaVL7LpvwQaecwGf6oD1RUTCx4TRPX > .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:11.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iVtlaZDERUT4P3akWESFJyLRa3WROQz9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20rem;top:8.0625rem;left:13.28125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #HrU9mVRbid9agUT4DK8ndhqa6phZJ960 { top:0rem;left:12.625rem;width:25.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9MMIvfi3k9HtKlhy7lCfBe5lNoS7xSF { top:12.0625rem;left:0rem;width:47.75rem;height:13.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6GcCm5bQT6MgRRIWtkVub2ftc1OQkKp { top:31.1875rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVV0V155dEvLNqUuVo9cNxa3URXf0bHU { top:1.9375rem;left:0rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkqM8owRT5GMmgy5mEzDL73OeUNxmKW0 { top:3.25rem;left:0rem;width:5.3125rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrdKGBi3gK1bEMNDzbzobrqB411nZSMI { top:1.875rem;left:32.25rem;width:15.5rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfQdGaON94IAUFMGZMgvgz4GVGgS5zUm { display:block; }#IfQdGaON94IAUFMGZMgvgz4GVGgS5zUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbNtBgZKLf3RT8BwdQzcHgJFNAFQ3pmD { top:19.25rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm22xftcM0R9CXNpdhEQNh442tquUaaF { top:35.5rem;left:0rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLRedvJXDlBelP39Hx14h8prdnEnfuVf { top:4.25rem;left:0rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtddAlRoKZ2VHRSLafKETvQTsFPrF030 { top:9.8125rem;left:27.65625rem;width:16.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4J8vdPWlPFBdVTgfEVHN6d9FNTgbnTo { top:16rem;left:30.875rem;width:16.875rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwBHQWegOD4i5zGkrTFne2FH4fh1KsFD { top:32.625rem;left:0rem;width:21.6875rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROdyEP6VdEt49u8VVd5ebqJMKyPgVH2S { top:53.5rem;left:30.625rem;width:16.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3s2tDqc5ROv4fQCRHh62yOfGIeZQsNI { top:46.6875rem;left:30.875rem;width:16.875rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hibCpWNS55W7FEGTd9vn4aSgVBs2h33p { display:block; }#hibCpWNS55W7FEGTd9vn4aSgVBs2h33p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcPNi3puZJKQPUkdTbx2CXtV6J5FPICx { top:7.4375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9oQ0VsHWfgmvQ8zNFZaQuDGHw5180ZU { display:block; }#y9oQ0VsHWfgmvQ8zNFZaQuDGHw5180ZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4gluGF8ninsymKLLrI7OJs7f4TnyEDe { display:block; }#m4gluGF8ninsymKLLrI7OJs7f4TnyEDe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmFoz2lqTTTHWzp4tIIQ9UFikVbmG3UD { top:9.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFNnQETvz6JsoVNR4IqdR61ibUOPxJZM { top:2.4375rem;left:0rem;width:17.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTQXqG9RtLMaaWkXu0lFohWkRuW71yt { top:12.75rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbsvuxMcAbCaVX118MTZ3LnOnMzrkols { top:12.75rem;left:11.9375rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMUS7NDE5uvz8PVSkBpLyTSm0W8M7rrb { width:10.4375rem;height:2.3125rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCR9AfBGztgJ1dnSy6RVBceJ0Mt9MtfG { display:block; }
 }@media only screen and (max-width: 763px) { #MmX50eNZSu307kQHs9wi0S8NIpEV3CX5 { top:29.9375rem;left:0rem;width:16.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXV6k4DarJwfwD6ELyHalix7FTECvayH { top:30.125rem;left:13.71875rem;width:17.5rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnW6oBt0Ar1yUhEyyLhvRvABqVrTbkX7 { top:23.1875rem;left:2.9375rem;width:7.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7f4i3kD5dy5JotZZILHLqP4q79Vvv9 { top:23.5rem;left:25.90625rem;width:7.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9e3HQVLWrfQMSC9HgTeA24ZQmdf0ui4 { width:10.4375rem;height:2.3125rem;top:34.5rem;left:16.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUI1eseWA7zdM5KIJxAUV0sU1NadGBn { display:block; }
 }@media only screen and (max-width: 763px) { #eaoxNbVb48G5cUCkcoEC14xuTwncTqoJ { top:34.5rem;left:27.8125rem;width:19.9375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPVbsUxCdpu6KTbCrInr45qkzKUWbcch { top:10.5rem;left:36.6875rem;width:11.0625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trOBxOC5G4tOANkofvBl5zvO324Vkr4H { top:0.6875rem;left:36.9375rem;width:9rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRkBxFbEr2vCNDVRhFkTPbfo23UCVptK { top:25.5625rem;left:36.3125rem;width:9rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boUUGBtHza598Gx87tsuT7bdZLXAU99X { top:25.8125rem;left:42.125rem;width:5.625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRbhxEQtm90eSONIJM4L8N3IieETgfm4 { display:block; }#ZRbhxEQtm90eSONIJM4L8N3IieETgfm4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaEpG9ChlMlG1tR4IidrFBF2yWDrXfl7 { top:8.125rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvT2ECZCX4fDQrqzRhvH0lA4JLeIfvRG { top:0.5rem;left:0rem;width:18.6875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvLN8DGUVMnzZt026nDAZbghzrLZciTL { top:11.5625rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZqhTtTqAPvIFf3uNDG8pNcfJB3rn4gl { top:11.6875rem;left:13.34375rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF59aC1tX1sf4tNlWcDl3KLHFvB3wdiL { top:28.5rem;left:0rem;width:20.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyxgyFNk907pmfcGWurbSmPKTKHzoyux { top:28.5rem;left:12.71875rem;width:22.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvVXh60UGTPeevian1uBuOkhEak27wuo { top:22.125rem;left:25.3125rem;width:8.875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3s9pC4zl55fvrJliimkmFmr0TqofmCN { width:10.4375rem;height:2.3125rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvG5hS1LOrtgXQqmiQJTgBBz3FVXgFP9 { display:block; }
 }@media only screen and (max-width: 763px) { #vcb0duWHMiSTW6Bpgwx3KX4mlGcBXpuA { width:10.4375rem;height:2.3125rem;top:33.25rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW7XyHp4IWbyHmwvZUM0KEwI2ypwAkM2 { display:block; }
 }@media only screen and (max-width: 763px) { #COPApkUhuw4bi0bC8f5eyzCP9ARoPMR7 { top:14.0625rem;left:36.59375rem;width:9.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVWFsf8F011n6pmtV0Mmp6QpZnwQ5kdH { top:22.5625rem;left:38.375rem;width:9.375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKZB4VqXXZW8MH59C6qfft3sdKmJgAEX { top:32.375rem;left:36.5rem;width:11.25rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkKLlZI4f1UrS6pzTU9Mn9HXRosqTzu6 { top:21.9375rem;left:2.15625rem;width:9.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMpofKDeG2fmf0lRMnXci9tw9K49mKSr { display:block; }#BMpofKDeG2fmf0lRMnXci9tw9K49mKSr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJCT5p3uoDskQWgyqMdDoJ3xRMHWJiwS { top:7.75rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7uhSZCw2rcE2LJQP230z48XvshBVZde { top:1.125rem;left:0rem;width:18.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4yP5OoXJoITewapzD29S5nXwmvbFp9E { top:11.0625rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFhzTLOaKbZaTbgFAiehP2Q2EpfV2nWw { top:28.625rem;left:0rem;width:16.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoF9WbD73OM9eRTw4fb2rfAPzTVeNi1L { top:21.875rem;left:1.875rem;width:9.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oig4Q3EcgEM0vKOkhMaZ6UeVt9pQexvO { top:14.75rem;left:25.6875rem;width:22.0625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQTTlHreHSypq3akN8qsWVxp1uqTUEaq { top:41.1875rem;left:13.125rem;width:21.5rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNlKT6zJMDhmg1nAGkeW6ZICGAoHEn9H { width:10.4375rem;height:2.3125rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoTi7UHWG6hkmcPaRuIoiGVhl1ZFR0yR { display:block; }
 }@media only screen and (max-width: 763px) { #qkXzRPU16HAQLT3c70ngNISZI1ksTtFU { top:26.375rem;left:27.0625rem;width:5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X355QtTamfpGGXM0Gl5I5clvuL9I0CiZ { top:29.1875rem;left:37.09375rem;width:5.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLB2WgWG54O7ItiEUnm9LD8ZRpGCXz0G { top:5.5625rem;left:36.625rem;width:11.125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFFTDT8Hi6LbhctQGIhmM6uDMTdGTRn2 { top:25.8125rem;left:42.125rem;width:5.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyhaVL7LpvwQaecwGf6oD1RUTCx4TRPX { display:block; }#tyhaVL7LpvwQaecwGf6oD1RUTCx4TRPX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVtlaZDERUT4P3akWESFJyLRa3WROQz9 { top:8.0625rem;left:0rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:27.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrU9mVRbid9agUT4DK8ndhqa6phZJ960 { width:11.25rem;height:4.875rem;top:0rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9MMIvfi3k9HtKlhy7lCfBe5lNoS7xSF { width:20rem;height:7.1484375rem;top:6.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6GcCm5bQT6MgRRIWtkVub2ftc1OQkKp { width:20rem;height:7.1180625rem;top:19.4609375rem;left:0rem;font-size:1.1875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVV0V155dEvLNqUuVo9cNxa3URXf0bHU { width:3rem;height:3rem;top:0.9375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkqM8owRT5GMmgy5mEzDL73OeUNxmKW0 { width:5.3125rem;height:1.86875rem;top:1.5rem;left:14.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrdKGBi3gK1bEMNDzbzobrqB411nZSMI { width:7.25rem;height:3.125rem;top:15.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfQdGaON94IAUFMGZMgvgz4GVGgS5zUm { display:block; }#IfQdGaON94IAUFMGZMgvgz4GVGgS5zUm > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbNtBgZKLf3RT8BwdQzcHgJFNAFQ3pmD { width:11.25rem;height:11.25rem;top:9.0625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm22xftcM0R9CXNpdhEQNh442tquUaaF { width:11.25rem;height:11.25rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLRedvJXDlBelP39Hx14h8prdnEnfuVf { width:11.25rem;height:11.25rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtddAlRoKZ2VHRSLafKETvQTsFPrF030 { width:9.3125rem;height:3.1875rem;top:2.3125rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4J8vdPWlPFBdVTgfEVHN6d9FNTgbnTo { width:8.75rem;height:4.21875rem;top:6.515625rem;left:11.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwBHQWegOD4i5zGkrTFne2FH4fh1KsFD { width:8.875rem;height:3.671875rem;top:13.474609375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ROdyEP6VdEt49u8VVd5ebqJMKyPgVH2S { width:7.5625rem;height:2.625rem;top:24.5625rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3s2tDqc5ROv4fQCRHh62yOfGIeZQsNI { width:8.5rem;height:2.8125rem;top:20.3125rem;left:11.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hibCpWNS55W7FEGTd9vn4aSgVBs2h33p { display:block; }#hibCpWNS55W7FEGTd9vn4aSgVBs2h33p > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcPNi3puZJKQPUkdTbx2CXtV6J5FPICx { width:20rem;height:5.17578125rem;top:1.25rem;left:0rem;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9oQ0VsHWfgmvQ8zNFZaQuDGHw5180ZU { display:block; }#y9oQ0VsHWfgmvQ8zNFZaQuDGHw5180ZU > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4gluGF8ninsymKLLrI7OJs7f4TnyEDe { display:block; }#m4gluGF8ninsymKLLrI7OJs7f4TnyEDe > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmFoz2lqTTTHWzp4tIIQ9UFikVbmG3UD { width:15.5rem;height:1.65rem;top:5.3125rem;left:2.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pFNnQETvz6JsoVNR4IqdR61ibUOPxJZM { width:11.125rem;height:3.125rem;top:0.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTQXqG9RtLMaaWkXu0lFohWkRuW71yt { width:10rem;height:10rem;top:7.5rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbsvuxMcAbCaVX118MTZ3LnOnMzrkols { width:10rem;height:10rem;top:22.9609375rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMUS7NDE5uvz8PVSkBpLyTSm0W8M7rrb { width:7.25rem;height:1.75rem;top:20.185546875rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCR9AfBGztgJ1dnSy6RVBceJ0Mt9MtfG { display:block; }
 }@media only screen and (max-width: 763px) { #MmX50eNZSu307kQHs9wi0S8NIpEV3CX5 { width:16.625rem;height:1.462675rem;top:16.8125rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXV6k4DarJwfwD6ELyHalix7FTECvayH { width:15.3125rem;height:1.462675rem;top:32.9609375rem;left:2.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RnW6oBt0Ar1yUhEyyLhvRvABqVrTbkX7 { width:4.875rem;height:3.3125rem;top:12.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7f4i3kD5dy5JotZZILHLqP4q79Vvv9 { width:4.6875rem;height:3.125rem;top:28.6484375rem;left:11.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9e3HQVLWrfQMSC9HgTeA24ZQmdf0ui4 { width:7.25rem;height:1.75rem;top:36.021484375rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUI1eseWA7zdM5KIJxAUV0sU1NadGBn { display:block; }
 }@media only screen and (max-width: 763px) { #eaoxNbVb48G5cUCkcoEC14xuTwncTqoJ { width:10.3125rem;height:8.125rem;top:40.060546875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPVbsUxCdpu6KTbCrInr45qkzKUWbcch { width:0.625rem;height:0.6875rem;top:27.6171875rem;left:6.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #trOBxOC5G4tOANkofvBl5zvO324Vkr4H { width:3.875rem;height:3rem;top:13.09375rem;left:2.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #fRkBxFbEr2vCNDVRhFkTPbfo23UCVptK { width:0.6875rem;height:0.625rem;top:28.78125rem;left:8.3125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #boUUGBtHza598Gx87tsuT7bdZLXAU99X { width:3rem;height:1.75rem;top:30.0859375rem;left:3.65625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ZRbhxEQtm90eSONIJM4L8N3IieETgfm4 { display:block; }#ZRbhxEQtm90eSONIJM4L8N3IieETgfm4 > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaEpG9ChlMlG1tR4IidrFBF2yWDrXfl7 { width:20rem;height:1.65rem;top:7rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvT2ECZCX4fDQrqzRhvH0lA4JLeIfvRG { width:15.6875rem;height:4.3125rem;top:1rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvLN8DGUVMnzZt026nDAZbghzrLZciTL { width:10rem;height:10rem;top:9.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZqhTtTqAPvIFf3uNDG8pNcfJB3rn4gl { width:10rem;height:10rem;top:25.8671875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF59aC1tX1sf4tNlWcDl3KLHFvB3wdiL { width:16.9375rem;height:1.462675rem;top:19.3125rem;left:1.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VyxgyFNk907pmfcGWurbSmPKTKHzoyux { width:18.3125rem;height:1.462675rem;top:35.8671875rem;left:0.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PvVXh60UGTPeevian1uBuOkhEak27wuo { width:5.375rem;height:3.0625rem;top:31.5625rem;left:11.4912109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3s9pC4zl55fvrJliimkmFmr0TqofmCN { width:7.25rem;height:1.75rem;top:22.453125rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvG5hS1LOrtgXQqmiQJTgBBz3FVXgFP9 { display:block; }
 }@media only screen and (max-width: 763px) { #vcb0duWHMiSTW6Bpgwx3KX4mlGcBXpuA { width:7.25rem;height:1.75rem;top:39.078125rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW7XyHp4IWbyHmwvZUM0KEwI2ypwAkM2 { display:block; }
 }@media only screen and (max-width: 763px) { #COPApkUhuw4bi0bC8f5eyzCP9ARoPMR7 { width:3.4375rem;height:2.9375rem;top:14.90625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVWFsf8F011n6pmtV0Mmp6QpZnwQ5kdH { width:3.25rem;height:2.6875rem;top:32rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKZB4VqXXZW8MH59C6qfft3sdKmJgAEX { width:1.125rem;height:0.625rem;top:31rem;left:9.4375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #bkKLlZI4f1UrS6pzTU9Mn9HXRosqTzu6 { width:5.9375rem;height:2.8125rem;top:14.96875rem;left:11.2099609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMpofKDeG2fmf0lRMnXci9tw9K49mKSr { display:block; }#BMpofKDeG2fmf0lRMnXci9tw9K49mKSr > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJCT5p3uoDskQWgyqMdDoJ3xRMHWJiwS { width:20rem;height:1.444225rem;top:6.0625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7uhSZCw2rcE2LJQP230z48XvshBVZde { width:14.9375rem;height:4rem;top:0.875rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4yP5OoXJoITewapzD29S5nXwmvbFp9E { width:10rem;height:10rem;top:7.505859375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFhzTLOaKbZaTbgFAiehP2Q2EpfV2nWw { width:16.9375rem;height:1.462675rem;top:16.818359375rem;left:1.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DoF9WbD73OM9eRTw4fb2rfAPzTVeNi1L { width:5.5625rem;height:3.125rem;top:12.880859375rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oig4Q3EcgEM0vKOkhMaZ6UeVt9pQexvO { width:12rem;height:9.125rem;top:24.904296875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQTTlHreHSypq3akN8qsWVxp1uqTUEaq { width:9.9375rem;height:4.3125rem;top:38.935546875rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNlKT6zJMDhmg1nAGkeW6ZICGAoHEn9H { width:7.25rem;height:1.75rem;top:20.498046875rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoTi7UHWG6hkmcPaRuIoiGVhl1ZFR0yR { display:block; }
 }@media only screen and (max-width: 763px) { #qkXzRPU16HAQLT3c70ngNISZI1ksTtFU { width:2.625rem;height:2.0625rem;top:31.1220703125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #X355QtTamfpGGXM0Gl5I5clvuL9I0CiZ { width:3rem;height:1.8125rem;top:32.279296875rem;left:9.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLB2WgWG54O7ItiEUnm9LD8ZRpGCXz0G { width:1.25rem;height:0.625rem;top:30.216796875rem;left:9.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vFFTDT8Hi6LbhctQGIhmM6uDMTdGTRn2 { width:3.625rem;height:2.1875rem;top:31.0595703125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyhaVL7LpvwQaecwGf6oD1RUTCx4TRPX { display:block; }#tyhaVL7LpvwQaecwGf6oD1RUTCx4TRPX > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVtlaZDERUT4P3akWESFJyLRa3WROQz9 { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }