ctt-babylon 0.10.26 → 0.10.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/core/babylon-fo-addr-cont-img/babylon-fo-addr-cont-img.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-fo-addr-cont-img/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-fo-sli-img/babylon-fo-sli-img.component.mjs +80 -0
- package/esm2022/lib/components/core/babylon-fo-sli-img/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-he-svg-list/babylon-he-svg-list.component.mjs +3 -3
- package/esm2022/lib/components/core/babylon-lis-svg-txt-cta/babylon-lis-svg-txt-cta.component.mjs +11 -0
- package/esm2022/lib/components/core/babylon-lis-svg-txt-cta/index.mjs +2 -0
- package/esm2022/lib/components/core/index.mjs +5 -2
- package/esm2022/lib/components/external/core/c2-txt-rrss/c2-txt-rrss.component.mjs +23 -0
- package/esm2022/lib/components/external/core/c2-txt-rrss/content.json +12 -0
- package/esm2022/lib/components/external/core/c2-txt-rrss/index.mjs +2 -0
- package/esm2022/lib/components/external/core/c3-txt-img-cta/c3-txt-img-cta.component.mjs +20 -0
- package/esm2022/lib/components/external/core/c3-txt-img-cta/c3-txt-img-cta.content.json +20 -0
- package/esm2022/lib/components/external/core/c3-txt-img-cta/c3-txt-img-cta.interfaces.mjs +2 -0
- package/esm2022/lib/components/external/core/c3-txt-img-cta/index.mjs +2 -0
- package/esm2022/lib/components/external/core/c4-lis-c2-img-txt-c/list-rooms.component.mjs +3 -3
- package/esm2022/lib/components/external/core/car-c2-txt-cta/car-c2-txt-cta.component.mjs +89 -0
- package/esm2022/lib/components/external/core/car-c2-txt-cta/content.json +47 -0
- package/esm2022/lib/components/external/core/car-c2-txt-cta/index.mjs +2 -0
- package/esm2022/lib/components/external/core/index.mjs +7 -1
- package/esm2022/lib/components/external/core/lis-c4-txt-des-cta/content.json +13 -13
- package/esm2022/lib/components/external/core/lis-c4-txt-des-cta/lis-c4-txt-des-cta.component.mjs +3 -3
- package/esm2022/lib/components/external/core/sli-c1-img-svg/content.json +5 -0
- package/esm2022/lib/components/external/core/sli-c1-img-svg/index.mjs +2 -0
- package/esm2022/lib/components/external/core/sli-c1-img-svg/sli-c1-img-svg.component.mjs +19 -0
- package/esm2022/lib/components/external/core/sli-c2-img/c2-txt.component.mjs +1 -3
- package/esm2022/lib/components/external/core/sli-c2-img-txt-cta-v3/index.mjs +2 -0
- package/esm2022/lib/components/external/core/sli-c2-img-txt-cta-v3/sli-c2-img-txt-cta-v3.component.mjs +20 -0
- package/esm2022/lib/components/external/core/sli-c2-img-txt-cta-v3/sli-c2-img-txt-cta-v3.content.json +22 -0
- package/esm2022/lib/components/external/core/sli-c2-img-txt-cta-v3/sli-c2-img-txt-cta-v3.interfaces.mjs +2 -0
- package/esm2022/lib/components/external/core/sli-c2-txt-car-img-c/content.json +19 -0
- package/esm2022/lib/components/external/core/sli-c2-txt-car-img-c/index.mjs +2 -0
- package/esm2022/lib/components/external/core/sli-c2-txt-car-img-c/sli-c2-txt-car-img-c.component.mjs +74 -0
- package/esm2022/lib/services/mapper/mapper.service.mjs +12 -7
- package/fesm2022/ctt-babylon.mjs +570 -76
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-fo-addr-cont-img/babylon-fo-addr-cont-img.component.d.ts +5 -0
- package/lib/components/core/babylon-fo-addr-cont-img/index.d.ts +1 -0
- package/lib/components/core/babylon-fo-sli-img/babylon-fo-sli-img.component.d.ts +15 -0
- package/lib/components/core/babylon-fo-sli-img/index.d.ts +1 -0
- package/lib/components/core/babylon-lis-svg-txt-cta/babylon-lis-svg-txt-cta.component.d.ts +5 -0
- package/lib/components/core/babylon-lis-svg-txt-cta/index.d.ts +1 -0
- package/lib/components/core/index.d.ts +4 -1
- package/lib/components/external/core/c2-txt-rrss/c2-txt-rrss.component.d.ts +19 -0
- package/lib/components/external/core/c2-txt-rrss/index.d.ts +1 -0
- package/lib/components/external/core/c3-txt-img-cta/c3-txt-img-cta.component.d.ts +8 -0
- package/lib/components/external/core/c3-txt-img-cta/c3-txt-img-cta.interfaces.d.ts +25 -0
- package/lib/components/external/core/c3-txt-img-cta/index.d.ts +1 -0
- package/lib/components/external/core/car-c2-txt-cta/car-c2-txt-cta.component.d.ts +46 -0
- package/lib/components/external/core/car-c2-txt-cta/index.d.ts +1 -0
- package/lib/components/external/core/index.d.ts +6 -0
- package/lib/components/external/core/sli-c1-img-svg/index.d.ts +1 -0
- package/lib/components/external/core/sli-c1-img-svg/sli-c1-img-svg.component.d.ts +11 -0
- package/lib/components/external/core/sli-c2-img/c2-txt.component.d.ts +0 -2
- package/lib/components/external/core/sli-c2-img-txt-cta-v3/index.d.ts +1 -0
- package/lib/components/external/core/sli-c2-img-txt-cta-v3/sli-c2-img-txt-cta-v3.component.d.ts +8 -0
- package/lib/components/external/core/sli-c2-img-txt-cta-v3/sli-c2-img-txt-cta-v3.interfaces.d.ts +21 -0
- package/lib/components/external/core/sli-c2-txt-car-img-c/index.d.ts +1 -0
- package/lib/components/external/core/sli-c2-txt-car-img-c/sli-c2-txt-car-img-c.component.d.ts +36 -0
- package/package.json +1 -1
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { Component, Input } from '@angular/core';
|
|
3
|
+
import defaultContent from './sli-c2-img-txt-cta-v3.content.json';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "@angular/common";
|
|
6
|
+
export class SliC2ImgTxtCtaV3Component {
|
|
7
|
+
constructor() {
|
|
8
|
+
this.fallbackContent = defaultContent;
|
|
9
|
+
this.content = this.fallbackContent;
|
|
10
|
+
}
|
|
11
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SliC2ImgTxtCtaV3Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: SliC2ImgTxtCtaV3Component, isStandalone: true, selector: "sli-c2-img-txt-cta-v3", inputs: { content: "content" }, ngImport: i0, template: "<section class=\"mdl-mdh020\" [class.reverse]=\"content.reverseLayout\">\n <div class=\"mdl-container\">\n <div class=\"m-titulo\">{{ content.title }}</div>\n\n <img\n *ngIf=\"content.centralImage\"\n class=\"img-central\"\n [src]=\"content.centralImage.url\"\n [alt]=\"content.centralImage.alt\"\n loading=\"lazy\"\n />\n\n <img\n *ngIf=\"content.floatingImage\"\n class=\"img-lateral\"\n [src]=\"content.floatingImage.url\"\n [alt]=\"content.floatingImage.alt\"\n loading=\"lazy\"\n />\n\n <div class=\"m-content\">\n <div class=\"m-left\">\n <img\n [src]=\"content.mainImage.url\"\n [alt]=\"content.mainImage.alt\"\n loading=\"lazy\"\n />\n </div>\n <div class=\"m-right\">\n <div class=\"m-group\">\n <div class=\"m-texto\">\n {{ content.description }}\n </div>\n <div class=\"m-buttons\">\n <ng-container *ngIf=\"content.primaryButton as button\">\n <a\n *ngIf=\"button.url; else primaryButton\"\n class=\"m-button-sm\"\n [ngClass]=\"button.variant\"\n [href]=\"button.url\"\n [attr.target]=\"button.target || '_self'\"\n [attr.rel]=\"(button.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"button.ariaLabel || button.label\"\n >\n <span>{{ button.label }}</span>\n </a>\n <ng-template #primaryButton>\n <button\n type=\"button\"\n class=\"m-button-sm\"\n [ngClass]=\"button.variant\"\n [attr.aria-label]=\"button.ariaLabel || button.label\"\n >\n <span>{{ button.label }}</span>\n </button>\n </ng-template>\n </ng-container>\n\n <ng-container *ngIf=\"content.secondaryButton as secondary\">\n <a\n *ngIf=\"secondary.url; else secondaryButton\"\n class=\"m-underline\"\n [href]=\"secondary.url\"\n [attr.target]=\"secondary.target || '_self'\"\n [attr.rel]=\"(secondary.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"secondary.ariaLabel || secondary.label\"\n >\n {{ secondary.label }}\n </a>\n <ng-template #secondaryButton>\n <button\n type=\"button\"\n class=\"m-underline\"\n [attr.aria-label]=\"secondary.ariaLabel || secondary.label\"\n >\n {{ secondary.label }}\n </button>\n </ng-template>\n </ng-container>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: ["@charset \"UTF-8\";.mdl-mdh020{margin:8rem 0 16.4rem}.mdl-mdh020.reverse .mdl-container .img-lateral{right:-43.7rem;left:auto}.mdl-mdh020.reverse .mdl-container .m-content{flex-direction:row-reverse}.mdl-mdh020 .mdl-container{position:relative;width:100%;display:flex;flex-direction:column;gap:5rem}.mdl-mdh020 .mdl-container .m-titulo{font-family:jokker,sans-serif;font-weight:300;font-size:4.4rem;line-height:5.8rem}@media (max-width: 1366px){.mdl-mdh020 .mdl-container .m-titulo{font-size:3.6rem;line-height:4.8rem}}@media (max-width: 540px){.mdl-mdh020 .mdl-container .m-titulo{font-size:3rem;line-height:4rem}}@media (max-width: 375px){.mdl-mdh020 .mdl-container .m-titulo{font-size:2.4rem;line-height:3rem}}.mdl-mdh020 .mdl-container .m-titulo{color:#515050}.mdl-mdh020 .mdl-container .img-central{position:absolute;bottom:-12rem;left:50%;transform:translate(-50%);width:100%;max-width:64.9rem}.mdl-mdh020 .mdl-container .img-lateral{position:absolute;bottom:-12rem;left:-43.7rem;width:100%;max-width:50rem}.mdl-mdh020 .mdl-container .m-content{width:100%;display:flex}.mdl-mdh020 .mdl-container .m-content .m-left{width:50%}.mdl-mdh020 .mdl-container .m-content .m-left img{width:100%;height:100%;object-fit:cover}.mdl-mdh020 .mdl-container .m-content .m-right{width:50%;background-color:#fff9f9}.mdl-mdh020 .mdl-container .m-content .m-right .m-group{padding:7rem 7rem 11.5rem 8rem;display:flex;flex-direction:column;align-items:flex-end}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-texto{font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-texto{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 1080px){.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-texto{font-size:3.2rem;line-height:4.6rem}}@media (max-width: 540px){.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-texto{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 375px){.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-texto{font-size:2.2rem;line-height:3rem}}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-texto{text-align:right;color:#515050b2;width:100%;max-width:54.1rem}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons{display:flex;flex-direction:column;align-items:center;width:26rem}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons .m-button-sm{margin:6rem 0 2rem}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons .m-underline{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons .m-underline{font-size:1.6rem}}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons .m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons .m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}@media (hover: hover){.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons .m-underline:hover{color:#ed3b37}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons .m-underline:hover:after{width:100%}}@media (max-width: 1080px){.mdl-mdh020 .mdl-container .m-content .m-left{width:45%}.mdl-mdh020 .mdl-container .m-content .m-right{width:55%}.mdl-mdh020 .mdl-container .m-content .m-right .m-group{padding:5rem 7rem 5.5rem 3rem}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons .m-button-sm{margin:4rem 0 2rem}}@media (max-width: 1000px){.mdl-mdh020 .mdl-container .img-lateral{left:-23.7rem;width:100%;max-width:31rem;top:38rem}.mdl-mdh020 .mdl-container .img-central{bottom:-8rem;max-width:46.5rem}.mdl-mdh020 .mdl-container .m-content{width:100%;display:flex;flex-direction:column!important}.mdl-mdh020 .mdl-container .m-content .m-left,.mdl-mdh020 .mdl-container .m-content .m-right,.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons{width:100%}}@media (max-width: 540px){.mdl-mdh020{margin-top:6rem}.mdl-mdh020 .mdl-container{gap:3rem;align-items:center}.mdl-mdh020 .mdl-container .img-lateral{top:24rem;left:-26.7rem}.mdl-mdh020 .mdl-container .img-central{max-width:36.5rem}.mdl-mdh020 .mdl-container .m-content .m-right .m-group{padding:5rem 2rem}}@media (max-width: 375px){.mdl-mdh020 .mdl-container .img-lateral{top:18.4rem;width:21.3rem;max-width:31rem;left:-18.6rem}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
13
|
+
}
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SliC2ImgTxtCtaV3Component, decorators: [{
|
|
15
|
+
type: Component,
|
|
16
|
+
args: [{ selector: 'sli-c2-img-txt-cta-v3', standalone: true, imports: [CommonModule], template: "<section class=\"mdl-mdh020\" [class.reverse]=\"content.reverseLayout\">\n <div class=\"mdl-container\">\n <div class=\"m-titulo\">{{ content.title }}</div>\n\n <img\n *ngIf=\"content.centralImage\"\n class=\"img-central\"\n [src]=\"content.centralImage.url\"\n [alt]=\"content.centralImage.alt\"\n loading=\"lazy\"\n />\n\n <img\n *ngIf=\"content.floatingImage\"\n class=\"img-lateral\"\n [src]=\"content.floatingImage.url\"\n [alt]=\"content.floatingImage.alt\"\n loading=\"lazy\"\n />\n\n <div class=\"m-content\">\n <div class=\"m-left\">\n <img\n [src]=\"content.mainImage.url\"\n [alt]=\"content.mainImage.alt\"\n loading=\"lazy\"\n />\n </div>\n <div class=\"m-right\">\n <div class=\"m-group\">\n <div class=\"m-texto\">\n {{ content.description }}\n </div>\n <div class=\"m-buttons\">\n <ng-container *ngIf=\"content.primaryButton as button\">\n <a\n *ngIf=\"button.url; else primaryButton\"\n class=\"m-button-sm\"\n [ngClass]=\"button.variant\"\n [href]=\"button.url\"\n [attr.target]=\"button.target || '_self'\"\n [attr.rel]=\"(button.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"button.ariaLabel || button.label\"\n >\n <span>{{ button.label }}</span>\n </a>\n <ng-template #primaryButton>\n <button\n type=\"button\"\n class=\"m-button-sm\"\n [ngClass]=\"button.variant\"\n [attr.aria-label]=\"button.ariaLabel || button.label\"\n >\n <span>{{ button.label }}</span>\n </button>\n </ng-template>\n </ng-container>\n\n <ng-container *ngIf=\"content.secondaryButton as secondary\">\n <a\n *ngIf=\"secondary.url; else secondaryButton\"\n class=\"m-underline\"\n [href]=\"secondary.url\"\n [attr.target]=\"secondary.target || '_self'\"\n [attr.rel]=\"(secondary.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n [attr.aria-label]=\"secondary.ariaLabel || secondary.label\"\n >\n {{ secondary.label }}\n </a>\n <ng-template #secondaryButton>\n <button\n type=\"button\"\n class=\"m-underline\"\n [attr.aria-label]=\"secondary.ariaLabel || secondary.label\"\n >\n {{ secondary.label }}\n </button>\n </ng-template>\n </ng-container>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: ["@charset \"UTF-8\";.mdl-mdh020{margin:8rem 0 16.4rem}.mdl-mdh020.reverse .mdl-container .img-lateral{right:-43.7rem;left:auto}.mdl-mdh020.reverse .mdl-container .m-content{flex-direction:row-reverse}.mdl-mdh020 .mdl-container{position:relative;width:100%;display:flex;flex-direction:column;gap:5rem}.mdl-mdh020 .mdl-container .m-titulo{font-family:jokker,sans-serif;font-weight:300;font-size:4.4rem;line-height:5.8rem}@media (max-width: 1366px){.mdl-mdh020 .mdl-container .m-titulo{font-size:3.6rem;line-height:4.8rem}}@media (max-width: 540px){.mdl-mdh020 .mdl-container .m-titulo{font-size:3rem;line-height:4rem}}@media (max-width: 375px){.mdl-mdh020 .mdl-container .m-titulo{font-size:2.4rem;line-height:3rem}}.mdl-mdh020 .mdl-container .m-titulo{color:#515050}.mdl-mdh020 .mdl-container .img-central{position:absolute;bottom:-12rem;left:50%;transform:translate(-50%);width:100%;max-width:64.9rem}.mdl-mdh020 .mdl-container .img-lateral{position:absolute;bottom:-12rem;left:-43.7rem;width:100%;max-width:50rem}.mdl-mdh020 .mdl-container .m-content{width:100%;display:flex}.mdl-mdh020 .mdl-container .m-content .m-left{width:50%}.mdl-mdh020 .mdl-container .m-content .m-left img{width:100%;height:100%;object-fit:cover}.mdl-mdh020 .mdl-container .m-content .m-right{width:50%;background-color:#fff9f9}.mdl-mdh020 .mdl-container .m-content .m-right .m-group{padding:7rem 7rem 11.5rem 8rem;display:flex;flex-direction:column;align-items:flex-end}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-texto{font-family:jokker,sans-serif;font-weight:300;font-size:3.2rem;line-height:4.6rem}@media (max-width: 1366px){.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-texto{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 1080px){.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-texto{font-size:3.2rem;line-height:4.6rem}}@media (max-width: 540px){.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-texto{font-size:2.8rem;line-height:3.8rem}}@media (max-width: 375px){.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-texto{font-size:2.2rem;line-height:3rem}}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-texto{text-align:right;color:#515050b2;width:100%;max-width:54.1rem}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons{display:flex;flex-direction:column;align-items:center;width:26rem}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons .m-button-sm{margin:6rem 0 2rem}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons .m-underline{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons .m-underline{font-size:1.6rem}}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons .m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons .m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}@media (hover: hover){.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons .m-underline:hover{color:#ed3b37}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons .m-underline:hover:after{width:100%}}@media (max-width: 1080px){.mdl-mdh020 .mdl-container .m-content .m-left{width:45%}.mdl-mdh020 .mdl-container .m-content .m-right{width:55%}.mdl-mdh020 .mdl-container .m-content .m-right .m-group{padding:5rem 7rem 5.5rem 3rem}.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons .m-button-sm{margin:4rem 0 2rem}}@media (max-width: 1000px){.mdl-mdh020 .mdl-container .img-lateral{left:-23.7rem;width:100%;max-width:31rem;top:38rem}.mdl-mdh020 .mdl-container .img-central{bottom:-8rem;max-width:46.5rem}.mdl-mdh020 .mdl-container .m-content{width:100%;display:flex;flex-direction:column!important}.mdl-mdh020 .mdl-container .m-content .m-left,.mdl-mdh020 .mdl-container .m-content .m-right,.mdl-mdh020 .mdl-container .m-content .m-right .m-group .m-buttons{width:100%}}@media (max-width: 540px){.mdl-mdh020{margin-top:6rem}.mdl-mdh020 .mdl-container{gap:3rem;align-items:center}.mdl-mdh020 .mdl-container .img-lateral{top:24rem;left:-26.7rem}.mdl-mdh020 .mdl-container .img-central{max-width:36.5rem}.mdl-mdh020 .mdl-container .m-content .m-right .m-group{padding:5rem 2rem}}@media (max-width: 375px){.mdl-mdh020 .mdl-container .img-lateral{top:18.4rem;width:21.3rem;max-width:31rem;left:-18.6rem}}\n"] }]
|
|
17
|
+
}], propDecorators: { content: [{
|
|
18
|
+
type: Input
|
|
19
|
+
}] } });
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpLWMyLWltZy10eHQtY3RhLXYzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2JhYnlsb24vc3JjL2xpYi9jb21wb25lbnRzL2V4dGVybmFsL2NvcmUvc2xpLWMyLWltZy10eHQtY3RhLXYzL3NsaS1jMi1pbWctdHh0LWN0YS12My5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9leHRlcm5hbC9jb3JlL3NsaS1jMi1pbWctdHh0LWN0YS12My9zbGktYzItaW1nLXR4dC1jdGEtdjMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pELE9BQU8sY0FBYyxNQUFNLHNDQUFzQyxDQUFDOzs7QUFVbEUsTUFBTSxPQUFPLHlCQUF5QjtJQVB0QztRQVFtQixvQkFBZSxHQUM5QixjQUF5QyxDQUFDO1FBRW5DLFlBQU8sR0FBNEIsSUFBSSxDQUFDLGVBQWUsQ0FBQztLQUNsRTsrR0FMWSx5QkFBeUI7bUdBQXpCLHlCQUF5QixpSENadEMsczdGQXFGQSxncUpEN0VZLFlBQVk7OzRGQUlYLHlCQUF5QjtrQkFQckMsU0FBUzsrQkFDRSx1QkFBdUIsY0FDckIsSUFBSSxXQUNQLENBQUMsWUFBWSxDQUFDOzhCQVFkLE9BQU87c0JBQWYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgZGVmYXVsdENvbnRlbnQgZnJvbSAnLi9zbGktYzItaW1nLXR4dC1jdGEtdjMuY29udGVudC5qc29uJztcbmltcG9ydCB7IFNsaUMySW1nVHh0Q3RhVjNDb250ZW50IH0gZnJvbSAnLi9zbGktYzItaW1nLXR4dC1jdGEtdjMuaW50ZXJmYWNlcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3NsaS1jMi1pbWctdHh0LWN0YS12MycsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICB0ZW1wbGF0ZVVybDogJy4vc2xpLWMyLWltZy10eHQtY3RhLXYzLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL3NsaS1jMi1pbWctdHh0LWN0YS12My5jb21wb25lbnQuc2NzcycsXG59KVxuZXhwb3J0IGNsYXNzIFNsaUMySW1nVHh0Q3RhVjNDb21wb25lbnQge1xuICBwcml2YXRlIHJlYWRvbmx5IGZhbGxiYWNrQ29udGVudDogU2xpQzJJbWdUeHRDdGFWM0NvbnRlbnQgPVxuICAgIGRlZmF1bHRDb250ZW50IGFzIFNsaUMySW1nVHh0Q3RhVjNDb250ZW50O1xuXG4gIEBJbnB1dCgpIGNvbnRlbnQ6IFNsaUMySW1nVHh0Q3RhVjNDb250ZW50ID0gdGhpcy5mYWxsYmFja0NvbnRlbnQ7XG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cIm1kbC1tZGgwMjBcIiBbY2xhc3MucmV2ZXJzZV09XCJjb250ZW50LnJldmVyc2VMYXlvdXRcIj5cbiAgPGRpdiBjbGFzcz1cIm1kbC1jb250YWluZXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwibS10aXR1bG9cIj57eyBjb250ZW50LnRpdGxlIH19PC9kaXY+XG5cbiAgICA8aW1nXG4gICAgICAqbmdJZj1cImNvbnRlbnQuY2VudHJhbEltYWdlXCJcbiAgICAgIGNsYXNzPVwiaW1nLWNlbnRyYWxcIlxuICAgICAgW3NyY109XCJjb250ZW50LmNlbnRyYWxJbWFnZS51cmxcIlxuICAgICAgW2FsdF09XCJjb250ZW50LmNlbnRyYWxJbWFnZS5hbHRcIlxuICAgICAgbG9hZGluZz1cImxhenlcIlxuICAgIC8+XG5cbiAgICA8aW1nXG4gICAgICAqbmdJZj1cImNvbnRlbnQuZmxvYXRpbmdJbWFnZVwiXG4gICAgICBjbGFzcz1cImltZy1sYXRlcmFsXCJcbiAgICAgIFtzcmNdPVwiY29udGVudC5mbG9hdGluZ0ltYWdlLnVybFwiXG4gICAgICBbYWx0XT1cImNvbnRlbnQuZmxvYXRpbmdJbWFnZS5hbHRcIlxuICAgICAgbG9hZGluZz1cImxhenlcIlxuICAgIC8+XG5cbiAgICA8ZGl2IGNsYXNzPVwibS1jb250ZW50XCI+XG4gICAgICA8ZGl2IGNsYXNzPVwibS1sZWZ0XCI+XG4gICAgICAgIDxpbWdcbiAgICAgICAgICBbc3JjXT1cImNvbnRlbnQubWFpbkltYWdlLnVybFwiXG4gICAgICAgICAgW2FsdF09XCJjb250ZW50Lm1haW5JbWFnZS5hbHRcIlxuICAgICAgICAgIGxvYWRpbmc9XCJsYXp5XCJcbiAgICAgICAgLz5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cIm0tcmlnaHRcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIm0tZ3JvdXBcIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwibS10ZXh0b1wiPlxuICAgICAgICAgICAge3sgY29udGVudC5kZXNjcmlwdGlvbiB9fVxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLWJ1dHRvbnNcIj5cbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJjb250ZW50LnByaW1hcnlCdXR0b24gYXMgYnV0dG9uXCI+XG4gICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgKm5nSWY9XCJidXR0b24udXJsOyBlbHNlIHByaW1hcnlCdXR0b25cIlxuICAgICAgICAgICAgICAgIGNsYXNzPVwibS1idXR0b24tc21cIlxuICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cImJ1dHRvbi52YXJpYW50XCJcbiAgICAgICAgICAgICAgICBbaHJlZl09XCJidXR0b24udXJsXCJcbiAgICAgICAgICAgICAgICBbYXR0ci50YXJnZXRdPVwiYnV0dG9uLnRhcmdldCB8fCAnX3NlbGYnXCJcbiAgICAgICAgICAgICAgICBbYXR0ci5yZWxdPVwiKGJ1dHRvbi50YXJnZXQgfHwgJ19zZWxmJykgPT09ICdfYmxhbmsnID8gJ25vb3BlbmVyIG5vcmVmZXJyZXInIDogbnVsbFwiXG4gICAgICAgICAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJidXR0b24uYXJpYUxhYmVsIHx8IGJ1dHRvbi5sYWJlbFwiXG4gICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICA8c3Bhbj57eyBidXR0b24ubGFiZWwgfX08L3NwYW4+XG4gICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlICNwcmltYXJ5QnV0dG9uPlxuICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICAgICAgICAgICAgY2xhc3M9XCJtLWJ1dHRvbi1zbVwiXG4gICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJidXR0b24udmFyaWFudFwiXG4gICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cImJ1dHRvbi5hcmlhTGFiZWwgfHwgYnV0dG9uLmxhYmVsXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICA8c3Bhbj57eyBidXR0b24ubGFiZWwgfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgPC9idXR0b24+XG4gICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XG4gICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cblxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cImNvbnRlbnQuc2Vjb25kYXJ5QnV0dG9uIGFzIHNlY29uZGFyeVwiPlxuICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgICpuZ0lmPVwic2Vjb25kYXJ5LnVybDsgZWxzZSBzZWNvbmRhcnlCdXR0b25cIlxuICAgICAgICAgICAgICAgIGNsYXNzPVwibS11bmRlcmxpbmVcIlxuICAgICAgICAgICAgICAgIFtocmVmXT1cInNlY29uZGFyeS51cmxcIlxuICAgICAgICAgICAgICAgIFthdHRyLnRhcmdldF09XCJzZWNvbmRhcnkudGFyZ2V0IHx8ICdfc2VsZidcIlxuICAgICAgICAgICAgICAgIFthdHRyLnJlbF09XCIoc2Vjb25kYXJ5LnRhcmdldCB8fCAnX3NlbGYnKSA9PT0gJ19ibGFuaycgPyAnbm9vcGVuZXIgbm9yZWZlcnJlcicgOiBudWxsXCJcbiAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cInNlY29uZGFyeS5hcmlhTGFiZWwgfHwgc2Vjb25kYXJ5LmxhYmVsXCJcbiAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIHt7IHNlY29uZGFyeS5sYWJlbCB9fVxuICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjc2Vjb25kYXJ5QnV0dG9uPlxuICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICAgICAgICAgICAgY2xhc3M9XCJtLXVuZGVybGluZVwiXG4gICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cInNlY29uZGFyeS5hcmlhTGFiZWwgfHwgc2Vjb25kYXJ5LmxhYmVsXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICB7eyBzZWNvbmRhcnkubGFiZWwgfX1cbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cbiAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvc2VjdGlvbj5cbiJdfQ==
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Alegria Rewards Club",
|
|
3
|
+
"mainImage": {
|
|
4
|
+
"url": "https://picsum.photos/700/500",
|
|
5
|
+
"alt": "Clientes disfrutando del club"
|
|
6
|
+
},
|
|
7
|
+
"centralImage": {
|
|
8
|
+
"url": "/assets/babylon/svg/icons/rewards.svg",
|
|
9
|
+
"alt": "Sello Alegria Rewards"
|
|
10
|
+
},
|
|
11
|
+
"floatingImage": {
|
|
12
|
+
"url": "/assets/babylon/svg/icons/hearts.svg",
|
|
13
|
+
"alt": "Iconos decorativos"
|
|
14
|
+
},
|
|
15
|
+
"description": "Únete al programa de fidelización para beneficiarte de ventajas, promociones y mucho más por ser miembro del club.",
|
|
16
|
+
"primaryButton": {
|
|
17
|
+
"label": "Regístrate Gratis"
|
|
18
|
+
},
|
|
19
|
+
"secondaryButton": {
|
|
20
|
+
"label": "Ver planes y ventajas"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpLWMyLWltZy10eHQtY3RhLXYzLmludGVyZmFjZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9leHRlcm5hbC9jb3JlL3NsaS1jMi1pbWctdHh0LWN0YS12My9zbGktYzItaW1nLXR4dC1jdGEtdjMuaW50ZXJmYWNlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBDdGFCdXR0b25Db25maWcge1xuICBsYWJlbDogc3RyaW5nO1xuICB1cmw/OiBzdHJpbmc7XG4gIHRhcmdldD86ICdfc2VsZicgfCAnX2JsYW5rJztcbiAgYXJpYUxhYmVsPzogc3RyaW5nO1xuICB2YXJpYW50Pzogc3RyaW5nO1xufVxuXG5cbmV4cG9ydCBpbnRlcmZhY2UgU2xpQzJJbWdUeHRDdGFWM0ltYWdlIHtcbiAgdXJsOiBzdHJpbmc7XG4gIGFsdDogc3RyaW5nO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIFNsaUMySW1nVHh0Q3RhVjNDb250ZW50IHtcbiAgdGl0bGU6IHN0cmluZztcbiAgbWFpbkltYWdlOiBTbGlDMkltZ1R4dEN0YVYzSW1hZ2U7XG4gIGNlbnRyYWxJbWFnZT86IFNsaUMySW1nVHh0Q3RhVjNJbWFnZTtcbiAgZmxvYXRpbmdJbWFnZT86IFNsaUMySW1nVHh0Q3RhVjNJbWFnZTtcbiAgZGVzY3JpcHRpb246IHN0cmluZztcbiAgcHJpbWFyeUJ1dHRvbj86IEN0YUJ1dHRvbkNvbmZpZztcbiAgc2Vjb25kYXJ5QnV0dG9uPzogQ3RhQnV0dG9uQ29uZmlnO1xuICByZXZlcnNlTGF5b3V0PzogYm9vbGVhbjtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Espacio del hotel",
|
|
3
|
+
"slides": [
|
|
4
|
+
{
|
|
5
|
+
"mainImage": "https://picsum.photos/1600/1600",
|
|
6
|
+
"detailImage": "https://picsum.photos/500/500?1",
|
|
7
|
+
"title": "Spa & Wellness",
|
|
8
|
+
"description": "Many desktop publishing packages and web page editors now use lorem ipsum as their default model text, and a search for lorem ipsum will uncover many web sites still in their infancy accident.",
|
|
9
|
+
"button": { "label": "Comprar entradas", "url": "#" }
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"mainImage": "https://picsum.photos/1600/1601",
|
|
13
|
+
"detailImage": "https://picsum.photos/500/500?2",
|
|
14
|
+
"title": "Centro fitness",
|
|
15
|
+
"description": "Many desktop publishing packages and web page editors now use lorem ipsum as their default model text, and a search for lorem ipsum will uncover many web sites still in their infancy accident.",
|
|
16
|
+
"button": { "label": "Comprar entradas", "url": "#" }
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './sli-c2-txt-car-img-c.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9leHRlcm5hbC9jb3JlL3NsaS1jMi10eHQtY2FyLWltZy1jL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0NBQWtDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NsaS1jMi10eHQtY2FyLWltZy1jLmNvbXBvbmVudCc7XG4iXX0=
|
package/esm2022/lib/components/external/core/sli-c2-txt-car-img-c/sli-c2-txt-car-img-c.component.mjs
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { CommonModule, isPlatformBrowser } from '@angular/common';
|
|
2
|
+
import { Component, inject, Input, PLATFORM_ID, ViewChild, ViewEncapsulation, } from '@angular/core';
|
|
3
|
+
import Swiper, { Navigation } from 'swiper';
|
|
4
|
+
import defaultContent from './content.json';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "@angular/common";
|
|
7
|
+
Swiper.use([Navigation]);
|
|
8
|
+
const DEFAULT_CONTENT = defaultContent;
|
|
9
|
+
export class SliC2TxtCarImgCComponent {
|
|
10
|
+
constructor() {
|
|
11
|
+
this.content = DEFAULT_CONTENT;
|
|
12
|
+
this.platformId = inject(PLATFORM_ID);
|
|
13
|
+
}
|
|
14
|
+
ngAfterViewInit() {
|
|
15
|
+
if (!isPlatformBrowser(this.platformId))
|
|
16
|
+
return;
|
|
17
|
+
this.initializeSwiper();
|
|
18
|
+
}
|
|
19
|
+
ngOnChanges(changes) {
|
|
20
|
+
if (!isPlatformBrowser(this.platformId))
|
|
21
|
+
return;
|
|
22
|
+
if (changes['content'] && !changes['content'].firstChange) {
|
|
23
|
+
this.initializeSwiper();
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
ngOnDestroy() {
|
|
27
|
+
if (!isPlatformBrowser(this.platformId))
|
|
28
|
+
return;
|
|
29
|
+
this.destroySwiper();
|
|
30
|
+
}
|
|
31
|
+
trackBySlide(index, slide) {
|
|
32
|
+
return slide.title ?? `${index}`;
|
|
33
|
+
}
|
|
34
|
+
initializeSwiper() {
|
|
35
|
+
queueMicrotask(() => {
|
|
36
|
+
if (!this.swiperContainer) {
|
|
37
|
+
return;
|
|
38
|
+
}
|
|
39
|
+
this.destroySwiper();
|
|
40
|
+
this.swiperInstance = new Swiper(this.swiperContainer.nativeElement, {
|
|
41
|
+
slidesPerView: 1,
|
|
42
|
+
spaceBetween: 20,
|
|
43
|
+
navigation: {
|
|
44
|
+
nextEl: this.nextButton?.nativeElement ?? undefined,
|
|
45
|
+
prevEl: this.prevButton?.nativeElement ?? undefined,
|
|
46
|
+
},
|
|
47
|
+
});
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
destroySwiper() {
|
|
51
|
+
if (this.swiperInstance) {
|
|
52
|
+
this.swiperInstance.destroy(true, true);
|
|
53
|
+
this.swiperInstance = undefined;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SliC2TxtCarImgCComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
57
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: SliC2TxtCarImgCComponent, isStandalone: true, selector: "sli-c2-txt-car-img-c", inputs: { content: "content" }, viewQueries: [{ propertyName: "swiperContainer", first: true, predicate: ["swiperContainer"], descendants: true }, { propertyName: "nextButton", first: true, predicate: ["nextButton"], descendants: true }, { propertyName: "prevButton", first: true, predicate: ["prevButton"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<section class=\"mdl-mdh015\" [ngClass]=\"{ reverse: content.reverse }\">\n <div class=\"mdl-container\">\n <div class=\"swiper-container\" *ngIf=\"content.slides?.length\">\n <div class=\"m-title top-title\">\n <h1>{{ content.title }}</h1>\n </div>\n\n <div class=\"swiper-overflow\" #swiperContainer>\n <div class=\"swiper-wrapper\">\n <div class=\"swiper-slide\" *ngFor=\"let slide of content.slides; trackBy: trackBySlide\">\n <div class=\"slide-grid\">\n <img class=\"img-right\" [src]=\"slide.mainImage\" [alt]=\"slide.title\" />\n <div class=\"m-right\">\n <div class=\"m-img\">\n <img [src]=\"slide.detailImage\" [alt]=\"slide.title\" />\n </div>\n <div class=\"m-content\">\n <div class=\"m-title\">\n <h3>{{ slide.title }}</h3>\n </div>\n <div class=\"m-text\">\n {{ slide.description }}\n </div>\n <ng-container *ngIf=\"slide.button as button\">\n <a\n *ngIf=\"button.url; else slideButton\"\n class=\"m-button-sm\"\n [href]=\"button.url\"\n [attr.target]=\"button.target || '_self'\"\n [attr.aria-label]=\"button.ariaLabel || button.label\"\n [attr.rel]=\"(button.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n >\n <span>{{ button.label }}</span>\n </a>\n <ng-template #slideButton>\n <button type=\"button\" class=\"m-button-sm\" [attr.aria-label]=\"button.ariaLabel || button.label\">\n <span>{{ button.label }}</span>\n </button>\n </ng-template>\n </ng-container>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"m-swiper-button next\" #nextButton aria-label=\"Siguiente\">\n <svg width=\"7\" height=\"12\" viewBox=\"0 0 7 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M6.71533 5.31548L1.65157 0.281695C1.46948 0.100676 1.22288 -0.000650459 0.966022 3.77247e-06C0.709163 0.000657051 0.463085 0.103239 0.281921 0.285182C0.100757 0.467126 -0.000651881 0.713526 2.66678e-06 0.970178C0.000657215 1.22683 0.103322 1.47271 0.285411 1.65373L4.67307 5.98705L0.288403 10.3463C0.106314 10.5273 0.00364923 10.7732 0.0029947 11.0298C0.00234018 11.2865 0.103749 11.5329 0.284913 11.7148C0.466077 11.8968 0.712156 11.9993 0.969015 12C1.22587 12.0007 1.47247 11.8993 1.65456 11.7183L6.71633 6.68651C6.89815 6.50457 7.00019 6.25791 7 6.00079C6.99981 5.74367 6.89741 5.49716 6.71533 5.31548Z\"\n fill=\"white\"\n />\n </svg>\n </div>\n <div class=\"m-swiper-button prev\" #prevButton aria-label=\"Anterior\">\n <svg width=\"7\" height=\"12\" viewBox=\"0 0 7 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M0.28467 5.31548L5.34843 0.281695C5.53052 0.100676 5.77712 -0.000650459 6.03398 3.77247e-06C6.29084 0.000657051 6.53692 0.103239 6.71808 0.285182C6.89924 0.467126 7.00065 0.713526 7 0.970178C6.99934 1.22683 6.89668 1.47271 6.71459 1.65373L2.32693 5.98705L6.7116 10.3463C6.89369 10.5273 6.99635 10.7732 6.99701 11.0298C6.99766 11.2865 6.89625 11.5329 6.71509 11.7148C6.53392 11.8968 6.28784 11.9993 6.03099 12C5.77413 12.0007 5.52753 11.8993 5.34544 11.7183L0.283673 6.68651C0.101853 6.50457 -0.000186192 6.25791 7.39071e-07 6.00079C0.00018767 5.74367 0.102586 5.49716 0.28467 5.31548Z\"\n fill=\"white\"\n />\n </svg>\n </div>\n </div>\n </div>\n</section>\n", styles: ["@charset \"UTF-8\";.m-button-big{display:block;min-width:max-content;max-width:100%;width:33rem;text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;cursor:pointer;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-big{font-size:1.6rem}}.m-button-big.red{background-color:#ff4338}@media (hover: hover){.m-button-big.red:hover{background-color:#ed3b37}}.m-button-big.blue{background-color:#5b87da}@media (hover: hover){.m-button-big.blue:hover{background-color:#446ecd}}.m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.m-button-big.green:hover{background-color:#2ec99b}}.m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-big:hover{background-color:#ed3b37}}.m-button-sm{display:block;min-width:max-content;width:100%;max-width:26rem;text-align:center;cursor:pointer;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-sm{font-size:1.6rem}}.m-button-sm.red{background-color:#ff4338}@media (hover: hover){.m-button-sm.red:hover{background-color:#ed3b37}}.m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.m-button-sm.blue:hover{background-color:#446ecd}}.m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.m-button-sm.green:hover{background-color:#2ec99b}}.m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-sm:hover{background-color:#ed3b37}}.m-underline{display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;color:#515050;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline{font-size:1.6rem}}@media (hover: hover){.m-underline:hover,.m-underline.active{color:#ed3b37}.m-underline:hover:after,.m-underline.active:after{opacity:1;width:100%}}.m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:0;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}.m-underline-red{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-red{font-size:1.6rem}}.m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-red:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-red:hover{color:#ed3b37}.m-underline-red:hover:after{width:100%}}.m-underline-blue{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-blue{font-size:1.6rem}}.m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-blue:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#446ecd;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-blue:hover{color:#446ecd}.m-underline-blue:hover:after{width:100%}}.m-underline-green{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-green{font-size:1.6rem}}.m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-green:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#2ec99b;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-green:hover{color:#2ec99b}.m-underline-green:hover:after{width:100%}}.m-swiper-button{width:4.8rem;height:4.8rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative}.m-swiper-button.swiper-button-disabled{opacity:.7}.m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.m-swiper-button:hover{background-color:#ed3b37}}@media (max-width: 768px){.m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.m-swiper-button{width:3.2rem;height:3.2rem}.m-swiper-button svg{width:.5rem}}.m-swiper-button-s{width:3rem;height:3rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button-s.prev svg{left:45%}.m-swiper-button-s.next svg{left:55%}@media (hover: hover){.m-swiper-button-s:hover{background-color:#ed3b37}}.m-button-close{background-color:#ff4338;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.m-button-close:hover{background-color:#ed3b37}.m-button-close:hover svg{transform:rotate(180deg)}}.m-button{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button{font-size:1.6rem}}.m-button{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease}@media (hover: hover){.m-button:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}.m-button2{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button2{font-size:1.6rem}}.m-button2{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;border-radius:.4rem;transition:.3s ease;background-color:transparent;border:.1rem solid white}.m-button2.red{background-color:#ff4338}@media (hover: hover){.m-button2.red:hover{background-color:#ed3b37}}.m-button2.blue{background-color:#5b87da}@media (hover: hover){.m-button2.blue:hover{background-color:#446ecd}}.m-button2.green{background-color:#3fd5ae}@media (hover: hover){.m-button2.green:hover{background-color:#2ec99b}}.m-button2.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button2.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}@media (hover: hover){.m-button2:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button2{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}select.mini-arrow{position:relative;background-image:url(/assets/babylon/svg/icons/icon-caret-down.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}.m-checkbox-group .m-checkbox:checked,.m-checkbox-group input:checked{background-color:#fff;background-image:url(/assets/babylon/svg/icons/icon-check.svg);background-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-input.m-calendar{background-image:url(/assets/babylon/svg/icons/icon-calendar-blue.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 2rem)\";background-position-y:50%}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}input:not([type=radio]):not([type=checkbox]),textarea,select{background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::placeholder,textarea::placeholder,select::placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-ms-input-placeholder,textarea::-ms-input-placeholder,select::-ms-input-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #f6f6f6 inset!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}select{position:relative;cursor:pointer}select.mini-arrow{position:relative;background-image:url(/assets/babylon/svg/icons/icon-caret-down.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}select option{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500;color:#000}.m-checkbox-group{display:flex;flex-direction:row;align-items:flex-start}.m-checkbox-group .m-checkbox,.m-checkbox-group input{border-radius:0!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:2.8rem;height:2.8rem;border:.1rem solid #d2d2d2;background-color:transparent;padding:0;margin-right:2rem;border-radius:0;cursor:pointer;position:relative}.m-checkbox-group .m-checkbox:checked,.m-checkbox-group input:checked{background-color:#fff;background-image:url(/assets/babylon/svg/icons/icon-check.svg);background-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-checkbox-group label{font-family:jokker,sans-serif;font-size:1.3rem;font-weight:600;max-width:\"calc(100% - 5rem)\"}.m-radio-group{display:flex;flex-direction:row;align-items:center}.m-radio-group .m-radio{-webkit-appearance:none;width:2.8rem;height:2.8rem;border:.2rem solid #d2d2d2;background-color:transparent;border-radius:50%;padding:0;margin-right:2rem;cursor:pointer;position:relative}.m-radio-group .m-radio:checked{background-color:#fff!important}.m-radio-group .m-radio:checked:after{content:\" \";position:absolute;top:50%;left:50%;width:1.6rem;height:1.6rem;border-radius:50%;background-color:#eec52b;transform:translate(-50%,-50%)}.m-radio-group label{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500;max-width:\"calc(100% - 5rem)\"}.m-input.m-calendar{background-image:url(/assets/babylon/svg/icons/icon-calendar-blue.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 2rem)\";background-position-y:50%}html{font-size:62.5%;overflow-x:hidden}html.overflow-hidden{overflow:hidden}html body{font:14px \"\"}@media (min-width: 1921px) and (max-height: 600px){html{font-size:55.5%}}html a{text-decoration:none}h1,h2,h3,h4,h5,h6{all:unset;display:revert}.fancybox__viewport{background-color:#fff}.fancybox__viewport.no-idiomas{background-color:red}section[class*=mdl]{padding-left:10rem;padding-right:10rem;box-sizing:border-box}@media (max-width: 1366px){section[class*=mdl]{padding-left:9rem;padding-right:9rem}}@media (max-width: 1280px){section[class*=mdl]{padding-left:8rem;padding-right:8rem}}@media (max-width: 1080px){section[class*=mdl]{padding-left:9.5rem;padding-right:9.5rem}}@media (max-width: 768px){section[class*=mdl]{padding-left:7.7rem;padding-right:7.7rem}}@media (max-width: 540px){section[class*=mdl]{padding-left:4.1rem;padding-right:4.1rem}}@media (max-width: 375px){section[class*=mdl]{padding-left:2.7rem;padding-right:2.7rem}}section .mdl-container{width:100%;max-width:160rem;margin:0 auto}.readmoreinit{overflow:hidden}.readmoreinit{line-height:1.6!important}@media screen and (max-width: 1200px){.readmoreinit{line-height:1.6!important}}@media screen and (max-width: 600px){.readmoreinit{line-height:1.6!important}}.read-more{display:flex;flex-direction:column;font-family:jokker,sans-serif;font-size:1.5rem;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;color:#e6411e;text-decoration:underline;cursor:pointer;margin-top:2rem}.read-more .less{display:none}.w100{font-weight:100}.w300{font-weight:300}.w400{font-weight:400}.w500{font-weight:medium}.w600{font-weight:600}.w700{font-weight:700}.w900{font-weight:900}.italic{font-style:italic}.row{display:flex;flex-direction:row}.col{display:flex;flex-direction:column}html{overflow-x:hidden}body{cursor:default;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{color:inherit;border:0;margin:0;padding:0}a{text-size-adjust:none;-webkit-text-size-adjust:none;text-decoration:none;cursor:pointer}ul{list-style-position:outside}li{padding-left:3rem;list-style:none;position:relative}li:before{content:\"\\25cf\";position:absolute;top:0;left:0}button,mark{background:none}button,label{cursor:pointer}:focus{outline:none!important}::-moz-focus-inner{border:0}summary::-webkit-details-marker{display:none}button,input[type=submit],input[type=text]{-webkit-appearance:none}h1,h2,h3,h4,h5,h6{text-transform:none}p{width:100%}img{width:auto;height:auto;object-fit:contain}@-webkit-keyframes swingV{15%{-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}30%{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}50%{-webkit-transform:translateY(.3rem);transform:translateY(.3rem)}65%{-webkit-transform:translateY(-.3rem);transform:translateY(-.3rem)}80%{-webkit-transform:translateY(.2rem);transform:translateY(.2rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes swingV{15%{-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}30%{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}50%{-webkit-transform:translateY(.3rem);transform:translateY(.3rem)}65%{-webkit-transform:translateY(-.3rem);transform:translateY(-.3rem)}80%{-webkit-transform:translateY(.2rem);transform:translateY(.2rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes swingH{15%{-webkit-transform:translateX(.5rem);transform:translate(.5rem)}30%{-webkit-transform:translateX(-.5rem);transform:translate(-.5rem)}50%{-webkit-transform:translateX(.3rem);transform:translate(.3rem)}65%{-webkit-transform:translateX(-.3rem);transform:translate(-.3rem)}80%{-webkit-transform:translateX(.2rem);transform:translate(.2rem)}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes swingH{15%{-webkit-transform:translateX(.5rem);transform:translate(.5rem)}30%{-webkit-transform:translateX(-.5rem);transform:translate(-.5rem)}50%{-webkit-transform:translateX(.3rem);transform:translate(.3rem)}65%{-webkit-transform:translateX(-.3rem);transform:translate(-.3rem)}80%{-webkit-transform:translateX(.2rem);transform:translate(.2rem)}to{-webkit-transform:translateX(0);transform:translate(0)}}.fancybox__container{background-color:#fff}.fancybox__container .fancybox__slide{flex-direction:column-reverse}.fancybox__container .fancybox__backdrop,.fancybox__container .fancybox__counter{display:none}.fancybox__container .fancybox__caption{color:#515050b2;text-align:center;font-family:jokker,sans-serif;font-weight:400;font-size:1.8rem;line-height:3.9rem;padding:0rem 0 2rem}@media (max-width: 540px){.fancybox__container .fancybox__caption{font-size:1.5rem}}@media (max-width: 375px){.fancybox__container .fancybox__caption{font-size:1.3rem}}.fancybox__container .fancybox__thumbs{display:none}.fancybox__container .fancybox__nav .carousel__button{background-color:#ff4338;top:55%}.fancybox__container .fancybox__nav .carousel__button svg{stroke:#fff;stroke-width:.3rem}.fancybox__container .carousel__button.is-close svg{display:none}.fancybox__container .carousel__button.is-close{background:url(/assets/babylon/svg/icons/closeRed.svg) no-repeat center;background-size:100%;width:4.2rem;height:4.2rem;top:-4.7rem;right:-5rem;transition:transform .3s ease;transform:rotate(0)}.fancybox__container .carousel__button.is-close:hover{transition:transform .3s ease;transform:rotate(180deg)}@media (max-width: 540px){.fancybox__container .carousel__button.is-close{width:3rem;height:3rem}}.fancybox__container .fancybox__toolbar{border-bottom:none;margin:0 0 0 auto;padding:1rem}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items button:not(.fancybox__button--close){display:none}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close{background-color:#ff4338}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close svg{width:40%}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close svg path{stroke:#fff;stroke-width:.3rem}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:#ffffff;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #23232329}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mdl-mdh015.reverse .mdl-container{flex-direction:row-reverse}.mdl-mdh015.reverse .mdl-container .swiper-container .m-title{text-align:end}.mdl-mdh015.reverse .mdl-container .m-right{align-items:start}.mdl-mdh015 .mdl-container{display:flex;flex-direction:row;gap:6rem;padding:8rem 0;justify-content:space-between}.mdl-mdh015 .mdl-container .swiper-container{position:relative;width:100%}.mdl-mdh015 .mdl-container .swiper-container .top-title{margin-bottom:-5rem}.mdl-mdh015 .mdl-container .swiper-container .m-title,.mdl-mdh015 .mdl-container .swiper-container .m-title *{font-family:jokker,sans-serif;font-weight:300;font-size:4.4rem;line-height:5.8rem}@media (max-width: 1366px){.mdl-mdh015 .mdl-container .swiper-container .m-title,.mdl-mdh015 .mdl-container .swiper-container .m-title *{font-size:3.6rem;line-height:4.8rem}}@media (max-width: 540px){.mdl-mdh015 .mdl-container .swiper-container .m-title,.mdl-mdh015 .mdl-container .swiper-container .m-title *{font-size:3rem;line-height:4rem}}@media (max-width: 375px){.mdl-mdh015 .mdl-container .swiper-container .m-title,.mdl-mdh015 .mdl-container .swiper-container .m-title *{font-size:2.4rem;line-height:3rem}}.mdl-mdh015 .mdl-container .swiper-container .m-title,.mdl-mdh015 .mdl-container .swiper-container .m-title *{color:#515050}.mdl-mdh015 .mdl-container .swiper-container .swiper-overflow{overflow:hidden;width:100%}.mdl-mdh015 .mdl-container .swiper-container .swiper-overflow .swiper-wrapper{width:100%;height:100%}.mdl-mdh015 .mdl-container .swiper-container .swiper-overflow .swiper-wrapper .swiper-slide img{width:100%;height:100%;object-fit:cover}.mdl-mdh015 .mdl-container .swiper-container .swiper-overflow .swiper-wrapper .swiper-slide .slide-grid{align-items:flex-end;display:flex;gap:8rem}.mdl-mdh015 .mdl-container .swiper-container .swiper-overflow .swiper-wrapper .swiper-slide .slide-grid .img-right{height:62rem;width:55%}.mdl-mdh015 .mdl-container .swiper-container .m-swiper-button{position:absolute;top:50%;z-index:9}.mdl-mdh015 .mdl-container .swiper-container .m-swiper-button.next{left:55%}.mdl-mdh015 .mdl-container .swiper-container .m-swiper-button.prev{left:-4.8rem}.mdl-mdh015 .mdl-container .m-right{width:calc(45% - 8rem);justify-content:space-between;display:flex;flex-direction:column;overflow:hidden;gap:2rem;align-items:end}.mdl-mdh015 .mdl-container .m-right .m-img{width:30.6rem;height:37.8rem}.mdl-mdh015 .mdl-container .m-right .m-img img{height:100%;width:100%;object-fit:cover}.mdl-mdh015 .mdl-container .m-right .m-content{display:flex;flex-direction:column;height:100%;gap:2rem;justify-content:end}.mdl-mdh015 .mdl-container .m-right .m-content .m-title,.mdl-mdh015 .mdl-container .m-right .m-content .m-title *{font-family:jokker,sans-serif;font-weight:300;font-size:4.4rem;line-height:5.8rem}@media (max-width: 1366px){.mdl-mdh015 .mdl-container .m-right .m-content .m-title,.mdl-mdh015 .mdl-container .m-right .m-content .m-title *{font-size:3.6rem;line-height:4.8rem}}@media (max-width: 540px){.mdl-mdh015 .mdl-container .m-right .m-content .m-title,.mdl-mdh015 .mdl-container .m-right .m-content .m-title *{font-size:3rem;line-height:4rem}}@media (max-width: 375px){.mdl-mdh015 .mdl-container .m-right .m-content .m-title,.mdl-mdh015 .mdl-container .m-right .m-content .m-title *{font-size:2.4rem;line-height:3rem}}.mdl-mdh015 .mdl-container .m-right .m-content .m-title,.mdl-mdh015 .mdl-container .m-right .m-content .m-title *{color:#515050}.mdl-mdh015 .mdl-container .m-right .m-content .m-text{font-family:jokker,sans-serif;font-weight:300;font-size:2rem;line-height:3.9rem}@media (max-width: 1366px){.mdl-mdh015 .mdl-container .m-right .m-content .m-text{font-size:1.5rem;line-height:3rem}}@media (max-width: 540px){.mdl-mdh015 .mdl-container .m-right .m-content .m-text{font-size:1.1rem;line-height:2rem}}.mdl-mdh015 .mdl-container .m-right .m-content .m-text{color:#515050b2}@media (max-width: 1366px){.mdl-mdh015 .mdl-container .swiper-container .swiper-overflow .swiper-wrapper .swiper-slide .slide-grid .img-right{height:47.1rem;width:55%}.mdl-mdh015 .mdl-container .m-right{width:38%}.mdl-mdh015 .mdl-container .m-right .m-img{height:28.7rem;width:23.2rem}}@media (max-width: 1080px){.mdl-mdh015 .mdl-container .swiper-container .top-title{margin-bottom:2rem}.mdl-mdh015 .mdl-container .swiper-container .m-swiper-button{top:36%}.mdl-mdh015 .mdl-container .swiper-container .m-swiper-button.next{left:100%}.mdl-mdh015 .mdl-container .swiper-container .m-swiper-button.prev{left:-4.8rem}.mdl-mdh015 .mdl-container .swiper-container .m-right{width:100%}.mdl-mdh015 .mdl-container .swiper-container .m-right .m-img{display:none}.mdl-mdh015 .mdl-container .swiper-container .m-right .m-content .m-button-sm{margin-top:1rem}.mdl-mdh015 .mdl-container .swiper-container .m-right .m-content .m-text{font-size:1.8rem;line-height:2.8rem}.mdl-mdh015 .mdl-container .swiper-container .swiper-overflow .swiper-wrapper .swiper-slide .slide-grid{gap:2rem;flex-direction:column}.mdl-mdh015 .mdl-container .swiper-container .swiper-overflow .swiper-wrapper .swiper-slide .slide-grid .img-right{width:100%}}@media (max-width: 768px){.mdl-mdh015 .mdl-container .swiper-container .m-swiper-button.prev{left:-3.8rem}}@media (max-width: 540px){.mdl-mdh015 .mdl-container .swiper-container .m-swiper-button.prev{left:-3.2rem}}@media (max-width: 375px){.mdl-mdh015{padding:0 4rem!important}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
58
|
+
}
|
|
59
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SliC2TxtCarImgCComponent, decorators: [{
|
|
60
|
+
type: Component,
|
|
61
|
+
args: [{ selector: 'sli-c2-txt-car-img-c', standalone: true, encapsulation: ViewEncapsulation.None, imports: [CommonModule], template: "<section class=\"mdl-mdh015\" [ngClass]=\"{ reverse: content.reverse }\">\n <div class=\"mdl-container\">\n <div class=\"swiper-container\" *ngIf=\"content.slides?.length\">\n <div class=\"m-title top-title\">\n <h1>{{ content.title }}</h1>\n </div>\n\n <div class=\"swiper-overflow\" #swiperContainer>\n <div class=\"swiper-wrapper\">\n <div class=\"swiper-slide\" *ngFor=\"let slide of content.slides; trackBy: trackBySlide\">\n <div class=\"slide-grid\">\n <img class=\"img-right\" [src]=\"slide.mainImage\" [alt]=\"slide.title\" />\n <div class=\"m-right\">\n <div class=\"m-img\">\n <img [src]=\"slide.detailImage\" [alt]=\"slide.title\" />\n </div>\n <div class=\"m-content\">\n <div class=\"m-title\">\n <h3>{{ slide.title }}</h3>\n </div>\n <div class=\"m-text\">\n {{ slide.description }}\n </div>\n <ng-container *ngIf=\"slide.button as button\">\n <a\n *ngIf=\"button.url; else slideButton\"\n class=\"m-button-sm\"\n [href]=\"button.url\"\n [attr.target]=\"button.target || '_self'\"\n [attr.aria-label]=\"button.ariaLabel || button.label\"\n [attr.rel]=\"(button.target || '_self') === '_blank' ? 'noopener noreferrer' : null\"\n >\n <span>{{ button.label }}</span>\n </a>\n <ng-template #slideButton>\n <button type=\"button\" class=\"m-button-sm\" [attr.aria-label]=\"button.ariaLabel || button.label\">\n <span>{{ button.label }}</span>\n </button>\n </ng-template>\n </ng-container>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"m-swiper-button next\" #nextButton aria-label=\"Siguiente\">\n <svg width=\"7\" height=\"12\" viewBox=\"0 0 7 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M6.71533 5.31548L1.65157 0.281695C1.46948 0.100676 1.22288 -0.000650459 0.966022 3.77247e-06C0.709163 0.000657051 0.463085 0.103239 0.281921 0.285182C0.100757 0.467126 -0.000651881 0.713526 2.66678e-06 0.970178C0.000657215 1.22683 0.103322 1.47271 0.285411 1.65373L4.67307 5.98705L0.288403 10.3463C0.106314 10.5273 0.00364923 10.7732 0.0029947 11.0298C0.00234018 11.2865 0.103749 11.5329 0.284913 11.7148C0.466077 11.8968 0.712156 11.9993 0.969015 12C1.22587 12.0007 1.47247 11.8993 1.65456 11.7183L6.71633 6.68651C6.89815 6.50457 7.00019 6.25791 7 6.00079C6.99981 5.74367 6.89741 5.49716 6.71533 5.31548Z\"\n fill=\"white\"\n />\n </svg>\n </div>\n <div class=\"m-swiper-button prev\" #prevButton aria-label=\"Anterior\">\n <svg width=\"7\" height=\"12\" viewBox=\"0 0 7 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M0.28467 5.31548L5.34843 0.281695C5.53052 0.100676 5.77712 -0.000650459 6.03398 3.77247e-06C6.29084 0.000657051 6.53692 0.103239 6.71808 0.285182C6.89924 0.467126 7.00065 0.713526 7 0.970178C6.99934 1.22683 6.89668 1.47271 6.71459 1.65373L2.32693 5.98705L6.7116 10.3463C6.89369 10.5273 6.99635 10.7732 6.99701 11.0298C6.99766 11.2865 6.89625 11.5329 6.71509 11.7148C6.53392 11.8968 6.28784 11.9993 6.03099 12C5.77413 12.0007 5.52753 11.8993 5.34544 11.7183L0.283673 6.68651C0.101853 6.50457 -0.000186192 6.25791 7.39071e-07 6.00079C0.00018767 5.74367 0.102586 5.49716 0.28467 5.31548Z\"\n fill=\"white\"\n />\n </svg>\n </div>\n </div>\n </div>\n</section>\n", styles: ["@charset \"UTF-8\";.m-button-big{display:block;min-width:max-content;max-width:100%;width:33rem;text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;cursor:pointer;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-big{font-size:1.6rem}}.m-button-big.red{background-color:#ff4338}@media (hover: hover){.m-button-big.red:hover{background-color:#ed3b37}}.m-button-big.blue{background-color:#5b87da}@media (hover: hover){.m-button-big.blue:hover{background-color:#446ecd}}.m-button-big.green{background-color:#3fd5ae}@media (hover: hover){.m-button-big.green:hover{background-color:#2ec99b}}.m-button-big.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-big.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-big span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-big:hover{background-color:#ed3b37}}.m-button-sm{display:block;min-width:max-content;width:100%;max-width:26rem;text-align:center;cursor:pointer;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease;height:4.8rem;position:relative;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button-sm{font-size:1.6rem}}.m-button-sm.red{background-color:#ff4338}@media (hover: hover){.m-button-sm.red:hover{background-color:#ed3b37}}.m-button-sm.blue{background-color:#5b87da}@media (hover: hover){.m-button-sm.blue:hover{background-color:#446ecd}}.m-button-sm.green{background-color:#3fd5ae}@media (hover: hover){.m-button-sm.green:hover{background-color:#2ec99b}}.m-button-sm.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button-sm.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}.m-button-sm span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content}@media (hover: hover){.m-button-sm:hover{background-color:#ed3b37}}.m-underline{display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;color:#515050;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline{font-size:1.6rem}}@media (hover: hover){.m-underline:hover,.m-underline.active{color:#ed3b37}.m-underline:hover:after,.m-underline.active:after{opacity:1;width:100%}}.m-underline:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;z-index:1}.m-underline:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:0;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}.m-underline-red{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-red{font-size:1.6rem}}.m-underline-red:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-red:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#ed3b37;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-red:hover{color:#ed3b37}.m-underline-red:hover:after{width:100%}}.m-underline-blue{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-blue{font-size:1.6rem}}.m-underline-blue:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-blue:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#446ecd;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-blue:hover{color:#446ecd}.m-underline-blue:hover:after{width:100%}}.m-underline-green{color:#515050b2;display:block;width:max-content;position:relative;text-align:center;cursor:pointer;transition:.3s ease;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-underline-green{font-size:1.6rem}}.m-underline-green:before{content:\"\";position:absolute;bottom:-1rem;left:0;width:100%;height:.1rem;background-color:#515050b2;z-index:1}.m-underline-green:after{content:\"\";position:absolute;bottom:-1rem;left:0;opacity:1;width:0%;height:.2rem;background-color:#2ec99b;transition:.3s ease;z-index:2}@media (hover: hover){.m-underline-green:hover{color:#2ec99b}.m-underline-green:hover:after{width:100%}}.m-swiper-button{width:4.8rem;height:4.8rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative}.m-swiper-button.swiper-button-disabled{opacity:.7}.m-swiper-button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button.prev{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.m-swiper-button.next{border-top-right-radius:8rem;border-bottom-right-radius:8rem}@media (hover: hover){.m-swiper-button:hover{background-color:#ed3b37}}@media (max-width: 768px){.m-swiper-button{width:3.8rem;height:3.8rem}}@media (max-width: 540px){.m-swiper-button{width:3.2rem;height:3.2rem}.m-swiper-button svg{width:.5rem}}.m-swiper-button-s{width:3rem;height:3rem;background-color:#ff4338;transition:.3s ease;cursor:pointer;position:relative;border-radius:100%}.m-swiper-button-s svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.m-swiper-button-s.prev svg{left:45%}.m-swiper-button-s.next svg{left:55%}@media (hover: hover){.m-swiper-button-s:hover{background-color:#ed3b37}}.m-button-close{background-color:#ff4338;width:4.4rem;height:4.4rem;border-radius:100%;transition:.3s ease;cursor:pointer;position:relative}.m-button-close svg{transition:transform .4s ease;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (hover: hover){.m-button-close:hover{background-color:#ed3b37}.m-button-close:hover svg{transform:rotate(180deg)}}.m-button{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button{font-size:1.6rem}}.m-button{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;background-color:#ff4338;border-radius:.4rem;transition:.3s ease}@media (hover: hover){.m-button:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}.m-button2{display:block;width:max-content;font-family:jokker,sans-serif;font-weight:500;font-size:1.8rem}@media (max-width: 375px){.m-button2{font-size:1.6rem}}.m-button2{text-align:center;box-sizing:border-box;padding:1.1rem;color:#fff;border-radius:.4rem;transition:.3s ease;background-color:transparent;border:.1rem solid white}.m-button2.red{background-color:#ff4338}@media (hover: hover){.m-button2.red:hover{background-color:#ed3b37}}.m-button2.blue{background-color:#5b87da}@media (hover: hover){.m-button2.blue:hover{background-color:#446ecd}}.m-button2.green{background-color:#3fd5ae}@media (hover: hover){.m-button2.green:hover{background-color:#2ec99b}}.m-button2.underline{color:#fff;border:.1rem solid white;background-color:transparent}@media (hover: hover){.m-button2.underline:hover{border:.1rem solid #ed3b37;background-color:#ed3b37}}@media (hover: hover){.m-button2:hover{background-color:#ed3b37}}@media (max-width: 540px){.m-button2{min-width:unset;max-width:33rem;width:100%;font-size:1.6rem}}select.mini-arrow{position:relative;background-image:url(/assets/babylon/svg/icons/icon-caret-down.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}.m-checkbox-group .m-checkbox:checked,.m-checkbox-group input:checked{background-color:#fff;background-image:url(/assets/babylon/svg/icons/icon-check.svg);background-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-input.m-calendar{background-image:url(/assets/babylon/svg/icons/icon-calendar-blue.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 2rem)\";background-position-y:50%}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}input:not([type=radio]):not([type=checkbox]),textarea,select{background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::placeholder,textarea::placeholder,select::placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-ms-input-placeholder,textarea::-ms-input-placeholder,select::-ms-input-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #f6f6f6 inset!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}select{position:relative;cursor:pointer}select.mini-arrow{position:relative;background-image:url(/assets/babylon/svg/icons/icon-caret-down.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 0.8rem)\";background-position-y:50%;min-width:.8rem}select option{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500;color:#000}.m-checkbox-group{display:flex;flex-direction:row;align-items:flex-start}.m-checkbox-group .m-checkbox,.m-checkbox-group input{border-radius:0!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:2.8rem;height:2.8rem;border:.1rem solid #d2d2d2;background-color:transparent;padding:0;margin-right:2rem;border-radius:0;cursor:pointer;position:relative}.m-checkbox-group .m-checkbox:checked,.m-checkbox-group input:checked{background-color:#fff;background-image:url(/assets/babylon/svg/icons/icon-check.svg);background-position:center;background-repeat:no-repeat;background-size:1.6rem;position:relative;left:0rem;top:0rem}.m-checkbox-group label{font-family:jokker,sans-serif;font-size:1.3rem;font-weight:600;max-width:\"calc(100% - 5rem)\"}.m-radio-group{display:flex;flex-direction:row;align-items:center}.m-radio-group .m-radio{-webkit-appearance:none;width:2.8rem;height:2.8rem;border:.2rem solid #d2d2d2;background-color:transparent;border-radius:50%;padding:0;margin-right:2rem;cursor:pointer;position:relative}.m-radio-group .m-radio:checked{background-color:#fff!important}.m-radio-group .m-radio:checked:after{content:\" \";position:absolute;top:50%;left:50%;width:1.6rem;height:1.6rem;border-radius:50%;background-color:#eec52b;transform:translate(-50%,-50%)}.m-radio-group label{font-family:jokker,sans-serif;font-size:1.4rem;font-weight:500;max-width:\"calc(100% - 5rem)\"}.m-input.m-calendar{background-image:url(/assets/babylon/svg/icons/icon-calendar-blue.svg);background-repeat:no-repeat;background-position-x:\"calc(100% - 2rem)\";background-position-y:50%}html{font-size:62.5%;overflow-x:hidden}html.overflow-hidden{overflow:hidden}html body{font:14px \"\"}@media (min-width: 1921px) and (max-height: 600px){html{font-size:55.5%}}html a{text-decoration:none}h1,h2,h3,h4,h5,h6{all:unset;display:revert}.fancybox__viewport{background-color:#fff}.fancybox__viewport.no-idiomas{background-color:red}section[class*=mdl]{padding-left:10rem;padding-right:10rem;box-sizing:border-box}@media (max-width: 1366px){section[class*=mdl]{padding-left:9rem;padding-right:9rem}}@media (max-width: 1280px){section[class*=mdl]{padding-left:8rem;padding-right:8rem}}@media (max-width: 1080px){section[class*=mdl]{padding-left:9.5rem;padding-right:9.5rem}}@media (max-width: 768px){section[class*=mdl]{padding-left:7.7rem;padding-right:7.7rem}}@media (max-width: 540px){section[class*=mdl]{padding-left:4.1rem;padding-right:4.1rem}}@media (max-width: 375px){section[class*=mdl]{padding-left:2.7rem;padding-right:2.7rem}}section .mdl-container{width:100%;max-width:160rem;margin:0 auto}.readmoreinit{overflow:hidden}.readmoreinit{line-height:1.6!important}@media screen and (max-width: 1200px){.readmoreinit{line-height:1.6!important}}@media screen and (max-width: 600px){.readmoreinit{line-height:1.6!important}}.read-more{display:flex;flex-direction:column;font-family:jokker,sans-serif;font-size:1.5rem;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal;color:#e6411e;text-decoration:underline;cursor:pointer;margin-top:2rem}.read-more .less{display:none}.w100{font-weight:100}.w300{font-weight:300}.w400{font-weight:400}.w500{font-weight:medium}.w600{font-weight:600}.w700{font-weight:700}.w900{font-weight:900}.italic{font-style:italic}.row{display:flex;flex-direction:row}.col{display:flex;flex-direction:column}html{overflow-x:hidden}body{cursor:default;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{color:inherit;border:0;margin:0;padding:0}a{text-size-adjust:none;-webkit-text-size-adjust:none;text-decoration:none;cursor:pointer}ul{list-style-position:outside}li{padding-left:3rem;list-style:none;position:relative}li:before{content:\"\\25cf\";position:absolute;top:0;left:0}button,mark{background:none}button,label{cursor:pointer}:focus{outline:none!important}::-moz-focus-inner{border:0}summary::-webkit-details-marker{display:none}button,input[type=submit],input[type=text]{-webkit-appearance:none}h1,h2,h3,h4,h5,h6{text-transform:none}p{width:100%}img{width:auto;height:auto;object-fit:contain}@-webkit-keyframes swingV{15%{-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}30%{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}50%{-webkit-transform:translateY(.3rem);transform:translateY(.3rem)}65%{-webkit-transform:translateY(-.3rem);transform:translateY(-.3rem)}80%{-webkit-transform:translateY(.2rem);transform:translateY(.2rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes swingV{15%{-webkit-transform:translateY(.5rem);transform:translateY(.5rem)}30%{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}50%{-webkit-transform:translateY(.3rem);transform:translateY(.3rem)}65%{-webkit-transform:translateY(-.3rem);transform:translateY(-.3rem)}80%{-webkit-transform:translateY(.2rem);transform:translateY(.2rem)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes swingH{15%{-webkit-transform:translateX(.5rem);transform:translate(.5rem)}30%{-webkit-transform:translateX(-.5rem);transform:translate(-.5rem)}50%{-webkit-transform:translateX(.3rem);transform:translate(.3rem)}65%{-webkit-transform:translateX(-.3rem);transform:translate(-.3rem)}80%{-webkit-transform:translateX(.2rem);transform:translate(.2rem)}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes swingH{15%{-webkit-transform:translateX(.5rem);transform:translate(.5rem)}30%{-webkit-transform:translateX(-.5rem);transform:translate(-.5rem)}50%{-webkit-transform:translateX(.3rem);transform:translate(.3rem)}65%{-webkit-transform:translateX(-.3rem);transform:translate(-.3rem)}80%{-webkit-transform:translateX(.2rem);transform:translate(.2rem)}to{-webkit-transform:translateX(0);transform:translate(0)}}.fancybox__container{background-color:#fff}.fancybox__container .fancybox__slide{flex-direction:column-reverse}.fancybox__container .fancybox__backdrop,.fancybox__container .fancybox__counter{display:none}.fancybox__container .fancybox__caption{color:#515050b2;text-align:center;font-family:jokker,sans-serif;font-weight:400;font-size:1.8rem;line-height:3.9rem;padding:0rem 0 2rem}@media (max-width: 540px){.fancybox__container .fancybox__caption{font-size:1.5rem}}@media (max-width: 375px){.fancybox__container .fancybox__caption{font-size:1.3rem}}.fancybox__container .fancybox__thumbs{display:none}.fancybox__container .fancybox__nav .carousel__button{background-color:#ff4338;top:55%}.fancybox__container .fancybox__nav .carousel__button svg{stroke:#fff;stroke-width:.3rem}.fancybox__container .carousel__button.is-close svg{display:none}.fancybox__container .carousel__button.is-close{background:url(/assets/babylon/svg/icons/closeRed.svg) no-repeat center;background-size:100%;width:4.2rem;height:4.2rem;top:-4.7rem;right:-5rem;transition:transform .3s ease;transform:rotate(0)}.fancybox__container .carousel__button.is-close:hover{transition:transform .3s ease;transform:rotate(180deg)}@media (max-width: 540px){.fancybox__container .carousel__button.is-close{width:3rem;height:3rem}}.fancybox__container .fancybox__toolbar{border-bottom:none;margin:0 0 0 auto;padding:1rem}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items button:not(.fancybox__button--close){display:none}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close{background-color:#ff4338}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close svg{width:40%}.fancybox__container .fancybox__toolbar .fancybox__toolbar__items .fancybox__button--close svg path{stroke:#fff;stroke-width:.3rem}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:#ffffff;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #23232329}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mdl-mdh015.reverse .mdl-container{flex-direction:row-reverse}.mdl-mdh015.reverse .mdl-container .swiper-container .m-title{text-align:end}.mdl-mdh015.reverse .mdl-container .m-right{align-items:start}.mdl-mdh015 .mdl-container{display:flex;flex-direction:row;gap:6rem;padding:8rem 0;justify-content:space-between}.mdl-mdh015 .mdl-container .swiper-container{position:relative;width:100%}.mdl-mdh015 .mdl-container .swiper-container .top-title{margin-bottom:-5rem}.mdl-mdh015 .mdl-container .swiper-container .m-title,.mdl-mdh015 .mdl-container .swiper-container .m-title *{font-family:jokker,sans-serif;font-weight:300;font-size:4.4rem;line-height:5.8rem}@media (max-width: 1366px){.mdl-mdh015 .mdl-container .swiper-container .m-title,.mdl-mdh015 .mdl-container .swiper-container .m-title *{font-size:3.6rem;line-height:4.8rem}}@media (max-width: 540px){.mdl-mdh015 .mdl-container .swiper-container .m-title,.mdl-mdh015 .mdl-container .swiper-container .m-title *{font-size:3rem;line-height:4rem}}@media (max-width: 375px){.mdl-mdh015 .mdl-container .swiper-container .m-title,.mdl-mdh015 .mdl-container .swiper-container .m-title *{font-size:2.4rem;line-height:3rem}}.mdl-mdh015 .mdl-container .swiper-container .m-title,.mdl-mdh015 .mdl-container .swiper-container .m-title *{color:#515050}.mdl-mdh015 .mdl-container .swiper-container .swiper-overflow{overflow:hidden;width:100%}.mdl-mdh015 .mdl-container .swiper-container .swiper-overflow .swiper-wrapper{width:100%;height:100%}.mdl-mdh015 .mdl-container .swiper-container .swiper-overflow .swiper-wrapper .swiper-slide img{width:100%;height:100%;object-fit:cover}.mdl-mdh015 .mdl-container .swiper-container .swiper-overflow .swiper-wrapper .swiper-slide .slide-grid{align-items:flex-end;display:flex;gap:8rem}.mdl-mdh015 .mdl-container .swiper-container .swiper-overflow .swiper-wrapper .swiper-slide .slide-grid .img-right{height:62rem;width:55%}.mdl-mdh015 .mdl-container .swiper-container .m-swiper-button{position:absolute;top:50%;z-index:9}.mdl-mdh015 .mdl-container .swiper-container .m-swiper-button.next{left:55%}.mdl-mdh015 .mdl-container .swiper-container .m-swiper-button.prev{left:-4.8rem}.mdl-mdh015 .mdl-container .m-right{width:calc(45% - 8rem);justify-content:space-between;display:flex;flex-direction:column;overflow:hidden;gap:2rem;align-items:end}.mdl-mdh015 .mdl-container .m-right .m-img{width:30.6rem;height:37.8rem}.mdl-mdh015 .mdl-container .m-right .m-img img{height:100%;width:100%;object-fit:cover}.mdl-mdh015 .mdl-container .m-right .m-content{display:flex;flex-direction:column;height:100%;gap:2rem;justify-content:end}.mdl-mdh015 .mdl-container .m-right .m-content .m-title,.mdl-mdh015 .mdl-container .m-right .m-content .m-title *{font-family:jokker,sans-serif;font-weight:300;font-size:4.4rem;line-height:5.8rem}@media (max-width: 1366px){.mdl-mdh015 .mdl-container .m-right .m-content .m-title,.mdl-mdh015 .mdl-container .m-right .m-content .m-title *{font-size:3.6rem;line-height:4.8rem}}@media (max-width: 540px){.mdl-mdh015 .mdl-container .m-right .m-content .m-title,.mdl-mdh015 .mdl-container .m-right .m-content .m-title *{font-size:3rem;line-height:4rem}}@media (max-width: 375px){.mdl-mdh015 .mdl-container .m-right .m-content .m-title,.mdl-mdh015 .mdl-container .m-right .m-content .m-title *{font-size:2.4rem;line-height:3rem}}.mdl-mdh015 .mdl-container .m-right .m-content .m-title,.mdl-mdh015 .mdl-container .m-right .m-content .m-title *{color:#515050}.mdl-mdh015 .mdl-container .m-right .m-content .m-text{font-family:jokker,sans-serif;font-weight:300;font-size:2rem;line-height:3.9rem}@media (max-width: 1366px){.mdl-mdh015 .mdl-container .m-right .m-content .m-text{font-size:1.5rem;line-height:3rem}}@media (max-width: 540px){.mdl-mdh015 .mdl-container .m-right .m-content .m-text{font-size:1.1rem;line-height:2rem}}.mdl-mdh015 .mdl-container .m-right .m-content .m-text{color:#515050b2}@media (max-width: 1366px){.mdl-mdh015 .mdl-container .swiper-container .swiper-overflow .swiper-wrapper .swiper-slide .slide-grid .img-right{height:47.1rem;width:55%}.mdl-mdh015 .mdl-container .m-right{width:38%}.mdl-mdh015 .mdl-container .m-right .m-img{height:28.7rem;width:23.2rem}}@media (max-width: 1080px){.mdl-mdh015 .mdl-container .swiper-container .top-title{margin-bottom:2rem}.mdl-mdh015 .mdl-container .swiper-container .m-swiper-button{top:36%}.mdl-mdh015 .mdl-container .swiper-container .m-swiper-button.next{left:100%}.mdl-mdh015 .mdl-container .swiper-container .m-swiper-button.prev{left:-4.8rem}.mdl-mdh015 .mdl-container .swiper-container .m-right{width:100%}.mdl-mdh015 .mdl-container .swiper-container .m-right .m-img{display:none}.mdl-mdh015 .mdl-container .swiper-container .m-right .m-content .m-button-sm{margin-top:1rem}.mdl-mdh015 .mdl-container .swiper-container .m-right .m-content .m-text{font-size:1.8rem;line-height:2.8rem}.mdl-mdh015 .mdl-container .swiper-container .swiper-overflow .swiper-wrapper .swiper-slide .slide-grid{gap:2rem;flex-direction:column}.mdl-mdh015 .mdl-container .swiper-container .swiper-overflow .swiper-wrapper .swiper-slide .slide-grid .img-right{width:100%}}@media (max-width: 768px){.mdl-mdh015 .mdl-container .swiper-container .m-swiper-button.prev{left:-3.8rem}}@media (max-width: 540px){.mdl-mdh015 .mdl-container .swiper-container .m-swiper-button.prev{left:-3.2rem}}@media (max-width: 375px){.mdl-mdh015{padding:0 4rem!important}}\n"] }]
|
|
62
|
+
}], propDecorators: { content: [{
|
|
63
|
+
type: Input
|
|
64
|
+
}], swiperContainer: [{
|
|
65
|
+
type: ViewChild,
|
|
66
|
+
args: ['swiperContainer']
|
|
67
|
+
}], nextButton: [{
|
|
68
|
+
type: ViewChild,
|
|
69
|
+
args: ['nextButton']
|
|
70
|
+
}], prevButton: [{
|
|
71
|
+
type: ViewChild,
|
|
72
|
+
args: ['prevButton']
|
|
73
|
+
}] } });
|
|
74
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpLWMyLXR4dC1jYXItaW1nLWMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYmFieWxvbi9zcmMvbGliL2NvbXBvbmVudHMvZXh0ZXJuYWwvY29yZS9zbGktYzItdHh0LWNhci1pbWctYy9zbGktYzItdHh0LWNhci1pbWctYy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9iYWJ5bG9uL3NyYy9saWIvY29tcG9uZW50cy9leHRlcm5hbC9jb3JlL3NsaS1jMi10eHQtY2FyLWltZy1jL3NsaS1jMi10eHQtY2FyLWltZy1jLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNsRSxPQUFPLEVBRUgsU0FBUyxFQUVULE1BQU0sRUFDTixLQUFLLEVBR0wsV0FBVyxFQUVYLFNBQVMsRUFDVCxpQkFBaUIsR0FDcEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxNQUFNLEVBQUUsRUFBRSxVQUFVLEVBQUUsTUFBTSxRQUFRLENBQUM7QUFDNUMsT0FBTyxjQUFjLE1BQU0sZ0JBQWdCLENBQUM7OztBQUM1QyxNQUFNLENBQUMsR0FBRyxDQUFDLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQztBQXVCekIsTUFBTSxlQUFlLEdBQ2pCLGNBQXdDLENBQUM7QUFVN0MsTUFBTSxPQUFPLHdCQUF3QjtJQVJyQztRQVdhLFlBQU8sR0FBMkIsZUFBZSxDQUFDO1FBUzFDLGVBQVUsR0FBRyxNQUFNLENBQUMsV0FBVyxDQUFDLENBQUM7S0FrRHJEO0lBaERHLGVBQWU7UUFDWCxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQztZQUFFLE9BQU87UUFDaEQsSUFBSSxDQUFDLGdCQUFnQixFQUFFLENBQUM7SUFDNUIsQ0FBQztJQUVELFdBQVcsQ0FBQyxPQUFzQjtRQUM5QixJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQztZQUFFLE9BQU87UUFDaEQsSUFBSSxPQUFPLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsU0FBUyxDQUFDLENBQUMsV0FBVyxFQUFFO1lBQ3ZELElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO1NBQzNCO0lBQ0wsQ0FBQztJQUVELFdBQVc7UUFDUCxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQztZQUFFLE9BQU87UUFDaEQsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQ3pCLENBQUM7SUFFRCxZQUFZLENBQUMsS0FBYSxFQUFFLEtBQTJCO1FBQ25ELE9BQU8sS0FBSyxDQUFDLEtBQUssSUFBSSxHQUFHLEtBQUssRUFBRSxDQUFDO0lBQ3JDLENBQUM7SUFFTyxnQkFBZ0I7UUFDcEIsY0FBYyxDQUFDLEdBQUcsRUFBRTtZQUNoQixJQUFJLENBQUMsSUFBSSxDQUFDLGVBQWUsRUFBRTtnQkFDdkIsT0FBTzthQUNWO1lBRUQsSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO1lBQ3JCLElBQUksQ0FBQyxjQUFjLEdBQUcsSUFBSSxNQUFNLENBQzVCLElBQUksQ0FBQyxlQUFlLENBQUMsYUFBYSxFQUNsQztnQkFDSSxhQUFhLEVBQUUsQ0FBQztnQkFDaEIsWUFBWSxFQUFFLEVBQUU7Z0JBQ2hCLFVBQVUsRUFBRTtvQkFDUixNQUFNLEVBQUUsSUFBSSxDQUFDLFVBQVUsRUFBRSxhQUFhLElBQUksU0FBUztvQkFDbkQsTUFBTSxFQUFFLElBQUksQ0FBQyxVQUFVLEVBQUUsYUFBYSxJQUFJLFNBQVM7aUJBQ3REO2FBQ0osQ0FDSixDQUFDO1FBQ04sQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRU8sYUFBYTtRQUNqQixJQUFJLElBQUksQ0FBQyxjQUFjLEVBQUU7WUFDckIsSUFBSSxDQUFDLGNBQWMsQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLElBQUksQ0FBQyxDQUFDO1lBQ3hDLElBQUksQ0FBQyxjQUFjLEdBQUcsU0FBUyxDQUFDO1NBQ25DO0lBQ0wsQ0FBQzsrR0E3RFEsd0JBQXdCO21HQUF4Qix3QkFBd0IsK2FDbERyQywrMUhBa0VBLDI5dEJEcEJjLFlBQVk7OzRGQUliLHdCQUF3QjtrQkFScEMsU0FBUzsrQkFDSSxzQkFBc0IsY0FDcEIsSUFBSSxpQkFDRCxpQkFBaUIsQ0FBQyxJQUFJLFdBQzVCLENBQUMsWUFBWSxDQUFDOzhCQU9kLE9BQU87c0JBQWYsS0FBSztnQkFHRSxlQUFlO3NCQUR0QixTQUFTO3VCQUFDLGlCQUFpQjtnQkFFSyxVQUFVO3NCQUExQyxTQUFTO3VCQUFDLFlBQVk7Z0JBQ1UsVUFBVTtzQkFBMUMsU0FBUzt1QkFBQyxZQUFZIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlLCBpc1BsYXRmb3JtQnJvd3NlciB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1xuICAgIEFmdGVyVmlld0luaXQsXG4gICAgQ29tcG9uZW50LFxuICAgIEVsZW1lbnRSZWYsXG4gICAgaW5qZWN0LFxuICAgIElucHV0LFxuICAgIE9uQ2hhbmdlcyxcbiAgICBPbkRlc3Ryb3ksXG4gICAgUExBVEZPUk1fSUQsXG4gICAgU2ltcGxlQ2hhbmdlcyxcbiAgICBWaWV3Q2hpbGQsXG4gICAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IFN3aXBlciwgeyBOYXZpZ2F0aW9uIH0gZnJvbSAnc3dpcGVyJztcbmltcG9ydCBkZWZhdWx0Q29udGVudCBmcm9tICcuL2NvbnRlbnQuanNvbic7XG5Td2lwZXIudXNlKFtOYXZpZ2F0aW9uXSk7XG5cbmV4cG9ydCBpbnRlcmZhY2UgU2xpQzJUeHRDYXJJbWdDQnV0dG9uIHtcbiAgICBsYWJlbDogc3RyaW5nO1xuICAgIHVybD86IHN0cmluZztcbiAgICB0YXJnZXQ/OiBzdHJpbmc7XG4gICAgYXJpYUxhYmVsPzogc3RyaW5nO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIFNsaUMyVHh0Q2FySW1nQ1NsaWRlIHtcbiAgICBtYWluSW1hZ2U6IHN0cmluZztcbiAgICBkZXRhaWxJbWFnZTogc3RyaW5nO1xuICAgIHRpdGxlOiBzdHJpbmc7XG4gICAgZGVzY3JpcHRpb246IHN0cmluZztcbiAgICBidXR0b24/OiBTbGlDMlR4dENhckltZ0NCdXR0b247XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgU2xpQzJUeHRDYXJJbWdDQ29udGVudCB7XG4gICAgdGl0bGU6IHN0cmluZztcbiAgICByZXZlcnNlPzogYm9vbGVhbjtcbiAgICBzbGlkZXM6IFNsaUMyVHh0Q2FySW1nQ1NsaWRlW107XG59XG5cbmNvbnN0IERFRkFVTFRfQ09OVEVOVDogU2xpQzJUeHRDYXJJbWdDQ29udGVudCA9XG4gICAgZGVmYXVsdENvbnRlbnQgYXMgU2xpQzJUeHRDYXJJbWdDQ29udGVudDtcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdzbGktYzItdHh0LWNhci1pbWctYycsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9zbGktYzItdHh0LWNhci1pbWctYy5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmw6ICcuL3NsaS1jMi10eHQtY2FyLWltZy1jLmNvbXBvbmVudC5zY3NzJyxcbn0pXG5leHBvcnQgY2xhc3MgU2xpQzJUeHRDYXJJbWdDQ29tcG9uZW50XG4gICAgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0LCBPbkNoYW5nZXMsIE9uRGVzdHJveVxue1xuICAgIEBJbnB1dCgpIGNvbnRlbnQ6IFNsaUMyVHh0Q2FySW1nQ0NvbnRlbnQgPSBERUZBVUxUX0NPTlRFTlQ7XG5cbiAgICBAVmlld0NoaWxkKCdzd2lwZXJDb250YWluZXInKVxuICAgIHByaXZhdGUgc3dpcGVyQ29udGFpbmVyPzogRWxlbWVudFJlZjxIVE1MRWxlbWVudD47XG4gICAgQFZpZXdDaGlsZCgnbmV4dEJ1dHRvbicpIHByaXZhdGUgbmV4dEJ1dHRvbj86IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+O1xuICAgIEBWaWV3Q2hpbGQoJ3ByZXZCdXR0b24nKSBwcml2YXRlIHByZXZCdXR0b24/OiBFbGVtZW50UmVmPEhUTUxFbGVtZW50PjtcblxuICAgIHByaXZhdGUgc3dpcGVySW5zdGFuY2U/OiBTd2lwZXI7XG5cbiAgICBwcml2YXRlIHJlYWRvbmx5IHBsYXRmb3JtSWQgPSBpbmplY3QoUExBVEZPUk1fSUQpO1xuXG4gICAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgICAgICBpZiAoIWlzUGxhdGZvcm1Ccm93c2VyKHRoaXMucGxhdGZvcm1JZCkpIHJldHVybjtcbiAgICAgICAgdGhpcy5pbml0aWFsaXplU3dpcGVyKCk7XG4gICAgfVxuXG4gICAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcyk6IHZvaWQge1xuICAgICAgICBpZiAoIWlzUGxhdGZvcm1Ccm93c2VyKHRoaXMucGxhdGZvcm1JZCkpIHJldHVybjtcbiAgICAgICAgaWYgKGNoYW5nZXNbJ2NvbnRlbnQnXSAmJiAhY2hhbmdlc1snY29udGVudCddLmZpcnN0Q2hhbmdlKSB7XG4gICAgICAgICAgICB0aGlzLmluaXRpYWxpemVTd2lwZXIoKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICBpZiAoIWlzUGxhdGZvcm1Ccm93c2VyKHRoaXMucGxhdGZvcm1JZCkpIHJldHVybjtcbiAgICAgICAgdGhpcy5kZXN0cm95U3dpcGVyKCk7XG4gICAgfVxuXG4gICAgdHJhY2tCeVNsaWRlKGluZGV4OiBudW1iZXIsIHNsaWRlOiBTbGlDMlR4dENhckltZ0NTbGlkZSk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiBzbGlkZS50aXRsZSA/PyBgJHtpbmRleH1gO1xuICAgIH1cblxuICAgIHByaXZhdGUgaW5pdGlhbGl6ZVN3aXBlcigpOiB2b2lkIHtcbiAgICAgICAgcXVldWVNaWNyb3Rhc2soKCkgPT4ge1xuICAgICAgICAgICAgaWYgKCF0aGlzLnN3aXBlckNvbnRhaW5lcikge1xuICAgICAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgdGhpcy5kZXN0cm95U3dpcGVyKCk7XG4gICAgICAgICAgICB0aGlzLnN3aXBlckluc3RhbmNlID0gbmV3IFN3aXBlcihcbiAgICAgICAgICAgICAgICB0aGlzLnN3aXBlckNvbnRhaW5lci5uYXRpdmVFbGVtZW50LFxuICAgICAgICAgICAgICAgIHtcbiAgICAgICAgICAgICAgICAgICAgc2xpZGVzUGVyVmlldzogMSxcbiAgICAgICAgICAgICAgICAgICAgc3BhY2VCZXR3ZWVuOiAyMCxcbiAgICAgICAgICAgICAgICAgICAgbmF2aWdhdGlvbjoge1xuICAgICAgICAgICAgICAgICAgICAgICAgbmV4dEVsOiB0aGlzLm5leHRCdXR0b24/Lm5hdGl2ZUVsZW1lbnQgPz8gdW5kZWZpbmVkLFxuICAgICAgICAgICAgICAgICAgICAgICAgcHJldkVsOiB0aGlzLnByZXZCdXR0b24/Lm5hdGl2ZUVsZW1lbnQgPz8gdW5kZWZpbmVkLFxuICAgICAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICk7XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIHByaXZhdGUgZGVzdHJveVN3aXBlcigpOiB2b2lkIHtcbiAgICAgICAgaWYgKHRoaXMuc3dpcGVySW5zdGFuY2UpIHtcbiAgICAgICAgICAgIHRoaXMuc3dpcGVySW5zdGFuY2UuZGVzdHJveSh0cnVlLCB0cnVlKTtcbiAgICAgICAgICAgIHRoaXMuc3dpcGVySW5zdGFuY2UgPSB1bmRlZmluZWQ7XG4gICAgICAgIH1cbiAgICB9XG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cIm1kbC1tZGgwMTVcIiBbbmdDbGFzc109XCJ7IHJldmVyc2U6IGNvbnRlbnQucmV2ZXJzZSB9XCI+XG4gIDxkaXYgY2xhc3M9XCJtZGwtY29udGFpbmVyXCI+XG4gICAgPGRpdiBjbGFzcz1cInN3aXBlci1jb250YWluZXJcIiAqbmdJZj1cImNvbnRlbnQuc2xpZGVzPy5sZW5ndGhcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJtLXRpdGxlIHRvcC10aXRsZVwiPlxuICAgICAgICA8aDE+e3sgY29udGVudC50aXRsZSB9fTwvaDE+XG4gICAgICA8L2Rpdj5cblxuICAgICAgPGRpdiBjbGFzcz1cInN3aXBlci1vdmVyZmxvd1wiICNzd2lwZXJDb250YWluZXI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJzd2lwZXItd3JhcHBlclwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJzd2lwZXItc2xpZGVcIiAqbmdGb3I9XCJsZXQgc2xpZGUgb2YgY29udGVudC5zbGlkZXM7IHRyYWNrQnk6IHRyYWNrQnlTbGlkZVwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInNsaWRlLWdyaWRcIj5cbiAgICAgICAgICAgICAgPGltZyBjbGFzcz1cImltZy1yaWdodFwiIFtzcmNdPVwic2xpZGUubWFpbkltYWdlXCIgW2FsdF09XCJzbGlkZS50aXRsZVwiIC8+XG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJtLXJpZ2h0XCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cIm0taW1nXCI+XG4gICAgICAgICAgICAgICAgICA8aW1nIFtzcmNdPVwic2xpZGUuZGV0YWlsSW1hZ2VcIiBbYWx0XT1cInNsaWRlLnRpdGxlXCIgLz5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS1jb250ZW50XCI+XG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS10aXRsZVwiPlxuICAgICAgICAgICAgICAgICAgICA8aDM+e3sgc2xpZGUudGl0bGUgfX08L2gzPlxuICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibS10ZXh0XCI+XG4gICAgICAgICAgICAgICAgICAgIHt7IHNsaWRlLmRlc2NyaXB0aW9uIH19XG4gICAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJzbGlkZS5idXR0b24gYXMgYnV0dG9uXCI+XG4gICAgICAgICAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgICAgICAgKm5nSWY9XCJidXR0b24udXJsOyBlbHNlIHNsaWRlQnV0dG9uXCJcbiAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cIm0tYnV0dG9uLXNtXCJcbiAgICAgICAgICAgICAgICAgICAgICBbaHJlZl09XCJidXR0b24udXJsXCJcbiAgICAgICAgICAgICAgICAgICAgICBbYXR0ci50YXJnZXRdPVwiYnV0dG9uLnRhcmdldCB8fCAnX3NlbGYnXCJcbiAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cImJ1dHRvbi5hcmlhTGFiZWwgfHwgYnV0dG9uLmxhYmVsXCJcbiAgICAgICAgICAgICAgICAgICAgICBbYXR0ci5yZWxdPVwiKGJ1dHRvbi50YXJnZXQgfHwgJ19zZWxmJykgPT09ICdfYmxhbmsnID8gJ25vb3BlbmVyIG5vcmVmZXJyZXInIDogbnVsbFwiXG4gICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICA8c3Bhbj57eyBidXR0b24ubGFiZWwgfX08L3NwYW4+XG4gICAgICAgICAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlICNzbGlkZUJ1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgICA8YnV0dG9uIHR5cGU9XCJidXR0b25cIiBjbGFzcz1cIm0tYnV0dG9uLXNtXCIgW2F0dHIuYXJpYS1sYWJlbF09XCJidXR0b24uYXJpYUxhYmVsIHx8IGJ1dHRvbi5sYWJlbFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4+e3sgYnV0dG9uLmxhYmVsIH19PC9zcGFuPlxuICAgICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxuICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG5cbiAgICAgIDxkaXYgY2xhc3M9XCJtLXN3aXBlci1idXR0b24gbmV4dFwiICNuZXh0QnV0dG9uIGFyaWEtbGFiZWw9XCJTaWd1aWVudGVcIj5cbiAgICAgICAgPHN2ZyB3aWR0aD1cIjdcIiBoZWlnaHQ9XCIxMlwiIHZpZXdCb3g9XCIwIDAgNyAxMlwiIGZpbGw9XCJub25lXCIgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiPlxuICAgICAgICAgIDxwYXRoXG4gICAgICAgICAgICBkPVwiTTYuNzE1MzMgNS4zMTU0OEwxLjY1MTU3IDAuMjgxNjk1QzEuNDY5NDggMC4xMDA2NzYgMS4yMjI4OCAtMC4wMDA2NTA0NTkgMC45NjYwMjIgMy43NzI0N2UtMDZDMC43MDkxNjMgMC4wMDA2NTcwNTEgMC40NjMwODUgMC4xMDMyMzkgMC4yODE5MjEgMC4yODUxODJDMC4xMDA3NTcgMC40NjcxMjYgLTAuMDAwNjUxODgxIDAuNzEzNTI2IDIuNjY2NzhlLTA2IDAuOTcwMTc4QzAuMDAwNjU3MjE1IDEuMjI2ODMgMC4xMDMzMjIgMS40NzI3MSAwLjI4NTQxMSAxLjY1MzczTDQuNjczMDcgNS45ODcwNUwwLjI4ODQwMyAxMC4zNDYzQzAuMTA2MzE0IDEwLjUyNzMgMC4wMDM2NDkyMyAxMC43NzMyIDAuMDAyOTk0NyAxMS4wMjk4QzAuMDAyMzQwMTggMTEuMjg2NSAwLjEwMzc0OSAxMS41MzI5IDAuMjg0OTEzIDExLjcxNDhDMC40NjYwNzcgMTEuODk2OCAwLjcxMjE1NiAxMS45OTkzIDAuOTY5MDE1IDEyQzEuMjI1ODcgMTIuMDAwNyAxLjQ3MjQ3IDExLjg5OTMgMS42NTQ1NiAxMS43MTgzTDYuNzE2MzMgNi42ODY1MUM2Ljg5ODE1IDYuNTA0NTcgNy4wMDAxOSA2LjI1NzkxIDcgNi4wMDA3OUM2Ljk5OTgxIDUuNzQzNjcgNi44OTc0MSA1LjQ5NzE2IDYuNzE1MzMgNS4zMTU0OFpcIlxuICAgICAgICAgICAgZmlsbD1cIndoaXRlXCJcbiAgICAgICAgICAvPlxuICAgICAgICA8L3N2Zz5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cIm0tc3dpcGVyLWJ1dHRvbiBwcmV2XCIgI3ByZXZCdXR0b24gYXJpYS1sYWJlbD1cIkFudGVyaW9yXCI+XG4gICAgICAgIDxzdmcgd2lkdGg9XCI3XCIgaGVpZ2h0PVwiMTJcIiB2aWV3Qm94PVwiMCAwIDcgMTJcIiBmaWxsPVwibm9uZVwiIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIj5cbiAgICAgICAgICA8cGF0aFxuICAgICAgICAgICAgZD1cIk0wLjI4NDY3IDUuMzE1NDhMNS4zNDg0MyAwLjI4MTY5NUM1LjUzMDUyIDAuMTAwNjc2IDUuNzc3MTIgLTAuMDAwNjUwNDU5IDYuMDMzOTggMy43NzI0N2UtMDZDNi4yOTA4NCAwLjAwMDY1NzA1MSA2LjUzNjkyIDAuMTAzMjM5IDYuNzE4MDggMC4yODUxODJDNi44OTkyNCAwLjQ2NzEyNiA3LjAwMDY1IDAuNzEzNTI2IDcgMC45NzAxNzhDNi45OTkzNCAxLjIyNjgzIDYuODk2NjggMS40NzI3MSA2LjcxNDU5IDEuNjUzNzNMMi4zMjY5MyA1Ljk4NzA1TDYuNzExNiAxMC4zNDYzQzYuODkzNjkgMTAuNTI3MyA2Ljk5NjM1IDEwLjc3MzIgNi45OTcwMSAxMS4wMjk4QzYuOTk3NjYgMTEuMjg2NSA2Ljg5NjI1IDExLjUzMjkgNi43MTUwOSAxMS43MTQ4QzYuNTMzOTIgMTEuODk2OCA2LjI4Nzg0IDExLjk5OTMgNi4wMzA5OSAxMkM1Ljc3NDEzIDEyLjAwMDcgNS41Mjc1MyAxMS44OTkzIDUuMzQ1NDQgMTEuNzE4M0wwLjI4MzY3MyA2LjY4NjUxQzAuMTAxODUzIDYuNTA0NTcgLTAuMDAwMTg2MTkyIDYuMjU3OTEgNy4zOTA3MWUtMDcgNi4wMDA3OUMwLjAwMDE4NzY3IDUuNzQzNjcgMC4xMDI1ODYgNS40OTcxNiAwLjI4NDY3IDUuMzE1NDhaXCJcbiAgICAgICAgICAgIGZpbGw9XCJ3aGl0ZVwiXG4gICAgICAgICAgLz5cbiAgICAgICAgPC9zdmc+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
|