.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:240,215,215;--color-primary-1:211,135,135;--color-primary-2:182,55,55;--color-primary-3:164,5,5;--color-primary-4:149,14,14;--color-secondary-0:225,233,225;--color-secondary-1:164,188,166;--color-secondary-2:103,144,106;--color-secondary-3:62,86,64;--color-secondary-4:1,70,6;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,253;--color-tertiary-2:76,76,76;--color-tertiary-3:67,67,67;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--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/72b37685-fab7-48f7-8257-e90b410e43b5/portadanavidadcopy.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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); }#dHT02W8GayrpTFypaocdAme8ybXpTCVx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.89);background-image:none;position:fixed;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dHT02W8GayrpTFypaocdAme8ybXpTCVx > .row .container { background-color: transparent; background-image: none; }#dHT02W8GayrpTFypaocdAme8ybXpTCVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHT02W8GayrpTFypaocdAme8ybXpTCVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHT02W8GayrpTFypaocdAme8ybXpTCVx > .row .container > .video-iframe-container { display: none; }#dHT02W8GayrpTFypaocdAme8ybXpTCVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHT02W8GayrpTFypaocdAme8ybXpTCVx > .row > .video-iframe-container { display: none; }#dHT02W8GayrpTFypaocdAme8ybXpTCVx > .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); }#dHT02W8GayrpTFypaocdAme8ybXpTCVx > .row .container { border-width: 0; border-radius: 0; }#dHT02W8GayrpTFypaocdAme8ybXpTCVx > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#dHT02W8GayrpTFypaocdAme8ybXpTCVx > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#GgpvdOrBaQ2KDQpBuNaFupnhO6IKFLpv { z-index:15001;top:1.09375rem;left:55.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #048d00);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #048d00);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #048d00);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), #048d00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#048d00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#048d00' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), #048d00);background-size:auto !important;border-top:0.125rem solid #ab7800;border-left:0.125rem solid #ab7800;border-right:0.125rem solid #ab7800;border-bottom:0.125rem solid #ab7800;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.1875rem 0.25rem rgba(255,241,208,0.28) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:opensanssemibold;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cpO3qMh7koqBqVhvDcucxMiihyLzz5kE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z5FGG2Dmp4Sef31enUfW1AOPDTfcgeQR { 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.4375rem;width:9.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#s8i0rc2WCe4dxlxJoAkSnEKastExq984 { 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.5625rem;width:11.1875rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),0.21);background-image:url("https://images.assets-landingi.com/uc/724c1a90-e3cd-4010-8429-9200a6265600/bcknavidad.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:41.375rem;width:75rem;overflow:visible;position:relative;display:block; }#f7mLQiutu9NWrxnELsE8wFxZ8klmDhOm { color:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.72);top:9.9375rem;left:18.375rem;height:11.69925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XLMg87fTcZi5lELMKRfahJkcNZZushhA { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted rgba(var(--color-tertiary-0),1);border-left:0;border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.3) ;height:3.8125rem;width:41.9375rem;top:28.375rem;left:16.5rem;display:block; }
#MIyEsdHetMvkZaSHelBlTw8z3AhTMFBK { color:rgba(var(--color-tertiary-0),1);display:block;width:38.0625rem;position:absolute;font-family:fraternite;font-size:7rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.72);top:21.63671875rem;left:19.7138671875rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTgHGos2ezup1oSTPucRWqG7tcBwwfhS { 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.6875rem;width:6.4375rem;top:28.125rem;left:52.0625rem;overflow:hidden;display:block; }
#EMM7TTdPPRev95uKJ4wpMDc5ThNsWTOS { 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:3.8125rem;width:7.1875rem;top:29.375rem;left:16.5rem;overflow:hidden;display:block; }
#rGWcyVeHTCHEfqsCmOgoAm4CQQnmhPFq { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15020;line-height:1;letter-spacing:0;top:29.4375rem;left:22.3388671875rem;height:1.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#trppPEVkToZeJw60n9z6fJFM6L4ekoTi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a5313;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; }#trppPEVkToZeJw60n9z6fJFM6L4ekoTi > .row .container { background-color: transparent; background-image: none; }#trppPEVkToZeJw60n9z6fJFM6L4ekoTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trppPEVkToZeJw60n9z6fJFM6L4ekoTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trppPEVkToZeJw60n9z6fJFM6L4ekoTi > .row .container > .video-iframe-container { display: none; }#trppPEVkToZeJw60n9z6fJFM6L4ekoTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trppPEVkToZeJw60n9z6fJFM6L4ekoTi > .row > .video-iframe-container { display: none; }#trppPEVkToZeJw60n9z6fJFM6L4ekoTi > .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); }#trppPEVkToZeJw60n9z6fJFM6L4ekoTi > .row .container { border-width: 0; border-radius: 0; }#trppPEVkToZeJw60n9z6fJFM6L4ekoTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trppPEVkToZeJw60n9z6fJFM6L4ekoTi > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#J9ZOlkTyfuloSMGK6uNX29VCVHGvbwqS { color:rgba(var(--color-tertiary-0),1);display:block;width:65.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:2.3125rem;left:4.8125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ap2vQrzIdteTUd20oB8eTGNllBOHK2Ks { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:6.6875rem;left:21.15625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b9fac2e5-5e91-4b5f-92e5-6d46f8bccbb2/B9zecqUIMAEGZvVcopia.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4.adaptive-delivery-prevent-bg, #IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4.lazyload, #IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4.lazyloading { background-image: none; }#IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4 > .row .container { background-color: transparent; background-image: none; }#IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4 > .row .container > .video-iframe-container { display: none; }#IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4 > .row > .video-iframe-container { display: none; }#IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4 > .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); }#IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4 > .row .container { border-width: 0; border-radius: 0; }#IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ca428d82-1fee-4fa7-9e52-e69ec22d841c/portadanavidadcopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU.adaptive-delivery-prevent-bg, #e2IknuTf8GozHWabxe69Ot5A3HVh62TU.lazyload, #e2IknuTf8GozHWabxe69Ot5A3HVh62TU.lazyloading { background-image: none; }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU > .row .container { background-color: transparent; background-image: none; }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU > .row .container > .video-iframe-container { display: none; }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU > .row > .video-iframe-container { display: none; }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU > .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); }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU > .row .container { border-width: 0; border-radius: 0; }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#WBIM86lOLzMcgdATTfPkXEAIHbbF2fsL { color:#0a5313;display:block;width:51.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:11.86865234375rem;left:11.9375rem;height:7.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#scXPuAxQEQItNT7ZtisqC8xi7giM4C1X { color:rgba(var(--color-primary-3),1);display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.869140625rem;left:14.0625rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbSktFCkbaRscKLWA8kOzdkMmJebxE3p { color:#c50b0b;display:block;width:49.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:31.5625rem;left:12.625rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KTl9B10DJvzHNwgZ0S99EFlTJxm3VTi8 { position:absolute;display:block;z-index:15002;background-color:rgba(10,83,19,0.1);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:2.8125rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:13.8125rem;width:60.1875rem;top:8.8623046875rem;left:7.40625rem;display:block; }
#HIPxeVk11sZQ5xaxLC6S64vVFtAKwFel { z-index:15003;top:40.5625rem;left:24.09375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a5313, #098218);background-image: -moz-linear-gradient(180deg, #0a5313, #098218);background-image: -ms-linear-gradient(180deg, #0a5313, #098218);background-image: -o-linear-gradient(180deg, #0a5313, #098218);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5313', endColorstr='#098218' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5313', endColorstr='#098218' );";background-image: linear-gradient(180deg, #0a5313, #098218);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 0.9375rem #0a5313 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XcMi2eZxKmpI6WDNG3HQnALFnZanygkU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1ab23364-a828-4ea0-a9ab-588b776f682a/IMG_4009.crop_4019x2055_0,847.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh.adaptive-delivery-prevent-bg, #DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh.lazyload, #DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh.lazyloading { background-image: none; }#DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh > .row .container { background-color: transparent; background-image: none; }#DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh > .row .container > .video-iframe-container { display: none; }#DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh > .row > .video-iframe-container { display: none; }#DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh > .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); }#DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh > .row .container { border-width: 0; border-radius: 0; }#DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#NlPckGdWQNB1O6Z5rFGOWVTt9Ab6qXC8 { position:absolute;display:block;z-index:15035;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.0625rem;width:65.4375rem;top:14.75rem;left:4.78125rem;overflow:hidden;display:block; }
#cMTM6WknS5SPfl6VCuc69gg9gwCfCcyl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#cMTM6WknS5SPfl6VCuc69gg9gwCfCcyl > .row .container { background-color: transparent; background-image: none; }#cMTM6WknS5SPfl6VCuc69gg9gwCfCcyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMTM6WknS5SPfl6VCuc69gg9gwCfCcyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMTM6WknS5SPfl6VCuc69gg9gwCfCcyl > .row .container > .video-iframe-container { display: none; }#cMTM6WknS5SPfl6VCuc69gg9gwCfCcyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMTM6WknS5SPfl6VCuc69gg9gwCfCcyl > .row > .video-iframe-container { display: none; }#cMTM6WknS5SPfl6VCuc69gg9gwCfCcyl > .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); }#cMTM6WknS5SPfl6VCuc69gg9gwCfCcyl > .row .container { border-width: 0; border-radius: 0; }#cMTM6WknS5SPfl6VCuc69gg9gwCfCcyl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMTM6WknS5SPfl6VCuc69gg9gwCfCcyl > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;position:relative;display:block; }#BIyBMcrXTJUMRTSWKah1FadhlVaEcTrM { color:rgba(var(--color-tertiary-1),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:17.9375rem;left:13.3125rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTIgUWvn6B3IivrvTXUyPB0ZkgWCt8gk { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:32.9375rem;left:12.9375rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XsXACdoL51xu9NbLr08fbp1LT3w54xKE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:17.4375rem;left:46.5625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t8MNNagkZOirvT5EUVbD0P0aRvToA7wF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:32.625rem;left:44.1875rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3Wz3TLi5H2JVA9lKBUSID5JImHMvUhz { color:rgba(var(--color-tertiary-0),1);display:block;width:54.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;top:44.8125rem;left:11.25rem;height:1.51220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RBfU7ok3vKLkD1lA1btqomZTVZ991Ofc { position:absolute;display:block;z-index:15049;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:2.5rem;width:2.5rem;top:30.0625rem;left:21.625rem;overflow:hidden;display:block; }
#ZbdPO2hOOyWPstibBdKx539KQSp3VGUs { position:absolute;display:block;z-index:15045;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:2.5rem;width:2.5rem;top:14.125rem;left:51.75rem;overflow:hidden;display:block; }
#BkzbWWJkm5kRfLRQUqBlhPOV7OU2OVIz { position:absolute;display:block;z-index:15043;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:2.5rem;width:2.5rem;top:14.6875rem;left:22.90625rem;overflow:hidden;display:block; }
#g7XphaaTAqLnsggl0a5wlGLF3bOo5sZ5 { position:absolute;display:block;z-index:15047;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:2.5rem;width:2.5rem;top:29.625rem;left:50.8125rem;overflow:hidden;display:block; }
#Rs6fhnfn8tZOlTlTo7gneauoo4z56cwu { 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:15.0625rem;width:57.625rem;display:none; }
#Fo2r1mTVQZZ9C8WHEelwIykLBMgAqkP5 { position:absolute;display:block;z-index:15040;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.8125rem;width:5.8125rem;top:0rem;left:35.46875rem;overflow:hidden;display:block; }
#BATg2TsMFip9ssFLOAW5a209yi8AzWzd { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dotted rgba(var(--color-tertiary-0),1);border-left:0.1875rem dotted rgba(var(--color-tertiary-0),1);border-right:0.1875rem dotted rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem dotted rgba(var(--color-tertiary-0),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:31.875rem;width:31.875rem;top:9.8125rem;left:22.3125rem;display:block; }
#UKVixPzVwDb9EwfGMfZQZhRZ8B5WvHGH { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-4),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.6875rem;width:20.1875rem;top:15.375rem;left:11rem;display:block; }
#hGHJoSiIiPuLKQLFA2NDKyPAUIMeyAMC { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-4),1);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:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:7.5625rem;width:16.3125rem;top:15.25rem;left:47.40625rem;display:block; }
#FJJHE0PcFkTfCxPhgAcbpRzqeExufOAG { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-4),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.25rem;width:14.125rem;top:30.4375rem;left:46.4375rem;display:block; }
#JeX2DzdnTLOJagOGhayIxe0tRwRsmKBR { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-4),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.1875rem;width:20.5625rem;top:29.5625rem;left:12.25rem;display:block; }
#XHVlRTaELlosfShsyJ4Ga8QSbtE50JU4 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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.5rem;width:12.5rem;display:none; }
#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD > .row .container { background-color: transparent; background-image: none; }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD > .row .container > .video-iframe-container { display: none; }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD > .row > .video-iframe-container { display: none; }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD > .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); }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD > .row .container { border-width: 0; border-radius: 0; }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#nWuI7o7nTcuFMTyxHtW6GWKkMI8rDAAZ { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:10.5263671875rem;left:0rem;height:15.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ESkTXWXyhNfIkC2XFzkamDnMOxtedIXn { position:absolute;display:block;z-index:15019;border-top:0.1875rem dotted rgba(var(--color-primary-3),1);border-left:0.1875rem dotted #c50b0b;border-right:0rem dotted rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.8125rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.5) ;height:36.5625rem;width:51.875rem;top:-3.4365234375rem;left:30.257920435855rem;overflow:hidden;display:block; }
#JJdhv4xDxwTfAGm3SHy2vTnw41reeCQZ { color:rgba(var(--color-primary-3),1);display:block;width:19.375rem;position:absolute;font-family:fraternite;font-size:3rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:3.70263671875rem;left:1.25rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3bca8e21-dd58-4fcc-82df-be3194518d48/imagenparafondomin.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q.adaptive-delivery-prevent-bg, #HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q.lazyload, #HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q.lazyloading { background-image: none; }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q > .row .container { background-color: transparent; background-image: none; }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,83,19,0.8); }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q > .row .container > .video-iframe-container { display: none; }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,83,19,0.8); }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q > .row > .video-iframe-container { display: none; }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q > .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); }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q > .row .container { border-width: 0; border-radius: 0; }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q > .row .container { font-size:0.875rem;font-family:arial;height:58.8125rem;width:75rem;position:relative;display:block; }#yWlOOF03h5yz4SF96KUNQTXqEH7bRgbm { color:rgba(var(--color-tertiary-0),1);display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:6.0380859375rem;left:26.40625rem;height:2.68115rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SGRLVNDbCWbhZKEwIvChbAX9kJcZhP49 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:13.53125rem;left:29.21875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pu1MgqdRJvwwTLK2hJZ7rpVLDoKVWaOZ { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.875rem;width:24.125rem;top:17.25rem;left:37.6875rem;overflow:hidden;display:block; }
#SxvLcGy1EszmBNR8xDpw5v8bG97twbZD { color:#3a3a3a;display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:39.6435546875rem;left:43.75rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FoWL1zdl7HcbuvuCB35ZJktEq92baGMk { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.875rem;width:23.5rem;top:17.25rem;left:13.1875rem;overflow:hidden;display:block; }
#AZf4ImerftmZQtgp5QMJZ3m22xJFtWt9 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:37.875rem;left:14.53125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qGeGKBpS88rftC377SFH2IQTHJX54awb { color:rgba(var(--color-tertiary-0),1);display:block;width:47.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:50.125rem;left:13.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q6C6olZHMv2JAIVf4RiNEeENl0vKme8F { position:absolute;display:block;z-index:15084;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:13.0625rem;width:50.75rem;top:30.625rem;left:13.5rem;overflow:hidden;display:block; }
#D9FGxJ9iR4S9qQiMlBQ25VC1VEM4g6ua { position:absolute;display:block;z-index:15085;background-color:rgba(var(--color-tertiary-0),1);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:0.25rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:25.375rem;top:35.6875rem;left:12.5rem;display:block; }
#A0qhqWRTw7AXdTP3k9QyH0D4wOf2kerF { position:absolute;display:block;z-index:15086;background-color:rgba(var(--color-tertiary-0),1);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:0.25rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:25.375rem;top:35.75rem;left:38.8125rem;display:block; }
#sQwx9fpPBTEqIlabScUUdSm01cy0ti30 { position:absolute;display:block;z-index:15084;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:13.0625rem;width:50.75rem;top:26.4375rem;left:14rem;overflow:hidden;display:none; }
#vwxv6DzB0Xvluf1K6MmRteSkypW5NHPP { color:rgba(var(--color-tertiary-0),1);display:block;width:50.125rem;position:absolute;font-family:"book antiqua titulos";font-size:3.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.7177734375rem;left:12.4375rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw { position:relative;display:block; }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw { background-color: transparent; background-image: none; }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .row .container > .video-iframe-container { display: none; }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .row > .video-iframe-container { display: none; }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .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); }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw { border-width: 0; border-radius: 0; }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .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; }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/bca44387-98b5-41e0-bcfc-6b9a65a2b96c/portadanavidadcopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:23.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; }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .row .container.adaptive-delivery-prevent-bg, #dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .row .container.lazyload, #dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .row .container.lazyloading { background-image: none; }#CcTb7TkicovU1TQ4S0GmWcny2EpKyVRb { position:absolute;display:block;z-index:15070;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.75rem;width:7rem;top:9.5625rem;left:2.375rem;overflow:hidden;display:block; }
#uNdrMLnoxo5mJA744XOZU0mRrqufsq7c { position:absolute;display:block;z-index:15078;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:6rem;width:6rem;top:9.4375rem;left:12.3125rem;overflow:hidden;display:block; }
#OCz7Q0Pueqcv5ZPThBDWplNtumf1mfgS { position:absolute;display:block;z-index:15083;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.5rem;width:7.875rem;top:9.4375rem;left:20.0625rem;overflow:hidden;display:block; }
#tlEMl6vmTTTUP9JCM51vT6OTH9kMCDCs { position:absolute;display:block;z-index:15078;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:6.75rem;top:10.0625rem;left:30.125rem;overflow:hidden;display:block; }
#Za8WJwduJSyT2kLH9nLgENbxqkvVAZmt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:8rem;left:11.75rem; }
#ex5u9ISIkOR8dqaGF4TUsmTbehK2n0G2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:8rem;left:2.5rem; }
#T5Nd3gIwQrb0P4N6D5apEG3r6MLQE3vW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:8rem;left:20.8125rem; }
#fPWcqxBgr50pOQxycB5iopWnxLVs2BBl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:8rem;left:30.0625rem; }
#WH9pGgzfZp2BlL6PopuG6zbSo0Q0zZv8 { position:absolute;display:block;z-index:15074;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.8125rem;width:7.0625rem;top:9.6875rem;left:39.125rem;overflow:hidden;display:block; }
#zXHyZWle5DUMstPCda2F6UbA22TKTezE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:8.25rem;left:39.125rem; }
#cmivx9Rs6Bx1wEcsUzS0fxJivDnU4Pyg { position:absolute;display:block;z-index:15082;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.875rem;width:8.375rem;top:9.375rem;left:47.625rem;overflow:hidden;display:block; }
#h5JZlxxLAr7bsrRZ0LiGbIx55tDd1VzC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:8rem;left:48.4375rem; }
#UOu7TbmswvJcOqdVRrGzKDSok0MsqP4f { z-index:15002;top:17.5rem;left:21.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a5313, #098218);background-image: -moz-linear-gradient(180deg, #0a5313, #098218);background-image: -ms-linear-gradient(180deg, #0a5313, #098218);background-image: -o-linear-gradient(180deg, #0a5313, #098218);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5313', endColorstr='#098218' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5313', endColorstr='#098218' );";background-image: linear-gradient(180deg, #0a5313, #098218);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 0.9375rem #0a5313 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xyJ47wDn9FzSWHvfOxOqyhyvMr6F61D3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#URq2kl1Agqfvbhfc6bbiTZWv8KsThKHx { position:absolute;display:block;z-index:15079;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.25rem;width:6.0625rem;top:9.875rem;left:56.875rem;overflow:hidden;display:block; }
#UR7zxDyVQbmDdNXd7rXdGvAmobvJJt4A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:8rem;left:56.5625rem; }
#vTQXF4gWQzFeX2eoAR1tUfxTu8QQshOa { position:absolute;display:block;z-index:15074;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.625rem;width:8.0625rem;top:9.5rem;left:64.5625rem;overflow:hidden;display:block; }
#fL1w1sibr3Ku5lnBoRxQ7keZvEASIAMD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.75rem;width:6.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:8rem;left:65.25rem; }
#Cyo3k2J0HGRb3JnKmsSxuaQeJaNmh6RL { color:#c50b0b;display:block;width:50.125rem;position:absolute;font-family:fraternite;font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.15625rem;left:11.75rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6abe035a-a3b0-41f1-86e3-0fd488876326/franjamovilminmin.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ.adaptive-delivery-prevent-bg, #DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ.lazyload, #DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ.lazyloading { background-image: none; }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ > .row .container { background-color: transparent; background-image: none; }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ > .row .container > .video-iframe-container { display: none; }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ > .row > .video-iframe-container { display: none; }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ > .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); }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ > .row .container { border-width: 0; border-radius: 0; }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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; }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ > .row .container { background-color: transparent; background-image: none; }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ > .row .container > .video-iframe-container { display: none; }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ > .row > .video-iframe-container { display: none; }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ > .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); }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ > .row .container { border-width: 0; border-radius: 0; }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:block; }#EEhGr9uFWelAR4RCg8qEFwa3w6VDuhov { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-3),1);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:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:13.4375rem;width:17.6875rem;top:10.25rem;left:3.375rem;display:block; }
#RiBHEX14Ln4NpIkA25l1tyE8v59t5dFV { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);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.1875rem dotted #0fa40a;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.28) ;height:21.5rem;width:59.3125rem;top:7.5rem;left:11.6875rem;display:block; }
#uIK7RrRdPM67oTgrCtpIbN4mQJQcJBvm { position:absolute;display:block;z-index:15123;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.5625rem;width:4.25rem;top:10.25rem;left:18.517400568182rem;overflow:hidden;display:block; }
#rxuDyLVZQ0h1Sr52t9VwsPQEhkuXCzs5 { position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:13rem;left:25.125rem;display:block; }
#RWyMpiClA7XdrXXM1646QOi6yQZSPRGp { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:13.25rem;left:25.4375rem; }
#bDqo4qr72kh5IDZkrMrRvrfMIMHAVcpQ { position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:15.625rem;left:25.125rem;display:block; }
#p3nc06TNR2ifzQqfcQ0vF4fiPzA8gtO4 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15094;top:15.9375rem;left:25.5rem;display:block; }
#fhm8uoVHR7PUOCfZ4bw3JeJTPGk2UCDg { position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:18.1875rem;left:25.125rem;display:block; }
#nrmiNfWQvMgt3bXd2VPhZW5qDgQWbRgJ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15096;top:18.5625rem;left:25.4375rem;display:block; }
#T3ofbXkGXmedq2DOxLbCZm7WbG9XUJiw { position:absolute;display:block;z-index:15093;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:20.6875rem;left:25.1875rem;display:block; }
#qKfPo6LsxoiDcwF2wBDQxK2BnF3s7LpT { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15095;top:21rem;left:25.5rem;display:block; }
#E0AoSFaenk3TWsmfp5p4SH4ZHoV3xT0N { position:absolute;display:block;z-index:15121;background-color:#0a5313;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:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:5.1875rem;width:57.375rem;top:26.625rem;left:12.75rem;display:block; }
#WXvLXt0RsftxwheVEp34o2k95bbbEIkd { color:#0a5313;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.125rem;left:27rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZ3WXJwReaunT9f27VfW0DAA0cc89x1k { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8105625rem;position:absolute;font-family:fraternite;font-size:5rem;font-weight:400;z-index:15039;line-height:.8;letter-spacing:0;top:16.3125rem;left:3.81298828125rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s4TgHSX1xH5VeiicBHiCOvHcAcLUA2DT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:11.849609375rem;left:5.20458984375rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTKT06LEpOnrSa6Ck96b3uXVuieNSFdK { color:#0a5313;display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:10.125rem;left:25.125rem;height:1.8374rem;font-style:normal;text-align:left;text-align-last:left;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; }
#T5ic7FR0mFalJuic93whXUzM7IfMlsKG { color:#0a5313;display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:13.125rem;left:27.625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ve9bGhRTzgmZpi395qLo3Vvm0lZV9qog { color:#0a5313;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:15.625rem;left:27.625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OIxuRVwkUTW0mAobWKnR28dmciSt4XFe { color:#0a5313;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:17.9375rem;left:27.65625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WbT6gQthM5v2rErhtzyb0dnwf1W8Ic2a { color:#0a5313;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:20.8125rem;left:27.65625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sIGlTvRDqMg1T5oAdfP9WDKFELpbigBo { color:rgba(var(--color-tertiary-0),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15124;line-height:1.3;letter-spacing:0;top:27.625rem;left:15.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TRN2ev25m1d58TI2emUXS7MbnPFdmTRk { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:20.099609375rem;left:5.20458984375rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.29);background-image:url("https://images.assets-landingi.com/uc/72b37685-fab7-48f7-8257-e90b410e43b5/portadanavidadcopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1.adaptive-delivery-prevent-bg, #C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1.lazyload, #C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1.lazyloading { background-image: none; }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 > .row .container { background-color: transparent; background-image: none; }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 > .row .container > .video-iframe-container { display: none; }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 > .row > .video-iframe-container { display: none; }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 > .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); }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 > .row .container { border-width: 0; border-radius: 0; }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#cXbWuGbdaitNDAISEvBlDislPdKsJRT6 { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-3),1);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:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:15.0625rem;width:17.6875rem;top:6.1875rem;left:3.6875rem;display:block; }
#Gq7iKkS4FT9zt3xPPcW53y9SBXX9yVwf { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);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.1875rem dotted #0fa40a;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.28) ;height:27rem;width:59.3125rem;top:1.5625rem;left:12.4375rem;display:block; }
#ddT6Pa4yN7X8LyN63hhaadQP4cd1POMz { position:absolute;display:block;z-index:15123;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:4rem;top:6.1875rem;left:18.889559659091rem;overflow:hidden;display:block; }
#sVinvy7BGveX1Afp2C5E1d3XWuTFFJIh { position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:7.0625rem;left:25.4375rem;display:block; }
#dqhmJw7sT3dyaQ0XNeg2IycIqWctoPQb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:7.3125rem;left:25.75rem; }
#Amq1VuXIfffqmUwI5nP6dLCxiBnJdDAh { position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:9.9375rem;left:25.4375rem;display:block; }
#KyHJTPPH9fNJ1hDuTAWeMhtedkQzJfBq { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15094;top:10.25rem;left:25.8125rem;display:block; }
#lS5eyUevHSVtPerJFVbcFfDhb5IXHtbt { position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:12.5rem;left:25.4375rem;display:block; }
#uU4Fda2O2mDOnQVv7TwqldeahXkoq3Gc { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15096;top:12.875rem;left:25.75rem;display:block; }
#tnLNUAXHwZRrahgkr0LPKumn9TuiCBtK { position:absolute;display:block;z-index:15121;background-color:#0a5313;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:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:5.1875rem;width:57.375rem;top:25.3125rem;left:13.5rem;display:block; }
#gR1x2AxDnqvOcOUyF5zQ5gut61UMr6rT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8105625rem;position:absolute;font-family:fraternite;font-size:5rem;font-weight:400;z-index:15039;line-height:.8;letter-spacing:0;top:12.25rem;left:4.125rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5eTuBTakLZWyHEND5sbQguK1FODmcG6 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:18.119140625rem;left:4.5rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PM4e8fe51zLB2xa71WvQd8wpHfe7i9uQ { color:#0a5313;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:4.1875rem;left:25.4375rem;height:1.8374rem;font-style:normal;text-align:left;text-align-last:left;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; }
#riVOEDJHCAu8EzTG5ZJ2ct09xyyn0ztR { color:#0a5313;display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:7.1875rem;left:27.9375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xfqgL9wA8PcRGFKFBzJHnzBqgu921lHQ { color:#0a5313;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:9.9375rem;left:27.9375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xsWBZkZMeAs9nDnmQm0UVVUxukW0vuzx { color:#0a5313;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:12.625rem;left:27.9375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dIzzaPZODdLwGB1C3KN5348SBTER7h0a { color:rgba(var(--color-tertiary-0),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15124;line-height:1.3;letter-spacing:0;top:26.3125rem;left:15.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGVOWCnQr3CH4pdRRxEzJ88zcqOE8199 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:"louis george cafe";font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:8.005859375rem;left:3.6875rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ge4ytOhVdDQku0yTzSNtwKPvFBfrub09 { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:15.4375rem;left:25.4375rem;display:block; }
#iuZOws8KFVHmzE9NOi10aD3kGqH2EFH0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:15.6875rem;left:25.8125rem; }
#lRS6rrCsEWJDgGTrBuCXAVaREDeQkAlT { color:rgba(var(--color-tertiary-2),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:15.5625rem;left:28rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lQzDZSnMNoyTvu8FiMWwQUcAXEUFnxqV { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:17.875rem;left:25.4375rem;display:block; }
#PEZnB1Hh7siCqLcRhTIPk5XaPMXTGZZA { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:18.0625rem;left:25.875rem; }
#mnXJu4PRR1kqaD0S4ZZhBMiUdZPn3A0s { color:rgba(var(--color-tertiary-2),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:18.0625rem;left:28rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bGORcSWRX39BRH5tuwoNBTTpI3mDaX5K { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:20.75rem;left:25.4375rem;display:block; }
#ntCziOD6LRI5STBXX4LC3fsagiFpu1RD { color:rgba(var(--color-tertiary-2),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:20.625rem;left:28rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cORF5RW711pfJQw3JfcvxhdwpB4991ur { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:21.125rem;left:25.75rem;display:block; }
#vxLtgR789XWxdsa1wQKTNzHFO5chCkcy { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:16.0029296875rem;left:5.63916015625rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U25ooQXvWHnC711fVNLdE8pomqZDEyCc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.29);background-image:url("https://images.assets-landingi.com/uc/72b37685-fab7-48f7-8257-e90b410e43b5/portadanavidadcopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc.adaptive-delivery-prevent-bg, #U25ooQXvWHnC711fVNLdE8pomqZDEyCc.lazyload, #U25ooQXvWHnC711fVNLdE8pomqZDEyCc.lazyloading { background-image: none; }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc > .row .container { background-color: transparent; background-image: none; }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc > .row .container > .video-iframe-container { display: none; }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc > .row > .video-iframe-container { display: none; }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc > .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); }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc > .row .container { border-width: 0; border-radius: 0; }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#AslpWM4MDQ5WCZ16NXNizwk5BDvsyRnU { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-3),1);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:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:15.1875rem;width:17.6875rem;top:7.4375rem;left:3.6875rem;display:block; }
#x424Ed8CexJ5KlfnJcJeDJiaepett5AN { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);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.1875rem dotted #0fa40a;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.28) ;height:27rem;width:59.3125rem;top:1.5625rem;left:12.4375rem;display:block; }
#P5xFu2ScNBbTlehm5wVXZEfhTCmeziki { position:absolute;display:block;z-index:15123;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.8125rem;width:4.375rem;top:7.4375rem;left:18.518821022728rem;overflow:hidden;display:block; }
#eoKO3zJRETx0BSyNNELtX0xye0K1nRT7 { position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:7.0625rem;left:25.4375rem;display:block; }
#N9MDUXxdFgkx10DEtKL636KoStHhsBJJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:7.3125rem;left:25.75rem; }
#PeUfOQOUbJUa1QxaVTgwNTfb4TbNeZlf { position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:9.9375rem;left:25.4375rem;display:block; }
#hRrARKInVB9O3XhxTdcqbco5SVZVG8bT { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15094;top:10.25rem;left:25.8125rem;display:block; }
#GGBHMFvQ9QeLXtdyef1VsF22s6nxQtHi { position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:12.5rem;left:25.4375rem;display:block; }
#Ot1op34D1p3yZEebkzIeHucVU4M270lC { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15096;top:12.875rem;left:25.75rem;display:block; }
#euoGJhihegivpZUUloGOclLVs6bNPrqr { position:absolute;display:block;z-index:15121;background-color:#0a5313;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:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:4.75rem;width:57.375rem;top:25.625rem;left:13.5rem;display:block; }
#x5Hd31yHbOFxarVfJvNRMxiLWxq96lnu { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:fraternite;font-size:5rem;font-weight:400;z-index:15039;line-height:.8;letter-spacing:0;top:13.5rem;left:5rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t0xaltaTm5ZDmalN1EShDksVizHEXCoV { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:19.619140625rem;left:4.4375rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lsk9Q2xzMQcn81DSLqquCZz0ivQJ9toT { color:#0a5313;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:4.1875rem;left:25.4375rem;height:1.8374rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Rl6bwc3eQKhWTTFyabfLb5dHAcSKJNLw { color:#0a5313;display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:7.1875rem;left:27.9375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zG9l09pcVKIuBwpaiBZNkLpzRzHLvHlR { color:#0a5313;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:9.9375rem;left:27.9375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hx6wSGlr3HzRZLRGdCCPPNPZZmpPAUo8 { color:#0a5313;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:12.625rem;left:27.9375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wsSK3bheuGfwnCB5P92P51eTtG0q0kuf { color:rgba(var(--color-tertiary-0),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15124;line-height:1.3;letter-spacing:0;top:26.3125rem;left:15.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#APkCSkEUP5rxA7AJDIWxHOwc3rlkBCsp { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:"louis george cafe";font-size:1.5rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:9rem;left:4.0625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#koldirrPOsTnhw4l9Nh2qmK81SBakpAV { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:15.4375rem;left:25.4375rem;display:block; }
#qOtakcf5BWOeAQqrKEoudwEG00GWnn41 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:15.6875rem;left:25.8125rem; }
#xGIiZBRGW3tezpoWk5QEergVQF0GLr24 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:15.5625rem;left:28rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o9HdXrMXa94UaDzo1ggQImPhHBGq9TQE { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:17.875rem;left:25.4375rem;display:block; }
#lieXJ6VPm3L3AosE1GhspAMS4hJeSVpe { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:18.0625rem;left:25.875rem; }
#D4Eh0gk4LHAizUiyqUlavAJlwnO1P1VT { color:rgba(var(--color-tertiary-2),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:18.0625rem;left:28rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k0KtsWpT4HVap6RpZMrrccmoySPieqeq { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:20.75rem;left:25.4375rem;display:block; }
#L0xPhJHdzArwpGUtfUx918gng5EWmxhP { color:rgba(var(--color-tertiary-2),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:20.625rem;left:28rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#INfQwZXb5soaqz7MxZtDrWzA0ogSOP7o { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:21.125rem;left:25.75rem;display:block; }
#O9fyP4pITw2P2kZIPz8lRXoi3GXCnFSg { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:17.1875rem;left:5.875rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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; }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg > .row .container { background-color: transparent; background-image: none; }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg > .row .container > .video-iframe-container { display: none; }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg > .row > .video-iframe-container { display: none; }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg > .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); }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg > .row .container { border-width: 0; border-radius: 0; }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#vRyyOoiegFw1v7tRn5g8l3ixMgiREIuD { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-3),1);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:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:15.375rem;width:17.6875rem;top:8.0625rem;left:3.6875rem;display:block; }
#JovCP1ZFblmLeEm7tU4HJJdc2tTr0XIU { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);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.1875rem dotted #0fa40a;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.28) ;height:27rem;width:59.3125rem;top:1.5625rem;left:12.4375rem;display:block; }
#UMmFLXQbkl0Xnt661PyQKvuwno3QrXsH { position:absolute;display:block;z-index:15123;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:4rem;top:8.0625rem;left:18.858664772728rem;overflow:hidden;display:block; }
#dAnIBkqFdOOs36BF3FlkKVHmPZ4h8SOG { position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:7.0625rem;left:25.4375rem;display:block; }
#WBMdBaHiJMNKeDepxKMmg90mVPRSED43 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:7.3125rem;left:25.75rem; }
#tlc3Cm0HlBKaztgdV4TyeCNy8Vuxh3yn { position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:9.9375rem;left:25.4375rem;display:block; }
#kgZ5MrvrGXTNLXDrVC2dNKsJw8KO5f4x { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15094;top:10.25rem;left:25.8125rem;display:block; }
#MdogaaaNPpDyWemXalmGp8T8Aw7nwsm5 { position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:12.5rem;left:25.4375rem;display:block; }
#xzOwsJbGTNXLFD9Z7INgaxKyS24rRPfD { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15096;top:12.875rem;left:25.75rem;display:block; }
#VULMUWoVomFZXSTfHuw6h3Da6TyOCbM1 { position:absolute;display:block;z-index:15121;background-color:#0a5313;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:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:4.625rem;width:57.375rem;top:25.625rem;left:13.5rem;display:block; }
#vs6fh3HmK1O2z8vU4ArSz5bwPgydXei4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8105625rem;position:absolute;font-family:fraternite;font-size:5rem;font-weight:400;z-index:15039;line-height:.8;letter-spacing:0;top:14.0625rem;left:4.3125rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q7Fx3GAxZtSkUoCQemHpVvb3UuVePRBH { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:20.681640625rem;left:4.5rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JfuWOWtXBnAT4QpuNBWcX5arA5ffxgil { color:#0a5313;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:4.1875rem;left:25.4375rem;height:1.8374rem;font-style:normal;text-align:left;text-align-last:left;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; }
#O0ITrkFHdaHBSEvI32aFfpkuAobW9xub { color:#0a5313;display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:7.1875rem;left:27.9375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qFTwphwR4c37G4rPu2vF5frbtFomNHRs { color:#0a5313;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:9.9375rem;left:27.9375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yusHQlST80izFTE4L2KqhwtSIueFcShn { color:#0a5313;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:12.625rem;left:27.9375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cQ69w4DopS11h8g59zTGDdZIhBlTARZ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15124;line-height:1.3;letter-spacing:0;top:26.3125rem;left:15.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBmxxgnHWt3RApl7lylHqOnwfeSgKPT3 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:"louis george cafe";font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:10.005859375rem;left:5.9375rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#At1G1dk8av7eRPkd8k3dRlg9pF7QgIUT { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:15.4375rem;left:25.4375rem;display:block; }
#hCcpLETrVd6nHrfNKCmPReRVGVsTPDtK { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:15.6875rem;left:25.8125rem; }
#VJnoepQkufSwyG8l1iQyqNOIVCaeBgy8 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:15.5625rem;left:28rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qA00MS5wnefri8KHdJsXhFUMhA4GrEWI { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:17.875rem;left:25.4375rem;display:block; }
#mO1JNl5abxViVOkivRToob4u9uTNbHTm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:18.0625rem;left:25.875rem; }
#pH2dckwNyTdXy1XohE9bb0RPeeMbfADb { color:rgba(var(--color-tertiary-2),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:18.0625rem;left:28rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q7dcdIS0OG8K0RCF9AO3GfExduZFUfNy { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-3),1);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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:1.875rem;width:1.875rem;top:20.75rem;left:25.4375rem;display:block; }
#xVJLrWoN4kWH9ZtxqqqvOuDOeT88Q53A { color:rgba(var(--color-tertiary-2),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:20.625rem;left:28rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KERtO9WOEXwZAH1XVve4lRGASf7g1wzV { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:21.125rem;left:25.75rem;display:block; }
#UaTqTM5OfHTP5PkS8r4vgdRTGH1Ikead { color:#2e2d2d;display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:32.125rem;left:15.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XHRMMKSal0eTNNqiLCxS89lOL2DhkfPP { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:18.0625rem;left:5.875rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/54362a58-09eb-4276-a7be-4bf3b0fd0cd8/bckrojomin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu.adaptive-delivery-prevent-bg, #zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu.lazyload, #zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu.lazyloading { background-image: none; }#zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu > .row .container { background-color: transparent; background-image: none; }#zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu > .row .container > .video-iframe-container { display: none; }#zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu > .row > .video-iframe-container { display: none; }#zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu > .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); }#zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu > .row .container { border-width: 0; border-radius: 0; }#zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#AsEP048dNVT4F4LsZxnIlhoWhN6X8H0p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);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; }#AsEP048dNVT4F4LsZxnIlhoWhN6X8H0p > .row .container { background-color: transparent; background-image: none; }#AsEP048dNVT4F4LsZxnIlhoWhN6X8H0p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsEP048dNVT4F4LsZxnIlhoWhN6X8H0p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsEP048dNVT4F4LsZxnIlhoWhN6X8H0p > .row .container > .video-iframe-container { display: none; }#AsEP048dNVT4F4LsZxnIlhoWhN6X8H0p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsEP048dNVT4F4LsZxnIlhoWhN6X8H0p > .row > .video-iframe-container { display: none; }#AsEP048dNVT4F4LsZxnIlhoWhN6X8H0p > .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); }#AsEP048dNVT4F4LsZxnIlhoWhN6X8H0p > .row .container { border-width: 0; border-radius: 0; }#AsEP048dNVT4F4LsZxnIlhoWhN6X8H0p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AsEP048dNVT4F4LsZxnIlhoWhN6X8H0p > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#T7FnKLRnf9ib2RzsaQEWVxRFArUgwfZd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a5313, #098218);background-image: -moz-linear-gradient(180deg, #0a5313, #098218);background-image: -ms-linear-gradient(180deg, #0a5313, #098218);background-image: -o-linear-gradient(180deg, #0a5313, #098218);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5313', endColorstr='#098218' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5313', endColorstr='#098218' );";background-image: linear-gradient(180deg, #0a5313, #098218);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.0625rem;left:5.8125rem;display:block; }
#RCfFT23piBMkCPIXiNrEnxKwEyTuHfWJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zg39K6wAaCNCP9qsGPUsyShPf0Zk0MI2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a5313, #098218);background-image: -moz-linear-gradient(180deg, #0a5313, #098218);background-image: -ms-linear-gradient(180deg, #0a5313, #098218);background-image: -o-linear-gradient(180deg, #0a5313, #098218);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5313', endColorstr='#098218' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5313', endColorstr='#098218' );";background-image: linear-gradient(180deg, #0a5313, #098218);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.96875rem;left:25.1875rem;display:block; }
#b8cxpMN5a2eVKdgHSte8dlqutmAUpNxO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hd9BmqXeXOBUPxcHDR6uBFIA1glRwTgS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a5313, #098218);background-image: -moz-linear-gradient(180deg, #0a5313, #098218);background-image: -ms-linear-gradient(180deg, #0a5313, #098218);background-image: -o-linear-gradient(180deg, #0a5313, #098218);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5313', endColorstr='#098218' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5313', endColorstr='#098218' );";background-image: linear-gradient(180deg, #0a5313, #098218);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.0625rem;left:54.4375rem;display:block; }
#m8VLtTOUP7vDKqPd8GpkyiTgS63Tfu5t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xWKFL0y5sNS1PChPE8VrW20wUB5VSB6s { 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:5.1875rem;width:5.1875rem;top:2.125rem;left:2.6875rem;overflow:hidden;display:block; }
#HavezrLWIUAByTXZ9o5nrN5ZdSH87wQt { 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.1875rem;width:5.1875rem;top:3.0625rem;left:68.375rem;overflow:hidden;display:block; }
#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5366b695-82bb-448e-8b71-2501c21c868f/fondoblancoplantasnavidad.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI.adaptive-delivery-prevent-bg, #dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI.lazyload, #dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI.lazyloading { background-image: none; }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI > .row .container { background-color: transparent; background-image: none; }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI > .row .container > .video-iframe-container { display: none; }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI > .row > .video-iframe-container { display: none; }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI > .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); }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI > .row .container { border-width: 0; border-radius: 0; }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#R5vogM61ezP8AO5PyD65FARTBk63bHzm { color:rgba(var(--color-primary-3),1);display:block;width:15.0625rem;position:absolute;font-family:fraternite;font-size:4.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.9375rem;left:8.125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V2Tz0rPRnfXwwvzmPna5pHKLHcDNgelR { color:rgba(var(--color-primary-3),1);display:block;width:9.75rem;position:absolute;font-family:fraternite;font-size:4.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.9375rem;left:23.1875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eCHx0HsOWUsKXJuECb7pFXDyXKMZyJsD { color:rgba(var(--color-primary-3),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.6875rem;left:11.0625rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VVnGmAS9CVgkx2daDL8TIoHn3X3T5Sbx { color:rgba(var(--color-primary-3),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:9.6875rem;left:22.6875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pwJJz1B5qkbOwUT0fF18Vr5MuSlU1oa7 { color:rgba(var(--color-primary-3),1);display:block;width:6.875rem;position:absolute;font-family:fraternite;font-size:4.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.9375rem;left:34.9375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fqA1PwEAJ7wt68saL7qhQZrBthTqTwUG { color:rgba(var(--color-primary-3),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.6875rem;left:33.375rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r6hdR9DLsVE9I7Di2enGCTo5SuNninAD { color:rgba(var(--color-primary-3),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:9.6875rem;left:44.53125rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tvRLFpEHPBMDZouBuLkPQPEhQ8PPwxTI { color:rgba(var(--color-primary-3),1);display:block;width:6.875rem;position:absolute;font-family:fraternite;font-size:4.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:4.9375rem;left:46.4375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rGct21NfNs7IzT8TgFVCxqAIMU87U16T { color:rgba(var(--color-primary-3),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:9.6875rem;left:55.75rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Er3KpQ8RsnGVWn4TNGOmqAOGLxTxpK0S { color:rgba(var(--color-primary-3),1);display:block;width:8.25rem;position:absolute;font-family:fraternite;font-size:4.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:4.9375rem;left:56.75rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-primary-3),1), #c50b0b);background-image: -moz-linear-gradient(0deg, rgba(var(--color-primary-3),1), #c50b0b);background-image: -ms-linear-gradient(0deg, rgba(var(--color-primary-3),1), #c50b0b);background-image: -o-linear-gradient(0deg, rgba(var(--color-primary-3),1), #c50b0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#c50b0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#c50b0b' );";background-image: linear-gradient(0deg, rgba(var(--color-primary-3),1), #c50b0b);background-size:contain !important;box-shadow: -0.25rem 0.5rem 0.9375rem rgba(10,83,19,0.32) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.73625rem;padding-right:0.654375rem;padding-bottom:0.73625rem;padding-left:0.654375rem;display:block;align-items:center;width:3.925625rem;min-width:3.925625rem;height:3.95625rem;position:relative;font-family:arial;font-size:2.944375rem;font-weight:700;line-height:63.3px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-3),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.46rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.23375rem;height:1.564375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.10375rem;font-weight:700;line-height:25.03px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:24.9375rem;height:7.453125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:15rem;left:25.25rem;z-index:15018; }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #SK87z9ZJXkSHgfPyaxAT6XU9MorQaJd0 { display:flex;position:relative;top:0rem;left:0rem; }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #CsIcTp051epyzVseUK1hk4XNXsZUUUT0 { width:auto; }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #rEmMILQtGpFgeG6M0unPDQt5NXpwsVhc {  }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #CMLhclJ3CiWf9zb4ZGQhTpJieh1nCzJ6 { display:flex;position:relative;top:0rem;left:0rem; }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #qxfQ3KJ9GL29DcXBCmAHi3ngLGe8xd8z {  }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #A7KWGMk8Hbp7z6sd2ZiRTm65w0PdmWQn {  }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #a1loxT38lrL8Ut5FP0vMUtK6ur13btJp { display:flex;position:relative;top:0rem;left:0rem; }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #hFEBVKKBtNt3ioWV6WqowUmDO3fpvAxW {  }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #bf01KR9puASWHReR7hEcrz73k1pZrXz7 {  }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #ltpE0NmPB0qmikwOzUXZiDKG6717TAhR { display:flex;position:relative;top:0rem;left:0rem; }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #f4d9mhkcquxRebSsGHTTmT5z3e60TVKZ {  }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #x3eQTunUCQygNUgmVC4kd02h3N49IWRq {  }
#vCriZLV2qcBGSaXDlDQ3cKBIcglaO3li { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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; }#vCriZLV2qcBGSaXDlDQ3cKBIcglaO3li > .row .container { background-color: transparent; background-image: none; }#vCriZLV2qcBGSaXDlDQ3cKBIcglaO3li::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCriZLV2qcBGSaXDlDQ3cKBIcglaO3li > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCriZLV2qcBGSaXDlDQ3cKBIcglaO3li > .row .container > .video-iframe-container { display: none; }#vCriZLV2qcBGSaXDlDQ3cKBIcglaO3li > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCriZLV2qcBGSaXDlDQ3cKBIcglaO3li > .row > .video-iframe-container { display: none; }#vCriZLV2qcBGSaXDlDQ3cKBIcglaO3li > .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); }#vCriZLV2qcBGSaXDlDQ3cKBIcglaO3li > .row .container { border-width: 0; border-radius: 0; }#vCriZLV2qcBGSaXDlDQ3cKBIcglaO3li > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vCriZLV2qcBGSaXDlDQ3cKBIcglaO3li > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#y5W933w53AdePt2pWLz7JQbFptPNHyhC { color:#c50b0b;display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:9.6123046875rem;left:17.875rem;height:7.6494375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);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; }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA > .row .container { background-color: transparent; background-image: none; }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA > .row .container > .video-iframe-container { display: none; }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA > .row > .video-iframe-container { display: none; }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA > .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); }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA > .row .container { border-width: 0; border-radius: 0; }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#JM2zkOoXTRn5TvJlDH3A0g0fi5x3Cl8u { 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:4.6875rem;width:8.5625rem;top:0.46875rem;left:6.15625rem;overflow:hidden;display:block; }
#dwbNiNwQghbASpsEy6mrJZFHH44KxE6m { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:"louis george cafe";font-size:0.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4716796875rem;left:43.1875rem;height:1.0556625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dHT02W8GayrpTFypaocdAme8ybXpTCVx { display:block; }#dHT02W8GayrpTFypaocdAme8ybXpTCVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgpvdOrBaQ2KDQpBuNaFupnhO6IKFLpv { top:1.0625rem;left:27.9375rem;width:19.8125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpO3qMh7koqBqVhvDcucxMiihyLzz5kE { display:block; }
 }@media only screen and (max-width: 763px) { #Z5FGG2Dmp4Sef31enUfW1AOPDTfcgeQR { top:0rem;left:0rem;width:9.6875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8i0rc2WCe4dxlxJoAkSnEKastExq984 { width:11.1875rem;height:9.5625rem;display:none; }
 }@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) { #f7mLQiutu9NWrxnELsE8wFxZ8klmDhOm { top:9.9375rem;left:4.75rem;width:38.25rem;height:11.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLMg87fTcZi5lELMKRfahJkcNZZushhA { top:28.375rem;left:2.875rem;width:41.9375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIyEsdHetMvkZaSHelBlTw8z3AhTMFBK { top:21.625rem;left:6.0888671875rem;width:38.0625rem;height:7rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTgHGos2ezup1oSTPucRWqG7tcBwwfhS { top:28.125rem;left:38.4375rem;width:6.4375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMM7TTdPPRev95uKJ4wpMDc5ThNsWTOS { top:29.375rem;left:2.875rem;width:7.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGWcyVeHTCHEfqsCmOgoAm4CQQnmhPFq { top:29.4375rem;left:8.7138671875rem;width:35.5rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trppPEVkToZeJw60n9z6fJFM6L4ekoTi { display:block; }#trppPEVkToZeJw60n9z6fJFM6L4ekoTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9ZOlkTyfuloSMGK6uNX29VCVHGvbwqS { top:2.3125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap2vQrzIdteTUd20oB8eTGNllBOHK2Ks { top:6.6875rem;left:7.53125rem;width:32.6875rem;height:3.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4 { display:block; }#IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2IknuTf8GozHWabxe69Ot5A3HVh62TU { display:block; }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBIM86lOLzMcgdATTfPkXEAIHbbF2fsL { top:11.8125rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scXPuAxQEQItNT7ZtisqC8xi7giM4C1X { top:23.8125rem;left:0.4375rem;width:45.1875rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbSktFCkbaRscKLWA8kOzdkMmJebxE3p { top:31.5625rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTl9B10DJvzHNwgZ0S99EFlTJxm3VTi8 { top:8.8125rem;left:0rem;width:47.75rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIPxeVk11sZQ5xaxLC6S64vVFtAKwFel { top:40.5625rem;left:10.46875rem;width:26.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcMi2eZxKmpI6WDNG3HQnALFnZanygkU { display:block; }
 }@media only screen and (max-width: 763px) { #DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh { display:block; }#DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlPckGdWQNB1O6Z5rFGOWVTt9Ab6qXC8 { top:14.75rem;left:0rem;width:47.75rem;height:11.720869149953rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMTM6WknS5SPfl6VCuc69gg9gwCfCcyl { display:block; }#cMTM6WknS5SPfl6VCuc69gg9gwCfCcyl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIyBMcrXTJUMRTSWKah1FadhlVaEcTrM { top:17.9375rem;left:0rem;width:19rem;height:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTIgUWvn6B3IivrvTXUyPB0ZkgWCt8gk { top:32.9375rem;left:0rem;width:20.1875rem;height:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsXACdoL51xu9NbLr08fbp1LT3w54xKE { top:17.4375rem;left:32.9375rem;width:12.9375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8MNNagkZOirvT5EUVbD0P0aRvToA7wF { top:32.625rem;left:30.5625rem;width:16.3125rem;height:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Wz3TLi5H2JVA9lKBUSID5JImHMvUhz { top:44.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBfU7ok3vKLkD1lA1btqomZTVZ991Ofc { top:30.0625rem;left:8rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbdPO2hOOyWPstibBdKx539KQSp3VGUs { top:14.125rem;left:38.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkzbWWJkm5kRfLRQUqBlhPOV7OU2OVIz { top:14.6875rem;left:9.28125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7XphaaTAqLnsggl0a5wlGLF3bOo5sZ5 { top:29.625rem;left:37.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs6fhnfn8tZOlTlTo7gneauoo4z56cwu { width:47.75rem;height:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fo2r1mTVQZZ9C8WHEelwIykLBMgAqkP5 { top:0rem;left:21.84375rem;width:5.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BATg2TsMFip9ssFLOAW5a209yi8AzWzd { top:9.8125rem;left:8.6875rem;width:31.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKVixPzVwDb9EwfGMfZQZhRZ8B5WvHGH { top:15.375rem;left:0rem;width:20.1875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGHJoSiIiPuLKQLFA2NDKyPAUIMeyAMC { top:15.25rem;left:31.4375rem;width:16.3125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJJHE0PcFkTfCxPhgAcbpRzqeExufOAG { top:30.4375rem;left:32.8125rem;width:14.125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeX2DzdnTLOJagOGhayIxe0tRwRsmKBR { top:29.5625rem;left:0rem;width:20.5625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHVlRTaELlosfShsyJ4Ga8QSbtE50JU4 { display:none; }
 }@media only screen and (max-width: 763px) { #Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD { display:block; }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWuI7o7nTcuFMTyxHtW6GWKkMI8rDAAZ { top:10.5rem;left:0rem;width:21.875rem;height:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESkTXWXyhNfIkC2XFzkamDnMOxtedIXn { top:-3.375rem;left:0rem;width:47.5625rem;height:33.52296686747rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJdhv4xDxwTfAGm3SHy2vTnw41reeCQZ { top:3.6875rem;left:0rem;width:19.375rem;height:6rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q { display:block; }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWlOOF03h5yz4SF96KUNQTXqEH7bRgbm { top:6rem;left:12.78125rem;width:21rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGRLVNDbCWbhZKEwIvChbAX9kJcZhP49 { top:13.5rem;left:15.59375rem;width:15.375rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu1MgqdRJvwwTLK2hJZ7rpVLDoKVWaOZ { top:17.25rem;left:23.625rem;width:24.125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxvLcGy1EszmBNR8xDpw5v8bG97twbZD { top:39.625rem;left:30.125rem;width:15.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoWL1zdl7HcbuvuCB35ZJktEq92baGMk { top:17.25rem;left:0rem;width:23.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZf4ImerftmZQtgp5QMJZ3m22xJFtWt9 { top:37.875rem;left:0.90625rem;width:20.8125rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGeGKBpS88rftC377SFH2IQTHJX54awb { top:50.125rem;left:0.1875rem;width:47.375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6C6olZHMv2JAIVf4RiNEeENl0vKme8F { top:30.625rem;left:0rem;width:47.75rem;height:12.290332512315rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9FGxJ9iR4S9qQiMlBQ25VC1VEM4g6ua { top:35.6875rem;left:0rem;width:25.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0qhqWRTw7AXdTP3k9QyH0D4wOf2kerF { top:35.75rem;left:22.375rem;width:25.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQwx9fpPBTEqIlabScUUdSm01cy0ti30 { top:26.4375rem;left:0rem;width:47.75rem;height:12.290332512315rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwxv6DzB0Xvluf1K6MmRteSkypW5NHPP { top:8.6875rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw { display:block; }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcTb7TkicovU1TQ4S0GmWcny2EpKyVRb { top:9.5625rem;left:0rem;width:7rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNdrMLnoxo5mJA744XOZU0mRrqufsq7c { top:9.4375rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCz7Q0Pueqcv5ZPThBDWplNtumf1mfgS { top:9.4375rem;left:6.4375rem;width:7.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlEMl6vmTTTUP9JCM51vT6OTH9kMCDCs { top:10.0625rem;left:16.5rem;width:6.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za8WJwduJSyT2kLH9nLgENbxqkvVAZmt { top:8rem;left:0rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex5u9ISIkOR8dqaGF4TUsmTbehK2n0G2 { top:8rem;left:0rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Nd3gIwQrb0P4N6D5apEG3r6MLQE3vW { top:8rem;left:7.1875rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPWcqxBgr50pOQxycB5iopWnxLVs2BBl { top:8rem;left:16.4375rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH9pGgzfZp2BlL6PopuG6zbSo0Q0zZv8 { top:9.6875rem;left:25.5rem;width:7.0625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXHyZWle5DUMstPCda2F6UbA22TKTezE { top:8.25rem;left:25.5rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmivx9Rs6Bx1wEcsUzS0fxJivDnU4Pyg { top:9.375rem;left:34rem;width:8.375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5JZlxxLAr7bsrRZ0LiGbIx55tDd1VzC { top:8rem;left:34.8125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOu7TbmswvJcOqdVRrGzKDSok0MsqP4f { top:17.5rem;left:8rem;width:31.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyJ47wDn9FzSWHvfOxOqyhyvMr6F61D3 { display:block; }
 }@media only screen and (max-width: 763px) { #URq2kl1Agqfvbhfc6bbiTZWv8KsThKHx { top:9.875rem;left:41.6875rem;width:6.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR7zxDyVQbmDdNXd7rXdGvAmobvJJt4A { top:8rem;left:41rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQXF4gWQzFeX2eoAR1tUfxTu8QQshOa { top:9.5rem;left:39.6875rem;width:8.0625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL1w1sibr3Ku5lnBoRxQ7keZvEASIAMD { top:8rem;left:41rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyo3k2J0HGRb3JnKmsSxuaQeJaNmh6RL { top:2.125rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ { display:block; }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ { display:block; }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEhGr9uFWelAR4RCg8qEFwa3w6VDuhov { top:10.25rem;left:0rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiBHEX14Ln4NpIkA25l1tyE8v59t5dFV { top:7.5rem;left:0rem;width:47.5625rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIK7RrRdPM67oTgrCtpIbN4mQJQcJBvm { top:10.25rem;left:4.8924005681818rem;width:4.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxuDyLVZQ0h1Sr52t9VwsPQEhkuXCzs5 { top:13rem;left:11.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWyMpiClA7XdrXXM1646QOi6yQZSPRGp { top:13.25rem;left:11.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDqo4qr72kh5IDZkrMrRvrfMIMHAVcpQ { top:15.625rem;left:11.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3nc06TNR2ifzQqfcQ0vF4fiPzA8gtO4 { top:15.9375rem;left:11.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhm8uoVHR7PUOCfZ4bw3JeJTPGk2UCDg { top:18.1875rem;left:11.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrmiNfWQvMgt3bXd2VPhZW5qDgQWbRgJ { top:18.5625rem;left:11.8125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ofbXkGXmedq2DOxLbCZm7WbG9XUJiw { top:20.6875rem;left:11.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKfPo6LsxoiDcwF2wBDQxK2BnF3s7LpT { top:21rem;left:11.875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0AoSFaenk3TWsmfp5p4SH4ZHoV3xT0N { top:26.625rem;left:0rem;width:47.75rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXvLXt0RsftxwheVEp34o2k95bbbEIkd { top:2.125rem;left:13.375rem;width:25rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ3WXJwReaunT9f27VfW0DAA0cc89x1k { top:16.3125rem;left:0rem;width:16.75rem;height:4rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4TgHSX1xH5VeiicBHiCOvHcAcLUA2DT { top:11.8125rem;left:0rem;width:13.3125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTKT06LEpOnrSa6Ck96b3uXVuieNSFdK { top:10.125rem;left:11.5rem;width:25.0625rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ic7FR0mFalJuic93whXUzM7IfMlsKG { top:13.125rem;left:14rem;width:30.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve9bGhRTzgmZpi395qLo3Vvm0lZV9qog { top:15.625rem;left:14rem;width:32.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIxuRVwkUTW0mAobWKnR28dmciSt4XFe { top:17.9375rem;left:14.03125rem;width:29.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbT6gQthM5v2rErhtzyb0dnwf1W8Ic2a { top:20.8125rem;left:14.03125rem;width:29.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIGlTvRDqMg1T5oAdfP9WDKFELpbigBo { top:27.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRN2ev25m1d58TI2emUXS7MbnPFdmTRk { top:20.0625rem;left:0rem;width:13.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 { display:block; }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXbWuGbdaitNDAISEvBlDislPdKsJRT6 { top:6.1875rem;left:0rem;width:17.6875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq7iKkS4FT9zt3xPPcW53y9SBXX9yVwf { top:1.5625rem;left:0rem;width:47.5625rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddT6Pa4yN7X8LyN63hhaadQP4cd1POMz { top:6.1875rem;left:5.2645596590909rem;width:4rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVinvy7BGveX1Afp2C5E1d3XWuTFFJIh { top:7.0625rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqhmJw7sT3dyaQ0XNeg2IycIqWctoPQb { top:7.3125rem;left:12.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amq1VuXIfffqmUwI5nP6dLCxiBnJdDAh { top:9.9375rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyHJTPPH9fNJ1hDuTAWeMhtedkQzJfBq { top:10.25rem;left:12.1875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS5eyUevHSVtPerJFVbcFfDhb5IXHtbt { top:12.5rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU4Fda2O2mDOnQVv7TwqldeahXkoq3Gc { top:12.875rem;left:12.125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnLNUAXHwZRrahgkr0LPKumn9TuiCBtK { top:25.3125rem;left:0rem;width:47.75rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR1x2AxDnqvOcOUyF5zQ5gut61UMr6rT { top:12.25rem;left:0rem;width:16.75rem;height:4rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5eTuBTakLZWyHEND5sbQguK1FODmcG6 { top:18.0625rem;left:0rem;width:15.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM4e8fe51zLB2xa71WvQd8wpHfe7i9uQ { top:4.1875rem;left:11.8125rem;width:29.25rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #riVOEDJHCAu8EzTG5ZJ2ct09xyyn0ztR { top:7.1875rem;left:14.3125rem;width:30.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfqgL9wA8PcRGFKFBzJHnzBqgu921lHQ { top:9.9375rem;left:14.3125rem;width:32.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsWBZkZMeAs9nDnmQm0UVVUxukW0vuzx { top:12.625rem;left:14.3125rem;width:29.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIzzaPZODdLwGB1C3KN5348SBTER7h0a { top:26.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGVOWCnQr3CH4pdRRxEzJ88zcqOE8199 { top:8rem;left:0rem;width:16.1875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge4ytOhVdDQku0yTzSNtwKPvFBfrub09 { top:15.4375rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuZOws8KFVHmzE9NOi10aD3kGqH2EFH0 { top:15.6875rem;left:12.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRS6rrCsEWJDgGTrBuCXAVaREDeQkAlT { top:15.5625rem;left:13.8125rem;width:33.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQzDZSnMNoyTvu8FiMWwQUcAXEUFnxqV { top:17.875rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEZnB1Hh7siCqLcRhTIPk5XaPMXTGZZA { top:18.0625rem;left:12.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnXJu4PRR1kqaD0S4ZZhBMiUdZPn3A0s { top:18.0625rem;left:13.8125rem;width:33.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGORcSWRX39BRH5tuwoNBTTpI3mDaX5K { top:20.75rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntCziOD6LRI5STBXX4LC3fsagiFpu1RD { top:20.625rem;left:14.375rem;width:29.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cORF5RW711pfJQw3JfcvxhdwpB4991ur { top:21.125rem;left:12.125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxLtgR789XWxdsa1wQKTNzHFO5chCkcy { top:16rem;left:0rem;width:13.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U25ooQXvWHnC711fVNLdE8pomqZDEyCc { display:block; }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AslpWM4MDQ5WCZ16NXNizwk5BDvsyRnU { top:7.4375rem;left:0rem;width:17.6875rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x424Ed8CexJ5KlfnJcJeDJiaepett5AN { top:1.5625rem;left:0rem;width:47.5625rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5xFu2ScNBbTlehm5wVXZEfhTCmeziki { top:7.4375rem;left:4.8938210227273rem;width:4.375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoKO3zJRETx0BSyNNELtX0xye0K1nRT7 { top:7.0625rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9MDUXxdFgkx10DEtKL636KoStHhsBJJ { top:7.3125rem;left:12.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeUfOQOUbJUa1QxaVTgwNTfb4TbNeZlf { top:9.9375rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRrARKInVB9O3XhxTdcqbco5SVZVG8bT { top:10.25rem;left:12.1875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGBHMFvQ9QeLXtdyef1VsF22s6nxQtHi { top:12.5rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot1op34D1p3yZEebkzIeHucVU4M270lC { top:12.875rem;left:12.125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euoGJhihegivpZUUloGOclLVs6bNPrqr { top:25.625rem;left:0rem;width:47.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5Hd31yHbOFxarVfJvNRMxiLWxq96lnu { top:13.5rem;left:0rem;width:14.9375rem;height:4rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0xaltaTm5ZDmalN1EShDksVizHEXCoV { top:19.5625rem;left:0rem;width:16.1875rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsk9Q2xzMQcn81DSLqquCZz0ivQJ9toT { top:4.1875rem;left:11.8125rem;width:29.25rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl6bwc3eQKhWTTFyabfLb5dHAcSKJNLw { top:7.1875rem;left:14.3125rem;width:30.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG9l09pcVKIuBwpaiBZNkLpzRzHLvHlR { top:9.9375rem;left:14.3125rem;width:32.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx6wSGlr3HzRZLRGdCCPPNPZZmpPAUo8 { top:12.625rem;left:14.3125rem;width:29.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsSK3bheuGfwnCB5P92P51eTtG0q0kuf { top:26.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APkCSkEUP5rxA7AJDIWxHOwc3rlkBCsp { top:9rem;left:0rem;width:16.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #koldirrPOsTnhw4l9Nh2qmK81SBakpAV { top:15.4375rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOtakcf5BWOeAQqrKEoudwEG00GWnn41 { top:15.6875rem;left:12.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGIiZBRGW3tezpoWk5QEergVQF0GLr24 { top:15.5625rem;left:13.8125rem;width:33.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9HdXrMXa94UaDzo1ggQImPhHBGq9TQE { top:17.875rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lieXJ6VPm3L3AosE1GhspAMS4hJeSVpe { top:18.0625rem;left:12.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4Eh0gk4LHAizUiyqUlavAJlwnO1P1VT { top:18.0625rem;left:13.8125rem;width:33.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0KtsWpT4HVap6RpZMrrccmoySPieqeq { top:20.75rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0xPhJHdzArwpGUtfUx918gng5EWmxhP { top:20.625rem;left:14.375rem;width:29.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INfQwZXb5soaqz7MxZtDrWzA0ogSOP7o { top:21.125rem;left:12.125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9fyP4pITw2P2kZIPz8lRXoi3GXCnFSg { top:17.1875rem;left:0rem;width:13.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg { display:block; }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRyyOoiegFw1v7tRn5g8l3ixMgiREIuD { top:8.0625rem;left:0rem;width:17.6875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JovCP1ZFblmLeEm7tU4HJJdc2tTr0XIU { top:1.5625rem;left:0rem;width:47.5625rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMmFLXQbkl0Xnt661PyQKvuwno3QrXsH { top:8.0625rem;left:5.2336647727273rem;width:4rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAnIBkqFdOOs36BF3FlkKVHmPZ4h8SOG { top:7.0625rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBMdBaHiJMNKeDepxKMmg90mVPRSED43 { top:7.3125rem;left:12.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlc3Cm0HlBKaztgdV4TyeCNy8Vuxh3yn { top:9.9375rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgZ5MrvrGXTNLXDrVC2dNKsJw8KO5f4x { top:10.25rem;left:12.1875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdogaaaNPpDyWemXalmGp8T8Aw7nwsm5 { top:12.5rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzOwsJbGTNXLFD9Z7INgaxKyS24rRPfD { top:12.875rem;left:12.125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VULMUWoVomFZXSTfHuw6h3Da6TyOCbM1 { top:25.625rem;left:0rem;width:47.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs6fh3HmK1O2z8vU4ArSz5bwPgydXei4 { top:14.0625rem;left:0rem;width:16.75rem;height:4rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7Fx3GAxZtSkUoCQemHpVvb3UuVePRBH { top:20.625rem;left:0rem;width:16.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfuWOWtXBnAT4QpuNBWcX5arA5ffxgil { top:4.1875rem;left:11.8125rem;width:29.25rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0ITrkFHdaHBSEvI32aFfpkuAobW9xub { top:7.1875rem;left:14.3125rem;width:30.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFTwphwR4c37G4rPu2vF5frbtFomNHRs { top:9.9375rem;left:14.3125rem;width:32.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yusHQlST80izFTE4L2KqhwtSIueFcShn { top:12.625rem;left:14.3125rem;width:29.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ69w4DopS11h8g59zTGDdZIhBlTARZ3 { top:26.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBmxxgnHWt3RApl7lylHqOnwfeSgKPT3 { top:10rem;left:0rem;width:13.1875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #At1G1dk8av7eRPkd8k3dRlg9pF7QgIUT { top:15.4375rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCcpLETrVd6nHrfNKCmPReRVGVsTPDtK { top:15.6875rem;left:12.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJnoepQkufSwyG8l1iQyqNOIVCaeBgy8 { top:15.5625rem;left:13.8125rem;width:33.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA00MS5wnefri8KHdJsXhFUMhA4GrEWI { top:17.875rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO1JNl5abxViVOkivRToob4u9uTNbHTm { top:18.0625rem;left:12.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH2dckwNyTdXy1XohE9bb0RPeeMbfADb { top:18.0625rem;left:13.8125rem;width:33.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7dcdIS0OG8K0RCF9AO3GfExduZFUfNy { top:20.75rem;left:11.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJLrWoN4kWH9ZtxqqqvOuDOeT88Q53A { top:20.625rem;left:14.375rem;width:29.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KERtO9WOEXwZAH1XVve4lRGASf7g1wzV { top:21.125rem;left:12.125rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaTqTM5OfHTP5PkS8r4vgdRTGH1Ikead { top:32.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHRMMKSal0eTNNqiLCxS89lOL2DhkfPP { top:18.0625rem;left:0rem;width:13.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu { display:block; }#zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsEP048dNVT4F4LsZxnIlhoWhN6X8H0p { display:block; }#AsEP048dNVT4F4LsZxnIlhoWhN6X8H0p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7FnKLRnf9ib2RzsaQEWVxRFArUgwfZd { width:17.5rem;height:3.4375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCfFT23piBMkCPIXiNrEnxKwEyTuHfWJ { display:block; }
 }@media only screen and (max-width: 763px) { #Zg39K6wAaCNCP9qsGPUsyShPf0Zk0MI2 { width:27.0625rem;height:3.4375rem;top:2.9375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8cxpMN5a2eVKdgHSte8dlqutmAUpNxO { display:block; }
 }@media only screen and (max-width: 763px) { #Hd9BmqXeXOBUPxcHDR6uBFIA1glRwTgS { width:17.5rem;height:3.4375rem;top:3.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8VLtTOUP7vDKqPd8GpkyiTgS63Tfu5t { display:block; }
 }@media only screen and (max-width: 763px) { #xWKFL0y5sNS1PChPE8VrW20wUB5VSB6s { top:2.125rem;left:0rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HavezrLWIUAByTXZ9o5nrN5ZdSH87wQt { top:3.0625rem;left:42.5625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI { display:block; }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5vogM61ezP8AO5PyD65FARTBk63bHzm { width:15.0625rem;height:5.6875rem;top:4.9375rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2Tz0rPRnfXwwvzmPna5pHKLHcDNgelR { width:9.75rem;height:5.6875rem;top:4.9375rem;left:9.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCHx0HsOWUsKXJuECb7pFXDyXKMZyJsD { width:9.8125rem;height:3.375rem;top:9.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVnGmAS9CVgkx2daDL8TIoHn3X3T5Sbx { width:10.6875rem;height:3.375rem;top:9.6875rem;left:9.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwJJz1B5qkbOwUT0fF18Vr5MuSlU1oa7 { width:6.875rem;height:5.6875rem;top:4.9375rem;left:21.3125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqA1PwEAJ7wt68saL7qhQZrBthTqTwUG { width:10.6875rem;height:3.375rem;top:9.6875rem;left:19.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6hdR9DLsVE9I7Di2enGCTo5SuNninAD { width:10.6875rem;height:3.375rem;top:9.6875rem;left:30.90625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvRLFpEHPBMDZouBuLkPQPEhQ8PPwxTI { width:6.875rem;height:5.6875rem;top:4.9375rem;left:32.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGct21NfNs7IzT8TgFVCxqAIMU87U16T { width:10.6875rem;height:3.375rem;top:9.6875rem;left:37.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er3KpQ8RsnGVWn4TNGOmqAOGLxTxpK0S { width:8.25rem;height:5.6875rem;top:4.9375rem;left:39.5rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU { width:18rem;height:5.0625rem;display:flex;top:17.625rem;left:12.75rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #SK87z9ZJXkSHgfPyaxAT6XU9MorQaJd0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #CsIcTp051epyzVseUK1hk4XNXsZUUUT0 {  }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #rEmMILQtGpFgeG6M0unPDQt5NXpwsVhc {  }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #CMLhclJ3CiWf9zb4ZGQhTpJieh1nCzJ6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #qxfQ3KJ9GL29DcXBCmAHi3ngLGe8xd8z {  }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #A7KWGMk8Hbp7z6sd2ZiRTm65w0PdmWQn {  }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #a1loxT38lrL8Ut5FP0vMUtK6ur13btJp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #hFEBVKKBtNt3ioWV6WqowUmDO3fpvAxW {  }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #bf01KR9puASWHReR7hEcrz73k1pZrXz7 {  }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #ltpE0NmPB0qmikwOzUXZiDKG6717TAhR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #f4d9mhkcquxRebSsGHTTmT5z3e60TVKZ {  }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #x3eQTunUCQygNUgmVC4kd02h3N49IWRq {  }
 }@media only screen and (max-width: 763px) { #vCriZLV2qcBGSaXDlDQ3cKBIcglaO3li { display:block; }#vCriZLV2qcBGSaXDlDQ3cKBIcglaO3li > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5W933w53AdePt2pWLz7JQbFptPNHyhC { top:9.5625rem;left:4.25rem;width:39.25rem;height:7.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA { display:block; }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JM2zkOoXTRn5TvJlDH3A0g0fi5x3Cl8u { top:0.4375rem;left:0rem;width:8.5625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwbNiNwQghbASpsEy6mrJZFHH44KxE6m { top:2.4375rem;left:15.9375rem;width:31.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dHT02W8GayrpTFypaocdAme8ybXpTCVx { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dHT02W8GayrpTFypaocdAme8ybXpTCVx > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgpvdOrBaQ2KDQpBuNaFupnhO6IKFLpv { top:0.5625rem;left:4.4375rem;width:15.5625rem;height:3.125rem;font-size:1.375rem;font-family:opensanssemibold;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cpO3qMh7koqBqVhvDcucxMiihyLzz5kE { display:block; }
 }@media only screen and (max-width: 763px) { #Z5FGG2Dmp4Sef31enUfW1AOPDTfcgeQR { width:3.1875rem;height:1.75rem;top:1.46875rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #s8i0rc2WCe4dxlxJoAkSnEKastExq984 { top:0.6875rem;left:0rem;width:3.5625rem;height:3rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/724c1a90-e3cd-4010-8429-9200a6265600/bcknavidad.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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(255,255,255,0.1); }#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(255,255,255,0.1); }#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 { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7mLQiutu9NWrxnELsE8wFxZ8klmDhOm { width:16.3125rem;height:5.2246125rem;top:6.912109375rem;left:1.84375rem;font-size:2.375rem;color:#ffffff;text-shadow:0.1875rem 0.1875rem 0.75rem rgba(0,0,0,0.83);line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLMg87fTcZi5lELMKRfahJkcNZZushhA { width:19.875rem;height:5.125rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIyEsdHetMvkZaSHelBlTw8z3AhTMFBK { width:17.25rem;height:4.3125rem;top:12.6875rem;left:1.375rem;font-size:4.3125rem;color:#ffffff;text-shadow:0.1875rem 0.1875rem 0.75rem rgba(0,0,0,0.83);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTgHGos2ezup1oSTPucRWqG7tcBwwfhS { width:9.0625rem;height:5.1875rem;top:18rem;left:10.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EMM7TTdPPRev95uKJ4wpMDc5ThNsWTOS { width:8.5rem;height:4.625rem;top:18.625rem;left:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGWcyVeHTCHEfqsCmOgoAm4CQQnmhPFq { width:14.9375rem;height:2.625rem;top:20.75rem;left:2.5625rem;font-size:1.3125rem;color:#ffffff;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #trppPEVkToZeJw60n9z6fJFM6L4ekoTi { display:block; }#trppPEVkToZeJw60n9z6fJFM6L4ekoTi > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9ZOlkTyfuloSMGK6uNX29VCVHGvbwqS { width:15.125rem;height:5.25rem;top:1.9375rem;left:2.4375rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ap2vQrzIdteTUd20oB8eTGNllBOHK2Ks { width:17.375rem;height:5.173825rem;top:8.5rem;left:1.3125rem;font-size:1.4375rem;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4 { display:block; }#IUcTTWdaFD93k4dLZmo4ynfkimbTAUp4 > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2IknuTf8GozHWabxe69Ot5A3HVh62TU { background-color:rgba(255,255,255,0.89);background-image:url("https://images.assets-landingi.com/uc/29a58e7f-a4ea-4afd-93f5-174248ecc297/portadanavidadcopy.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU.adaptive-delivery-prevent-bg, #e2IknuTf8GozHWabxe69Ot5A3HVh62TU.lazyload, #e2IknuTf8GozHWabxe69Ot5A3HVh62TU.lazyloading { background-image: none; }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU > .row .container { background-color: transparent; background-image: none; }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU > .row .container > .video-iframe-container { display: none; }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU > .row > .video-iframe-container { display: none; }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU > .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); }#e2IknuTf8GozHWabxe69Ot5A3HVh62TU > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBIM86lOLzMcgdATTfPkXEAIHbbF2fsL { width:14.4375rem;height:18rem;top:3.625rem;left:2.78125rem;font-size:1.25rem;color:#004f09;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #scXPuAxQEQItNT7ZtisqC8xi7giM4C1X { width:18rem;height:9.2578125rem;top:24.6875rem;left:1rem;font-size:1.1875rem;color:#004f09;display:block; }
 }@media only screen and (max-width: 763px) { #rbSktFCkbaRscKLWA8kOzdkMmJebxE3p { width:17.375rem;height:9.097625rem;top:35.3125rem;left:1.3125rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KTl9B10DJvzHNwgZ0S99EFlTJxm3VTi8 { width:17.6875rem;height:20.8125rem;top:2.5625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIPxeVk11sZQ5xaxLC6S64vVFtAKwFel { top:46.5rem;left:0rem;width:20rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcMi2eZxKmpI6WDNG3HQnALFnZanygkU { display:block; }
 }@media only screen and (max-width: 763px) { #DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh { display:block; }#DaWrHGMUHTW5WxwnMrxTRlgeEhQTs9Uh > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlPckGdWQNB1O6Z5rFGOWVTt9Ab6qXC8 { width:20rem;height:5.03613125rem;top:44.1259765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMTM6WknS5SPfl6VCuc69gg9gwCfCcyl { display:block; }#cMTM6WknS5SPfl6VCuc69gg9gwCfCcyl > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIyBMcrXTJUMRTSWKah1FadhlVaEcTrM { width:13.5625rem;height:7.714875rem;top:6.8125rem;left:4.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTIgUWvn6B3IivrvTXUyPB0ZkgWCt8gk { width:13.625rem;height:9.2578125rem;top:16rem;left:5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XsXACdoL51xu9NbLr08fbp1LT3w54xKE { width:12.375rem;height:4.62890625rem;top:26.8125rem;left:4.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #t8MNNagkZOirvT5EUVbD0P0aRvToA7wF { width:13.8125rem;height:7.714875rem;top:32.75rem;left:4.5625rem;font-size:1.1875rem;z-index:15051;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q3Wz3TLi5H2JVA9lKBUSID5JImHMvUhz { width:17.6875rem;height:4.330075rem;top:45.5rem;left:1.15625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBfU7ok3vKLkD1lA1btqomZTVZ991Ofc { width:2.625rem;height:2.625rem;top:18.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbdPO2hOOyWPstibBdKx539KQSp3VGUs { width:2.625rem;height:2.625rem;top:27.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkzbWWJkm5kRfLRQUqBlhPOV7OU2OVIz { width:2.625rem;height:2.625rem;top:8.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7XphaaTAqLnsggl0a5wlGLF3bOo5sZ5 { width:2.625rem;height:2.625rem;top:34.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs6fhnfn8tZOlTlTo7gneauoo4z56cwu { top:0rem;left:0rem;width:20rem;height:5.1875rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Fo2r1mTVQZZ9C8WHEelwIykLBMgAqkP5 { width:2.6875rem;height:5rem;top:0rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BATg2TsMFip9ssFLOAW5a209yi8AzWzd { width:19.625rem;height:31.875rem;top:9.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKVixPzVwDb9EwfGMfZQZhRZ8B5WvHGH { width:16.3125rem;height:4.3125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGHJoSiIiPuLKQLFA2NDKyPAUIMeyAMC { width:16.3125rem;height:4.375rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJJHE0PcFkTfCxPhgAcbpRzqeExufOAG { width:14.125rem;height:4rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeX2DzdnTLOJagOGhayIxe0tRwRsmKBR { width:12.9375rem;height:4.4375rem;top:26.65625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHVlRTaELlosfShsyJ4Ga8QSbtE50JU4 { top:4.3125rem;left:2.1875rem;width:16.8125rem;height:38.1875rem;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #ffffff;border-left:0.125rem dotted #ffffff;border-right:0.125rem dotted #ffffff;border-bottom:0.125rem dotted #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0e8959a-190b-47b1-a002-02357b68d838/Untitled201.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD.adaptive-delivery-prevent-bg, #Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD.lazyload, #Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD.lazyloading { background-image: none; }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD > .row .container { background-color: transparent; background-image: none; }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.01); }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD > .row .container > .video-iframe-container { display: none; }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.01); }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD > .row > .video-iframe-container { display: none; }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD > .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); }#Sz0LA6ynWJedB9dCulGVu5dOTn0KiraD > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWuI7o7nTcuFMTyxHtW6GWKkMI8rDAAZ { width:16.8125rem;height:14.625rem;top:25.875rem;left:1.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#4c4c4c;display:block; }
 }@media only screen and (max-width: 763px) { #ESkTXWXyhNfIkC2XFzkamDnMOxtedIXn { width:19.625rem;height:13.8125rem;top:9.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJdhv4xDxwTfAGm3SHy2vTnw41reeCQZ { width:14.875rem;height:5.125rem;top:2.83740234375rem;left:2.5625rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3bca8e21-dd58-4fcc-82df-be3194518d48/imagenparafondomin.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q.adaptive-delivery-prevent-bg, #HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q.lazyload, #HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q.lazyloading { background-image: none; }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q > .row .container { background-color: transparent; background-image: none; }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,83,19,0.8); }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q > .row .container > .video-iframe-container { display: none; }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,83,19,0.8); }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q > .row > .video-iframe-container { display: none; }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q > .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); }#HxhBLQWBTQV8yB7mRzCDpOcCubC3JK9Q > .row .container { width:20rem;height:83.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWlOOF03h5yz4SF96KUNQTXqEH7bRgbm { width:13.125rem;height:1.70605625rem;top:1.25rem;left:3.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SGRLVNDbCWbhZKEwIvChbAX9kJcZhP49 { width:11.3125rem;height:1.7871125rem;top:9.25rem;left:4.375rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pu1MgqdRJvwwTLK2hJZ7rpVLDoKVWaOZ { width:17.6875rem;height:11.5rem;top:42.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxvLcGy1EszmBNR8xDpw5v8bG97twbZD { width:14.4375rem;height:5.1181625rem;top:57.5625rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FoWL1zdl7HcbuvuCB35ZJktEq92baGMk { width:16.8125rem;height:12.625rem;top:13rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZf4ImerftmZQtgp5QMJZ3m22xJFtWt9 { width:17.4375rem;height:9.2578125rem;top:29.7099609375rem;left:1.28125rem;font-size:1.1875rem;z-index:15088;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qGeGKBpS88rftC377SFH2IQTHJX54awb { width:17.75rem;height:14.625rem;top:66.875rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q6C6olZHMv2JAIVf4RiNEeENl0vKme8F { width:20rem;height:5.1474625rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9FGxJ9iR4S9qQiMlBQ25VC1VEM4g6ua { width:20rem;height:12.5rem;top:27.625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #A0qhqWRTw7AXdTP3k9QyH0D4wOf2kerF { width:20rem;height:10rem;top:54.6875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sQwx9fpPBTEqIlabScUUdSm01cy0ti30 { width:20rem;height:5.1474625rem;top:52.125rem;left:0rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #vwxv6DzB0Xvluf1K6MmRteSkypW5NHPP { width:20rem;height:4.3994125rem;top:3.6875rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;font-family:"book antiqua titulos";display:block; }
 }@media only screen and (max-width: 763px) { #dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .row .container { background-color: transparent; background-image: none; }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .row .container > .video-iframe-container { display: none; }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .row > .video-iframe-container { display: none; }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .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); }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .row .container { border-width: 0; border-radius: 0; }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHrZJPKf0zWSAEWPXCV4r3JLf4A6KzOw > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcTb7TkicovU1TQ4S0GmWcny2EpKyVRb { width:5.875rem;height:4.8125rem;top:10.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNdrMLnoxo5mJA744XOZU0mRrqufsq7c { width:5.4375rem;height:5.4375rem;top:10.4375rem;left:12.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OCz7Q0Pueqcv5ZPThBDWplNtumf1mfgS { width:6.4375rem;height:5.3125rem;top:17.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlEMl6vmTTTUP9JCM51vT6OTH9kMCDCs { width:5.9375rem;height:4.875rem;top:18.375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za8WJwduJSyT2kLH9nLgENbxqkvVAZmt { width:6.75rem;height:6.75rem;top:8.5625rem;left:11.3125rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex5u9ISIkOR8dqaGF4TUsmTbehK2n0G2 { width:6.75rem;height:6.75rem;top:8.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Nd3gIwQrb0P4N6D5apEG3r6MLQE3vW { width:6.75rem;height:6.75rem;top:16.25rem;left:1.75rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPWcqxBgr50pOQxycB5iopWnxLVs2BBl { width:6.75rem;height:6.75rem;top:16.4375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH9pGgzfZp2BlL6PopuG6zbSo0Q0zZv8 { width:5.5rem;height:4.5rem;top:26.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXHyZWle5DUMstPCda2F6UbA22TKTezE { width:6.75rem;height:6.75rem;top:24.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmivx9Rs6Bx1wEcsUzS0fxJivDnU4Pyg { width:6.3125rem;height:5.1875rem;top:25.75rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5JZlxxLAr7bsrRZ0LiGbIx55tDd1VzC { width:6.75rem;height:6.75rem;top:24.0625rem;left:11.1875rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOu7TbmswvJcOqdVRrGzKDSok0MsqP4f { top:41.625rem;left:0rem;width:20rem;height:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyJ47wDn9FzSWHvfOxOqyhyvMr6F61D3 { display:block; }
 }@media only screen and (max-width: 763px) { #URq2kl1Agqfvbhfc6bbiTZWv8KsThKHx { width:5.1875rem;height:5.375rem;top:34.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR7zxDyVQbmDdNXd7rXdGvAmobvJJt4A { width:6.75rem;height:6.75rem;top:32.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQXF4gWQzFeX2eoAR1tUfxTu8QQshOa { width:6.625rem;height:5.4375rem;top:34.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL1w1sibr3Ku5lnBoRxQ7keZvEASIAMD { width:6.75rem;height:6.75rem;top:32.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyo3k2J0HGRb3JnKmsSxuaQeJaNmh6RL { width:20rem;height:5.7744125rem;top:2.1875rem;left:0rem;font-size:2.625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1b607e29-1666-4b9e-a9a6-b2abb99bbd6b/franjaordminmin.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ.adaptive-delivery-prevent-bg, #DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ.lazyload, #DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ.lazyloading { background-image: none; }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ > .row .container { background-color: transparent; background-image: none; }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ > .row .container > .video-iframe-container { display: none; }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ > .row > .video-iframe-container { display: none; }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ > .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); }#DgC1pQeKkwmJNBTqmvwesou2wUwTKoUJ > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ { background-color:rgba(0,0,0,0);background-image:none;display:block; }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ > .row .container { background-color: transparent; background-image: none; }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ > .row .container > .video-iframe-container { display: none; }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ > .row > .video-iframe-container { display: none; }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ > .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); }#b2tVNk1InRBPfHMKaNZp9mC3Wkt1MuIJ > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEhGr9uFWelAR4RCg8qEFwa3w6VDuhov { width:17.6875rem;height:12.3125rem;top:3.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiBHEX14Ln4NpIkA25l1tyE8v59t5dFV { width:19.8125rem;height:36.625rem;top:8.6123046875rem;left:0rem;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.28) ;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uIK7RrRdPM67oTgrCtpIbN4mQJQcJBvm { width:3.6875rem;height:7.4375rem;top:4.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxuDyLVZQ0h1Sr52t9VwsPQEhkuXCzs5 { width:1.875rem;height:1.875rem;top:20.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWyMpiClA7XdrXXM1646QOi6yQZSPRGp { width:1.25rem;height:1.25rem;top:21.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDqo4qr72kh5IDZkrMrRvrfMIMHAVcpQ { width:1.875rem;height:1.875rem;top:24.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3nc06TNR2ifzQqfcQ0vF4fiPzA8gtO4 { width:1.25rem;height:1.25rem;top:24.8125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhm8uoVHR7PUOCfZ4bw3JeJTPGk2UCDg { width:1.875rem;height:1.875rem;top:29.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrmiNfWQvMgt3bXd2VPhZW5qDgQWbRgJ { width:1.25rem;height:1.25rem;top:29.75rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ofbXkGXmedq2DOxLbCZm7WbG9XUJiw { width:1.875rem;height:1.875rem;top:33.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKfPo6LsxoiDcwF2wBDQxK2BnF3s7LpT { width:1.25rem;height:1.25rem;top:34.0625rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0AoSFaenk3TWsmfp5p4SH4ZHoV3xT0N { width:17.8125rem;height:12.375rem;top:41.0625rem;left:1.125rem;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;background-color:#004f09;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WXvLXt0RsftxwheVEp34o2k95bbbEIkd { width:20rem;height:2.11230625rem;top:0.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#0a5313;display:block; }
 }@media only screen and (max-width: 763px) { #RZ3WXJwReaunT9f27VfW0DAA0cc89x1k { width:16.75rem;height:3.5rem;top:9.28125rem;left:1.625rem;font-size:4.375rem;font-family:fraternite;font-weight:400;font-style:normal;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #s4TgHSX1xH5VeiicBHiCOvHcAcLUA2DT { width:16.1875rem;height:3.25rem;top:5.4248046875rem;left:1.8125rem;font-size:1.25rem;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WTKT06LEpOnrSa6Ck96b3uXVuieNSFdK { width:12.4375rem;height:3.32421875rem;top:17.0625rem;left:3.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5ic7FR0mFalJuic93whXUzM7IfMlsKG { width:14.125rem;height:3.0869125rem;top:20.95703125rem;left:3.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ve9bGhRTzgmZpi395qLo3Vvm0lZV9qog { width:14.6875rem;height:4.62890625rem;top:24.49609375rem;left:3.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OIxuRVwkUTW0mAobWKnR28dmciSt4XFe { width:14.1875rem;height:3.0869125rem;top:29.6875rem;left:3.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WbT6gQthM5v2rErhtzyb0dnwf1W8Ic2a { width:15.4375rem;height:6.171875rem;top:33.625rem;left:3.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sIGlTvRDqMg1T5oAdfP9WDKFELpbigBo { width:14.3125rem;height:9.2578125rem;top:42.5625rem;left:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRN2ev25m1d58TI2emUXS7MbnPFdmTRk { width:13.3125rem;height:1.86865rem;top:12.90625rem;left:3.09375rem;font-size:1.4375rem;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 > .row .container { background-color: transparent; background-image: none; }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 > .row .container > .video-iframe-container { display: none; }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 > .row > .video-iframe-container { display: none; }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 > .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); }#C5bbAVTSpTsrbtVP9vnOmtkOHxZDWkc1 > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXbWuGbdaitNDAISEvBlDislPdKsJRT6 { width:17.6875rem;height:15.6875rem;top:0rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq7iKkS4FT9zt3xPPcW53y9SBXX9yVwf { width:19.8125rem;height:47.125rem;top:5.875rem;left:0rem;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.28) ;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ddT6Pa4yN7X8LyN63hhaadQP4cd1POMz { width:3.6875rem;height:7.4375rem;top:0rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVinvy7BGveX1Afp2C5E1d3XWuTFFJIh { width:1.875rem;height:1.875rem;top:20.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqhmJw7sT3dyaQ0XNeg2IycIqWctoPQb { width:1.25rem;height:1.25rem;top:20.8125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Amq1VuXIfffqmUwI5nP6dLCxiBnJdDAh { width:1.875rem;height:1.875rem;top:24.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyHJTPPH9fNJ1hDuTAWeMhtedkQzJfBq { width:1.25rem;height:1.25rem;top:24.4375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS5eyUevHSVtPerJFVbcFfDhb5IXHtbt { width:1.875rem;height:1.875rem;top:28.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU4Fda2O2mDOnQVv7TwqldeahXkoq3Gc { width:1.25rem;height:1.25rem;top:29.3125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnLNUAXHwZRrahgkr0LPKumn9TuiCBtK { width:15.8125rem;height:13.4375rem;top:48.1875rem;left:2.09375rem;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;background-color:#004f09;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gR1x2AxDnqvOcOUyF5zQ5gut61UMr6rT { width:16.75rem;height:3.5rem;top:5.875rem;left:1.625rem;font-size:4.375rem;font-family:fraternite;font-weight:400;font-style:normal;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #P5eTuBTakLZWyHEND5sbQguK1FODmcG6 { width:16.1875rem;height:1.3808625rem;top:12.1875rem;left:1.90625rem;font-size:1.0625rem;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PM4e8fe51zLB2xa71WvQd8wpHfe7i9uQ { width:12.5rem;height:3.32421875rem;top:16.6875rem;left:3.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #riVOEDJHCAu8EzTG5ZJ2ct09xyyn0ztR { width:14.125rem;height:3.0869125rem;top:20.5rem;left:3.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xfqgL9wA8PcRGFKFBzJHnzBqgu921lHQ { width:14.6875rem;height:4.62890625rem;top:24.0625rem;left:3.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xsWBZkZMeAs9nDnmQm0UVVUxukW0vuzx { width:14.1875rem;height:3.0869125rem;top:29.1875rem;left:3.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dIzzaPZODdLwGB1C3KN5348SBTER7h0a { width:14.0625rem;height:10.80075rem;top:49.375rem;left:2.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGVOWCnQr3CH4pdRRxEzJ88zcqOE8199 { width:10.6875rem;height:3.25rem;top:1.25rem;left:4.65625rem;font-size:1.25rem;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ge4ytOhVdDQku0yTzSNtwKPvFBfrub09 { width:1.875rem;height:1.875rem;top:32.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuZOws8KFVHmzE9NOi10aD3kGqH2EFH0 { width:1.25rem;height:1.25rem;top:33.0625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRS6rrCsEWJDgGTrBuCXAVaREDeQkAlT { width:15.875rem;height:3.0869125rem;top:32.6875rem;left:3.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lQzDZSnMNoyTvu8FiMWwQUcAXEUFnxqV { width:1.875rem;height:1.875rem;top:36.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEZnB1Hh7siCqLcRhTIPk5XaPMXTGZZA { width:1.25rem;height:1.25rem;top:36.625rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnXJu4PRR1kqaD0S4ZZhBMiUdZPn3A0s { width:15rem;height:3.0869125rem;top:36.375rem;left:3.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bGORcSWRX39BRH5tuwoNBTTpI3mDaX5K { width:1.875rem;height:1.875rem;top:40.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntCziOD6LRI5STBXX4LC3fsagiFpu1RD { width:15.25rem;height:6.171875rem;top:40.25rem;left:3.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cORF5RW711pfJQw3JfcvxhdwpB4991ur { width:1.25rem;height:1.25rem;top:40.6875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxLtgR789XWxdsa1wQKTNzHFO5chCkcy { width:13.3125rem;height:1.86865rem;top:9.375rem;left:3.375rem;font-size:1.4375rem;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #U25ooQXvWHnC711fVNLdE8pomqZDEyCc { background-color:rgba(0,0,0,0);background-image:none;display:block; }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc > .row .container { background-color: transparent; background-image: none; }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc > .row .container > .video-iframe-container { display: none; }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc > .row > .video-iframe-container { display: none; }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc > .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); }#U25ooQXvWHnC711fVNLdE8pomqZDEyCc > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AslpWM4MDQ5WCZ16NXNizwk5BDvsyRnU { width:17.6875rem;height:14.1875rem;top:1.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x424Ed8CexJ5KlfnJcJeDJiaepett5AN { width:19.8125rem;height:48.875rem;top:7.625rem;left:0rem;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.28) ;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #P5xFu2ScNBbTlehm5wVXZEfhTCmeziki { width:3.6875rem;height:7.4375rem;top:1.6875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoKO3zJRETx0BSyNNELtX0xye0K1nRT7 { width:1.875rem;height:1.875rem;top:22.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9MDUXxdFgkx10DEtKL636KoStHhsBJJ { width:1.25rem;height:1.25rem;top:22.375rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeUfOQOUbJUa1QxaVTgwNTfb4TbNeZlf { width:1.875rem;height:1.875rem;top:25.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRrARKInVB9O3XhxTdcqbco5SVZVG8bT { width:1.25rem;height:1.25rem;top:26.125rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGBHMFvQ9QeLXtdyef1VsF22s6nxQtHi { width:1.875rem;height:1.875rem;top:30.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot1op34D1p3yZEebkzIeHucVU4M270lC { width:1.25rem;height:1.25rem;top:31rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euoGJhihegivpZUUloGOclLVs6bNPrqr { width:16.0625rem;height:12.375rem;top:49.8125rem;left:1.96875rem;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;background-color:#004f09;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #x5Hd31yHbOFxarVfJvNRMxiLWxq96lnu { width:16.75rem;height:3.5rem;top:7rem;left:1.625rem;font-size:4.375rem;font-family:fraternite;font-weight:400;font-style:normal;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #t0xaltaTm5ZDmalN1EShDksVizHEXCoV { width:16.1875rem;height:1.3808625rem;top:13.125rem;left:1.90625rem;font-size:1.0625rem;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Lsk9Q2xzMQcn81DSLqquCZz0ivQJ9toT { width:12.3125rem;height:3.32421875rem;top:18.3125rem;left:2.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rl6bwc3eQKhWTTFyabfLb5dHAcSKJNLw { width:14.125rem;height:3.0869125rem;top:22.125rem;left:4.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zG9l09pcVKIuBwpaiBZNkLpzRzHLvHlR { width:14.6875rem;height:4.62890625rem;top:25.8125rem;left:4rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hx6wSGlr3HzRZLRGdCCPPNPZZmpPAUo8 { width:14.1875rem;height:3.0869125rem;top:30.9375rem;left:4rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wsSK3bheuGfwnCB5P92P51eTtG0q0kuf { width:14.5625rem;height:9.2578125rem;top:51.25rem;left:2.71875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APkCSkEUP5rxA7AJDIWxHOwc3rlkBCsp { width:14.375rem;height:3.25rem;top:2.9375rem;left:2.8125rem;font-size:1.25rem;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #koldirrPOsTnhw4l9Nh2qmK81SBakpAV { width:1.875rem;height:1.875rem;top:34.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOtakcf5BWOeAQqrKEoudwEG00GWnn41 { width:1.25rem;height:1.25rem;top:34.6875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGIiZBRGW3tezpoWk5QEergVQF0GLr24 { width:14.25rem;height:3.0869125rem;top:34.375rem;left:3.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o9HdXrMXa94UaDzo1ggQImPhHBGq9TQE { width:1.875rem;height:1.875rem;top:38.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lieXJ6VPm3L3AosE1GhspAMS4hJeSVpe { width:1.25rem;height:1.25rem;top:38.375rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4Eh0gk4LHAizUiyqUlavAJlwnO1P1VT { width:15rem;height:3.0869125rem;top:38.1875rem;left:3.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k0KtsWpT4HVap6RpZMrrccmoySPieqeq { width:1.875rem;height:1.875rem;top:41.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0xPhJHdzArwpGUtfUx918gng5EWmxhP { width:15.25rem;height:6.171875rem;top:41.9375rem;left:3.8125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #INfQwZXb5soaqz7MxZtDrWzA0ogSOP7o { width:1.25rem;height:1.25rem;top:42.3125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9fyP4pITw2P2kZIPz8lRXoi3GXCnFSg { width:13.3125rem;height:1.86865rem;top:10.1875rem;left:3.28125rem;font-size:1.4375rem;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg { background-color:rgba(255,255,255,0.9);background-image:none;display:block; }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg > .row .container { background-color: transparent; background-image: none; }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg > .row .container > .video-iframe-container { display: none; }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg > .row > .video-iframe-container { display: none; }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg > .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); }#o8T0fqSc3SFLAFuDo8xZpvu7QfAtTufg > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRyyOoiegFw1v7tRn5g8l3ixMgiREIuD { width:17.6875rem;height:13.625rem;top:0.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JovCP1ZFblmLeEm7tU4HJJdc2tTr0XIU { width:19.8125rem;height:46rem;top:6.8125rem;left:0rem;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.28) ;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UMmFLXQbkl0Xnt661PyQKvuwno3QrXsH { width:3.6875rem;height:7.4375rem;top:0.875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAnIBkqFdOOs36BF3FlkKVHmPZ4h8SOG { width:1.875rem;height:1.875rem;top:19.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBMdBaHiJMNKeDepxKMmg90mVPRSED43 { width:1.25rem;height:1.25rem;top:20rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlc3Cm0HlBKaztgdV4TyeCNy8Vuxh3yn { width:1.875rem;height:1.875rem;top:23.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgZ5MrvrGXTNLXDrVC2dNKsJw8KO5f4x { width:1.25rem;height:1.25rem;top:23.625rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdogaaaNPpDyWemXalmGp8T8Aw7nwsm5 { width:1.875rem;height:1.875rem;top:28.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzOwsJbGTNXLFD9Z7INgaxKyS24rRPfD { width:1.25rem;height:1.25rem;top:28.6875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VULMUWoVomFZXSTfHuw6h3Da6TyOCbM1 { width:16.3125rem;height:11.9375rem;top:46.5625rem;left:1.84375rem;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;background-color:#004f09;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vs6fh3HmK1O2z8vU4ArSz5bwPgydXei4 { width:16.75rem;height:3.5rem;top:5.875rem;left:1.625rem;font-size:4.375rem;font-family:fraternite;font-weight:400;font-style:normal;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #Q7Fx3GAxZtSkUoCQemHpVvb3UuVePRBH { width:16.1875rem;height:1.3808625rem;top:11.5625rem;left:2.1875rem;font-size:1.0625rem;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JfuWOWtXBnAT4QpuNBWcX5arA5ffxgil { width:12.625rem;height:3.32421875rem;top:15.4375rem;left:3.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O0ITrkFHdaHBSEvI32aFfpkuAobW9xub { width:14.125rem;height:3.0869125rem;top:19.75rem;left:4.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qFTwphwR4c37G4rPu2vF5frbtFomNHRs { width:14.6875rem;height:4.62890625rem;top:23.3125rem;left:3.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yusHQlST80izFTE4L2KqhwtSIueFcShn { width:14.1875rem;height:3.0869125rem;top:28.3125rem;left:3.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cQ69w4DopS11h8g59zTGDdZIhBlTARZ3 { width:14.8125rem;height:9.2578125rem;top:47.73876953125rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBmxxgnHWt3RApl7lylHqOnwfeSgKPT3 { width:10.125rem;height:3.25rem;top:2.125rem;left:4.9375rem;font-size:1.25rem;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #At1G1dk8av7eRPkd8k3dRlg9pF7QgIUT { width:1.875rem;height:1.875rem;top:31.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCcpLETrVd6nHrfNKCmPReRVGVsTPDtK { width:1.25rem;height:1.25rem;top:32.0625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJnoepQkufSwyG8l1iQyqNOIVCaeBgy8 { width:15.875rem;height:3.0869125rem;top:31.75rem;left:3.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qA00MS5wnefri8KHdJsXhFUMhA4GrEWI { width:1.875rem;height:1.875rem;top:35.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO1JNl5abxViVOkivRToob4u9uTNbHTm { width:1.25rem;height:1.25rem;top:35.4375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH2dckwNyTdXy1XohE9bb0RPeeMbfADb { width:15rem;height:3.0869125rem;top:35.25rem;left:3.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q7dcdIS0OG8K0RCF9AO3GfExduZFUfNy { width:1.875rem;height:1.875rem;top:39rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJLrWoN4kWH9ZtxqqqvOuDOeT88Q53A { width:15.25rem;height:6.171875rem;top:39rem;left:3.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KERtO9WOEXwZAH1XVve4lRGASf7g1wzV { width:1.25rem;height:1.25rem;top:39.375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaTqTM5OfHTP5PkS8r4vgdRTGH1Ikead { width:16.0625rem;height:7.714875rem;top:59.9375rem;left:1.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHRMMKSal0eTNNqiLCxS89lOL2DhkfPP { width:13.3125rem;height:1.86865rem;top:9.1875rem;left:3.34375rem;font-size:1.4375rem;z-index:15041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu { display:block; }#zJxb5Sdgns1y4Z7p4drw0EhOV5ITyPzu > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsEP048dNVT4F4LsZxnIlhoWhN6X8H0p { display:block; }#AsEP048dNVT4F4LsZxnIlhoWhN6X8H0p > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7FnKLRnf9ib2RzsaQEWVxRFArUgwfZd { width:20rem;height:3.4375rem;top:1.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a5313, #098218);background-image: -moz-linear-gradient(180deg, #0a5313, #098218);background-image: -ms-linear-gradient(180deg, #0a5313, #098218);background-image: -o-linear-gradient(180deg, #0a5313, #098218);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5313', endColorstr='#098218' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5313', endColorstr='#098218' );";background-image: linear-gradient(180deg, #0a5313, #098218);background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCfFT23piBMkCPIXiNrEnxKwEyTuHfWJ { display:block; }
 }@media only screen and (max-width: 763px) { #Zg39K6wAaCNCP9qsGPUsyShPf0Zk0MI2 { width:20rem;height:3.4375rem;top:6rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a5313, #098218);background-image: -moz-linear-gradient(180deg, #0a5313, #098218);background-image: -ms-linear-gradient(180deg, #0a5313, #098218);background-image: -o-linear-gradient(180deg, #0a5313, #098218);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5313', endColorstr='#098218' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5313', endColorstr='#098218' );";background-image: linear-gradient(180deg, #0a5313, #098218);background-size:auto !important;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8cxpMN5a2eVKdgHSte8dlqutmAUpNxO { display:block; }
 }@media only screen and (max-width: 763px) { #Hd9BmqXeXOBUPxcHDR6uBFIA1glRwTgS { width:20rem;height:3.4375rem;top:10.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a5313, #098218);background-image: -moz-linear-gradient(180deg, #0a5313, #098218);background-image: -ms-linear-gradient(180deg, #0a5313, #098218);background-image: -o-linear-gradient(180deg, #0a5313, #098218);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5313', endColorstr='#098218' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5313', endColorstr='#098218' );";background-image: linear-gradient(180deg, #0a5313, #098218);background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8VLtTOUP7vDKqPd8GpkyiTgS63Tfu5t { display:block; }
 }@media only screen and (max-width: 763px) { #xWKFL0y5sNS1PChPE8VrW20wUB5VSB6s { width:3.9375rem;height:3.9375rem;top:11.5rem;left:15.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HavezrLWIUAByTXZ9o5nrN5ZdSH87wQt { width:4.0625rem;height:4.0625rem;top:1.9375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5366b695-82bb-448e-8b71-2501c21c868f/fondoblancoplantasnavidad.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI.adaptive-delivery-prevent-bg, #dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI.lazyload, #dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI.lazyloading { background-image: none; }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI > .row .container { background-color: transparent; background-image: none; }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI > .row .container > .video-iframe-container { display: none; }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI > .row > .video-iframe-container { display: none; }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI > .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); }#dkILXw6A6Nm5IgHDXO4fXp5UrlTzSxwI > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5vogM61ezP8AO5PyD65FARTBk63bHzm { width:15.0625rem;height:5.5249rem;top:0.9375rem;left:2.5rem;font-size:4.25rem;text-align:center;text-align-last:center;font-family:fraternite;font-weight:400;font-style:normal;color:#0a5313;display:block; }
 }@media only screen and (max-width: 763px) { #V2Tz0rPRnfXwwvzmPna5pHKLHcDNgelR { width:5.125rem;height:5.19970625rem;top:8.8125rem;left:1.5625rem;font-size:4rem;text-align:center;text-align-last:center;color:#0a5313;display:block; }
 }@media only screen and (max-width: 763px) { #eCHx0HsOWUsKXJuECb7pFXDyXKMZyJsD { width:9.8125rem;height:2.611325rem;top:5.875rem;left:5.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.1;color:#2e2d2d;display:block; }
 }@media only screen and (max-width: 763px) { #VVnGmAS9CVgkx2daDL8TIoHn3X3T5Sbx { width:10rem;height:2.611325rem;top:13.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.1;color:#2e2d2d;display:block; }
 }@media only screen and (max-width: 763px) { #pwJJz1B5qkbOwUT0fF18Vr5MuSlU1oa7 { width:6.875rem;height:5.19970625rem;top:8.8125rem;left:10.75rem;font-size:4rem;text-align:center;text-align-last:center;color:#0a5313;display:block; }
 }@media only screen and (max-width: 763px) { #fqA1PwEAJ7wt68saL7qhQZrBthTqTwUG { width:7.5625rem;height:2.611325rem;top:13.1875rem;left:11.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.1;color:#2e2d2d;display:block; }
 }@media only screen and (max-width: 763px) { #r6hdR9DLsVE9I7Di2enGCTo5SuNninAD { width:8.0625rem;height:2.4746125rem;top:21.4375rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.1;color:#2e2d2d;display:block; }
 }@media only screen and (max-width: 763px) { #tvRLFpEHPBMDZouBuLkPQPEhQ8PPwxTI { width:6.875rem;height:5.19970625rem;top:17.0625rem;left:0.6875rem;font-size:4rem;text-align:center;text-align-last:center;color:#0a5313;display:block; }
 }@media only screen and (max-width: 763px) { #rGct21NfNs7IzT8TgFVCxqAIMU87U16T { width:10.6875rem;height:2.923825rem;top:21.4375rem;left:8.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#2e2d2d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Er3KpQ8RsnGVWn4TNGOmqAOGLxTxpK0S { width:8.25rem;height:5.19970625rem;top:17.0625rem;left:10rem;font-size:4rem;text-align:center;text-align-last:center;color:#0a5313;display:block; }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #a40505, #c50b0b);background-image: -moz-linear-gradient(0deg, #a40505, #c50b0b);background-image: -ms-linear-gradient(0deg, #a40505, #c50b0b);background-image: -o-linear-gradient(0deg, #a40505, #c50b0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40505', endColorstr='#c50b0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40505', endColorstr='#c50b0b' );";background-image: linear-gradient(0deg, #a40505, #c50b0b);background-size:contain !important;color:#ffffff; }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;color:#2e2d2d; }
#aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU { width:18rem;height:5.0625rem;display:flex;top:25.4375rem;left:1rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #SK87z9ZJXkSHgfPyaxAT6XU9MorQaJd0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #CsIcTp051epyzVseUK1hk4XNXsZUUUT0 {  }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #rEmMILQtGpFgeG6M0unPDQt5NXpwsVhc {  }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #CMLhclJ3CiWf9zb4ZGQhTpJieh1nCzJ6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #qxfQ3KJ9GL29DcXBCmAHi3ngLGe8xd8z {  }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #A7KWGMk8Hbp7z6sd2ZiRTm65w0PdmWQn {  }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #a1loxT38lrL8Ut5FP0vMUtK6ur13btJp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #hFEBVKKBtNt3ioWV6WqowUmDO3fpvAxW {  }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #bf01KR9puASWHReR7hEcrz73k1pZrXz7 {  }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #ltpE0NmPB0qmikwOzUXZiDKG6717TAhR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #f4d9mhkcquxRebSsGHTTmT5z3e60TVKZ {  }
 }@media only screen and (max-width: 763px) { #aQbE3yPVMZwb8qJIxbNQFz7I89EFLwFU #x3eQTunUCQygNUgmVC4kd02h3N49IWRq {  }
 }@media only screen and (max-width: 763px) { #vCriZLV2qcBGSaXDlDQ3cKBIcglaO3li { display:block; }#vCriZLV2qcBGSaXDlDQ3cKBIcglaO3li > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5W933w53AdePt2pWLz7JQbFptPNHyhC { width:16.375rem;height:8.999rem;top:1.9375rem;left:1.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA { background-color:#a40505;background-image:none;display:block; }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA > .row .container { background-color: transparent; background-image: none; }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA > .row .container > .video-iframe-container { display: none; }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA > .row > .video-iframe-container { display: none; }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA > .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); }#fMNdJIo5MD58bGLtHT4rlrzI2m3JtueA > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JM2zkOoXTRn5TvJlDH3A0g0fi5x3Cl8u { width:7.5rem;height:4.125rem;top:0.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwbNiNwQghbASpsEy6mrJZFHH44KxE6m { width:16.6875rem;height:2.111325rem;top:5.4375rem;left:1.46875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }