.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#c1ac8c;background-image:url("https://images.assets-landingi.com/uc/dd7065df-8f27-46c7-843c-8f2434e92af6/ChatGPTImage19jun202603_54_13pm.png");background-position: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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#tAHTs6hoUDX3Lf2ELxIWr13yUw4K4bIe { background-color:#9b0c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:montserrat;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:40.3125rem;left:10rem;display:block; }
#T2TLI2B7FMbStHm03nxVHktLLzJqiqUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UirR25kk7khmCsUiWHexG2KXShK4Tgun { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:8.75rem;top:3.75rem;left:15rem;overflow:hidden;display:block; }
#FJumff1EZyQWFLbgEMggWmtRmkG41sC6 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:35rem;top:11.25rem;left:2.5rem;overflow:hidden;display:block; }
#rTD1Pg0D27zrs6kAfxQTTnPzSk4ddxG7 { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:36.25rem;left:3.0625rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaVFtXBnkh17FOSlKCv6ErfDBH18Kq8N { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.75rem;left:3.9375rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xwOCd5gpNU6F2L5JxVCQ3Div4AxVKhw0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:8.75rem;top:3.75rem;left:15rem;overflow:hidden;display:none; }
#kFhxWX1N3gqEAaw5bbSFpPs7KoMF1h10 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/NaETXsCO/Disen_o_sin_ti_tulo_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.25rem;width:8.25rem;top:33.4375rem;left:63rem;display:none; }#kFhxWX1N3gqEAaw5bbSFpPs7KoMF1h10.adaptive-delivery-prevent-bg, #kFhxWX1N3gqEAaw5bbSFpPs7KoMF1h10.lazyload, #kFhxWX1N3gqEAaw5bbSFpPs7KoMF1h10.lazyloading { background-image: none; }
#MVaxbTakTNDG1dKB0UpgMKUOgmpUGFTI { z-index:;position:relative;display:block; }#MVaxbTakTNDG1dKB0UpgMKUOgmpUGFTI { background-color: transparent; background-image: none; }#MVaxbTakTNDG1dKB0UpgMKUOgmpUGFTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVaxbTakTNDG1dKB0UpgMKUOgmpUGFTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVaxbTakTNDG1dKB0UpgMKUOgmpUGFTI > .row .container > .video-iframe-container { display: none; }#MVaxbTakTNDG1dKB0UpgMKUOgmpUGFTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVaxbTakTNDG1dKB0UpgMKUOgmpUGFTI > .row > .video-iframe-container { display: none; }#MVaxbTakTNDG1dKB0UpgMKUOgmpUGFTI > .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); }#MVaxbTakTNDG1dKB0UpgMKUOgmpUGFTI { border-width: 0; border-radius: 0; }#MVaxbTakTNDG1dKB0UpgMKUOgmpUGFTI > .row .container { 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;font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#wRixwkND3UkCNegFbWxDofBd3WAIfIGO { color:#595c61;display:block;width:48.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:12.3125rem;left:12.5rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qlF6bNdnG2JFpUTQli1QcNJvr6G8iQ16 { color:#9b0c0c;display:block;width:41.6875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:14.625rem;height:6.8249375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EdXg11ZxWr96EZ8fMkKIMXTFubng3cQU { z-index:;position:relative;display:block; }#EdXg11ZxWr96EZ8fMkKIMXTFubng3cQU { background-color: transparent; background-image: none; }#EdXg11ZxWr96EZ8fMkKIMXTFubng3cQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdXg11ZxWr96EZ8fMkKIMXTFubng3cQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdXg11ZxWr96EZ8fMkKIMXTFubng3cQU > .row .container > .video-iframe-container { display: none; }#EdXg11ZxWr96EZ8fMkKIMXTFubng3cQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdXg11ZxWr96EZ8fMkKIMXTFubng3cQU > .row > .video-iframe-container { display: none; }#EdXg11ZxWr96EZ8fMkKIMXTFubng3cQU > .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); }#EdXg11ZxWr96EZ8fMkKIMXTFubng3cQU { border-width: 0; border-radius: 0; }#EdXg11ZxWr96EZ8fMkKIMXTFubng3cQU > .row .container { 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;font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#HUen2r52a79k3tiNQHNF1hFRMGOW627f { color:#9b0c0c;display:block;width:41.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:14.5625rem;height:3.412475rem;text-align:center;text-align-last:center;display:block; }
#cFcbCz7JMF7095Bpq7ISBXhH7Et03zlf { position:absolute;display:block;z-index:15114;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(0,0,0,0.1) ;height:13.9375rem;width:19.5rem;top:10.1875rem;left:2.5625rem;display:block; }
#f9B6WFL4fC3FLfcEGqL5FplSkmFgUxvu { color:#9b0c0c;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15136;line-height:1.3;letter-spacing:0;top:16.8125rem;left:2.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#ZeD0VIgiZEQrKrmrf3IJ28oguwcQFXnd { color:#595c61;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15130;line-height:1.3;letter-spacing:0;top:18.75rem;left:4.3125rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G08mwOzTbRvfysOgmmA3fRwTEWO5T838 { position:absolute;display:block;z-index:15115;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(0,0,0,0.1) ;height:13.9375rem;width:19.5rem;top:10.1875rem;left:25.875rem;display:block; }
#OwXVgcZ9n71rxGSmnn9DVyR5Pmg1AnTo { position:absolute;display:block;z-index:15116;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(0,0,0,0.1) ;height:13.9375rem;width:19.5rem;top:10.25rem;left:48.8125rem;display:block; }
#EJKenxdAHZboMFkvyy9mHBGIz1WS4rZb { color:#9b0c0c;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:16.8125rem;left:25.875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#esBl6lFNTysRPaUJlT9yPytXG5ZA0vfX { color:#7b1118;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:16.8125rem;left:48.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#uoyAsB6p6wg6XG5MDv3vu7UWPrFccyTZ { color:#595c61;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15131;line-height:1.3;letter-spacing:0;top:18.75rem;left:27.625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pc3RuFUpLs6hbiRAr3APS96dTqRGNJAI { color:rgba(var(--color-tertiary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15132;line-height:1.3;letter-spacing:0;top:18.75rem;left:50.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#muP6B8UEmh5dVwPOJafmSvrND9JUKsC0 { color:#595c61;display:block;width:41.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:27.3505859375rem;left:15rem;height:1.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LhpsDgMmc1Cz4T1HPc1U9J8Jv0tVL6Np { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:11.8125rem;left:10rem; }
#kQDBUTVKWTib8kgJbxfwW9OPXCrnd5Zi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15140;opacity:1;top:11.8125rem;left:33.75rem; }
#EWdPU4NJmSqRm2C0afcO2arChsgPv2Cf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:11.8125rem;left:56.25rem; }
#wAIILtk8pq3D85dpLgrAhqQyFquMbTU3 { background-color:rgba(255,255,255,0.11);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wAIILtk8pq3D85dpLgrAhqQyFquMbTU3 > .row .container { background-color: transparent; background-image: none; }#wAIILtk8pq3D85dpLgrAhqQyFquMbTU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAIILtk8pq3D85dpLgrAhqQyFquMbTU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAIILtk8pq3D85dpLgrAhqQyFquMbTU3 > .row .container > .video-iframe-container { display: none; }#wAIILtk8pq3D85dpLgrAhqQyFquMbTU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAIILtk8pq3D85dpLgrAhqQyFquMbTU3 > .row > .video-iframe-container { display: none; }#wAIILtk8pq3D85dpLgrAhqQyFquMbTU3 > .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); }#wAIILtk8pq3D85dpLgrAhqQyFquMbTU3 > .row .container { border-width: 0; border-radius: 0; }#wAIILtk8pq3D85dpLgrAhqQyFquMbTU3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wAIILtk8pq3D85dpLgrAhqQyFquMbTU3 > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;overflow:visible;position:relative;display:block; }#qrfmes36irxT8TvqEbovemFPDacAmb7b { color:#595c61;display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:12.125rem;left:8.75rem;height:15.39355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LaoyCsh1KdQQUrKFxF4mkUMFLEZ7TcMb { color:#9b0c0c;display:block;width:41.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.25rem;left:8.75rem;height:6.8249375rem;display:block; }
#b5TizWAvoDsIkbXXdMZ7U236lTcHZDsW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.625rem 2.5rem rgba(var(--color-tertiary-4),0.2) ;height:25.75rem;width:19.25rem;top:5.5rem;left:45rem;overflow:hidden;display:block; }
#GOcSPoMkJCGPtdpcBBoFpZHCrDg4Q0yf { background-color:#9b0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#GOcSPoMkJCGPtdpcBBoFpZHCrDg4Q0yf > .row .container { background-color: transparent; background-image: none; }#GOcSPoMkJCGPtdpcBBoFpZHCrDg4Q0yf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOcSPoMkJCGPtdpcBBoFpZHCrDg4Q0yf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOcSPoMkJCGPtdpcBBoFpZHCrDg4Q0yf > .row .container > .video-iframe-container { display: none; }#GOcSPoMkJCGPtdpcBBoFpZHCrDg4Q0yf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOcSPoMkJCGPtdpcBBoFpZHCrDg4Q0yf > .row > .video-iframe-container { display: none; }#GOcSPoMkJCGPtdpcBBoFpZHCrDg4Q0yf > .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); }#GOcSPoMkJCGPtdpcBBoFpZHCrDg4Q0yf > .row .container { border-width: 0; border-radius: 0; }#GOcSPoMkJCGPtdpcBBoFpZHCrDg4Q0yf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GOcSPoMkJCGPtdpcBBoFpZHCrDg4Q0yf > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#no5TPMZD7NSee1nWKvCi2fEeDKPUho1p { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:16.25rem;height:3.412475rem;text-align:center;text-align-last:center;display:block; }
#r9ocZVUTSMhZJENU332sZpI1UzoZsnTp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9b0c0c;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; }#r9ocZVUTSMhZJENU332sZpI1UzoZsnTp > .row .container { background-color: transparent; background-image: none; }#r9ocZVUTSMhZJENU332sZpI1UzoZsnTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9ocZVUTSMhZJENU332sZpI1UzoZsnTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9ocZVUTSMhZJENU332sZpI1UzoZsnTp > .row .container > .video-iframe-container { display: none; }#r9ocZVUTSMhZJENU332sZpI1UzoZsnTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9ocZVUTSMhZJENU332sZpI1UzoZsnTp > .row > .video-iframe-container { display: none; }#r9ocZVUTSMhZJENU332sZpI1UzoZsnTp > .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); }#r9ocZVUTSMhZJENU332sZpI1UzoZsnTp > .row .container { border-width: 0; border-radius: 0; }#r9ocZVUTSMhZJENU332sZpI1UzoZsnTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r9ocZVUTSMhZJENU332sZpI1UzoZsnTp > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#L4HRBZZtVEXCMq4S2qRh4MpSvQzyzgPq { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(0,0,0,0.1) ;height:32.5rem;width:19.8125rem;top:2.75rem;left:2.5rem;display:block; }
#gwq7DvpH0yI6yiHITzq54lNfS0cCs5vt { color:#9b0c0c;display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:4rem;left:6.25rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#oKw4pCFVWyHx2Q9WZEyx2Lq7wAJTBIXC { color:#595c61;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15131;line-height:1.3;letter-spacing:0;top:6.44970703125rem;left:3.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pIDtT6S3OB7Hvm6JbJq8JmT7fbv7d5Wg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15136;line-height:1.3;letter-spacing:0;top:9rem;left:3.75rem;height:3.00598125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#zhuQdpgAFnpz6TSErbet12Uq0xZxrSKi { color:#595c61;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15132;line-height:1.3;letter-spacing:0;top:11.76220703125rem;left:5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EQ2A2AuwlZH9HcBTSNb5u8FdPbioJfnm { color:#595c61;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15132;line-height:1.3;letter-spacing:0;top:14rem;left:5rem;height:6.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#EQ2A2AuwlZH9HcBTSNb5u8FdPbioJfnm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EQ2A2AuwlZH9HcBTSNb5u8FdPbioJfnm li:before{  }
#LCZbN1V1Ms5ozyMofspIOZfCy4wnnXTw { box-sizing:content-box;height:4.4375rem;width:11.3125rem;position:absolute;display:block;z-index:15134;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.25rem solid #ffb628;border-left:0.25rem solid #ffb628;border-right:0.25rem solid #ffb628;border-bottom:0.25rem solid #ffb628;top:23.4375rem;left:6rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#T4NACg2icwdUKEecT0tJz3a17S0sBEJG { color:rgba(var(--color-tertiary-3),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:24rem;left:6.5625rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vEGqnEMs48OHUUEWX7KJOFNbUw3cZhDZ { background-color:#9b0c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30.625rem;left:6.25rem;display:block; }
#JGGETsATNa1AvBX7NM5rRuCTbwXnuWQs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KkCa9Bf126pL9UtCeZTHI6o6l1XtJFXt { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(0,0,0,0.1) ;height:32.5625rem;width:20.0625rem;top:2.75rem;left:27.375rem;display:block; }
#cwtwnl6cEZBluQNX5Bh8G1naQ8ZsQ5Zi { color:#9b0c0c;display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:4rem;left:30.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#dM1QxLfT9OyDKOR6fQDTQFrlraKg7PqW { color:#595c61;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15132;line-height:1.3;letter-spacing:0;top:6.44970703125rem;left:29.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kTltIZ8zEGqhNJOHZ3GCSVqWZqKFZTrd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:9rem;left:28.75rem;height:3.00598125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#nOD1Lq5dx6xWh3FzdVe7T1wcZiNc4k3o { color:#595c61;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15133;line-height:1.3;letter-spacing:0;top:11.69970703125rem;left:30rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tlvr7s2yWELid7g6fFNKaBDNsWWGE9ib { color:#595c61;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15133;line-height:1.3;letter-spacing:0;top:14rem;left:30rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Tlvr7s2yWELid7g6fFNKaBDNsWWGE9ib li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tlvr7s2yWELid7g6fFNKaBDNsWWGE9ib li:before{  }
#FNHBvZaTHA0HwydFc0TbJzAIQr0M4WiK { box-sizing:content-box;height:4.4375rem;width:11.75rem;position:absolute;display:block;z-index:15136;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.25rem solid #ffb628;border-left:0.25rem solid #ffb628;border-right:0.25rem solid #ffb628;border-bottom:0.25rem solid #ffb628;top:23.375rem;left:31.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#QFRfFHXziwcig82m8xcHaNBP2335MNd0 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:23.8125rem;left:28.875rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gKwA8Po0IkfGM0QE2JyrXPA1z3KPfmCl { background-color:#9b0c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:30.625rem;left:31.8125rem;display:block; }
#lAr7AZhWx5Iv3V5HIhBy8EaEh5JECyH5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NG3W8S69dBGQWC86BtKIMU5qA9TMZedq { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #ffa900;border-left:0.0625rem solid #ffa900;border-right:0.0625rem solid #ffa900;border-bottom:0.0625rem solid #ffa900;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 2.5rem rgba(0,0,0,0.1) ;height:32rem;width:19.75rem;top:3.25rem;left:52.6875rem;display:block; }
#zyTcPXZy5MAcvO1Nm3qmcMgENZqn3oPP { color:#9b0c0c;display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15139;line-height:1.3;letter-spacing:0;top:4rem;left:56.25rem;height:;text-align:center;text-align-last:center;display:block; }
#tlKgcs64ZiaasI9IW5Q7EyaoBdyFADQR { color:#595c61;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15133;line-height:1.3;letter-spacing:0;top:6.44970703125rem;left:54rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aHhGdrhJXoiy6P5LyXGF6F5DZMPmxgWk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:9rem;left:53.75rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#O2MAMJvhfkK5vFW3Xsvy1QCrHa8BzIbO { color:#595c61;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15134;line-height:1.3;letter-spacing:0;top:11.69970703125rem;left:55rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cXsHbHRPuD0THJ1ohJyHkpSmnJiPriiq { color:#595c61;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15134;line-height:1.3;letter-spacing:0;top:14rem;left:54rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#cXsHbHRPuD0THJ1ohJyHkpSmnJiPriiq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cXsHbHRPuD0THJ1ohJyHkpSmnJiPriiq li:before{  }
#lbx9ENoBlXIIa7dbdf3peBspFv9iQ6XN { box-sizing:content-box;height:4.4375rem;width:14.5rem;position:absolute;display:block;z-index:15137;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.25rem solid #ffb628;border-left:0.25rem solid #ffb628;border-right:0.25rem solid #ffb628;border-bottom:0.25rem solid #ffb628;top:23.4375rem;left:55rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#oVIlzI6b1S9UQRw10px7pTNqShIRehuE { color:#595c61;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15134;line-height:1.3;letter-spacing:0;top:24rem;left:55.1875rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EXvXH2ivAeXDihHD26i9Fd0rOUMSrh15 { background-color:#9b0c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:30.625rem;left:56.8125rem;display:block; }
#dSETGe2tDC0ctPhuQggz7AZAhT2KwT3e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NySyrDmxFxd28kXVv7yLNl8r1DzPJVeC { z-index:;position:relative;display:block; }#NySyrDmxFxd28kXVv7yLNl8r1DzPJVeC { background-color: transparent; background-image: none; }#NySyrDmxFxd28kXVv7yLNl8r1DzPJVeC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NySyrDmxFxd28kXVv7yLNl8r1DzPJVeC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NySyrDmxFxd28kXVv7yLNl8r1DzPJVeC > .row .container > .video-iframe-container { display: none; }#NySyrDmxFxd28kXVv7yLNl8r1DzPJVeC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NySyrDmxFxd28kXVv7yLNl8r1DzPJVeC > .row > .video-iframe-container { display: none; }#NySyrDmxFxd28kXVv7yLNl8r1DzPJVeC > .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); }#NySyrDmxFxd28kXVv7yLNl8r1DzPJVeC { border-width: 0; border-radius: 0; }#NySyrDmxFxd28kXVv7yLNl8r1DzPJVeC > .row .container { 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;font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#SPxNU9H67M9Vb9M9NDuAaeqKZRPuP18E { color:#9b0c0c;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.18701171875rem;left:28.78125rem;height:3.412475rem;display:block; }
#qT5C2iVBagQsZay4CSLEumD89oMCZMKK { color:#595c61;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:16.9375rem;left:2.1875rem;height:8.39648125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wPGfGTrIEeuONnhsJrSwmwGvmBL6Gevl { color:#595c61;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:17.5625rem;left:28.1875rem;height:8.39648125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ALXCiMHegk7N41kXPilTbkJi9FT02naI { color:#595c61;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:17.5625rem;left:53.1875rem;height:8.39648125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Trsw41cbauhZeHqkNls2yeglikE92mCS { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:6.75rem;left:5rem;overflow:hidden;display:block; }
#eCkwLgs8SToWDh2qoGOeBHt5uFmfX7qZ { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:6.75rem;left:30.3125rem;overflow:hidden;display:block; }
#kT1cuIG3bZ5cD5QE2kOH0lJ0RmBPvMmp { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.4375rem;left:56rem;overflow:hidden;display:block; }
#WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dda8d967-40da-43bc-b819-0c96d519a0a7/14.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R.adaptive-delivery-prevent-bg, #WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R.lazyload, #WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R.lazyloading { background-image: none; }#WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R > .row .container { background-color: transparent; background-image: none; }#WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R > .row .container > .video-iframe-container { display: none; }#WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R > .row > .video-iframe-container { display: none; }#WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R > .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); }#WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R > .row .container { border-width: 0; border-radius: 0; }#WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#NW6d84ySsbsieLLJlRC6iBVArxhmXWn2 { color:#ffffff;display:block;width:33rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.25rem;left:2.5rem;height:3.8183625rem;display:block; }
#elIXJW1Q1cIdFvPbLqPxgSXn3D1nu6Mw { color:#9b0c0c;display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:3.96875rem;height:2.6806625rem;font-style:normal;display:block; }
#JiILSZ65hMDLRwTuLlk0sUKBeKblFmA9 { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.0625rem;left:2.5rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wzNWGz6J73fSMGInIBTHlDAzJcQsrVH6 { color:#9b0c0c;display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:33.6611328125rem;left:3.96875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4fORPgW9WI3rZKG9TVSTGdfIt1GalNO { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:35.82421875rem;left:3.46875rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSAylZKnilOkwMBOwzJO8LF3d7owMoAv { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:28.875rem;top:11.57421875rem;left:39.75rem;overflow:hidden;display:block; }
#Qn7mlsM1c0vFkGNMM5Ib9NMmNPIGF6WG { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:24.8125rem;top:11.57421875rem;left:4.8125rem;overflow:hidden;display:block; }
#LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG { background-color:#9b0c0c;background-image:url("https://images.assets-landingi.com/uc/134cf3b4-7cbd-40a0-a584-a97f31da4986/DELGINTONICALAMEDITACION6.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG.adaptive-delivery-prevent-bg, #LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG.lazyload, #LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG.lazyloading { background-image: none; }#LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG > .row .container { background-color: transparent; background-image: none; }#LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG > .row .container > .video-iframe-container { display: none; }#LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG > .row > .video-iframe-container { display: none; }#LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG > .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); }#LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG > .row .container { border-width: 0; border-radius: 0; }#LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#gNHnWyzrLTuN0c4B2hMhMTwpgC5n7LTn { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/NaETXsCO/Disen_o_sin_ti_tulo_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.5rem;width:5.5rem;top:0rem;left:34.75rem;display:block; }#gNHnWyzrLTuN0c4B2hMhMTwpgC5n7LTn.adaptive-delivery-prevent-bg, #gNHnWyzrLTuN0c4B2hMhMTwpgC5n7LTn.lazyload, #gNHnWyzrLTuN0c4B2hMhMTwpgC5n7LTn.lazyloading { background-image: none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAHTs6hoUDX3Lf2ELxIWr13yUw4K4bIe { width:17.75rem;height:3.4375rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2TLI2B7FMbStHm03nxVHktLLzJqiqUT { display:block; }
 }@media only screen and (max-width: 763px) { #UirR25kk7khmCsUiWHexG2KXShK4Tgun { width:8.75rem;height:3.625rem;top:3.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJumff1EZyQWFLbgEMggWmtRmkG41sC6 { width:35rem;height:21.5625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTD1Pg0D27zrs6kAfxQTTnPzSk4ddxG7 { width:32.5625rem;height:2.5625rem;top:36.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaVFtXBnkh17FOSlKCv6ErfDBH18Kq8N { width:30.9375rem;height:2.5625rem;top:8.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwOCd5gpNU6F2L5JxVCQ3Div4AxVKhw0 { width:8.75rem;height:3.625rem;top:3.75rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFhxWX1N3gqEAaw5bbSFpPs7KoMF1h10 { width:8.25rem;height:8.25rem;top:34.0625rem;left:39.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVaxbTakTNDG1dKB0UpgMKUOgmpUGFTI { display:block; }#MVaxbTakTNDG1dKB0UpgMKUOgmpUGFTI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRixwkND3UkCNegFbWxDofBd3WAIfIGO { width:47.75rem;height:4.1875rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlF6bNdnG2JFpUTQli1QcNJvr6G8iQ16 { width:41.6875rem;height:6.8125rem;top:3.5625rem;left:1rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdXg11ZxWr96EZ8fMkKIMXTFubng3cQU { display:block; }#EdXg11ZxWr96EZ8fMkKIMXTFubng3cQU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUen2r52a79k3tiNQHNF1hFRMGOW627f { width:41.6875rem;height:3.375rem;top:2.5rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFcbCz7JMF7095Bpq7ISBXhH7Et03zlf { width:19.5rem;height:13.9375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9B6WFL4fC3FLfcEGqL5FplSkmFgUxvu { width:19.5625rem;height:1.25rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeD0VIgiZEQrKrmrf3IJ28oguwcQFXnd { width:16rem;height:3.875rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G08mwOzTbRvfysOgmmA3fRwTEWO5T838 { width:19.5rem;height:13.9375rem;top:10.1875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwXVgcZ9n71rxGSmnn9DVyR5Pmg1AnTo { width:19.5rem;height:13.9375rem;top:10.25rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJKenxdAHZboMFkvyy9mHBGIz1WS4rZb { width:19.5625rem;height:1.25rem;top:16.8125rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esBl6lFNTysRPaUJlT9yPytXG5ZA0vfX { width:19.5625rem;height:1.25rem;top:16.8125rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoyAsB6p6wg6XG5MDv3vu7UWPrFccyTZ { width:16rem;height:3.875rem;top:18.75rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc3RuFUpLs6hbiRAr3APS96dTqRGNJAI { width:16rem;height:3.875rem;top:18.75rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #muP6B8UEmh5dVwPOJafmSvrND9JUKsC0 { width:41.6875rem;height:1.375rem;top:27.3125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhpsDgMmc1Cz4T1HPc1U9J8Jv0tVL6Np { width:4.5rem;height:4.5rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQDBUTVKWTib8kgJbxfwW9OPXCrnd5Zi { width:4.5rem;height:4.5rem;top:11.8125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWdPU4NJmSqRm2C0afcO2arChsgPv2Cf { width:4.5rem;height:4.5rem;top:11.8125rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAIILtk8pq3D85dpLgrAhqQyFquMbTU3 { display:block; }#wAIILtk8pq3D85dpLgrAhqQyFquMbTU3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrfmes36irxT8TvqEbovemFPDacAmb7b { width:31.1875rem;height:15.375rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaoyCsh1KdQQUrKFxF4mkUMFLEZ7TcMb { width:41.6875rem;height:6.8125rem;top:4.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5TizWAvoDsIkbXXdMZ7U236lTcHZDsW { width:19.25rem;height:25.75rem;top:5.5rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOcSPoMkJCGPtdpcBBoFpZHCrDg4Q0yf { display:block; }#GOcSPoMkJCGPtdpcBBoFpZHCrDg4Q0yf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #no5TPMZD7NSee1nWKvCi2fEeDKPUho1p { width:41.3125rem;height:3.375rem;top:1.8125rem;left:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ocZVUTSMhZJENU332sZpI1UzoZsnTp { display:block; }#r9ocZVUTSMhZJENU332sZpI1UzoZsnTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4HRBZZtVEXCMq4S2qRh4MpSvQzyzgPq { width:19.8125rem;height:32.5rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwq7DvpH0yI6yiHITzq54lNfS0cCs5vt { width:12.4375rem;height:;top:4rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKw4pCFVWyHx2Q9WZEyx2Lq7wAJTBIXC { width:17.5625rem;height:1.3125rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIDtT6S3OB7Hvm6JbJq8JmT7fbv7d5Wg { width:17.4375rem;height:3rem;top:9rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhuQdpgAFnpz6TSErbet12Uq0xZxrSKi { width:15.125rem;height:1.3125rem;top:11.75rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ2A2AuwlZH9HcBTSNb5u8FdPbioJfnm { width:15.0625rem;height:6.125rem;top:14rem;left:0.4375rem;font-size:1rem;display:block; }#EQ2A2AuwlZH9HcBTSNb5u8FdPbioJfnm li:before{  }
 }@media only screen and (max-width: 763px) { #LCZbN1V1Ms5ozyMofspIOZfCy4wnnXTw { width:11.3125rem;height:4.4375rem;top:23.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4NACg2icwdUKEecT0tJz3a17S0sBEJG { width:10.9375rem;height:3.875rem;top:24rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEGqnEMs48OHUUEWX7KJOFNbUw3cZhDZ { width:11.9375rem;height:2.125rem;top:30.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGGETsATNa1AvBX7NM5rRuCTbwXnuWQs { display:block; }
 }@media only screen and (max-width: 763px) { #KkCa9Bf126pL9UtCeZTHI6o6l1XtJFXt { width:20.0625rem;height:32.5625rem;top:2.75rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwtwnl6cEZBluQNX5Bh8G1naQ8ZsQ5Zi { width:12.4375rem;height:2.4375rem;top:4rem;left:16.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM1QxLfT9OyDKOR6fQDTQFrlraKg7PqW { width:16.5rem;height:1.3125rem;top:6.4375rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTltIZ8zEGqhNJOHZ3GCSVqWZqKFZTrd { width:17.4375rem;height:3rem;top:9rem;left:14.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOD1Lq5dx6xWh3FzdVe7T1wcZiNc4k3o { width:15.125rem;height:1.25rem;top:11.6875rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlvr7s2yWELid7g6fFNKaBDNsWWGE9ib { width:15.9375rem;height:;top:14rem;left:15.8125rem;font-size:1rem;display:block; }#Tlvr7s2yWELid7g6fFNKaBDNsWWGE9ib li:before{  }
 }@media only screen and (max-width: 763px) { #FNHBvZaTHA0HwydFc0TbJzAIQr0M4WiK { width:11.75rem;height:4.4375rem;top:23.375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFRfFHXziwcig82m8xcHaNBP2335MNd0 { width:17.4375rem;height:3.875rem;top:23.8125rem;left:14.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKwA8Po0IkfGM0QE2JyrXPA1z3KPfmCl { width:11.9375rem;height:2.125rem;top:30.625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAr7AZhWx5Iv3V5HIhBy8EaEh5JECyH5 { display:block; }
 }@media only screen and (max-width: 763px) { #NG3W8S69dBGQWC86BtKIMU5qA9TMZedq { width:19.75rem;height:32rem;top:3.25rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTcPXZy5MAcvO1Nm3qmcMgENZqn3oPP { width:12.4375rem;height:;top:4rem;left:33.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlKgcs64ZiaasI9IW5Q7EyaoBdyFADQR { width:16rem;height:1.25rem;top:6.4375rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHhGdrhJXoiy6P5LyXGF6F5DZMPmxgWk { width:17.4375rem;height:3rem;top:9rem;left:30.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2MAMJvhfkK5vFW3Xsvy1QCrHa8BzIbO { width:15.125rem;height:1.25rem;top:11.6875rem;left:32.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXsHbHRPuD0THJ1ohJyHkpSmnJiPriiq { width:17.25rem;height:;top:14rem;left:30.375rem;font-size:1rem;display:block; }#cXsHbHRPuD0THJ1ohJyHkpSmnJiPriiq li:before{  }
 }@media only screen and (max-width: 763px) { #lbx9ENoBlXIIa7dbdf3peBspFv9iQ6XN { width:14.5rem;height:4.4375rem;top:23.4375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVIlzI6b1S9UQRw10px7pTNqShIRehuE { width:14.8125rem;height:3.375rem;top:24rem;left:32.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXvXH2ivAeXDihHD26i9Fd0rOUMSrh15 { width:11.9375rem;height:2.125rem;top:30.625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSETGe2tDC0ctPhuQggz7AZAhT2KwT3e { display:block; }
 }@media only screen and (max-width: 763px) { #NySyrDmxFxd28kXVv7yLNl8r1DzPJVeC { display:block; }#NySyrDmxFxd28kXVv7yLNl8r1DzPJVeC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPxNU9H67M9Vb9M9NDuAaeqKZRPuP18E { width:17.4375rem;height:3.375rem;top:1.125rem;left:15.15625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5C2iVBagQsZay4CSLEumD89oMCZMKK { width:18.125rem;height:8.375rem;top:16.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPGfGTrIEeuONnhsJrSwmwGvmBL6Gevl { width:18.125rem;height:8.375rem;top:17.5625rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALXCiMHegk7N41kXPilTbkJi9FT02naI { width:18.125rem;height:8.375rem;top:17.5625rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trsw41cbauhZeHqkNls2yeglikE92mCS { width:12.5rem;height:12.5rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkwLgs8SToWDh2qoGOeBHt5uFmfX7qZ { width:12.5rem;height:12.5rem;top:6.75rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT1cuIG3bZ5cD5QE2kOH0lJ0RmBPvMmp { width:12.5rem;height:12.5rem;top:7.4375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R { display:block; }#WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NW6d84ySsbsieLLJlRC6iBVArxhmXWn2 { width:33rem;height:3.8125rem;top:4.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elIXJW1Q1cIdFvPbLqPxgSXn3D1nu6Mw { width:28.625rem;height:2.6875rem;top:7.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiILSZ65hMDLRwTuLlk0sUKBeKblFmA9 { width:29.4375rem;height:5.5625rem;top:28.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzNWGz6J73fSMGInIBTHlDAzJcQsrVH6 { width:27.5rem;height:;top:33.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4fORPgW9WI3rZKG9TVSTGdfIt1GalNO { width:27.5rem;height:1.9375rem;top:35.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSAylZKnilOkwMBOwzJO8LF3d7owMoAv { width:28.875rem;height:24.25rem;top:11.5625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn7mlsM1c0vFkGNMM5Ib9NMmNPIGF6WG { width:24.8125rem;height:15.125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG { display:block; }#LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNHnWyzrLTuN0c4B2hMhMTwpgC5n7LTn { width:5.5rem;height:5.5rem;top:0rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#c1ac8c;background-image:url("https://images.assets-landingi.com/uc/3d533c35-a085-42a8-afcb-a32888c64ef7/Historiaslink.png");background-position:center !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(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 { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAHTs6hoUDX3Lf2ELxIWr13yUw4K4bIe { width:17.75rem;height:3.4375rem;top:42.8330078125rem;left:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1.125rem;background-color:#9b0c0c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T2TLI2B7FMbStHm03nxVHktLLzJqiqUT { display:block; }
 }@media only screen and (max-width: 763px) { #UirR25kk7khmCsUiWHexG2KXShK4Tgun { width:8.75rem;height:3.625rem;top:3.75rem;left:5.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #FJumff1EZyQWFLbgEMggWmtRmkG41sC6 { width:20rem;height:12.321428571429rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTD1Pg0D27zrs6kAfxQTTnPzSk4ddxG7 { width:20rem;height:1.625rem;top:40.5087890625rem;left:0rem;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.91);display:block; }
 }@media only screen and (max-width: 763px) { #TaVFtXBnkh17FOSlKCv6ErfDBH18Kq8N { width:20rem;height:2.35656875rem;top:6rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwOCd5gpNU6F2L5JxVCQ3Div4AxVKhw0 { width:8.75rem;height:3.625rem;top:25rem;left:10rem;overflow:hidden;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #kFhxWX1N3gqEAaw5bbSFpPs7KoMF1h10 { width:7.1875rem;height:7.1875rem;top:0rem;left:6.40625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #MVaxbTakTNDG1dKB0UpgMKUOgmpUGFTI { display:block; }#MVaxbTakTNDG1dKB0UpgMKUOgmpUGFTI > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRixwkND3UkCNegFbWxDofBd3WAIfIGO { width:20rem;height:11.1963125rem;top:7.349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qlF6bNdnG2JFpUTQli1QcNJvr6G8iQ16 { width:20rem;height:4.87426875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdXg11ZxWr96EZ8fMkKIMXTFubng3cQU { display:block; }#EdXg11ZxWr96EZ8fMkKIMXTFubng3cQU > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUen2r52a79k3tiNQHNF1hFRMGOW627f { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFcbCz7JMF7095Bpq7ISBXhH7Et03zlf { width:19.5rem;height:13.9375rem;top:6.3496125rem;left:0.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #f9B6WFL4fC3FLfcEGqL5FplSkmFgUxvu { width:19.5625rem;height:1.29980625rem;top:13.17431640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ZeD0VIgiZEQrKrmrf3IJ28oguwcQFXnd { width:16rem;height:3.8983125rem;top:14.9121125rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G08mwOzTbRvfysOgmmA3fRwTEWO5T838 { width:19.5rem;height:13.9375rem;top:21.5371125rem;left:0.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #OwXVgcZ9n71rxGSmnn9DVyR5Pmg1AnTo { width:19.5rem;height:13.9375rem;top:36.7246125rem;left:0.25rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #EJKenxdAHZboMFkvyy9mHBGIz1WS4rZb { width:19.5625rem;height:1.29980625rem;top:28.13134765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #esBl6lFNTysRPaUJlT9yPytXG5ZA0vfX { width:19.5625rem;height:1.29980625rem;top:43.2871125rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #uoyAsB6p6wg6XG5MDv3vu7UWPrFccyTZ { width:16rem;height:3.8983125rem;top:30.0996125rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pc3RuFUpLs6hbiRAr3APS96dTqRGNJAI { width:16rem;height:3.8983125rem;top:45.2246125rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #muP6B8UEmh5dVwPOJafmSvrND9JUKsC0 { width:20rem;height:4.19860625rem;top:51.9121125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LhpsDgMmc1Cz4T1HPc1U9J8Jv0tVL6Np { display:flex;width:4.5rem;height:4.5rem;top:7.9746125rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #kQDBUTVKWTib8kgJbxfwW9OPXCrnd5Zi { display:flex;width:4.5rem;height:4.5rem;top:23.1621125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #EWdPU4NJmSqRm2C0afcO2arChsgPv2Cf { display:flex;width:4.5rem;height:4.5rem;top:38.2871125rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #wAIILtk8pq3D85dpLgrAhqQyFquMbTU3 { display:block; }#wAIILtk8pq3D85dpLgrAhqQyFquMbTU3 > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrfmes36irxT8TvqEbovemFPDacAmb7b { width:20rem;height:20.99305rem;top:7.162109375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LaoyCsh1KdQQUrKFxF4mkUMFLEZ7TcMb { width:20rem;height:4.87426875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5TizWAvoDsIkbXXdMZ7U236lTcHZDsW { width:19.25rem;height:25.75rem;top:30.34765625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOcSPoMkJCGPtdpcBBoFpZHCrDg4Q0yf { display:block; }#GOcSPoMkJCGPtdpcBBoFpZHCrDg4Q0yf > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #no5TPMZD7NSee1nWKvCi2fEeDKPUho1p { width:20rem;height:2.4375rem;top:0.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ocZVUTSMhZJENU332sZpI1UzoZsnTp { display:block; }#r9ocZVUTSMhZJENU332sZpI1UzoZsnTp > .row .container { width:20rem;height:103.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4HRBZZtVEXCMq4S2qRh4MpSvQzyzgPq { width:19.8125rem;height:32.5rem;top:1.25rem;left:0.0625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #gwq7DvpH0yI6yiHITzq54lNfS0cCs5vt { width:12.4375rem;height:2.4375rem;top:2.5rem;left:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKw4pCFVWyHx2Q9WZEyx2Lq7wAJTBIXC { width:17.5625rem;height:1.29980625rem;top:4.94970703125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pIDtT6S3OB7Hvm6JbJq8JmT7fbv7d5Wg { width:17.4375rem;height:2.6001rem;top:7.5rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #zhuQdpgAFnpz6TSErbet12Uq0xZxrSKi { width:15.125rem;height:1.29980625rem;top:10.26220703125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EQ2A2AuwlZH9HcBTSNb5u8FdPbioJfnm { width:15.0625rem;height:6.13525625rem;top:12.5rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }#EQ2A2AuwlZH9HcBTSNb5u8FdPbioJfnm li:before{  }
 }@media only screen and (max-width: 763px) { #LCZbN1V1Ms5ozyMofspIOZfCy4wnnXTw { width:11.3125rem;height:4.4375rem;top:21.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4NACg2icwdUKEecT0tJz3a17S0sBEJG { width:10.9375rem;height:3.90015rem;top:22.5rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vEGqnEMs48OHUUEWX7KJOFNbUw3cZhDZ { width:11.9375rem;height:2.125rem;top:29.125rem;left:3.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1.125rem;background-color:#9b0c0c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JGGETsATNa1AvBX7NM5rRuCTbwXnuWQs { display:block; }
 }@media only screen and (max-width: 763px) { #KkCa9Bf126pL9UtCeZTHI6o6l1XtJFXt { width:20rem;height:32.5625rem;top:35rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #cwtwnl6cEZBluQNX5Bh8G1naQ8ZsQ5Zi { width:12.4375rem;height:2.4375rem;top:36.25rem;left:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM1QxLfT9OyDKOR6fQDTQFrlraKg7PqW { width:16.5rem;height:1.29980625rem;top:38.69970703125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kTltIZ8zEGqhNJOHZ3GCSVqWZqKFZTrd { width:17.4375rem;height:2.6001rem;top:41.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #nOD1Lq5dx6xWh3FzdVe7T1wcZiNc4k3o { width:15.125rem;height:1.29980625rem;top:43.94970703125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Tlvr7s2yWELid7g6fFNKaBDNsWWGE9ib { width:15.9375rem;height:7.7471875rem;top:46.25rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }#Tlvr7s2yWELid7g6fFNKaBDNsWWGE9ib li:before{  }
 }@media only screen and (max-width: 763px) { #FNHBvZaTHA0HwydFc0TbJzAIQr0M4WiK { width:11.75rem;height:4.4375rem;top:55.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFRfFHXziwcig82m8xcHaNBP2335MNd0 { width:17.4375rem;height:3.90015rem;top:56.0625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gKwA8Po0IkfGM0QE2JyrXPA1z3KPfmCl { width:11.9375rem;height:2.125rem;top:62.875rem;left:4.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1.125rem;background-color:#9b0c0c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lAr7AZhWx5Iv3V5HIhBy8EaEh5JECyH5 { display:block; }
 }@media only screen and (max-width: 763px) { #NG3W8S69dBGQWC86BtKIMU5qA9TMZedq { width:19.75rem;height:32rem;top:68.8125rem;left:0.0625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #zyTcPXZy5MAcvO1Nm3qmcMgENZqn3oPP { width:12.4375rem;height:2.4375rem;top:69.5625rem;left:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlKgcs64ZiaasI9IW5Q7EyaoBdyFADQR { width:16rem;height:1.29980625rem;top:72.01220703125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aHhGdrhJXoiy6P5LyXGF6F5DZMPmxgWk { width:17.4375rem;height:2.6001rem;top:74.5625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #O2MAMJvhfkK5vFW3Xsvy1QCrHa8BzIbO { width:15.125rem;height:1.29980625rem;top:77.26220703125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cXsHbHRPuD0THJ1ohJyHkpSmnJiPriiq { width:17.25rem;height:7.7471875rem;top:79.5625rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }#cXsHbHRPuD0THJ1ohJyHkpSmnJiPriiq li:before{  }
 }@media only screen and (max-width: 763px) { #lbx9ENoBlXIIa7dbdf3peBspFv9iQ6XN { width:14.5rem;height:4.4375rem;top:89rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVIlzI6b1S9UQRw10px7pTNqShIRehuE { width:14.8125rem;height:3.4130875rem;top:89.5625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EXvXH2ivAeXDihHD26i9Fd0rOUMSrh15 { width:11.9375rem;height:2.125rem;top:96.1875rem;left:4.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1.125rem;background-color:#9b0c0c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dSETGe2tDC0ctPhuQggz7AZAhT2KwT3e { display:block; }
 }@media only screen and (max-width: 763px) { #NySyrDmxFxd28kXVv7yLNl8r1DzPJVeC { display:block; }#NySyrDmxFxd28kXVv7yLNl8r1DzPJVeC > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPxNU9H67M9Vb9M9NDuAaeqKZRPuP18E { width:17.4375rem;height:2.4375rem;top:1.3125rem;left:1.28125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qT5C2iVBagQsZay4CSLEumD89oMCZMKK { width:18.125rem;height:8.39721875rem;top:13.01171875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wPGfGTrIEeuONnhsJrSwmwGvmBL6Gevl { width:18.125rem;height:8.39721875rem;top:30.375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ALXCiMHegk7N41kXPilTbkJi9FT02naI { width:18.125rem;height:8.39721875rem;top:47.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Trsw41cbauhZeHqkNls2yeglikE92mCS { width:12.5rem;height:12.5rem;top:2.63671875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkwLgs8SToWDh2qoGOeBHt5uFmfX7qZ { width:12.5rem;height:12.5rem;top:19.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT1cuIG3bZ5cD5QE2kOH0lJ0RmBPvMmp { width:12.5rem;height:12.5rem;top:37.39892578125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R { display:block; }#WbXM1VzBD88oWbGCF86IlsD3AqoTgd7R > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NW6d84ySsbsieLLJlRC6iBVArxhmXWn2 { width:20rem;height:2.19360625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #elIXJW1Q1cIdFvPbLqPxgSXn3D1nu6Mw { width:20rem;height:1.7871125rem;top:3.79980625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JiILSZ65hMDLRwTuLlk0sUKBeKblFmA9 { width:20rem;height:8.397225rem;top:21.50244140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wzNWGz6J73fSMGInIBTHlDAzJcQsrVH6 { width:20rem;height:1.7871125rem;top:30.57470703125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4fORPgW9WI3rZKG9TVSTGdfIt1GalNO { width:20rem;height:1.950075rem;top:32.36181640625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSAylZKnilOkwMBOwzJO8LF3d7owMoAv { width:20rem;height:16.82375rem;top:36.44873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn7mlsM1c0vFkGNMM5Ib9NMmNPIGF6WG { width:20rem;height:12.191375rem;top:7.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG { display:block; }#LTscLUypqdf2iEf4M5H8I1zkpC8TuBhG > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNHnWyzrLTuN0c4B2hMhMTwpgC5n7LTn { width:5.5rem;height:5.5rem;top:0.65625rem;left:7.25rem;display:block; }
 }