tent-lib 1.2.2 → 1.2.3
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.
|
@@ -87,7 +87,7 @@ export class TopModuleComponent {
|
|
|
87
87
|
this.showScrollLabel = !this.showScrollLabel;
|
|
88
88
|
}
|
|
89
89
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TopModuleComponent, deps: [{ token: i0.Renderer2 }, { token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
90
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: TopModuleComponent, isStandalone: true, selector: "tent-top-module", inputs: { btnScroll: "btnScroll", items: "items", desktop: "desktop", scrollLabel: "scrollLabel", video: "video", gift: "gift", slim: "slim", title: "title", subtitle: "subtitle" }, viewQueries: [{ propertyName: "carousel", first: true, predicate: CarouselComponent, descendants: true }, { propertyName: "nav", first: true, predicate: ["nav"], descendants: true, read: ElementRef }, { propertyName: "module", first: true, predicate: ["module"], descendants: true, read: ElementRef }], ngImport: i0, template: "<section class=\"top-module module-spacer--bottom\" #module>\r\n @if (gift) { @if (title) {\r\n <header class=\"top-module--header\">\r\n @if (title) {\r\n <h1 class=\"top-module--header--title color--brown\">\r\n {{ title }}\r\n </h1>\r\n } @if (subtitle) {\r\n <p class=\"top-module--header--subtitle color--camel\">\r\n {{ subtitle }}\r\n </p>\r\n\r\n }\r\n </header>\r\n } } @if( (!video && !gift) || (!gift && !desktop)) {\r\n <div class=\"top-module--nav flex-row flex-row--between\" #nav>\r\n <span\r\n class=\"icon-pointer-down color--white\"\r\n (click)=\"prevClick()\"\r\n ></span>\r\n <span\r\n class=\"icon-pointer-down color--white\"\r\n (click)=\"nextClick()\"\r\n ></span>\r\n </div>\r\n\r\n } @if (video && desktop) {\r\n <div class=\"youtube-bg\">\r\n <div\r\n id=\"bgndVideo\"\r\n class=\"player\"\r\n [attr.data-property]=\"videoUrl\"\r\n ></div>\r\n </div>\r\n } @else if(gift) {\r\n <img\r\n class=\"top-module--gift\"\r\n [ngClass]=\"{ 'top-module--gift--slim': slim }\"\r\n [src]=\"gift.src\"\r\n [alt]=\"gift.alt\"\r\n />\r\n <div class=\"top-module--gift--header\">\r\n <h1 class=\"top-module--gift--title\">\r\n {{ title }}\r\n </h1>\r\n <p class=\"top-module--gift--subtitle\">\r\n {{ subtitle }}\r\n </p>\r\n </div>\r\n } @else if(items){\r\n <owl-carousel-o\r\n class=\"top-module--slider\"\r\n [options]=\"sliderOptions\"\r\n [ngClass]=\"{ 'no-loop': items.length < 2 }\"\r\n >\r\n @for (item of items; track $index) {\r\n <ng-template carouselSlide>\r\n <div class=\"top-module--content\">\r\n @if (item.mainBadge) {\r\n <div class=\"top-module--badge\">\r\n <tent-badge\r\n [rounded]=\"true\"\r\n [label]=\"item.mainBadge.label\"\r\n ></tent-badge>\r\n </div>\r\n } @if (item.title) {\r\n <h3 class=\"title--80 color--white\">{{ item.title }}</h3>\r\n } @if (item.badgePromo || item.badgeDiscount) {\r\n <div class=\"top-module--offers flex-row\">\r\n @if (item.badgePromo) {\r\n <tent-badge\r\n class=\"top-module--promo\"\r\n [rounded]=\"true\"\r\n [label]=\"item.badgePromo.label\"\r\n ></tent-badge>\r\n } @if (item.badgeDiscount) {\r\n <tent-badge\r\n class=\"top-module--discount\"\r\n [rounded]=\"true\"\r\n [label]=\"item.badgeDiscount.label\"\r\n ></tent-badge>\r\n }\r\n </div>\r\n } @if (item.btn) {\r\n <div class=\"top-module--btn-info\">\r\n <tent-button\r\n type=\"light-box\"\r\n [label]=\"item.btn.label\"\r\n [url]=\"item.btn.url\"\r\n [linkType]=\"item.btn.linkType!\"\r\n ></tent-button>\r\n </div>\r\n }\r\n </div>\r\n @if (item.img) {\r\n <figure\r\n class=\"top-module--image\"\r\n [lazyBackground]=\"item.img\"\r\n ></figure>\r\n }\r\n </ng-template>\r\n }\r\n </owl-carousel-o>\r\n\r\n }\r\n\r\n <div\r\n class=\"top-module--btn-scroll\"\r\n (mouseenter)=\"toggleScrollLabel()\"\r\n (mouseleave)=\"toggleScrollLabel()\"\r\n >\r\n @if (showScrollLabel && scrollLabel) {\r\n <p class=\"top-module--btn-scroll--label\">\r\n {{ scrollLabel }}\r\n </p>\r\n\r\n } @if(btnScroll.icon) {\r\n <tent-button\r\n type=\"light-circle\"\r\n [icon]=\"btnScroll.icon\"\r\n (click)=\"scrollClicked()\"\r\n name=\"tent-hotels\"\r\n ></tent-button>\r\n\r\n }\r\n </div>\r\n</section>\r\n", styles: [":root{--tent-font: \"DM Sans\", sans-serif;--color-background: #fff;--color-background-2: #fbf5f0;--color-background-3: #f6ece2;--color-background-4: #eaaa00;--color-background-5: #dc572a;--color-background-6: #7c4d3b;--color-background-6-90: rgb(124 77 59 / 90%);--color-background-7: #005f87;--color-background-8: #dab38c;--color-background-9: #c7946a;--color-title: #dab38d;--color-title-1: #693D2D;--color-title-2: rgb(105 61 45 / 90%);--color-title-4: rgb(105 61 45 / 70%);--color-title-3: #0cc2ce;--color-title-light: #fff;--color-subtitle: #c1885b;--color-subtitle-light: #fff;--color-description: #5d5d5d;--color-description-light: #fff;--color-description-brown-light: rgb(105 61 45 / 80%);--color-description-brown: rgb(105 61 45 / 100%);--color-badge: #dc572a;--color-badge-2: #fdd8b4;--color-badge-3: #dab38d;--color-badge-4: #f3e2d5;--color-badge-5: #fff;--color-badge-box: #e37955;--color-badge-box-hover: #d9603e;--color-dark-btn: rgb(124 77 58 / 70%);--color-dark-btn-hover: #7c4d3a;--color-line-dark-btn: rgb(124 77 58 / 70%);--color-line-dark-btn-hover: #dab38d;--color-dark-btn-filled: #693d2d;--color-dark-btn-filled-hover: #fff;--color-line-dark-btn-filled: #dab38d;--color-line-dark-btn-filled-hover: #dc572a;--color-light-btn: #fff;--color-light-btn-hover: #693d2d;--color-line-light-btn-hover: #dab38d;--size-icon-links: 12px;--size-btn-box: 308px;--size-btn-box-mobile: 250px;--color-link-brown-light: rgb(105 61 45 / 70%);--color-link-brown-light2: rgb(105 61 45 / 80%);--color-link-brown-dark: #693d2d;--color-social-media: #693d3d;--color-instagram: #dab38d;--color-tiktok: #ed4a73;--color-facebook: #2764c1;--color-youtube: #d9464b;--color-linkedin: #2376c9;--color-background-footer1: rgb(135 136 138 / 75%);--color-background-footer2: rgb(221 187 156 / 80%);--color-check-in: #e78a6a;--color-check-in-hover: #d9603e;--color-border-header: #e1d8d5;--color-linea-brown-light: rgb(124 77 58 / 50%);--color-linea-brown-light2: rgb(124 77 58 / 20%);--color-icon: #693E2E;--color-icon-light: : rgb(105 61 45 / 70%);--Ltransition: all cubic-bezier(.785, .135, .15, .86) 1s;--Mtransition: all cubic-bezier(.785, .135, .15, .86) .85s;--stransition-basic: all cubic-bezier(.785, .135, .15, .86) .7s;--SStransition: all cubic-bezier(.785, .135, .15, .86) .3s;--XStransition: all cubic-bezier(.785, .135, .15, .86) 0s}.link{font-family:var(--tent-font);text-decoration:none;font-size:16px;font-weight:400;color:var(--color-description);letter-spacing:0;line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;cursor:pointer}.link:after{content:\"\";width:0%;height:1px;position:absolute;bottom:-2px;left:0;background-color:var(--color-description);-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.link:hover{color:var(--color-description)}.link:hover:after{width:100%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.link--brown{color:var(--color-link-brown-light2)}.link--brown:after{background-color:var(--color-link-brown-light2)}.link--brown:hover{color:var(--color-link-brown-dark)}.link--brown:hover:after{background-color:var(--color-link-brown-dark)}.link-opacity{font-family:var(--tent-font);text-decoration:none;font-size:16px;font-weight:400;color:var(--color-description);letter-spacing:0;line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;opacity:.7;cursor:pointer}.link-opacity:hover{opacity:1}.link-regular{font-family:var(--tent-font);text-decoration:none;font-size:18px;font-weight:400;color:var(--color-description);line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;cursor:pointer}.link-regular:hover{text-decoration:underline}@media (min-width: 540px){.link-regular{font-size:20px;line-height:34px}}.text{font-family:var(--tent-font);font-size:18px;line-height:24px;color:var(--color-description);text-align:left;font-weight:400}@media (min-width: 540px){.text{font-size:20px;line-height:34px}}.text--light{color:var(--color-description-light)}.text--small,.text--18{font-size:16px}.text strong{font-weight:700}.title--18{font-weight:700;font-size:14px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--18{font-size:16px}}@media (min-width: 768px){.title--18{font-size:16px}}@media (min-width: 1024px){.title--18{font-size:18px}}@media (min-width: 1680px){.title--18{font-size:18px}}.title--24{font-weight:700;font-size:24px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--24{font-size:24px}}@media (min-width: 768px){.title--24{font-size:24px}}@media (min-width: 1024px){.title--24{font-size:24px}}@media (min-width: 1280px){.title--24{font-size:24px}}@media (min-width: 1366px){.title--24{font-size:24px}}@media (min-width: 1680px){.title--24{font-size:24px}}@media (min-width: 1800px){.title--24{font-size:24px}}.title--30{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (max-width: 374px){.title--30{font-size:24px}}.title--34{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--34{font-size:32px}}@media (min-width: 768px){.title--34{font-size:32px}}@media (min-width: 1680px){.title--34{font-size:34px}}.title--38{font-weight:700;font-size:26px;line-height:1.5;letter-spacing:0}@media (min-width: 540px){.title--38{font-size:28px}}@media (min-width: 768px){.title--38{font-size:36px}}@media (min-width: 1680px){.title--38{font-size:38px}}.title--42{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--42{font-size:32px}}@media (min-width: 768px){.title--42{font-size:42px}}@media (min-width: 1680px){.title--42{font-size:42px}}.title--54{font-weight:700;font-size:32px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--54{font-size:44px}}@media (min-width: 1680px){.title--54{font-size:54px}}.title--60{font-weight:700;font-size:32px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--60{font-size:44px;line-height:1}}@media (min-width: 768px){.title--60{font-size:50px}}@media (min-width: 1680px){.title--60{font-size:60px}}.title--80{font-weight:700;font-size:40px;line-height:1;letter-spacing:0}@media (min-width: 540px){.title--80{font-size:50px}}@media (min-width: 768px){.title--80{font-size:60px}}@media (min-width: 1024px){.title--80{font-size:60px}}@media (min-width: 1280px){.title--80{font-size:70px}}@media (min-width: 1366px){.title--80{font-size:70px}}@media (min-width: 1680px){.title--80{font-size:80px}}.title--100{font-weight:700;font-size:40px;line-height:1;letter-spacing:0}@media (min-width: 540px){.title--100{font-size:55px}}@media (min-width: 768px){.title--100{font-size:80px}}@media (min-width: 1024px){.title--100{font-size:80px}}@media (min-width: 1280px){.title--100{font-size:90px}}@media (min-width: 1366px){.title--100{font-size:90px}}@media (min-width: 1680px){.title--100{font-size:110px}}.subtitle{font-family:var(--tent-font);font-weight:700;font-size:24px;line-height:44px;letter-spacing:0;text-align:left;color:var(--color-subtitle)}.subtitle.light{color:var(--color-subtitle-light)}.subtitle--medium{font-weight:500;font-size:18px;line-height:1.2;color:var(--color-subtitle-light)}@media (min-width: 768px){.subtitle--medium{font-size:20px}}.bg-yellow{background-color:var(--color-background-4)}.bg-orange{background-color:var(--color-background-5)}.bg-brown{background-color:var(--color-background-6)}.bg-brown-90{background-color:var(--color-background-6-90)}.bg-blue{background-color:var(--color-background-7)}.bg-camel{background-color:var(--color-background-8)}.bg-beige{background-color:var(--color-background-3)}.bg-beige{background-color:var(--color-background-2)}.bg-white{background-color:#fff}.color--brown-dark{color:var(--color-title-1)}.color--brown{color:var(--color-title-2)}.color--brown-70{color:var(--color-title-4)}.color--camel{color:var(--color-title)}.color--white{color:#fff}.color--blue{color:var(--color-title-3)}.color--gray{color:var(--color-description)}.flex-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.flex-row--reverse{flex-direction:row-reverse}.flex-row--center{align-items:center;justify-content:center}.flex-row--between{align-items:center;justify-content:space-between}.flex-row--left{align-items:center;justify-content:flex-start}@media (max-width: 1023px){.flex-row--left{justify-content:center}}.flex-col{display:flex;flex-direction:column;flex-wrap:wrap;gap:10px}.flex-col--reverse{flex-direction:row-reverse}.flex-col--center{align-items:center;justify-content:center}.mt--0{margin-top:0}.mb--0{margin-bottom:0}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mt--10{margin-top:10px}.mb--10{margin-bottom:10px}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mt--20{margin-top:20px}.mb--20{margin-bottom:20px}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mt--25{margin-top:25px}.mb--25{margin-bottom:25px}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mt--30{margin-top:30px}.mb--30{margin-bottom:30px}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mt--40{margin-top:40px}.mb--40{margin-bottom:40px}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mt--50{margin-top:50px}.mb--50{margin-bottom:50px}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mt--60{margin-top:60px}.mb--60{margin-bottom:60px}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mt--70{margin-top:70px}.mb--70{margin-bottom:70px}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mt--80{margin-top:80px}.mb--80{margin-bottom:80px}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mt--90{margin-top:90px}.mb--90{margin-bottom:90px}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mt--100{margin-top:100px}.mb--100{margin-bottom:100px}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.wrapper-big{max-width:100%;padding:0}@media (min-width: 540px){.wrapper-big{padding:0}}@media (min-width: 768px){.wrapper-big{padding:0}}@media (min-width: 1024px){.wrapper-big{padding:0 40px}}@media (min-width: 1280px){.wrapper-big{padding:0 20px}}@media (min-width: 1366px){.wrapper-big{padding:0 13px}}@media (min-width: 1680px){.wrapper-big{padding:0 40px}}@media (min-width: 1800px){.wrapper-big{padding:0 60px}}.wrapper-medium{max-width:100%;padding:0;min-width:-webkit-fill-available}@media (min-width: 540px){.wrapper-medium{padding:0 28px}}@media (min-width: 768px){.wrapper-medium{padding:0 45px}}@media (min-width: 1024px){.wrapper-medium{padding:0 55px}}@media (min-width: 1280px){.wrapper-medium{padding:0 59px}}@media (min-width: 1366px){.wrapper-medium{padding:0 65px}}@media (min-width: 1680px){.wrapper-medium{padding:0}}@media (min-width: 1800px){.wrapper-medium{padding:0}}.module-spacer--bottom{padding-bottom:35px}@media (min-width: 540px){.module-spacer--bottom{padding-bottom:40px}}@media (min-width: 768px){.module-spacer--bottom{padding-bottom:80px}}@media (min-width: 1680px){.module-spacer--bottom{padding-bottom:90px}}.module-spacer-small--bottom{padding-bottom:30px}@media (min-width: 540px){.module-spacer-small--bottom{padding-bottom:40px}}@media (min-width: 768px){.module-spacer-small--bottom{padding-bottom:50px}}@media (min-width: 1680px){.module-spacer-small--bottom{padding-bottom:50px}}@media (min-width: 1280px){.figure-sticky{position:sticky!important;top:8rem}}.figure-content{width:100%;aspect-ratio:1;display:flex;cursor:default;align-items:center;justify-content:center;position:relative;border-radius:.6rem;overflow:hidden}.figure-full{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;margin:0;z-index:-1}.figure-zoom figure{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.figure-zoom:hover figure{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);transform:scale(1.1)}.slider-arrows--center .owl-nav{position:absolute;top:50%;width:106%;display:flex;justify-content:space-between;margin:0;left:50%;transform:translate(-50%) translateY(-50%);z-index:-1}.slider-arrows--center .owl-nav [class*=owl-]{background-color:transparent;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.slider-arrows--center .owl-nav [class*=owl-]:hover{background-color:transparent;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);transform:scale(1.5)}.slider-circle--center .owl-nav{position:absolute;top:50%;width:calc(100% - 240px);display:flex;justify-content:space-between;margin:0;left:120px;transform:translateY(-50%)}.slider-circle--center .owl-nav [class*=owl-]{background-color:#fff;border-radius:100%;padding:4px}.slider-circle--center .owl-nav [class*=owl-]:hover{background-color:#fff}@media (max-width: 767px){.slider-circle--center .owl-nav .btn__circle{width:38px;height:38px}}.slider-circle--center--centerFull .owl-nav{width:110%;left:-5%}.btn{cursor:pointer;font-family:var(--corp-font);-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.btn__light{border:2px solid var(--color-light-btn);color:var(--color-light-btn);background-color:transparent}.btn__light:hover{border:2px solid var(--color-line-light-btn-hover);background-color:var(--color-line-light-btn-hover);color:var(--color-light-btn-hover)}.btn__dark{border:2px solid var(--color-line-dark-btn);color:var(--color-dark-btn);background-color:var(--color-background)}.btn__dark:hover{border:2px solid var(--color-line-dark-btn-hover);background-color:var(--color-line-dark-btn-hover);color:var(--color-dark-btn-hover)}.btn__dark-white{border:2px solid var(--color-line-dark-btn);color:var(--color-dark-btn);background-color:transparent}.btn__dark-white:hover{border:2px solid white;background-color:#fff;color:var(--color-dark-btn-hover)}.btn__dark-filled{border:2px solid var(--color-line-dark-btn-filled);color:var(--color-dark-btn-filled);background-color:var(--color-line-dark-btn-filled)}.btn__dark-filled:hover{border:2px solid var(--color-line-dark-btn-filled-hover);background-color:var(--color-line-dark-btn-filled-hover);color:var(--color-dark-btn-filled-hover)}.btn__white{border:2px solid white;color:var(--color-dark-btn);background-color:var(--color-background)}.btn__white:hover{border:2px solid white;background-color:#fff;color:var(--color-dark-btn-hover)}.btn__laundry{border:2px solid #005f87;color:#005f87;background-color:var(--color-background);opacity:.5}.btn__laundry:hover{background-color:#005f87;color:#fff;opacity:1}.btn__circle-container{border-radius:50%;padding:6px}.btn__circle{width:40px;height:40px;border-radius:50%;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;text-align:center}.btn__circle--social-media{width:60px;height:60px;color:var(--color-social-media)}.btn__circle:hover--instagram{background-color:var(--color-instagram);color:var(--color-social-media)}.btn__circle:hover--tiktok,.btn__circle:hover--facebook,.btn__circle:hover--youtube,.btn__circle:hover--linkedin{color:var(--color-background)}.btn__circle:hover--tiktok{background-color:var(--color-tiktok)}.btn__circle:hover--facebook{background-color:var(--color-facebook)}.btn__circle:hover--youtube{background-color:var(--color-youtube)}.btn__circle:hover--linkedin{background-color:var(--color-linkedin)}.btn__circle-icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;font-size:22px}.btn__circle-icon.icon--size12{font-size:12px}.btn__box{width:var(--size-btn-box);height:50px;border-radius:6px;font-weight:700;font-size:19px;line-height:24.74px;text-align:center}.btn__box.btn-small{width:var(--size-btn-box-mobile)}@media (min-width: 540px){.btn__box.btn-small{width:var(--size-btn-box)}}.btn__box-container mat-icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.form-error{font-family:var(--tent-font);color:#df6a6a;font-size:13px}.invalid{margin-bottom:10px}.top-module{width:100%;position:relative}.top-module h3{letter-spacing:2px}.top-module--btn-scroll{z-index:10;display:flex;flex-direction:column;align-items:center;gap:10px;position:absolute;z-index:2;bottom:72px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}.top-module--btn-scroll tent-button{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.top-module--btn-scroll tent-button::ng-deep .btn{width:50px;height:50px}.top-module--btn-scroll tent-button::ng-deep .btn--circle-container{padding:0}@media (min-width: 768px){.top-module--btn-scroll{bottom:120px}}@media (min-width: 1024px){.top-module--btn-scroll{left:50px;bottom:120px}.top-module--btn-scroll tent-button{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}}@media (min-width: 1280px){.top-module--btn-scroll{bottom:110px}}@media (min-width: 1680px){.top-module--btn-scroll{bottom:120px}}.top-module--btn-scroll .title--80{font-size:44px}@media (min-width: 540px){.top-module--btn-scroll .title--80{font-size:48px}}@media (min-width: 768px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1024px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1280px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1366px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1680px){.top-module--btn-scroll .title--80{font-size:80px}}.top-module--btn-scroll--label{color:#fff;font-family:var(--tent-font);font-size:14px;font-weight:700;line-height:14px;text-align:center;max-width:38px}.top-module--badge{padding-bottom:10px;width:fit-content}@media (min-width: 768px){.top-module--badge{padding-bottom:15px}}.top-module--offers{gap:0;padding-bottom:15px}@media (min-width: 768px){.top-module--offers{padding-bottom:30px}}.top-module--content{position:absolute;padding-left:20px;z-index:2;max-width:260px;top:20px}.top-module--content h3{padding-bottom:10px}@media (min-width: 540px){.top-module--content h3{padding-bottom:15px}}@media (min-width: 768px){.top-module--content h3{padding-bottom:25px}}@media (min-width: 1024px){.top-module--content h3{padding-bottom:35px}}@media (min-width: 540px){.top-module--content{padding-left:30px;max-width:372px;top:30px}}@media (min-width: 768px){.top-module--content{padding-left:40px;top:50px}}@media (min-width: 1024px){.top-module--content{padding-left:60px;top:50%;max-width:470px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width: 1280px){.top-module--content{padding-left:70px;max-width:510px}}@media (min-width: 1366px){.top-module--content{padding-left:80px}}@media (min-width: 1680px){.top-module--content{max-width:435px;padding-left:130px}}.top-module--image{position:absolute;z-index:-1;width:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;margin:0;height:calc(100vh - 90px);height:100%}@media (min-width: 540px){.top-module--image{height:calc(100vh - 110px);height:100%}}@media (min-width: 768px){.top-module--image{height:calc(100vh - 120px);height:100%}}@media (min-width: 1024px){.top-module--image{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module--image{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module--image{height:calc(100vh - 130px)}}.top-module--title{font-family:var(--tent-font);font-size:44px;font-weight:700;line-height:44px;text-align:left}@media (min-width: 540px){.top-module--title{size:48px;line-height:48px}}@media (min-width: 768px){.top-module--title{size:65px;line-height:65px}}@media (min-width: 1680px){.top-module--title{size:80px;line-height:80px}}.top-module .title--80{font-size:44px}@media (min-width: 540px){.top-module .title--80{font-size:48px}}@media (min-width: 768px){.top-module .title--80{font-size:55px}}@media (min-width: 1024px){.top-module .title--80{font-size:55px}}@media (min-width: 1280px){.top-module .title--80{font-size:60px}}@media (min-width: 1366px){.top-module .title--80{font-size:65px}}@media (min-width: 1680px){.top-module .title--80{font-size:80px}}.top-module--btn-info{padding-bottom:20px;width:fit-content}.top-module--btn-info ::ng-deep .btn{padding:0 45px}.top-module--btn-info ::ng-deep .btn--box{width:fit-content}.top-module--btn-info:hover ::ng-deep .btn{background-color:#dc572a;color:#fff;border-color:#dc572a}.top-module--promo ::ng-deep .badge{background-color:#fdd8b4;color:#693d2d}.top-module--discount ::ng-deep .badge{background-color:#fff;color:#693d2d}.top-module--nav{z-index:0;position:relative;top:-27px}.top-module--nav span{width:15px;height:15px;padding:5px;font-size:8px;border-radius:50%;cursor:pointer;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);display:flex;justify-content:center;align-items:center}.top-module--nav span:hover{background-color:#dc572a}.top-module--nav span:first-child{rotate:90deg}.top-module--nav span:last-child{rotate:-90deg}.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 178px);width:100%;background-repeat:no-repeat;background-size:cover;background-position:50% 50%}@media (min-width: 540px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 198px)}}@media (min-width: 768px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 208px)}}@media (min-width: 1024px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 130px)}}.top-module owl-carousel-o ::ng-deep .owl-dot span{border:2px solid white;width:10px;height:10px;border-radius:50%;background-color:transparent}.top-module owl-carousel-o ::ng-deep .owl-dots{margin-top:0;position:absolute;z-index:2;top:20px;right:10px}@media (min-width: 1024px){.top-module owl-carousel-o ::ng-deep .owl-dots{top:40px;right:60px}}.top-module owl-carousel-o ::ng-deep .owl-dot{position:relative;z-index:1}.top-module owl-carousel-o ::ng-deep .owl-dot span{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.top-module owl-carousel-o ::ng-deep .owl-dot.active span{background-color:#fff}.top-module owl-carousel-o ::ng-deep .owl-dot:hover span{background-color:#fff}.top-module .no-loop{pointer-events:none}.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 178px)}@media (min-width: 540px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 198px)}}@media (min-width: 768px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 208px)}}@media (min-width: 1024px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 130px)}}.top-module--gift{width:100%}.top-module--gift--slim{max-height:326px;object-fit:cover;object-position:center}@media (min-width: 768px){.top-module--gift--slim{max-height:409px}}@media (min-width: 1680px){.top-module--gift--slim{max-height:509px}}.top-module--gift--header{position:absolute;left:50%;top:50%;width:100%;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}@media (max-width: 1023px){.top-module--gift--header{display:none}}.top-module--gift--title{font-family:var(--tent-font);color:#fff;font-size:40px;font-weight:700;line-height:52px;text-align:center}@media (min-width: 1680px){.top-module--gift--title{font-size:50px;line-height:65px}}.top-module--gift--subtitle{font-family:var(--tent-font);color:#fff;font-size:18px;font-weight:700;line-height:24px;text-align:center}@media (min-width: 1680px){.top-module--gift--subtitle{font-size:20px}}.top-module--header{max-width:700px;padding:30px 10px;margin:0 auto}@media (min-width: 1024px){.top-module--header{display:none}}.top-module--header--title{font-family:var(--tent-font);font-size:40px;font-weight:700;line-height:40px;text-align:center;padding-bottom:15px}.top-module--header--subtitle{font-family:var(--tent-font);font-size:18px;font-weight:700;line-height:24px;text-align:center}.top-module .player-box{margin-top:-20px!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: ButtonComponent, selector: "tent-button", inputs: ["type", "label", "url", "linkType", "icon", "socialMedia", "iconPosition", "boxWidth", "innerContent", "linkSizeIcon", "closeButton", "disabled", "name"], outputs: ["btnClick"] }, { kind: "component", type: BadgeComponent, selector: "tent-badge", inputs: ["orientation", "rounded", "label", "icon"] }, { kind: "ngmodule", type: CarouselModule }, { kind: "component", type: i3.CarouselComponent, selector: "owl-carousel-o", inputs: ["options"], outputs: ["translated", "dragging", "change", "changed", "initialized"] }, { kind: "directive", type: i3.CarouselSlideDirective, selector: "ng-template[carouselSlide]", inputs: ["id", "dataMerge", "width", "dotContent", "dataHash"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "directive", type: LazyBackgroundDirective, selector: "[lazyBackground]", inputs: ["lazyBackground"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
90
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: TopModuleComponent, isStandalone: true, selector: "tent-top-module", inputs: { btnScroll: "btnScroll", items: "items", desktop: "desktop", scrollLabel: "scrollLabel", video: "video", gift: "gift", slim: "slim", title: "title", subtitle: "subtitle" }, viewQueries: [{ propertyName: "carousel", first: true, predicate: CarouselComponent, descendants: true }, { propertyName: "nav", first: true, predicate: ["nav"], descendants: true, read: ElementRef }, { propertyName: "module", first: true, predicate: ["module"], descendants: true, read: ElementRef }], ngImport: i0, template: "<section class=\"top-module module-spacer--bottom\" #module>\r\n @if (gift) { @if (title) {\r\n <header class=\"top-module--header\">\r\n @if (title) {\r\n <h1 class=\"top-module--header--title color--brown\">\r\n {{ title }}\r\n </h1>\r\n } @if (subtitle) {\r\n <p class=\"top-module--header--subtitle color--camel\">\r\n {{ subtitle }}\r\n </p>\r\n\r\n }\r\n </header>\r\n } } @if( (!video && !gift) || (!gift && !desktop)) {\r\n <div class=\"top-module--nav flex-row flex-row--between\" #nav>\r\n <span\r\n class=\"icon-pointer-down color--white\"\r\n (click)=\"prevClick()\"\r\n ></span>\r\n <span\r\n class=\"icon-pointer-down color--white\"\r\n (click)=\"nextClick()\"\r\n ></span>\r\n </div>\r\n\r\n } @if (video && desktop) {\r\n <div class=\"youtube-bg\">\r\n <div\r\n id=\"bgndVideo\"\r\n class=\"player\"\r\n [attr.data-property]=\"videoUrl\"\r\n ></div>\r\n </div>\r\n } @else if(gift) {\r\n <img\r\n class=\"top-module--gift\"\r\n [ngClass]=\"{ 'top-module--gift--slim': slim }\"\r\n [src]=\"gift.src\"\r\n [alt]=\"gift.alt\"\r\n />\r\n <div class=\"top-module--gift--header\">\r\n <h1 class=\"top-module--gift--title\">\r\n {{ title }}\r\n </h1>\r\n <p class=\"top-module--gift--subtitle\">\r\n {{ subtitle }}\r\n </p>\r\n </div>\r\n } @else if(items){\r\n <owl-carousel-o\r\n class=\"top-module--slider\"\r\n [options]=\"sliderOptions\"\r\n [ngClass]=\"{ 'no-loop': items.length < 2 }\"\r\n >\r\n @for (item of items; track $index) {\r\n <ng-template carouselSlide>\r\n <div class=\"top-module--content\">\r\n @if (item.mainBadge) {\r\n <div class=\"top-module--badge\">\r\n <tent-badge\r\n [rounded]=\"true\"\r\n [label]=\"item.mainBadge.label\"\r\n ></tent-badge>\r\n </div>\r\n } @if (item.title) {\r\n <h3 class=\"title--80 color--white\">{{ item.title }}</h3>\r\n } @if (item.badgePromo || item.badgeDiscount) {\r\n <div class=\"top-module--offers flex-row\">\r\n @if (item.badgePromo) {\r\n <tent-badge\r\n class=\"top-module--promo\"\r\n [rounded]=\"true\"\r\n [label]=\"item.badgePromo.label\"\r\n ></tent-badge>\r\n } @if (item.badgeDiscount) {\r\n <tent-badge\r\n class=\"top-module--discount\"\r\n [rounded]=\"true\"\r\n [label]=\"item.badgeDiscount.label\"\r\n ></tent-badge>\r\n }\r\n </div>\r\n } @if (item.btn) {\r\n <div class=\"top-module--btn-info\">\r\n <tent-button\r\n type=\"light-box\"\r\n [label]=\"item.btn.label\"\r\n [url]=\"item.btn.url\"\r\n [linkType]=\"item.btn.linkType!\"\r\n ></tent-button>\r\n </div>\r\n }\r\n </div>\r\n @if (item.img) {\r\n <figure\r\n class=\"top-module--image\"\r\n [lazyBackground]=\"item.img\"\r\n ></figure>\r\n }\r\n </ng-template>\r\n }\r\n </owl-carousel-o>\r\n\r\n }\r\n\r\n <div\r\n class=\"top-module--btn-scroll\"\r\n (mouseenter)=\"toggleScrollLabel()\"\r\n (mouseleave)=\"toggleScrollLabel()\"\r\n >\r\n @if (showScrollLabel && scrollLabel) {\r\n <p class=\"top-module--btn-scroll--label\">\r\n {{ scrollLabel }}\r\n </p>\r\n\r\n } @if(btnScroll.icon) {\r\n <tent-button\r\n type=\"light-circle\"\r\n [icon]=\"btnScroll.icon\"\r\n (click)=\"scrollClicked()\"\r\n name=\"tent-hotels\"\r\n ></tent-button>\r\n\r\n }\r\n </div>\r\n</section>\r\n", styles: [":root{--tent-font: \"DM Sans\", sans-serif;--color-background: #fff;--color-background-2: #fbf5f0;--color-background-3: #f6ece2;--color-background-4: #eaaa00;--color-background-5: #dc572a;--color-background-6: #7c4d3b;--color-background-6-90: rgb(124 77 59 / 90%);--color-background-7: #005f87;--color-background-8: #dab38c;--color-background-9: #c7946a;--color-title: #dab38d;--color-title-1: #693D2D;--color-title-2: rgb(105 61 45 / 90%);--color-title-4: rgb(105 61 45 / 70%);--color-title-3: #0cc2ce;--color-title-light: #fff;--color-subtitle: #c1885b;--color-subtitle-light: #fff;--color-description: #5d5d5d;--color-description-light: #fff;--color-description-brown-light: rgb(105 61 45 / 80%);--color-description-brown: rgb(105 61 45 / 100%);--color-badge: #dc572a;--color-badge-2: #fdd8b4;--color-badge-3: #dab38d;--color-badge-4: #f3e2d5;--color-badge-5: #fff;--color-badge-box: #e37955;--color-badge-box-hover: #d9603e;--color-dark-btn: rgb(124 77 58 / 70%);--color-dark-btn-hover: #7c4d3a;--color-line-dark-btn: rgb(124 77 58 / 70%);--color-line-dark-btn-hover: #dab38d;--color-dark-btn-filled: #693d2d;--color-dark-btn-filled-hover: #fff;--color-line-dark-btn-filled: #dab38d;--color-line-dark-btn-filled-hover: #dc572a;--color-light-btn: #fff;--color-light-btn-hover: #693d2d;--color-line-light-btn-hover: #dab38d;--size-icon-links: 12px;--size-btn-box: 308px;--size-btn-box-mobile: 250px;--color-link-brown-light: rgb(105 61 45 / 70%);--color-link-brown-light2: rgb(105 61 45 / 80%);--color-link-brown-dark: #693d2d;--color-social-media: #693d3d;--color-instagram: #dab38d;--color-tiktok: #ed4a73;--color-facebook: #2764c1;--color-youtube: #d9464b;--color-linkedin: #2376c9;--color-background-footer1: rgb(135 136 138 / 75%);--color-background-footer2: rgb(221 187 156 / 80%);--color-check-in: #e78a6a;--color-check-in-hover: #d9603e;--color-border-header: #e1d8d5;--color-linea-brown-light: rgb(124 77 58 / 50%);--color-linea-brown-light2: rgb(124 77 58 / 20%);--color-icon: #693E2E;--color-icon-light: : rgb(105 61 45 / 70%);--Ltransition: all cubic-bezier(.785, .135, .15, .86) 1s;--Mtransition: all cubic-bezier(.785, .135, .15, .86) .85s;--stransition-basic: all cubic-bezier(.785, .135, .15, .86) .7s;--SStransition: all cubic-bezier(.785, .135, .15, .86) .3s;--XStransition: all cubic-bezier(.785, .135, .15, .86) 0s}.link{font-family:var(--tent-font);text-decoration:none;font-size:16px;font-weight:400;color:var(--color-description);letter-spacing:0;line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;cursor:pointer}.link:after{content:\"\";width:0%;height:1px;position:absolute;bottom:-2px;left:0;background-color:var(--color-description);-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.link:hover{color:var(--color-description)}.link:hover:after{width:100%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.link--brown{color:var(--color-link-brown-light2)}.link--brown:after{background-color:var(--color-link-brown-light2)}.link--brown:hover{color:var(--color-link-brown-dark)}.link--brown:hover:after{background-color:var(--color-link-brown-dark)}.link-opacity{font-family:var(--tent-font);text-decoration:none;font-size:16px;font-weight:400;color:var(--color-description);letter-spacing:0;line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;opacity:.7;cursor:pointer}.link-opacity:hover{opacity:1}.link-regular{font-family:var(--tent-font);text-decoration:none;font-size:18px;font-weight:400;color:var(--color-description);line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;cursor:pointer}.link-regular:hover{text-decoration:underline}@media (min-width: 540px){.link-regular{font-size:20px;line-height:34px}}.text{font-family:var(--tent-font);font-size:18px;line-height:24px;color:var(--color-description);text-align:left;font-weight:400}@media (min-width: 540px){.text{font-size:20px;line-height:34px}}.text--light{color:var(--color-description-light)}.text--small,.text--18{font-size:16px}.text strong{font-weight:700}.title--18{font-weight:700;font-size:14px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--18{font-size:16px}}@media (min-width: 768px){.title--18{font-size:16px}}@media (min-width: 1024px){.title--18{font-size:18px}}@media (min-width: 1680px){.title--18{font-size:18px}}.title--24{font-weight:700;font-size:24px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--24{font-size:24px}}@media (min-width: 768px){.title--24{font-size:24px}}@media (min-width: 1024px){.title--24{font-size:24px}}@media (min-width: 1280px){.title--24{font-size:24px}}@media (min-width: 1366px){.title--24{font-size:24px}}@media (min-width: 1680px){.title--24{font-size:24px}}@media (min-width: 1800px){.title--24{font-size:24px}}.title--30{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (max-width: 374px){.title--30{font-size:24px}}.title--34{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--34{font-size:32px}}@media (min-width: 768px){.title--34{font-size:32px}}@media (min-width: 1680px){.title--34{font-size:34px}}.title--38{font-weight:700;font-size:26px;line-height:1.5;letter-spacing:0}@media (min-width: 540px){.title--38{font-size:28px}}@media (min-width: 768px){.title--38{font-size:36px}}@media (min-width: 1680px){.title--38{font-size:38px}}.title--42{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--42{font-size:32px}}@media (min-width: 768px){.title--42{font-size:42px}}@media (min-width: 1680px){.title--42{font-size:42px}}.title--54{font-weight:700;font-size:32px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--54{font-size:44px}}@media (min-width: 1680px){.title--54{font-size:54px}}.title--60{font-weight:700;font-size:32px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--60{font-size:44px;line-height:1}}@media (min-width: 768px){.title--60{font-size:50px}}@media (min-width: 1680px){.title--60{font-size:60px}}.title--80{font-weight:700;font-size:40px;line-height:1;letter-spacing:0}@media (min-width: 540px){.title--80{font-size:50px}}@media (min-width: 768px){.title--80{font-size:60px}}@media (min-width: 1024px){.title--80{font-size:60px}}@media (min-width: 1280px){.title--80{font-size:70px}}@media (min-width: 1366px){.title--80{font-size:70px}}@media (min-width: 1680px){.title--80{font-size:80px}}.title--100{font-weight:700;font-size:40px;line-height:1;letter-spacing:0}@media (min-width: 540px){.title--100{font-size:55px}}@media (min-width: 768px){.title--100{font-size:80px}}@media (min-width: 1024px){.title--100{font-size:80px}}@media (min-width: 1280px){.title--100{font-size:90px}}@media (min-width: 1366px){.title--100{font-size:90px}}@media (min-width: 1680px){.title--100{font-size:110px}}.subtitle{font-family:var(--tent-font);font-weight:700;font-size:24px;line-height:44px;letter-spacing:0;text-align:left;color:var(--color-subtitle)}.subtitle.light{color:var(--color-subtitle-light)}.subtitle--medium{font-weight:500;font-size:18px;line-height:1.2;color:var(--color-subtitle-light)}@media (min-width: 768px){.subtitle--medium{font-size:20px}}.bg-yellow{background-color:var(--color-background-4)}.bg-orange{background-color:var(--color-background-5)}.bg-brown{background-color:var(--color-background-6)}.bg-brown-90{background-color:var(--color-background-6-90)}.bg-blue{background-color:var(--color-background-7)}.bg-camel{background-color:var(--color-background-8)}.bg-beige{background-color:var(--color-background-3)}.bg-beige{background-color:var(--color-background-2)}.bg-white{background-color:#fff}.color--brown-dark{color:var(--color-title-1)}.color--brown{color:var(--color-title-2)}.color--brown-70{color:var(--color-title-4)}.color--camel{color:var(--color-title)}.color--white{color:#fff}.color--blue{color:var(--color-title-3)}.color--gray{color:var(--color-description)}.flex-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.flex-row--reverse{flex-direction:row-reverse}.flex-row--center{align-items:center;justify-content:center}.flex-row--between{align-items:center;justify-content:space-between}.flex-row--left{align-items:center;justify-content:flex-start}@media (max-width: 1023px){.flex-row--left{justify-content:center}}.flex-col{display:flex;flex-direction:column;flex-wrap:wrap;gap:10px}.flex-col--reverse{flex-direction:row-reverse}.flex-col--center{align-items:center;justify-content:center}.mt--0{margin-top:0}.mb--0{margin-bottom:0}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mt--10{margin-top:10px}.mb--10{margin-bottom:10px}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mt--20{margin-top:20px}.mb--20{margin-bottom:20px}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mt--25{margin-top:25px}.mb--25{margin-bottom:25px}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mt--30{margin-top:30px}.mb--30{margin-bottom:30px}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mt--40{margin-top:40px}.mb--40{margin-bottom:40px}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mt--50{margin-top:50px}.mb--50{margin-bottom:50px}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mt--60{margin-top:60px}.mb--60{margin-bottom:60px}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mt--70{margin-top:70px}.mb--70{margin-bottom:70px}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mt--80{margin-top:80px}.mb--80{margin-bottom:80px}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mt--90{margin-top:90px}.mb--90{margin-bottom:90px}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mt--100{margin-top:100px}.mb--100{margin-bottom:100px}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.wrapper-big{max-width:100%;padding:0}@media (min-width: 540px){.wrapper-big{padding:0}}@media (min-width: 768px){.wrapper-big{padding:0}}@media (min-width: 1024px){.wrapper-big{padding:0 40px}}@media (min-width: 1280px){.wrapper-big{padding:0 20px}}@media (min-width: 1366px){.wrapper-big{padding:0 13px}}@media (min-width: 1680px){.wrapper-big{padding:0 40px}}@media (min-width: 1800px){.wrapper-big{padding:0 60px}}.wrapper-medium{max-width:100%;padding:0;min-width:-webkit-fill-available}@media (min-width: 540px){.wrapper-medium{padding:0 28px}}@media (min-width: 768px){.wrapper-medium{padding:0 45px}}@media (min-width: 1024px){.wrapper-medium{padding:0 55px}}@media (min-width: 1280px){.wrapper-medium{padding:0 59px}}@media (min-width: 1366px){.wrapper-medium{padding:0 65px}}@media (min-width: 1680px){.wrapper-medium{padding:0}}@media (min-width: 1800px){.wrapper-medium{padding:0}}.module-spacer--bottom{padding-bottom:35px}@media (min-width: 540px){.module-spacer--bottom{padding-bottom:40px}}@media (min-width: 768px){.module-spacer--bottom{padding-bottom:80px}}@media (min-width: 1680px){.module-spacer--bottom{padding-bottom:90px}}.module-spacer-small--bottom{padding-bottom:30px}@media (min-width: 540px){.module-spacer-small--bottom{padding-bottom:40px}}@media (min-width: 768px){.module-spacer-small--bottom{padding-bottom:50px}}@media (min-width: 1680px){.module-spacer-small--bottom{padding-bottom:50px}}@media (min-width: 1280px){.figure-sticky{position:sticky!important;top:8rem}}.figure-content{width:100%;aspect-ratio:1;display:flex;cursor:default;align-items:center;justify-content:center;position:relative;border-radius:.6rem;overflow:hidden}.figure-full{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;margin:0;z-index:-1}.figure-zoom figure{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.figure-zoom:hover figure{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);transform:scale(1.1)}.slider-arrows--center .owl-nav{position:absolute;top:50%;width:106%;display:flex;justify-content:space-between;margin:0;left:50%;transform:translate(-50%) translateY(-50%);z-index:-1}.slider-arrows--center .owl-nav [class*=owl-]{background-color:transparent;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.slider-arrows--center .owl-nav [class*=owl-]:hover{background-color:transparent;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);transform:scale(1.5)}.slider-circle--center .owl-nav{position:absolute;top:50%;width:calc(100% - 240px);display:flex;justify-content:space-between;margin:0;left:120px;transform:translateY(-50%)}.slider-circle--center .owl-nav [class*=owl-]{background-color:#fff;border-radius:100%;padding:4px}.slider-circle--center .owl-nav [class*=owl-]:hover{background-color:#fff}@media (max-width: 767px){.slider-circle--center .owl-nav .btn__circle{width:38px;height:38px}}.slider-circle--center--centerFull .owl-nav{width:110%;left:-5%}.btn{cursor:pointer;font-family:var(--corp-font);-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.btn__light{border:2px solid var(--color-light-btn);color:var(--color-light-btn);background-color:transparent}.btn__light:hover{border:2px solid var(--color-line-light-btn-hover);background-color:var(--color-line-light-btn-hover);color:var(--color-light-btn-hover)}.btn__dark{border:2px solid var(--color-line-dark-btn);color:var(--color-dark-btn);background-color:var(--color-background)}.btn__dark:hover{border:2px solid var(--color-line-dark-btn-hover);background-color:var(--color-line-dark-btn-hover);color:var(--color-dark-btn-hover)}.btn__dark-white{border:2px solid var(--color-line-dark-btn);color:var(--color-dark-btn);background-color:transparent}.btn__dark-white:hover{border:2px solid white;background-color:#fff;color:var(--color-dark-btn-hover)}.btn__dark-filled{border:2px solid var(--color-line-dark-btn-filled);color:var(--color-dark-btn-filled);background-color:var(--color-line-dark-btn-filled)}.btn__dark-filled:hover{border:2px solid var(--color-line-dark-btn-filled-hover);background-color:var(--color-line-dark-btn-filled-hover);color:var(--color-dark-btn-filled-hover)}.btn__white{border:2px solid white;color:var(--color-dark-btn);background-color:var(--color-background)}.btn__white:hover{border:2px solid white;background-color:#fff;color:var(--color-dark-btn-hover)}.btn__laundry{border:2px solid #005f87;color:#005f87;background-color:var(--color-background);opacity:.5}.btn__laundry:hover{background-color:#005f87;color:#fff;opacity:1}.btn__circle-container{border-radius:50%;padding:6px}.btn__circle{width:40px;height:40px;border-radius:50%;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;text-align:center}.btn__circle--social-media{width:60px;height:60px;color:var(--color-social-media)}.btn__circle:hover--instagram{background-color:var(--color-instagram);color:var(--color-social-media)}.btn__circle:hover--tiktok,.btn__circle:hover--facebook,.btn__circle:hover--youtube,.btn__circle:hover--linkedin{color:var(--color-background)}.btn__circle:hover--tiktok{background-color:var(--color-tiktok)}.btn__circle:hover--facebook{background-color:var(--color-facebook)}.btn__circle:hover--youtube{background-color:var(--color-youtube)}.btn__circle:hover--linkedin{background-color:var(--color-linkedin)}.btn__circle-icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;font-size:22px}.btn__circle-icon.icon--size12{font-size:12px}.btn__box{width:var(--size-btn-box);height:50px;border-radius:6px;font-weight:700;font-size:19px;line-height:24.74px;text-align:center}.btn__box.btn-small{width:var(--size-btn-box-mobile)}@media (min-width: 540px){.btn__box.btn-small{width:var(--size-btn-box)}}.btn__box-container mat-icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.form-error{font-family:var(--tent-font);color:#df6a6a;font-size:13px}.invalid{margin-bottom:10px}.top-module{width:100%;position:relative}.top-module h3{letter-spacing:2px}.top-module--btn-scroll{z-index:10;display:flex;flex-direction:column;align-items:center;gap:10px;position:absolute;z-index:2;bottom:72px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}.top-module--btn-scroll tent-button{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.top-module--btn-scroll tent-button::ng-deep .btn{width:50px;height:50px}.top-module--btn-scroll tent-button::ng-deep .btn--circle-container{padding:0}@media (min-width: 768px){.top-module--btn-scroll{bottom:120px}}@media (min-width: 1024px){.top-module--btn-scroll{left:50px;bottom:120px}.top-module--btn-scroll tent-button{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}}@media (min-width: 1280px){.top-module--btn-scroll{bottom:110px}}@media (min-width: 1680px){.top-module--btn-scroll{bottom:120px}}.top-module--btn-scroll .title--80{font-size:44px}@media (min-width: 540px){.top-module--btn-scroll .title--80{font-size:48px}}@media (min-width: 768px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1024px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1280px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1366px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1680px){.top-module--btn-scroll .title--80{font-size:80px}}.top-module--btn-scroll--label{color:#fff;font-family:var(--tent-font);font-size:14px;font-weight:700;line-height:14px;text-align:center;max-width:38px}.top-module--badge{padding-bottom:10px;width:fit-content}@media (min-width: 768px){.top-module--badge{padding-bottom:15px}}.top-module--offers{gap:0;padding-bottom:15px}@media (min-width: 768px){.top-module--offers{padding-bottom:30px}}.top-module--content{position:absolute;padding-left:20px;z-index:2;max-width:260px;top:20px}.top-module--content h3{padding-bottom:10px}@media (min-width: 540px){.top-module--content h3{padding-bottom:15px}}@media (min-width: 768px){.top-module--content h3{padding-bottom:25px}}@media (min-width: 1024px){.top-module--content h3{padding-bottom:35px}}@media (min-width: 540px){.top-module--content{padding-left:30px;max-width:372px;top:30px}}@media (min-width: 768px){.top-module--content{padding-left:40px;top:50px}}@media (min-width: 1024px){.top-module--content{padding-left:60px;top:50%;max-width:470px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width: 1280px){.top-module--content{padding-left:70px;max-width:510px}}@media (min-width: 1366px){.top-module--content{padding-left:80px}}@media (min-width: 1680px){.top-module--content{max-width:435px;padding-left:130px}}.top-module--image{position:absolute;z-index:-1;width:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;margin:0;height:calc(100vh - 90px);height:100%}@media (min-width: 540px){.top-module--image{height:calc(100vh - 110px);height:100%}}@media (min-width: 768px){.top-module--image{height:calc(100vh - 120px);height:100%}}@media (min-width: 1024px){.top-module--image{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module--image{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module--image{height:calc(100vh - 130px)}}.top-module--title{font-family:var(--tent-font);font-size:44px;font-weight:700;line-height:44px;text-align:left}@media (min-width: 540px){.top-module--title{size:48px;line-height:48px}}@media (min-width: 768px){.top-module--title{size:65px;line-height:65px}}@media (min-width: 1680px){.top-module--title{size:80px;line-height:80px}}.top-module .title--80{font-size:44px}@media (min-width: 540px){.top-module .title--80{font-size:48px}}@media (min-width: 768px){.top-module .title--80{font-size:55px}}@media (min-width: 1024px){.top-module .title--80{font-size:55px}}@media (min-width: 1280px){.top-module .title--80{font-size:60px}}@media (min-width: 1366px){.top-module .title--80{font-size:65px}}@media (min-width: 1680px){.top-module .title--80{font-size:80px}}.top-module--btn-info{padding-bottom:20px;width:fit-content}.top-module--btn-info ::ng-deep .btn{padding:0 45px}.top-module--btn-info ::ng-deep .btn--box{width:fit-content}.top-module--btn-info:hover ::ng-deep .btn{background-color:#dc572a;color:#fff;border-color:#dc572a}.top-module--promo ::ng-deep .badge{background-color:#fdd8b4;color:#693d2d}.top-module--discount ::ng-deep .badge{background-color:#fff;color:#693d2d}.top-module--nav{z-index:0;position:relative;top:-27px}.top-module--nav span{width:15px;height:15px;padding:5px;font-size:8px;border-radius:50%;cursor:pointer;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);display:flex;justify-content:center;align-items:center}.top-module--nav span:hover{background-color:#dc572a}.top-module--nav span:first-child{rotate:90deg}.top-module--nav span:last-child{rotate:-90deg}.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 178px);width:100%;background-repeat:no-repeat;background-size:cover;background-position:50% 50%}@media (min-width: 540px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 198px)}}@media (min-width: 768px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 208px)}}@media (min-width: 1024px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 130px)}}.top-module owl-carousel-o ::ng-deep .owl-dot span{border:2px solid white;width:10px;height:10px;border-radius:50%;background-color:transparent}.top-module owl-carousel-o ::ng-deep .owl-dots{margin-top:0;position:absolute;z-index:2;top:20px;right:10px}@media (min-width: 1024px){.top-module owl-carousel-o ::ng-deep .owl-dots{top:40px;right:60px}}.top-module owl-carousel-o ::ng-deep .owl-dot{position:relative;z-index:1}.top-module owl-carousel-o ::ng-deep .owl-dot span{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.top-module owl-carousel-o ::ng-deep .owl-dot.active span{background-color:#fff}.top-module owl-carousel-o ::ng-deep .owl-dot:hover span{background-color:#fff}.top-module .no-loop{pointer-events:none}.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 178px)}@media (min-width: 540px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 198px)}}@media (min-width: 768px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 208px)}}@media (min-width: 1024px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 130px)}}.top-module--gift{width:100%;object-fit:cover;object-position:center}.top-module--gift--slim{max-height:326px}@media (min-width: 768px){.top-module--gift--slim{max-height:409px}}@media (min-width: 1680px){.top-module--gift--slim{max-height:509px}}.top-module--gift--header{position:absolute;left:50%;top:50%;width:100%;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}@media (max-width: 1023px){.top-module--gift--header{display:none}}.top-module--gift--title{font-family:var(--tent-font);color:#fff;font-size:40px;font-weight:700;line-height:52px;text-align:center}@media (min-width: 1680px){.top-module--gift--title{font-size:50px;line-height:65px}}.top-module--gift--subtitle{font-family:var(--tent-font);color:#fff;font-size:18px;font-weight:700;line-height:24px;text-align:center}@media (min-width: 1680px){.top-module--gift--subtitle{font-size:20px}}.top-module--header{max-width:700px;padding:30px 10px;margin:0 auto}@media (min-width: 1024px){.top-module--header{display:none}}.top-module--header--title{font-family:var(--tent-font);font-size:40px;font-weight:700;line-height:40px;text-align:center;padding-bottom:15px}.top-module--header--subtitle{font-family:var(--tent-font);font-size:18px;font-weight:700;line-height:24px;text-align:center}.top-module .player-box{margin-top:-20px!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: ButtonComponent, selector: "tent-button", inputs: ["type", "label", "url", "linkType", "icon", "socialMedia", "iconPosition", "boxWidth", "innerContent", "linkSizeIcon", "closeButton", "disabled", "name"], outputs: ["btnClick"] }, { kind: "component", type: BadgeComponent, selector: "tent-badge", inputs: ["orientation", "rounded", "label", "icon"] }, { kind: "ngmodule", type: CarouselModule }, { kind: "component", type: i3.CarouselComponent, selector: "owl-carousel-o", inputs: ["options"], outputs: ["translated", "dragging", "change", "changed", "initialized"] }, { kind: "directive", type: i3.CarouselSlideDirective, selector: "ng-template[carouselSlide]", inputs: ["id", "dataMerge", "width", "dotContent", "dataHash"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "directive", type: LazyBackgroundDirective, selector: "[lazyBackground]", inputs: ["lazyBackground"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
91
91
|
}
|
|
92
92
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TopModuleComponent, decorators: [{
|
|
93
93
|
type: Component,
|
|
@@ -98,7 +98,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
98
98
|
CarouselModule,
|
|
99
99
|
MatIconModule,
|
|
100
100
|
LazyBackgroundDirective,
|
|
101
|
-
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"top-module module-spacer--bottom\" #module>\r\n @if (gift) { @if (title) {\r\n <header class=\"top-module--header\">\r\n @if (title) {\r\n <h1 class=\"top-module--header--title color--brown\">\r\n {{ title }}\r\n </h1>\r\n } @if (subtitle) {\r\n <p class=\"top-module--header--subtitle color--camel\">\r\n {{ subtitle }}\r\n </p>\r\n\r\n }\r\n </header>\r\n } } @if( (!video && !gift) || (!gift && !desktop)) {\r\n <div class=\"top-module--nav flex-row flex-row--between\" #nav>\r\n <span\r\n class=\"icon-pointer-down color--white\"\r\n (click)=\"prevClick()\"\r\n ></span>\r\n <span\r\n class=\"icon-pointer-down color--white\"\r\n (click)=\"nextClick()\"\r\n ></span>\r\n </div>\r\n\r\n } @if (video && desktop) {\r\n <div class=\"youtube-bg\">\r\n <div\r\n id=\"bgndVideo\"\r\n class=\"player\"\r\n [attr.data-property]=\"videoUrl\"\r\n ></div>\r\n </div>\r\n } @else if(gift) {\r\n <img\r\n class=\"top-module--gift\"\r\n [ngClass]=\"{ 'top-module--gift--slim': slim }\"\r\n [src]=\"gift.src\"\r\n [alt]=\"gift.alt\"\r\n />\r\n <div class=\"top-module--gift--header\">\r\n <h1 class=\"top-module--gift--title\">\r\n {{ title }}\r\n </h1>\r\n <p class=\"top-module--gift--subtitle\">\r\n {{ subtitle }}\r\n </p>\r\n </div>\r\n } @else if(items){\r\n <owl-carousel-o\r\n class=\"top-module--slider\"\r\n [options]=\"sliderOptions\"\r\n [ngClass]=\"{ 'no-loop': items.length < 2 }\"\r\n >\r\n @for (item of items; track $index) {\r\n <ng-template carouselSlide>\r\n <div class=\"top-module--content\">\r\n @if (item.mainBadge) {\r\n <div class=\"top-module--badge\">\r\n <tent-badge\r\n [rounded]=\"true\"\r\n [label]=\"item.mainBadge.label\"\r\n ></tent-badge>\r\n </div>\r\n } @if (item.title) {\r\n <h3 class=\"title--80 color--white\">{{ item.title }}</h3>\r\n } @if (item.badgePromo || item.badgeDiscount) {\r\n <div class=\"top-module--offers flex-row\">\r\n @if (item.badgePromo) {\r\n <tent-badge\r\n class=\"top-module--promo\"\r\n [rounded]=\"true\"\r\n [label]=\"item.badgePromo.label\"\r\n ></tent-badge>\r\n } @if (item.badgeDiscount) {\r\n <tent-badge\r\n class=\"top-module--discount\"\r\n [rounded]=\"true\"\r\n [label]=\"item.badgeDiscount.label\"\r\n ></tent-badge>\r\n }\r\n </div>\r\n } @if (item.btn) {\r\n <div class=\"top-module--btn-info\">\r\n <tent-button\r\n type=\"light-box\"\r\n [label]=\"item.btn.label\"\r\n [url]=\"item.btn.url\"\r\n [linkType]=\"item.btn.linkType!\"\r\n ></tent-button>\r\n </div>\r\n }\r\n </div>\r\n @if (item.img) {\r\n <figure\r\n class=\"top-module--image\"\r\n [lazyBackground]=\"item.img\"\r\n ></figure>\r\n }\r\n </ng-template>\r\n }\r\n </owl-carousel-o>\r\n\r\n }\r\n\r\n <div\r\n class=\"top-module--btn-scroll\"\r\n (mouseenter)=\"toggleScrollLabel()\"\r\n (mouseleave)=\"toggleScrollLabel()\"\r\n >\r\n @if (showScrollLabel && scrollLabel) {\r\n <p class=\"top-module--btn-scroll--label\">\r\n {{ scrollLabel }}\r\n </p>\r\n\r\n } @if(btnScroll.icon) {\r\n <tent-button\r\n type=\"light-circle\"\r\n [icon]=\"btnScroll.icon\"\r\n (click)=\"scrollClicked()\"\r\n name=\"tent-hotels\"\r\n ></tent-button>\r\n\r\n }\r\n </div>\r\n</section>\r\n", styles: [":root{--tent-font: \"DM Sans\", sans-serif;--color-background: #fff;--color-background-2: #fbf5f0;--color-background-3: #f6ece2;--color-background-4: #eaaa00;--color-background-5: #dc572a;--color-background-6: #7c4d3b;--color-background-6-90: rgb(124 77 59 / 90%);--color-background-7: #005f87;--color-background-8: #dab38c;--color-background-9: #c7946a;--color-title: #dab38d;--color-title-1: #693D2D;--color-title-2: rgb(105 61 45 / 90%);--color-title-4: rgb(105 61 45 / 70%);--color-title-3: #0cc2ce;--color-title-light: #fff;--color-subtitle: #c1885b;--color-subtitle-light: #fff;--color-description: #5d5d5d;--color-description-light: #fff;--color-description-brown-light: rgb(105 61 45 / 80%);--color-description-brown: rgb(105 61 45 / 100%);--color-badge: #dc572a;--color-badge-2: #fdd8b4;--color-badge-3: #dab38d;--color-badge-4: #f3e2d5;--color-badge-5: #fff;--color-badge-box: #e37955;--color-badge-box-hover: #d9603e;--color-dark-btn: rgb(124 77 58 / 70%);--color-dark-btn-hover: #7c4d3a;--color-line-dark-btn: rgb(124 77 58 / 70%);--color-line-dark-btn-hover: #dab38d;--color-dark-btn-filled: #693d2d;--color-dark-btn-filled-hover: #fff;--color-line-dark-btn-filled: #dab38d;--color-line-dark-btn-filled-hover: #dc572a;--color-light-btn: #fff;--color-light-btn-hover: #693d2d;--color-line-light-btn-hover: #dab38d;--size-icon-links: 12px;--size-btn-box: 308px;--size-btn-box-mobile: 250px;--color-link-brown-light: rgb(105 61 45 / 70%);--color-link-brown-light2: rgb(105 61 45 / 80%);--color-link-brown-dark: #693d2d;--color-social-media: #693d3d;--color-instagram: #dab38d;--color-tiktok: #ed4a73;--color-facebook: #2764c1;--color-youtube: #d9464b;--color-linkedin: #2376c9;--color-background-footer1: rgb(135 136 138 / 75%);--color-background-footer2: rgb(221 187 156 / 80%);--color-check-in: #e78a6a;--color-check-in-hover: #d9603e;--color-border-header: #e1d8d5;--color-linea-brown-light: rgb(124 77 58 / 50%);--color-linea-brown-light2: rgb(124 77 58 / 20%);--color-icon: #693E2E;--color-icon-light: : rgb(105 61 45 / 70%);--Ltransition: all cubic-bezier(.785, .135, .15, .86) 1s;--Mtransition: all cubic-bezier(.785, .135, .15, .86) .85s;--stransition-basic: all cubic-bezier(.785, .135, .15, .86) .7s;--SStransition: all cubic-bezier(.785, .135, .15, .86) .3s;--XStransition: all cubic-bezier(.785, .135, .15, .86) 0s}.link{font-family:var(--tent-font);text-decoration:none;font-size:16px;font-weight:400;color:var(--color-description);letter-spacing:0;line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;cursor:pointer}.link:after{content:\"\";width:0%;height:1px;position:absolute;bottom:-2px;left:0;background-color:var(--color-description);-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.link:hover{color:var(--color-description)}.link:hover:after{width:100%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.link--brown{color:var(--color-link-brown-light2)}.link--brown:after{background-color:var(--color-link-brown-light2)}.link--brown:hover{color:var(--color-link-brown-dark)}.link--brown:hover:after{background-color:var(--color-link-brown-dark)}.link-opacity{font-family:var(--tent-font);text-decoration:none;font-size:16px;font-weight:400;color:var(--color-description);letter-spacing:0;line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;opacity:.7;cursor:pointer}.link-opacity:hover{opacity:1}.link-regular{font-family:var(--tent-font);text-decoration:none;font-size:18px;font-weight:400;color:var(--color-description);line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;cursor:pointer}.link-regular:hover{text-decoration:underline}@media (min-width: 540px){.link-regular{font-size:20px;line-height:34px}}.text{font-family:var(--tent-font);font-size:18px;line-height:24px;color:var(--color-description);text-align:left;font-weight:400}@media (min-width: 540px){.text{font-size:20px;line-height:34px}}.text--light{color:var(--color-description-light)}.text--small,.text--18{font-size:16px}.text strong{font-weight:700}.title--18{font-weight:700;font-size:14px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--18{font-size:16px}}@media (min-width: 768px){.title--18{font-size:16px}}@media (min-width: 1024px){.title--18{font-size:18px}}@media (min-width: 1680px){.title--18{font-size:18px}}.title--24{font-weight:700;font-size:24px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--24{font-size:24px}}@media (min-width: 768px){.title--24{font-size:24px}}@media (min-width: 1024px){.title--24{font-size:24px}}@media (min-width: 1280px){.title--24{font-size:24px}}@media (min-width: 1366px){.title--24{font-size:24px}}@media (min-width: 1680px){.title--24{font-size:24px}}@media (min-width: 1800px){.title--24{font-size:24px}}.title--30{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (max-width: 374px){.title--30{font-size:24px}}.title--34{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--34{font-size:32px}}@media (min-width: 768px){.title--34{font-size:32px}}@media (min-width: 1680px){.title--34{font-size:34px}}.title--38{font-weight:700;font-size:26px;line-height:1.5;letter-spacing:0}@media (min-width: 540px){.title--38{font-size:28px}}@media (min-width: 768px){.title--38{font-size:36px}}@media (min-width: 1680px){.title--38{font-size:38px}}.title--42{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--42{font-size:32px}}@media (min-width: 768px){.title--42{font-size:42px}}@media (min-width: 1680px){.title--42{font-size:42px}}.title--54{font-weight:700;font-size:32px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--54{font-size:44px}}@media (min-width: 1680px){.title--54{font-size:54px}}.title--60{font-weight:700;font-size:32px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--60{font-size:44px;line-height:1}}@media (min-width: 768px){.title--60{font-size:50px}}@media (min-width: 1680px){.title--60{font-size:60px}}.title--80{font-weight:700;font-size:40px;line-height:1;letter-spacing:0}@media (min-width: 540px){.title--80{font-size:50px}}@media (min-width: 768px){.title--80{font-size:60px}}@media (min-width: 1024px){.title--80{font-size:60px}}@media (min-width: 1280px){.title--80{font-size:70px}}@media (min-width: 1366px){.title--80{font-size:70px}}@media (min-width: 1680px){.title--80{font-size:80px}}.title--100{font-weight:700;font-size:40px;line-height:1;letter-spacing:0}@media (min-width: 540px){.title--100{font-size:55px}}@media (min-width: 768px){.title--100{font-size:80px}}@media (min-width: 1024px){.title--100{font-size:80px}}@media (min-width: 1280px){.title--100{font-size:90px}}@media (min-width: 1366px){.title--100{font-size:90px}}@media (min-width: 1680px){.title--100{font-size:110px}}.subtitle{font-family:var(--tent-font);font-weight:700;font-size:24px;line-height:44px;letter-spacing:0;text-align:left;color:var(--color-subtitle)}.subtitle.light{color:var(--color-subtitle-light)}.subtitle--medium{font-weight:500;font-size:18px;line-height:1.2;color:var(--color-subtitle-light)}@media (min-width: 768px){.subtitle--medium{font-size:20px}}.bg-yellow{background-color:var(--color-background-4)}.bg-orange{background-color:var(--color-background-5)}.bg-brown{background-color:var(--color-background-6)}.bg-brown-90{background-color:var(--color-background-6-90)}.bg-blue{background-color:var(--color-background-7)}.bg-camel{background-color:var(--color-background-8)}.bg-beige{background-color:var(--color-background-3)}.bg-beige{background-color:var(--color-background-2)}.bg-white{background-color:#fff}.color--brown-dark{color:var(--color-title-1)}.color--brown{color:var(--color-title-2)}.color--brown-70{color:var(--color-title-4)}.color--camel{color:var(--color-title)}.color--white{color:#fff}.color--blue{color:var(--color-title-3)}.color--gray{color:var(--color-description)}.flex-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.flex-row--reverse{flex-direction:row-reverse}.flex-row--center{align-items:center;justify-content:center}.flex-row--between{align-items:center;justify-content:space-between}.flex-row--left{align-items:center;justify-content:flex-start}@media (max-width: 1023px){.flex-row--left{justify-content:center}}.flex-col{display:flex;flex-direction:column;flex-wrap:wrap;gap:10px}.flex-col--reverse{flex-direction:row-reverse}.flex-col--center{align-items:center;justify-content:center}.mt--0{margin-top:0}.mb--0{margin-bottom:0}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mt--10{margin-top:10px}.mb--10{margin-bottom:10px}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mt--20{margin-top:20px}.mb--20{margin-bottom:20px}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mt--25{margin-top:25px}.mb--25{margin-bottom:25px}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mt--30{margin-top:30px}.mb--30{margin-bottom:30px}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mt--40{margin-top:40px}.mb--40{margin-bottom:40px}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mt--50{margin-top:50px}.mb--50{margin-bottom:50px}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mt--60{margin-top:60px}.mb--60{margin-bottom:60px}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mt--70{margin-top:70px}.mb--70{margin-bottom:70px}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mt--80{margin-top:80px}.mb--80{margin-bottom:80px}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mt--90{margin-top:90px}.mb--90{margin-bottom:90px}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mt--100{margin-top:100px}.mb--100{margin-bottom:100px}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.wrapper-big{max-width:100%;padding:0}@media (min-width: 540px){.wrapper-big{padding:0}}@media (min-width: 768px){.wrapper-big{padding:0}}@media (min-width: 1024px){.wrapper-big{padding:0 40px}}@media (min-width: 1280px){.wrapper-big{padding:0 20px}}@media (min-width: 1366px){.wrapper-big{padding:0 13px}}@media (min-width: 1680px){.wrapper-big{padding:0 40px}}@media (min-width: 1800px){.wrapper-big{padding:0 60px}}.wrapper-medium{max-width:100%;padding:0;min-width:-webkit-fill-available}@media (min-width: 540px){.wrapper-medium{padding:0 28px}}@media (min-width: 768px){.wrapper-medium{padding:0 45px}}@media (min-width: 1024px){.wrapper-medium{padding:0 55px}}@media (min-width: 1280px){.wrapper-medium{padding:0 59px}}@media (min-width: 1366px){.wrapper-medium{padding:0 65px}}@media (min-width: 1680px){.wrapper-medium{padding:0}}@media (min-width: 1800px){.wrapper-medium{padding:0}}.module-spacer--bottom{padding-bottom:35px}@media (min-width: 540px){.module-spacer--bottom{padding-bottom:40px}}@media (min-width: 768px){.module-spacer--bottom{padding-bottom:80px}}@media (min-width: 1680px){.module-spacer--bottom{padding-bottom:90px}}.module-spacer-small--bottom{padding-bottom:30px}@media (min-width: 540px){.module-spacer-small--bottom{padding-bottom:40px}}@media (min-width: 768px){.module-spacer-small--bottom{padding-bottom:50px}}@media (min-width: 1680px){.module-spacer-small--bottom{padding-bottom:50px}}@media (min-width: 1280px){.figure-sticky{position:sticky!important;top:8rem}}.figure-content{width:100%;aspect-ratio:1;display:flex;cursor:default;align-items:center;justify-content:center;position:relative;border-radius:.6rem;overflow:hidden}.figure-full{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;margin:0;z-index:-1}.figure-zoom figure{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.figure-zoom:hover figure{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);transform:scale(1.1)}.slider-arrows--center .owl-nav{position:absolute;top:50%;width:106%;display:flex;justify-content:space-between;margin:0;left:50%;transform:translate(-50%) translateY(-50%);z-index:-1}.slider-arrows--center .owl-nav [class*=owl-]{background-color:transparent;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.slider-arrows--center .owl-nav [class*=owl-]:hover{background-color:transparent;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);transform:scale(1.5)}.slider-circle--center .owl-nav{position:absolute;top:50%;width:calc(100% - 240px);display:flex;justify-content:space-between;margin:0;left:120px;transform:translateY(-50%)}.slider-circle--center .owl-nav [class*=owl-]{background-color:#fff;border-radius:100%;padding:4px}.slider-circle--center .owl-nav [class*=owl-]:hover{background-color:#fff}@media (max-width: 767px){.slider-circle--center .owl-nav .btn__circle{width:38px;height:38px}}.slider-circle--center--centerFull .owl-nav{width:110%;left:-5%}.btn{cursor:pointer;font-family:var(--corp-font);-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.btn__light{border:2px solid var(--color-light-btn);color:var(--color-light-btn);background-color:transparent}.btn__light:hover{border:2px solid var(--color-line-light-btn-hover);background-color:var(--color-line-light-btn-hover);color:var(--color-light-btn-hover)}.btn__dark{border:2px solid var(--color-line-dark-btn);color:var(--color-dark-btn);background-color:var(--color-background)}.btn__dark:hover{border:2px solid var(--color-line-dark-btn-hover);background-color:var(--color-line-dark-btn-hover);color:var(--color-dark-btn-hover)}.btn__dark-white{border:2px solid var(--color-line-dark-btn);color:var(--color-dark-btn);background-color:transparent}.btn__dark-white:hover{border:2px solid white;background-color:#fff;color:var(--color-dark-btn-hover)}.btn__dark-filled{border:2px solid var(--color-line-dark-btn-filled);color:var(--color-dark-btn-filled);background-color:var(--color-line-dark-btn-filled)}.btn__dark-filled:hover{border:2px solid var(--color-line-dark-btn-filled-hover);background-color:var(--color-line-dark-btn-filled-hover);color:var(--color-dark-btn-filled-hover)}.btn__white{border:2px solid white;color:var(--color-dark-btn);background-color:var(--color-background)}.btn__white:hover{border:2px solid white;background-color:#fff;color:var(--color-dark-btn-hover)}.btn__laundry{border:2px solid #005f87;color:#005f87;background-color:var(--color-background);opacity:.5}.btn__laundry:hover{background-color:#005f87;color:#fff;opacity:1}.btn__circle-container{border-radius:50%;padding:6px}.btn__circle{width:40px;height:40px;border-radius:50%;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;text-align:center}.btn__circle--social-media{width:60px;height:60px;color:var(--color-social-media)}.btn__circle:hover--instagram{background-color:var(--color-instagram);color:var(--color-social-media)}.btn__circle:hover--tiktok,.btn__circle:hover--facebook,.btn__circle:hover--youtube,.btn__circle:hover--linkedin{color:var(--color-background)}.btn__circle:hover--tiktok{background-color:var(--color-tiktok)}.btn__circle:hover--facebook{background-color:var(--color-facebook)}.btn__circle:hover--youtube{background-color:var(--color-youtube)}.btn__circle:hover--linkedin{background-color:var(--color-linkedin)}.btn__circle-icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;font-size:22px}.btn__circle-icon.icon--size12{font-size:12px}.btn__box{width:var(--size-btn-box);height:50px;border-radius:6px;font-weight:700;font-size:19px;line-height:24.74px;text-align:center}.btn__box.btn-small{width:var(--size-btn-box-mobile)}@media (min-width: 540px){.btn__box.btn-small{width:var(--size-btn-box)}}.btn__box-container mat-icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.form-error{font-family:var(--tent-font);color:#df6a6a;font-size:13px}.invalid{margin-bottom:10px}.top-module{width:100%;position:relative}.top-module h3{letter-spacing:2px}.top-module--btn-scroll{z-index:10;display:flex;flex-direction:column;align-items:center;gap:10px;position:absolute;z-index:2;bottom:72px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}.top-module--btn-scroll tent-button{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.top-module--btn-scroll tent-button::ng-deep .btn{width:50px;height:50px}.top-module--btn-scroll tent-button::ng-deep .btn--circle-container{padding:0}@media (min-width: 768px){.top-module--btn-scroll{bottom:120px}}@media (min-width: 1024px){.top-module--btn-scroll{left:50px;bottom:120px}.top-module--btn-scroll tent-button{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}}@media (min-width: 1280px){.top-module--btn-scroll{bottom:110px}}@media (min-width: 1680px){.top-module--btn-scroll{bottom:120px}}.top-module--btn-scroll .title--80{font-size:44px}@media (min-width: 540px){.top-module--btn-scroll .title--80{font-size:48px}}@media (min-width: 768px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1024px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1280px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1366px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1680px){.top-module--btn-scroll .title--80{font-size:80px}}.top-module--btn-scroll--label{color:#fff;font-family:var(--tent-font);font-size:14px;font-weight:700;line-height:14px;text-align:center;max-width:38px}.top-module--badge{padding-bottom:10px;width:fit-content}@media (min-width: 768px){.top-module--badge{padding-bottom:15px}}.top-module--offers{gap:0;padding-bottom:15px}@media (min-width: 768px){.top-module--offers{padding-bottom:30px}}.top-module--content{position:absolute;padding-left:20px;z-index:2;max-width:260px;top:20px}.top-module--content h3{padding-bottom:10px}@media (min-width: 540px){.top-module--content h3{padding-bottom:15px}}@media (min-width: 768px){.top-module--content h3{padding-bottom:25px}}@media (min-width: 1024px){.top-module--content h3{padding-bottom:35px}}@media (min-width: 540px){.top-module--content{padding-left:30px;max-width:372px;top:30px}}@media (min-width: 768px){.top-module--content{padding-left:40px;top:50px}}@media (min-width: 1024px){.top-module--content{padding-left:60px;top:50%;max-width:470px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width: 1280px){.top-module--content{padding-left:70px;max-width:510px}}@media (min-width: 1366px){.top-module--content{padding-left:80px}}@media (min-width: 1680px){.top-module--content{max-width:435px;padding-left:130px}}.top-module--image{position:absolute;z-index:-1;width:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;margin:0;height:calc(100vh - 90px);height:100%}@media (min-width: 540px){.top-module--image{height:calc(100vh - 110px);height:100%}}@media (min-width: 768px){.top-module--image{height:calc(100vh - 120px);height:100%}}@media (min-width: 1024px){.top-module--image{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module--image{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module--image{height:calc(100vh - 130px)}}.top-module--title{font-family:var(--tent-font);font-size:44px;font-weight:700;line-height:44px;text-align:left}@media (min-width: 540px){.top-module--title{size:48px;line-height:48px}}@media (min-width: 768px){.top-module--title{size:65px;line-height:65px}}@media (min-width: 1680px){.top-module--title{size:80px;line-height:80px}}.top-module .title--80{font-size:44px}@media (min-width: 540px){.top-module .title--80{font-size:48px}}@media (min-width: 768px){.top-module .title--80{font-size:55px}}@media (min-width: 1024px){.top-module .title--80{font-size:55px}}@media (min-width: 1280px){.top-module .title--80{font-size:60px}}@media (min-width: 1366px){.top-module .title--80{font-size:65px}}@media (min-width: 1680px){.top-module .title--80{font-size:80px}}.top-module--btn-info{padding-bottom:20px;width:fit-content}.top-module--btn-info ::ng-deep .btn{padding:0 45px}.top-module--btn-info ::ng-deep .btn--box{width:fit-content}.top-module--btn-info:hover ::ng-deep .btn{background-color:#dc572a;color:#fff;border-color:#dc572a}.top-module--promo ::ng-deep .badge{background-color:#fdd8b4;color:#693d2d}.top-module--discount ::ng-deep .badge{background-color:#fff;color:#693d2d}.top-module--nav{z-index:0;position:relative;top:-27px}.top-module--nav span{width:15px;height:15px;padding:5px;font-size:8px;border-radius:50%;cursor:pointer;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);display:flex;justify-content:center;align-items:center}.top-module--nav span:hover{background-color:#dc572a}.top-module--nav span:first-child{rotate:90deg}.top-module--nav span:last-child{rotate:-90deg}.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 178px);width:100%;background-repeat:no-repeat;background-size:cover;background-position:50% 50%}@media (min-width: 540px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 198px)}}@media (min-width: 768px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 208px)}}@media (min-width: 1024px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 130px)}}.top-module owl-carousel-o ::ng-deep .owl-dot span{border:2px solid white;width:10px;height:10px;border-radius:50%;background-color:transparent}.top-module owl-carousel-o ::ng-deep .owl-dots{margin-top:0;position:absolute;z-index:2;top:20px;right:10px}@media (min-width: 1024px){.top-module owl-carousel-o ::ng-deep .owl-dots{top:40px;right:60px}}.top-module owl-carousel-o ::ng-deep .owl-dot{position:relative;z-index:1}.top-module owl-carousel-o ::ng-deep .owl-dot span{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.top-module owl-carousel-o ::ng-deep .owl-dot.active span{background-color:#fff}.top-module owl-carousel-o ::ng-deep .owl-dot:hover span{background-color:#fff}.top-module .no-loop{pointer-events:none}.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 178px)}@media (min-width: 540px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 198px)}}@media (min-width: 768px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 208px)}}@media (min-width: 1024px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 130px)}}.top-module--gift{width:100%}.top-module--gift--slim{max-height:326px;object-fit:cover;object-position:center}@media (min-width: 768px){.top-module--gift--slim{max-height:409px}}@media (min-width: 1680px){.top-module--gift--slim{max-height:509px}}.top-module--gift--header{position:absolute;left:50%;top:50%;width:100%;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}@media (max-width: 1023px){.top-module--gift--header{display:none}}.top-module--gift--title{font-family:var(--tent-font);color:#fff;font-size:40px;font-weight:700;line-height:52px;text-align:center}@media (min-width: 1680px){.top-module--gift--title{font-size:50px;line-height:65px}}.top-module--gift--subtitle{font-family:var(--tent-font);color:#fff;font-size:18px;font-weight:700;line-height:24px;text-align:center}@media (min-width: 1680px){.top-module--gift--subtitle{font-size:20px}}.top-module--header{max-width:700px;padding:30px 10px;margin:0 auto}@media (min-width: 1024px){.top-module--header{display:none}}.top-module--header--title{font-family:var(--tent-font);font-size:40px;font-weight:700;line-height:40px;text-align:center;padding-bottom:15px}.top-module--header--subtitle{font-family:var(--tent-font);font-size:18px;font-weight:700;line-height:24px;text-align:center}.top-module .player-box{margin-top:-20px!important}\n"] }]
|
|
101
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"top-module module-spacer--bottom\" #module>\r\n @if (gift) { @if (title) {\r\n <header class=\"top-module--header\">\r\n @if (title) {\r\n <h1 class=\"top-module--header--title color--brown\">\r\n {{ title }}\r\n </h1>\r\n } @if (subtitle) {\r\n <p class=\"top-module--header--subtitle color--camel\">\r\n {{ subtitle }}\r\n </p>\r\n\r\n }\r\n </header>\r\n } } @if( (!video && !gift) || (!gift && !desktop)) {\r\n <div class=\"top-module--nav flex-row flex-row--between\" #nav>\r\n <span\r\n class=\"icon-pointer-down color--white\"\r\n (click)=\"prevClick()\"\r\n ></span>\r\n <span\r\n class=\"icon-pointer-down color--white\"\r\n (click)=\"nextClick()\"\r\n ></span>\r\n </div>\r\n\r\n } @if (video && desktop) {\r\n <div class=\"youtube-bg\">\r\n <div\r\n id=\"bgndVideo\"\r\n class=\"player\"\r\n [attr.data-property]=\"videoUrl\"\r\n ></div>\r\n </div>\r\n } @else if(gift) {\r\n <img\r\n class=\"top-module--gift\"\r\n [ngClass]=\"{ 'top-module--gift--slim': slim }\"\r\n [src]=\"gift.src\"\r\n [alt]=\"gift.alt\"\r\n />\r\n <div class=\"top-module--gift--header\">\r\n <h1 class=\"top-module--gift--title\">\r\n {{ title }}\r\n </h1>\r\n <p class=\"top-module--gift--subtitle\">\r\n {{ subtitle }}\r\n </p>\r\n </div>\r\n } @else if(items){\r\n <owl-carousel-o\r\n class=\"top-module--slider\"\r\n [options]=\"sliderOptions\"\r\n [ngClass]=\"{ 'no-loop': items.length < 2 }\"\r\n >\r\n @for (item of items; track $index) {\r\n <ng-template carouselSlide>\r\n <div class=\"top-module--content\">\r\n @if (item.mainBadge) {\r\n <div class=\"top-module--badge\">\r\n <tent-badge\r\n [rounded]=\"true\"\r\n [label]=\"item.mainBadge.label\"\r\n ></tent-badge>\r\n </div>\r\n } @if (item.title) {\r\n <h3 class=\"title--80 color--white\">{{ item.title }}</h3>\r\n } @if (item.badgePromo || item.badgeDiscount) {\r\n <div class=\"top-module--offers flex-row\">\r\n @if (item.badgePromo) {\r\n <tent-badge\r\n class=\"top-module--promo\"\r\n [rounded]=\"true\"\r\n [label]=\"item.badgePromo.label\"\r\n ></tent-badge>\r\n } @if (item.badgeDiscount) {\r\n <tent-badge\r\n class=\"top-module--discount\"\r\n [rounded]=\"true\"\r\n [label]=\"item.badgeDiscount.label\"\r\n ></tent-badge>\r\n }\r\n </div>\r\n } @if (item.btn) {\r\n <div class=\"top-module--btn-info\">\r\n <tent-button\r\n type=\"light-box\"\r\n [label]=\"item.btn.label\"\r\n [url]=\"item.btn.url\"\r\n [linkType]=\"item.btn.linkType!\"\r\n ></tent-button>\r\n </div>\r\n }\r\n </div>\r\n @if (item.img) {\r\n <figure\r\n class=\"top-module--image\"\r\n [lazyBackground]=\"item.img\"\r\n ></figure>\r\n }\r\n </ng-template>\r\n }\r\n </owl-carousel-o>\r\n\r\n }\r\n\r\n <div\r\n class=\"top-module--btn-scroll\"\r\n (mouseenter)=\"toggleScrollLabel()\"\r\n (mouseleave)=\"toggleScrollLabel()\"\r\n >\r\n @if (showScrollLabel && scrollLabel) {\r\n <p class=\"top-module--btn-scroll--label\">\r\n {{ scrollLabel }}\r\n </p>\r\n\r\n } @if(btnScroll.icon) {\r\n <tent-button\r\n type=\"light-circle\"\r\n [icon]=\"btnScroll.icon\"\r\n (click)=\"scrollClicked()\"\r\n name=\"tent-hotels\"\r\n ></tent-button>\r\n\r\n }\r\n </div>\r\n</section>\r\n", styles: [":root{--tent-font: \"DM Sans\", sans-serif;--color-background: #fff;--color-background-2: #fbf5f0;--color-background-3: #f6ece2;--color-background-4: #eaaa00;--color-background-5: #dc572a;--color-background-6: #7c4d3b;--color-background-6-90: rgb(124 77 59 / 90%);--color-background-7: #005f87;--color-background-8: #dab38c;--color-background-9: #c7946a;--color-title: #dab38d;--color-title-1: #693D2D;--color-title-2: rgb(105 61 45 / 90%);--color-title-4: rgb(105 61 45 / 70%);--color-title-3: #0cc2ce;--color-title-light: #fff;--color-subtitle: #c1885b;--color-subtitle-light: #fff;--color-description: #5d5d5d;--color-description-light: #fff;--color-description-brown-light: rgb(105 61 45 / 80%);--color-description-brown: rgb(105 61 45 / 100%);--color-badge: #dc572a;--color-badge-2: #fdd8b4;--color-badge-3: #dab38d;--color-badge-4: #f3e2d5;--color-badge-5: #fff;--color-badge-box: #e37955;--color-badge-box-hover: #d9603e;--color-dark-btn: rgb(124 77 58 / 70%);--color-dark-btn-hover: #7c4d3a;--color-line-dark-btn: rgb(124 77 58 / 70%);--color-line-dark-btn-hover: #dab38d;--color-dark-btn-filled: #693d2d;--color-dark-btn-filled-hover: #fff;--color-line-dark-btn-filled: #dab38d;--color-line-dark-btn-filled-hover: #dc572a;--color-light-btn: #fff;--color-light-btn-hover: #693d2d;--color-line-light-btn-hover: #dab38d;--size-icon-links: 12px;--size-btn-box: 308px;--size-btn-box-mobile: 250px;--color-link-brown-light: rgb(105 61 45 / 70%);--color-link-brown-light2: rgb(105 61 45 / 80%);--color-link-brown-dark: #693d2d;--color-social-media: #693d3d;--color-instagram: #dab38d;--color-tiktok: #ed4a73;--color-facebook: #2764c1;--color-youtube: #d9464b;--color-linkedin: #2376c9;--color-background-footer1: rgb(135 136 138 / 75%);--color-background-footer2: rgb(221 187 156 / 80%);--color-check-in: #e78a6a;--color-check-in-hover: #d9603e;--color-border-header: #e1d8d5;--color-linea-brown-light: rgb(124 77 58 / 50%);--color-linea-brown-light2: rgb(124 77 58 / 20%);--color-icon: #693E2E;--color-icon-light: : rgb(105 61 45 / 70%);--Ltransition: all cubic-bezier(.785, .135, .15, .86) 1s;--Mtransition: all cubic-bezier(.785, .135, .15, .86) .85s;--stransition-basic: all cubic-bezier(.785, .135, .15, .86) .7s;--SStransition: all cubic-bezier(.785, .135, .15, .86) .3s;--XStransition: all cubic-bezier(.785, .135, .15, .86) 0s}.link{font-family:var(--tent-font);text-decoration:none;font-size:16px;font-weight:400;color:var(--color-description);letter-spacing:0;line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;cursor:pointer}.link:after{content:\"\";width:0%;height:1px;position:absolute;bottom:-2px;left:0;background-color:var(--color-description);-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.link:hover{color:var(--color-description)}.link:hover:after{width:100%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.link--brown{color:var(--color-link-brown-light2)}.link--brown:after{background-color:var(--color-link-brown-light2)}.link--brown:hover{color:var(--color-link-brown-dark)}.link--brown:hover:after{background-color:var(--color-link-brown-dark)}.link-opacity{font-family:var(--tent-font);text-decoration:none;font-size:16px;font-weight:400;color:var(--color-description);letter-spacing:0;line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;opacity:.7;cursor:pointer}.link-opacity:hover{opacity:1}.link-regular{font-family:var(--tent-font);text-decoration:none;font-size:18px;font-weight:400;color:var(--color-description);line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;cursor:pointer}.link-regular:hover{text-decoration:underline}@media (min-width: 540px){.link-regular{font-size:20px;line-height:34px}}.text{font-family:var(--tent-font);font-size:18px;line-height:24px;color:var(--color-description);text-align:left;font-weight:400}@media (min-width: 540px){.text{font-size:20px;line-height:34px}}.text--light{color:var(--color-description-light)}.text--small,.text--18{font-size:16px}.text strong{font-weight:700}.title--18{font-weight:700;font-size:14px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--18{font-size:16px}}@media (min-width: 768px){.title--18{font-size:16px}}@media (min-width: 1024px){.title--18{font-size:18px}}@media (min-width: 1680px){.title--18{font-size:18px}}.title--24{font-weight:700;font-size:24px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--24{font-size:24px}}@media (min-width: 768px){.title--24{font-size:24px}}@media (min-width: 1024px){.title--24{font-size:24px}}@media (min-width: 1280px){.title--24{font-size:24px}}@media (min-width: 1366px){.title--24{font-size:24px}}@media (min-width: 1680px){.title--24{font-size:24px}}@media (min-width: 1800px){.title--24{font-size:24px}}.title--30{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (max-width: 374px){.title--30{font-size:24px}}.title--34{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--34{font-size:32px}}@media (min-width: 768px){.title--34{font-size:32px}}@media (min-width: 1680px){.title--34{font-size:34px}}.title--38{font-weight:700;font-size:26px;line-height:1.5;letter-spacing:0}@media (min-width: 540px){.title--38{font-size:28px}}@media (min-width: 768px){.title--38{font-size:36px}}@media (min-width: 1680px){.title--38{font-size:38px}}.title--42{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--42{font-size:32px}}@media (min-width: 768px){.title--42{font-size:42px}}@media (min-width: 1680px){.title--42{font-size:42px}}.title--54{font-weight:700;font-size:32px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--54{font-size:44px}}@media (min-width: 1680px){.title--54{font-size:54px}}.title--60{font-weight:700;font-size:32px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--60{font-size:44px;line-height:1}}@media (min-width: 768px){.title--60{font-size:50px}}@media (min-width: 1680px){.title--60{font-size:60px}}.title--80{font-weight:700;font-size:40px;line-height:1;letter-spacing:0}@media (min-width: 540px){.title--80{font-size:50px}}@media (min-width: 768px){.title--80{font-size:60px}}@media (min-width: 1024px){.title--80{font-size:60px}}@media (min-width: 1280px){.title--80{font-size:70px}}@media (min-width: 1366px){.title--80{font-size:70px}}@media (min-width: 1680px){.title--80{font-size:80px}}.title--100{font-weight:700;font-size:40px;line-height:1;letter-spacing:0}@media (min-width: 540px){.title--100{font-size:55px}}@media (min-width: 768px){.title--100{font-size:80px}}@media (min-width: 1024px){.title--100{font-size:80px}}@media (min-width: 1280px){.title--100{font-size:90px}}@media (min-width: 1366px){.title--100{font-size:90px}}@media (min-width: 1680px){.title--100{font-size:110px}}.subtitle{font-family:var(--tent-font);font-weight:700;font-size:24px;line-height:44px;letter-spacing:0;text-align:left;color:var(--color-subtitle)}.subtitle.light{color:var(--color-subtitle-light)}.subtitle--medium{font-weight:500;font-size:18px;line-height:1.2;color:var(--color-subtitle-light)}@media (min-width: 768px){.subtitle--medium{font-size:20px}}.bg-yellow{background-color:var(--color-background-4)}.bg-orange{background-color:var(--color-background-5)}.bg-brown{background-color:var(--color-background-6)}.bg-brown-90{background-color:var(--color-background-6-90)}.bg-blue{background-color:var(--color-background-7)}.bg-camel{background-color:var(--color-background-8)}.bg-beige{background-color:var(--color-background-3)}.bg-beige{background-color:var(--color-background-2)}.bg-white{background-color:#fff}.color--brown-dark{color:var(--color-title-1)}.color--brown{color:var(--color-title-2)}.color--brown-70{color:var(--color-title-4)}.color--camel{color:var(--color-title)}.color--white{color:#fff}.color--blue{color:var(--color-title-3)}.color--gray{color:var(--color-description)}.flex-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.flex-row--reverse{flex-direction:row-reverse}.flex-row--center{align-items:center;justify-content:center}.flex-row--between{align-items:center;justify-content:space-between}.flex-row--left{align-items:center;justify-content:flex-start}@media (max-width: 1023px){.flex-row--left{justify-content:center}}.flex-col{display:flex;flex-direction:column;flex-wrap:wrap;gap:10px}.flex-col--reverse{flex-direction:row-reverse}.flex-col--center{align-items:center;justify-content:center}.mt--0{margin-top:0}.mb--0{margin-bottom:0}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mt--10{margin-top:10px}.mb--10{margin-bottom:10px}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mt--20{margin-top:20px}.mb--20{margin-bottom:20px}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mt--25{margin-top:25px}.mb--25{margin-bottom:25px}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mt--30{margin-top:30px}.mb--30{margin-bottom:30px}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mt--40{margin-top:40px}.mb--40{margin-bottom:40px}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mt--50{margin-top:50px}.mb--50{margin-bottom:50px}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mt--60{margin-top:60px}.mb--60{margin-bottom:60px}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mt--70{margin-top:70px}.mb--70{margin-bottom:70px}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mt--80{margin-top:80px}.mb--80{margin-bottom:80px}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mt--90{margin-top:90px}.mb--90{margin-bottom:90px}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mt--100{margin-top:100px}.mb--100{margin-bottom:100px}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.wrapper-big{max-width:100%;padding:0}@media (min-width: 540px){.wrapper-big{padding:0}}@media (min-width: 768px){.wrapper-big{padding:0}}@media (min-width: 1024px){.wrapper-big{padding:0 40px}}@media (min-width: 1280px){.wrapper-big{padding:0 20px}}@media (min-width: 1366px){.wrapper-big{padding:0 13px}}@media (min-width: 1680px){.wrapper-big{padding:0 40px}}@media (min-width: 1800px){.wrapper-big{padding:0 60px}}.wrapper-medium{max-width:100%;padding:0;min-width:-webkit-fill-available}@media (min-width: 540px){.wrapper-medium{padding:0 28px}}@media (min-width: 768px){.wrapper-medium{padding:0 45px}}@media (min-width: 1024px){.wrapper-medium{padding:0 55px}}@media (min-width: 1280px){.wrapper-medium{padding:0 59px}}@media (min-width: 1366px){.wrapper-medium{padding:0 65px}}@media (min-width: 1680px){.wrapper-medium{padding:0}}@media (min-width: 1800px){.wrapper-medium{padding:0}}.module-spacer--bottom{padding-bottom:35px}@media (min-width: 540px){.module-spacer--bottom{padding-bottom:40px}}@media (min-width: 768px){.module-spacer--bottom{padding-bottom:80px}}@media (min-width: 1680px){.module-spacer--bottom{padding-bottom:90px}}.module-spacer-small--bottom{padding-bottom:30px}@media (min-width: 540px){.module-spacer-small--bottom{padding-bottom:40px}}@media (min-width: 768px){.module-spacer-small--bottom{padding-bottom:50px}}@media (min-width: 1680px){.module-spacer-small--bottom{padding-bottom:50px}}@media (min-width: 1280px){.figure-sticky{position:sticky!important;top:8rem}}.figure-content{width:100%;aspect-ratio:1;display:flex;cursor:default;align-items:center;justify-content:center;position:relative;border-radius:.6rem;overflow:hidden}.figure-full{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;margin:0;z-index:-1}.figure-zoom figure{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.figure-zoom:hover figure{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);transform:scale(1.1)}.slider-arrows--center .owl-nav{position:absolute;top:50%;width:106%;display:flex;justify-content:space-between;margin:0;left:50%;transform:translate(-50%) translateY(-50%);z-index:-1}.slider-arrows--center .owl-nav [class*=owl-]{background-color:transparent;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.slider-arrows--center .owl-nav [class*=owl-]:hover{background-color:transparent;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);transform:scale(1.5)}.slider-circle--center .owl-nav{position:absolute;top:50%;width:calc(100% - 240px);display:flex;justify-content:space-between;margin:0;left:120px;transform:translateY(-50%)}.slider-circle--center .owl-nav [class*=owl-]{background-color:#fff;border-radius:100%;padding:4px}.slider-circle--center .owl-nav [class*=owl-]:hover{background-color:#fff}@media (max-width: 767px){.slider-circle--center .owl-nav .btn__circle{width:38px;height:38px}}.slider-circle--center--centerFull .owl-nav{width:110%;left:-5%}.btn{cursor:pointer;font-family:var(--corp-font);-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.btn__light{border:2px solid var(--color-light-btn);color:var(--color-light-btn);background-color:transparent}.btn__light:hover{border:2px solid var(--color-line-light-btn-hover);background-color:var(--color-line-light-btn-hover);color:var(--color-light-btn-hover)}.btn__dark{border:2px solid var(--color-line-dark-btn);color:var(--color-dark-btn);background-color:var(--color-background)}.btn__dark:hover{border:2px solid var(--color-line-dark-btn-hover);background-color:var(--color-line-dark-btn-hover);color:var(--color-dark-btn-hover)}.btn__dark-white{border:2px solid var(--color-line-dark-btn);color:var(--color-dark-btn);background-color:transparent}.btn__dark-white:hover{border:2px solid white;background-color:#fff;color:var(--color-dark-btn-hover)}.btn__dark-filled{border:2px solid var(--color-line-dark-btn-filled);color:var(--color-dark-btn-filled);background-color:var(--color-line-dark-btn-filled)}.btn__dark-filled:hover{border:2px solid var(--color-line-dark-btn-filled-hover);background-color:var(--color-line-dark-btn-filled-hover);color:var(--color-dark-btn-filled-hover)}.btn__white{border:2px solid white;color:var(--color-dark-btn);background-color:var(--color-background)}.btn__white:hover{border:2px solid white;background-color:#fff;color:var(--color-dark-btn-hover)}.btn__laundry{border:2px solid #005f87;color:#005f87;background-color:var(--color-background);opacity:.5}.btn__laundry:hover{background-color:#005f87;color:#fff;opacity:1}.btn__circle-container{border-radius:50%;padding:6px}.btn__circle{width:40px;height:40px;border-radius:50%;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;text-align:center}.btn__circle--social-media{width:60px;height:60px;color:var(--color-social-media)}.btn__circle:hover--instagram{background-color:var(--color-instagram);color:var(--color-social-media)}.btn__circle:hover--tiktok,.btn__circle:hover--facebook,.btn__circle:hover--youtube,.btn__circle:hover--linkedin{color:var(--color-background)}.btn__circle:hover--tiktok{background-color:var(--color-tiktok)}.btn__circle:hover--facebook{background-color:var(--color-facebook)}.btn__circle:hover--youtube{background-color:var(--color-youtube)}.btn__circle:hover--linkedin{background-color:var(--color-linkedin)}.btn__circle-icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;font-size:22px}.btn__circle-icon.icon--size12{font-size:12px}.btn__box{width:var(--size-btn-box);height:50px;border-radius:6px;font-weight:700;font-size:19px;line-height:24.74px;text-align:center}.btn__box.btn-small{width:var(--size-btn-box-mobile)}@media (min-width: 540px){.btn__box.btn-small{width:var(--size-btn-box)}}.btn__box-container mat-icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.form-error{font-family:var(--tent-font);color:#df6a6a;font-size:13px}.invalid{margin-bottom:10px}.top-module{width:100%;position:relative}.top-module h3{letter-spacing:2px}.top-module--btn-scroll{z-index:10;display:flex;flex-direction:column;align-items:center;gap:10px;position:absolute;z-index:2;bottom:72px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}.top-module--btn-scroll tent-button{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.top-module--btn-scroll tent-button::ng-deep .btn{width:50px;height:50px}.top-module--btn-scroll tent-button::ng-deep .btn--circle-container{padding:0}@media (min-width: 768px){.top-module--btn-scroll{bottom:120px}}@media (min-width: 1024px){.top-module--btn-scroll{left:50px;bottom:120px}.top-module--btn-scroll tent-button{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}}@media (min-width: 1280px){.top-module--btn-scroll{bottom:110px}}@media (min-width: 1680px){.top-module--btn-scroll{bottom:120px}}.top-module--btn-scroll .title--80{font-size:44px}@media (min-width: 540px){.top-module--btn-scroll .title--80{font-size:48px}}@media (min-width: 768px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1024px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1280px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1366px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1680px){.top-module--btn-scroll .title--80{font-size:80px}}.top-module--btn-scroll--label{color:#fff;font-family:var(--tent-font);font-size:14px;font-weight:700;line-height:14px;text-align:center;max-width:38px}.top-module--badge{padding-bottom:10px;width:fit-content}@media (min-width: 768px){.top-module--badge{padding-bottom:15px}}.top-module--offers{gap:0;padding-bottom:15px}@media (min-width: 768px){.top-module--offers{padding-bottom:30px}}.top-module--content{position:absolute;padding-left:20px;z-index:2;max-width:260px;top:20px}.top-module--content h3{padding-bottom:10px}@media (min-width: 540px){.top-module--content h3{padding-bottom:15px}}@media (min-width: 768px){.top-module--content h3{padding-bottom:25px}}@media (min-width: 1024px){.top-module--content h3{padding-bottom:35px}}@media (min-width: 540px){.top-module--content{padding-left:30px;max-width:372px;top:30px}}@media (min-width: 768px){.top-module--content{padding-left:40px;top:50px}}@media (min-width: 1024px){.top-module--content{padding-left:60px;top:50%;max-width:470px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width: 1280px){.top-module--content{padding-left:70px;max-width:510px}}@media (min-width: 1366px){.top-module--content{padding-left:80px}}@media (min-width: 1680px){.top-module--content{max-width:435px;padding-left:130px}}.top-module--image{position:absolute;z-index:-1;width:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;margin:0;height:calc(100vh - 90px);height:100%}@media (min-width: 540px){.top-module--image{height:calc(100vh - 110px);height:100%}}@media (min-width: 768px){.top-module--image{height:calc(100vh - 120px);height:100%}}@media (min-width: 1024px){.top-module--image{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module--image{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module--image{height:calc(100vh - 130px)}}.top-module--title{font-family:var(--tent-font);font-size:44px;font-weight:700;line-height:44px;text-align:left}@media (min-width: 540px){.top-module--title{size:48px;line-height:48px}}@media (min-width: 768px){.top-module--title{size:65px;line-height:65px}}@media (min-width: 1680px){.top-module--title{size:80px;line-height:80px}}.top-module .title--80{font-size:44px}@media (min-width: 540px){.top-module .title--80{font-size:48px}}@media (min-width: 768px){.top-module .title--80{font-size:55px}}@media (min-width: 1024px){.top-module .title--80{font-size:55px}}@media (min-width: 1280px){.top-module .title--80{font-size:60px}}@media (min-width: 1366px){.top-module .title--80{font-size:65px}}@media (min-width: 1680px){.top-module .title--80{font-size:80px}}.top-module--btn-info{padding-bottom:20px;width:fit-content}.top-module--btn-info ::ng-deep .btn{padding:0 45px}.top-module--btn-info ::ng-deep .btn--box{width:fit-content}.top-module--btn-info:hover ::ng-deep .btn{background-color:#dc572a;color:#fff;border-color:#dc572a}.top-module--promo ::ng-deep .badge{background-color:#fdd8b4;color:#693d2d}.top-module--discount ::ng-deep .badge{background-color:#fff;color:#693d2d}.top-module--nav{z-index:0;position:relative;top:-27px}.top-module--nav span{width:15px;height:15px;padding:5px;font-size:8px;border-radius:50%;cursor:pointer;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);display:flex;justify-content:center;align-items:center}.top-module--nav span:hover{background-color:#dc572a}.top-module--nav span:first-child{rotate:90deg}.top-module--nav span:last-child{rotate:-90deg}.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 178px);width:100%;background-repeat:no-repeat;background-size:cover;background-position:50% 50%}@media (min-width: 540px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 198px)}}@media (min-width: 768px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 208px)}}@media (min-width: 1024px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 130px)}}.top-module owl-carousel-o ::ng-deep .owl-dot span{border:2px solid white;width:10px;height:10px;border-radius:50%;background-color:transparent}.top-module owl-carousel-o ::ng-deep .owl-dots{margin-top:0;position:absolute;z-index:2;top:20px;right:10px}@media (min-width: 1024px){.top-module owl-carousel-o ::ng-deep .owl-dots{top:40px;right:60px}}.top-module owl-carousel-o ::ng-deep .owl-dot{position:relative;z-index:1}.top-module owl-carousel-o ::ng-deep .owl-dot span{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.top-module owl-carousel-o ::ng-deep .owl-dot.active span{background-color:#fff}.top-module owl-carousel-o ::ng-deep .owl-dot:hover span{background-color:#fff}.top-module .no-loop{pointer-events:none}.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 178px)}@media (min-width: 540px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 198px)}}@media (min-width: 768px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 208px)}}@media (min-width: 1024px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 130px)}}.top-module--gift{width:100%;object-fit:cover;object-position:center}.top-module--gift--slim{max-height:326px}@media (min-width: 768px){.top-module--gift--slim{max-height:409px}}@media (min-width: 1680px){.top-module--gift--slim{max-height:509px}}.top-module--gift--header{position:absolute;left:50%;top:50%;width:100%;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}@media (max-width: 1023px){.top-module--gift--header{display:none}}.top-module--gift--title{font-family:var(--tent-font);color:#fff;font-size:40px;font-weight:700;line-height:52px;text-align:center}@media (min-width: 1680px){.top-module--gift--title{font-size:50px;line-height:65px}}.top-module--gift--subtitle{font-family:var(--tent-font);color:#fff;font-size:18px;font-weight:700;line-height:24px;text-align:center}@media (min-width: 1680px){.top-module--gift--subtitle{font-size:20px}}.top-module--header{max-width:700px;padding:30px 10px;margin:0 auto}@media (min-width: 1024px){.top-module--header{display:none}}.top-module--header--title{font-family:var(--tent-font);font-size:40px;font-weight:700;line-height:40px;text-align:center;padding-bottom:15px}.top-module--header--subtitle{font-family:var(--tent-font);font-size:18px;font-weight:700;line-height:24px;text-align:center}.top-module .player-box{margin-top:-20px!important}\n"] }]
|
|
102
102
|
}], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i1.DomSanitizer }], propDecorators: { carousel: [{
|
|
103
103
|
type: ViewChild,
|
|
104
104
|
args: [CarouselComponent]
|
package/fesm2022/tent-lib.mjs
CHANGED
|
@@ -3738,7 +3738,7 @@ class TopModuleComponent {
|
|
|
3738
3738
|
this.showScrollLabel = !this.showScrollLabel;
|
|
3739
3739
|
}
|
|
3740
3740
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TopModuleComponent, deps: [{ token: i0.Renderer2 }, { token: i1$2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3741
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: TopModuleComponent, isStandalone: true, selector: "tent-top-module", inputs: { btnScroll: "btnScroll", items: "items", desktop: "desktop", scrollLabel: "scrollLabel", video: "video", gift: "gift", slim: "slim", title: "title", subtitle: "subtitle" }, viewQueries: [{ propertyName: "carousel", first: true, predicate: CarouselComponent, descendants: true }, { propertyName: "nav", first: true, predicate: ["nav"], descendants: true, read: ElementRef }, { propertyName: "module", first: true, predicate: ["module"], descendants: true, read: ElementRef }], ngImport: i0, template: "<section class=\"top-module module-spacer--bottom\" #module>\r\n @if (gift) { @if (title) {\r\n <header class=\"top-module--header\">\r\n @if (title) {\r\n <h1 class=\"top-module--header--title color--brown\">\r\n {{ title }}\r\n </h1>\r\n } @if (subtitle) {\r\n <p class=\"top-module--header--subtitle color--camel\">\r\n {{ subtitle }}\r\n </p>\r\n\r\n }\r\n </header>\r\n } } @if( (!video && !gift) || (!gift && !desktop)) {\r\n <div class=\"top-module--nav flex-row flex-row--between\" #nav>\r\n <span\r\n class=\"icon-pointer-down color--white\"\r\n (click)=\"prevClick()\"\r\n ></span>\r\n <span\r\n class=\"icon-pointer-down color--white\"\r\n (click)=\"nextClick()\"\r\n ></span>\r\n </div>\r\n\r\n } @if (video && desktop) {\r\n <div class=\"youtube-bg\">\r\n <div\r\n id=\"bgndVideo\"\r\n class=\"player\"\r\n [attr.data-property]=\"videoUrl\"\r\n ></div>\r\n </div>\r\n } @else if(gift) {\r\n <img\r\n class=\"top-module--gift\"\r\n [ngClass]=\"{ 'top-module--gift--slim': slim }\"\r\n [src]=\"gift.src\"\r\n [alt]=\"gift.alt\"\r\n />\r\n <div class=\"top-module--gift--header\">\r\n <h1 class=\"top-module--gift--title\">\r\n {{ title }}\r\n </h1>\r\n <p class=\"top-module--gift--subtitle\">\r\n {{ subtitle }}\r\n </p>\r\n </div>\r\n } @else if(items){\r\n <owl-carousel-o\r\n class=\"top-module--slider\"\r\n [options]=\"sliderOptions\"\r\n [ngClass]=\"{ 'no-loop': items.length < 2 }\"\r\n >\r\n @for (item of items; track $index) {\r\n <ng-template carouselSlide>\r\n <div class=\"top-module--content\">\r\n @if (item.mainBadge) {\r\n <div class=\"top-module--badge\">\r\n <tent-badge\r\n [rounded]=\"true\"\r\n [label]=\"item.mainBadge.label\"\r\n ></tent-badge>\r\n </div>\r\n } @if (item.title) {\r\n <h3 class=\"title--80 color--white\">{{ item.title }}</h3>\r\n } @if (item.badgePromo || item.badgeDiscount) {\r\n <div class=\"top-module--offers flex-row\">\r\n @if (item.badgePromo) {\r\n <tent-badge\r\n class=\"top-module--promo\"\r\n [rounded]=\"true\"\r\n [label]=\"item.badgePromo.label\"\r\n ></tent-badge>\r\n } @if (item.badgeDiscount) {\r\n <tent-badge\r\n class=\"top-module--discount\"\r\n [rounded]=\"true\"\r\n [label]=\"item.badgeDiscount.label\"\r\n ></tent-badge>\r\n }\r\n </div>\r\n } @if (item.btn) {\r\n <div class=\"top-module--btn-info\">\r\n <tent-button\r\n type=\"light-box\"\r\n [label]=\"item.btn.label\"\r\n [url]=\"item.btn.url\"\r\n [linkType]=\"item.btn.linkType!\"\r\n ></tent-button>\r\n </div>\r\n }\r\n </div>\r\n @if (item.img) {\r\n <figure\r\n class=\"top-module--image\"\r\n [lazyBackground]=\"item.img\"\r\n ></figure>\r\n }\r\n </ng-template>\r\n }\r\n </owl-carousel-o>\r\n\r\n }\r\n\r\n <div\r\n class=\"top-module--btn-scroll\"\r\n (mouseenter)=\"toggleScrollLabel()\"\r\n (mouseleave)=\"toggleScrollLabel()\"\r\n >\r\n @if (showScrollLabel && scrollLabel) {\r\n <p class=\"top-module--btn-scroll--label\">\r\n {{ scrollLabel }}\r\n </p>\r\n\r\n } @if(btnScroll.icon) {\r\n <tent-button\r\n type=\"light-circle\"\r\n [icon]=\"btnScroll.icon\"\r\n (click)=\"scrollClicked()\"\r\n name=\"tent-hotels\"\r\n ></tent-button>\r\n\r\n }\r\n </div>\r\n</section>\r\n", styles: [":root{--tent-font: \"DM Sans\", sans-serif;--color-background: #fff;--color-background-2: #fbf5f0;--color-background-3: #f6ece2;--color-background-4: #eaaa00;--color-background-5: #dc572a;--color-background-6: #7c4d3b;--color-background-6-90: rgb(124 77 59 / 90%);--color-background-7: #005f87;--color-background-8: #dab38c;--color-background-9: #c7946a;--color-title: #dab38d;--color-title-1: #693D2D;--color-title-2: rgb(105 61 45 / 90%);--color-title-4: rgb(105 61 45 / 70%);--color-title-3: #0cc2ce;--color-title-light: #fff;--color-subtitle: #c1885b;--color-subtitle-light: #fff;--color-description: #5d5d5d;--color-description-light: #fff;--color-description-brown-light: rgb(105 61 45 / 80%);--color-description-brown: rgb(105 61 45 / 100%);--color-badge: #dc572a;--color-badge-2: #fdd8b4;--color-badge-3: #dab38d;--color-badge-4: #f3e2d5;--color-badge-5: #fff;--color-badge-box: #e37955;--color-badge-box-hover: #d9603e;--color-dark-btn: rgb(124 77 58 / 70%);--color-dark-btn-hover: #7c4d3a;--color-line-dark-btn: rgb(124 77 58 / 70%);--color-line-dark-btn-hover: #dab38d;--color-dark-btn-filled: #693d2d;--color-dark-btn-filled-hover: #fff;--color-line-dark-btn-filled: #dab38d;--color-line-dark-btn-filled-hover: #dc572a;--color-light-btn: #fff;--color-light-btn-hover: #693d2d;--color-line-light-btn-hover: #dab38d;--size-icon-links: 12px;--size-btn-box: 308px;--size-btn-box-mobile: 250px;--color-link-brown-light: rgb(105 61 45 / 70%);--color-link-brown-light2: rgb(105 61 45 / 80%);--color-link-brown-dark: #693d2d;--color-social-media: #693d3d;--color-instagram: #dab38d;--color-tiktok: #ed4a73;--color-facebook: #2764c1;--color-youtube: #d9464b;--color-linkedin: #2376c9;--color-background-footer1: rgb(135 136 138 / 75%);--color-background-footer2: rgb(221 187 156 / 80%);--color-check-in: #e78a6a;--color-check-in-hover: #d9603e;--color-border-header: #e1d8d5;--color-linea-brown-light: rgb(124 77 58 / 50%);--color-linea-brown-light2: rgb(124 77 58 / 20%);--color-icon: #693E2E;--color-icon-light: : rgb(105 61 45 / 70%);--Ltransition: all cubic-bezier(.785, .135, .15, .86) 1s;--Mtransition: all cubic-bezier(.785, .135, .15, .86) .85s;--stransition-basic: all cubic-bezier(.785, .135, .15, .86) .7s;--SStransition: all cubic-bezier(.785, .135, .15, .86) .3s;--XStransition: all cubic-bezier(.785, .135, .15, .86) 0s}.link{font-family:var(--tent-font);text-decoration:none;font-size:16px;font-weight:400;color:var(--color-description);letter-spacing:0;line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;cursor:pointer}.link:after{content:\"\";width:0%;height:1px;position:absolute;bottom:-2px;left:0;background-color:var(--color-description);-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.link:hover{color:var(--color-description)}.link:hover:after{width:100%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.link--brown{color:var(--color-link-brown-light2)}.link--brown:after{background-color:var(--color-link-brown-light2)}.link--brown:hover{color:var(--color-link-brown-dark)}.link--brown:hover:after{background-color:var(--color-link-brown-dark)}.link-opacity{font-family:var(--tent-font);text-decoration:none;font-size:16px;font-weight:400;color:var(--color-description);letter-spacing:0;line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;opacity:.7;cursor:pointer}.link-opacity:hover{opacity:1}.link-regular{font-family:var(--tent-font);text-decoration:none;font-size:18px;font-weight:400;color:var(--color-description);line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;cursor:pointer}.link-regular:hover{text-decoration:underline}@media (min-width: 540px){.link-regular{font-size:20px;line-height:34px}}.text{font-family:var(--tent-font);font-size:18px;line-height:24px;color:var(--color-description);text-align:left;font-weight:400}@media (min-width: 540px){.text{font-size:20px;line-height:34px}}.text--light{color:var(--color-description-light)}.text--small,.text--18{font-size:16px}.text strong{font-weight:700}.title--18{font-weight:700;font-size:14px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--18{font-size:16px}}@media (min-width: 768px){.title--18{font-size:16px}}@media (min-width: 1024px){.title--18{font-size:18px}}@media (min-width: 1680px){.title--18{font-size:18px}}.title--24{font-weight:700;font-size:24px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--24{font-size:24px}}@media (min-width: 768px){.title--24{font-size:24px}}@media (min-width: 1024px){.title--24{font-size:24px}}@media (min-width: 1280px){.title--24{font-size:24px}}@media (min-width: 1366px){.title--24{font-size:24px}}@media (min-width: 1680px){.title--24{font-size:24px}}@media (min-width: 1800px){.title--24{font-size:24px}}.title--30{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (max-width: 374px){.title--30{font-size:24px}}.title--34{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--34{font-size:32px}}@media (min-width: 768px){.title--34{font-size:32px}}@media (min-width: 1680px){.title--34{font-size:34px}}.title--38{font-weight:700;font-size:26px;line-height:1.5;letter-spacing:0}@media (min-width: 540px){.title--38{font-size:28px}}@media (min-width: 768px){.title--38{font-size:36px}}@media (min-width: 1680px){.title--38{font-size:38px}}.title--42{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--42{font-size:32px}}@media (min-width: 768px){.title--42{font-size:42px}}@media (min-width: 1680px){.title--42{font-size:42px}}.title--54{font-weight:700;font-size:32px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--54{font-size:44px}}@media (min-width: 1680px){.title--54{font-size:54px}}.title--60{font-weight:700;font-size:32px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--60{font-size:44px;line-height:1}}@media (min-width: 768px){.title--60{font-size:50px}}@media (min-width: 1680px){.title--60{font-size:60px}}.title--80{font-weight:700;font-size:40px;line-height:1;letter-spacing:0}@media (min-width: 540px){.title--80{font-size:50px}}@media (min-width: 768px){.title--80{font-size:60px}}@media (min-width: 1024px){.title--80{font-size:60px}}@media (min-width: 1280px){.title--80{font-size:70px}}@media (min-width: 1366px){.title--80{font-size:70px}}@media (min-width: 1680px){.title--80{font-size:80px}}.title--100{font-weight:700;font-size:40px;line-height:1;letter-spacing:0}@media (min-width: 540px){.title--100{font-size:55px}}@media (min-width: 768px){.title--100{font-size:80px}}@media (min-width: 1024px){.title--100{font-size:80px}}@media (min-width: 1280px){.title--100{font-size:90px}}@media (min-width: 1366px){.title--100{font-size:90px}}@media (min-width: 1680px){.title--100{font-size:110px}}.subtitle{font-family:var(--tent-font);font-weight:700;font-size:24px;line-height:44px;letter-spacing:0;text-align:left;color:var(--color-subtitle)}.subtitle.light{color:var(--color-subtitle-light)}.subtitle--medium{font-weight:500;font-size:18px;line-height:1.2;color:var(--color-subtitle-light)}@media (min-width: 768px){.subtitle--medium{font-size:20px}}.bg-yellow{background-color:var(--color-background-4)}.bg-orange{background-color:var(--color-background-5)}.bg-brown{background-color:var(--color-background-6)}.bg-brown-90{background-color:var(--color-background-6-90)}.bg-blue{background-color:var(--color-background-7)}.bg-camel{background-color:var(--color-background-8)}.bg-beige{background-color:var(--color-background-3)}.bg-beige{background-color:var(--color-background-2)}.bg-white{background-color:#fff}.color--brown-dark{color:var(--color-title-1)}.color--brown{color:var(--color-title-2)}.color--brown-70{color:var(--color-title-4)}.color--camel{color:var(--color-title)}.color--white{color:#fff}.color--blue{color:var(--color-title-3)}.color--gray{color:var(--color-description)}.flex-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.flex-row--reverse{flex-direction:row-reverse}.flex-row--center{align-items:center;justify-content:center}.flex-row--between{align-items:center;justify-content:space-between}.flex-row--left{align-items:center;justify-content:flex-start}@media (max-width: 1023px){.flex-row--left{justify-content:center}}.flex-col{display:flex;flex-direction:column;flex-wrap:wrap;gap:10px}.flex-col--reverse{flex-direction:row-reverse}.flex-col--center{align-items:center;justify-content:center}.mt--0{margin-top:0}.mb--0{margin-bottom:0}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mt--10{margin-top:10px}.mb--10{margin-bottom:10px}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mt--20{margin-top:20px}.mb--20{margin-bottom:20px}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mt--25{margin-top:25px}.mb--25{margin-bottom:25px}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mt--30{margin-top:30px}.mb--30{margin-bottom:30px}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mt--40{margin-top:40px}.mb--40{margin-bottom:40px}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mt--50{margin-top:50px}.mb--50{margin-bottom:50px}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mt--60{margin-top:60px}.mb--60{margin-bottom:60px}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mt--70{margin-top:70px}.mb--70{margin-bottom:70px}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mt--80{margin-top:80px}.mb--80{margin-bottom:80px}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mt--90{margin-top:90px}.mb--90{margin-bottom:90px}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mt--100{margin-top:100px}.mb--100{margin-bottom:100px}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.wrapper-big{max-width:100%;padding:0}@media (min-width: 540px){.wrapper-big{padding:0}}@media (min-width: 768px){.wrapper-big{padding:0}}@media (min-width: 1024px){.wrapper-big{padding:0 40px}}@media (min-width: 1280px){.wrapper-big{padding:0 20px}}@media (min-width: 1366px){.wrapper-big{padding:0 13px}}@media (min-width: 1680px){.wrapper-big{padding:0 40px}}@media (min-width: 1800px){.wrapper-big{padding:0 60px}}.wrapper-medium{max-width:100%;padding:0;min-width:-webkit-fill-available}@media (min-width: 540px){.wrapper-medium{padding:0 28px}}@media (min-width: 768px){.wrapper-medium{padding:0 45px}}@media (min-width: 1024px){.wrapper-medium{padding:0 55px}}@media (min-width: 1280px){.wrapper-medium{padding:0 59px}}@media (min-width: 1366px){.wrapper-medium{padding:0 65px}}@media (min-width: 1680px){.wrapper-medium{padding:0}}@media (min-width: 1800px){.wrapper-medium{padding:0}}.module-spacer--bottom{padding-bottom:35px}@media (min-width: 540px){.module-spacer--bottom{padding-bottom:40px}}@media (min-width: 768px){.module-spacer--bottom{padding-bottom:80px}}@media (min-width: 1680px){.module-spacer--bottom{padding-bottom:90px}}.module-spacer-small--bottom{padding-bottom:30px}@media (min-width: 540px){.module-spacer-small--bottom{padding-bottom:40px}}@media (min-width: 768px){.module-spacer-small--bottom{padding-bottom:50px}}@media (min-width: 1680px){.module-spacer-small--bottom{padding-bottom:50px}}@media (min-width: 1280px){.figure-sticky{position:sticky!important;top:8rem}}.figure-content{width:100%;aspect-ratio:1;display:flex;cursor:default;align-items:center;justify-content:center;position:relative;border-radius:.6rem;overflow:hidden}.figure-full{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;margin:0;z-index:-1}.figure-zoom figure{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.figure-zoom:hover figure{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);transform:scale(1.1)}.slider-arrows--center .owl-nav{position:absolute;top:50%;width:106%;display:flex;justify-content:space-between;margin:0;left:50%;transform:translate(-50%) translateY(-50%);z-index:-1}.slider-arrows--center .owl-nav [class*=owl-]{background-color:transparent;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.slider-arrows--center .owl-nav [class*=owl-]:hover{background-color:transparent;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);transform:scale(1.5)}.slider-circle--center .owl-nav{position:absolute;top:50%;width:calc(100% - 240px);display:flex;justify-content:space-between;margin:0;left:120px;transform:translateY(-50%)}.slider-circle--center .owl-nav [class*=owl-]{background-color:#fff;border-radius:100%;padding:4px}.slider-circle--center .owl-nav [class*=owl-]:hover{background-color:#fff}@media (max-width: 767px){.slider-circle--center .owl-nav .btn__circle{width:38px;height:38px}}.slider-circle--center--centerFull .owl-nav{width:110%;left:-5%}.btn{cursor:pointer;font-family:var(--corp-font);-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.btn__light{border:2px solid var(--color-light-btn);color:var(--color-light-btn);background-color:transparent}.btn__light:hover{border:2px solid var(--color-line-light-btn-hover);background-color:var(--color-line-light-btn-hover);color:var(--color-light-btn-hover)}.btn__dark{border:2px solid var(--color-line-dark-btn);color:var(--color-dark-btn);background-color:var(--color-background)}.btn__dark:hover{border:2px solid var(--color-line-dark-btn-hover);background-color:var(--color-line-dark-btn-hover);color:var(--color-dark-btn-hover)}.btn__dark-white{border:2px solid var(--color-line-dark-btn);color:var(--color-dark-btn);background-color:transparent}.btn__dark-white:hover{border:2px solid white;background-color:#fff;color:var(--color-dark-btn-hover)}.btn__dark-filled{border:2px solid var(--color-line-dark-btn-filled);color:var(--color-dark-btn-filled);background-color:var(--color-line-dark-btn-filled)}.btn__dark-filled:hover{border:2px solid var(--color-line-dark-btn-filled-hover);background-color:var(--color-line-dark-btn-filled-hover);color:var(--color-dark-btn-filled-hover)}.btn__white{border:2px solid white;color:var(--color-dark-btn);background-color:var(--color-background)}.btn__white:hover{border:2px solid white;background-color:#fff;color:var(--color-dark-btn-hover)}.btn__laundry{border:2px solid #005f87;color:#005f87;background-color:var(--color-background);opacity:.5}.btn__laundry:hover{background-color:#005f87;color:#fff;opacity:1}.btn__circle-container{border-radius:50%;padding:6px}.btn__circle{width:40px;height:40px;border-radius:50%;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;text-align:center}.btn__circle--social-media{width:60px;height:60px;color:var(--color-social-media)}.btn__circle:hover--instagram{background-color:var(--color-instagram);color:var(--color-social-media)}.btn__circle:hover--tiktok,.btn__circle:hover--facebook,.btn__circle:hover--youtube,.btn__circle:hover--linkedin{color:var(--color-background)}.btn__circle:hover--tiktok{background-color:var(--color-tiktok)}.btn__circle:hover--facebook{background-color:var(--color-facebook)}.btn__circle:hover--youtube{background-color:var(--color-youtube)}.btn__circle:hover--linkedin{background-color:var(--color-linkedin)}.btn__circle-icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;font-size:22px}.btn__circle-icon.icon--size12{font-size:12px}.btn__box{width:var(--size-btn-box);height:50px;border-radius:6px;font-weight:700;font-size:19px;line-height:24.74px;text-align:center}.btn__box.btn-small{width:var(--size-btn-box-mobile)}@media (min-width: 540px){.btn__box.btn-small{width:var(--size-btn-box)}}.btn__box-container mat-icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.form-error{font-family:var(--tent-font);color:#df6a6a;font-size:13px}.invalid{margin-bottom:10px}.top-module{width:100%;position:relative}.top-module h3{letter-spacing:2px}.top-module--btn-scroll{z-index:10;display:flex;flex-direction:column;align-items:center;gap:10px;position:absolute;z-index:2;bottom:72px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}.top-module--btn-scroll tent-button{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.top-module--btn-scroll tent-button::ng-deep .btn{width:50px;height:50px}.top-module--btn-scroll tent-button::ng-deep .btn--circle-container{padding:0}@media (min-width: 768px){.top-module--btn-scroll{bottom:120px}}@media (min-width: 1024px){.top-module--btn-scroll{left:50px;bottom:120px}.top-module--btn-scroll tent-button{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}}@media (min-width: 1280px){.top-module--btn-scroll{bottom:110px}}@media (min-width: 1680px){.top-module--btn-scroll{bottom:120px}}.top-module--btn-scroll .title--80{font-size:44px}@media (min-width: 540px){.top-module--btn-scroll .title--80{font-size:48px}}@media (min-width: 768px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1024px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1280px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1366px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1680px){.top-module--btn-scroll .title--80{font-size:80px}}.top-module--btn-scroll--label{color:#fff;font-family:var(--tent-font);font-size:14px;font-weight:700;line-height:14px;text-align:center;max-width:38px}.top-module--badge{padding-bottom:10px;width:fit-content}@media (min-width: 768px){.top-module--badge{padding-bottom:15px}}.top-module--offers{gap:0;padding-bottom:15px}@media (min-width: 768px){.top-module--offers{padding-bottom:30px}}.top-module--content{position:absolute;padding-left:20px;z-index:2;max-width:260px;top:20px}.top-module--content h3{padding-bottom:10px}@media (min-width: 540px){.top-module--content h3{padding-bottom:15px}}@media (min-width: 768px){.top-module--content h3{padding-bottom:25px}}@media (min-width: 1024px){.top-module--content h3{padding-bottom:35px}}@media (min-width: 540px){.top-module--content{padding-left:30px;max-width:372px;top:30px}}@media (min-width: 768px){.top-module--content{padding-left:40px;top:50px}}@media (min-width: 1024px){.top-module--content{padding-left:60px;top:50%;max-width:470px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width: 1280px){.top-module--content{padding-left:70px;max-width:510px}}@media (min-width: 1366px){.top-module--content{padding-left:80px}}@media (min-width: 1680px){.top-module--content{max-width:435px;padding-left:130px}}.top-module--image{position:absolute;z-index:-1;width:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;margin:0;height:calc(100vh - 90px);height:100%}@media (min-width: 540px){.top-module--image{height:calc(100vh - 110px);height:100%}}@media (min-width: 768px){.top-module--image{height:calc(100vh - 120px);height:100%}}@media (min-width: 1024px){.top-module--image{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module--image{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module--image{height:calc(100vh - 130px)}}.top-module--title{font-family:var(--tent-font);font-size:44px;font-weight:700;line-height:44px;text-align:left}@media (min-width: 540px){.top-module--title{size:48px;line-height:48px}}@media (min-width: 768px){.top-module--title{size:65px;line-height:65px}}@media (min-width: 1680px){.top-module--title{size:80px;line-height:80px}}.top-module .title--80{font-size:44px}@media (min-width: 540px){.top-module .title--80{font-size:48px}}@media (min-width: 768px){.top-module .title--80{font-size:55px}}@media (min-width: 1024px){.top-module .title--80{font-size:55px}}@media (min-width: 1280px){.top-module .title--80{font-size:60px}}@media (min-width: 1366px){.top-module .title--80{font-size:65px}}@media (min-width: 1680px){.top-module .title--80{font-size:80px}}.top-module--btn-info{padding-bottom:20px;width:fit-content}.top-module--btn-info ::ng-deep .btn{padding:0 45px}.top-module--btn-info ::ng-deep .btn--box{width:fit-content}.top-module--btn-info:hover ::ng-deep .btn{background-color:#dc572a;color:#fff;border-color:#dc572a}.top-module--promo ::ng-deep .badge{background-color:#fdd8b4;color:#693d2d}.top-module--discount ::ng-deep .badge{background-color:#fff;color:#693d2d}.top-module--nav{z-index:0;position:relative;top:-27px}.top-module--nav span{width:15px;height:15px;padding:5px;font-size:8px;border-radius:50%;cursor:pointer;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);display:flex;justify-content:center;align-items:center}.top-module--nav span:hover{background-color:#dc572a}.top-module--nav span:first-child{rotate:90deg}.top-module--nav span:last-child{rotate:-90deg}.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 178px);width:100%;background-repeat:no-repeat;background-size:cover;background-position:50% 50%}@media (min-width: 540px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 198px)}}@media (min-width: 768px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 208px)}}@media (min-width: 1024px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 130px)}}.top-module owl-carousel-o ::ng-deep .owl-dot span{border:2px solid white;width:10px;height:10px;border-radius:50%;background-color:transparent}.top-module owl-carousel-o ::ng-deep .owl-dots{margin-top:0;position:absolute;z-index:2;top:20px;right:10px}@media (min-width: 1024px){.top-module owl-carousel-o ::ng-deep .owl-dots{top:40px;right:60px}}.top-module owl-carousel-o ::ng-deep .owl-dot{position:relative;z-index:1}.top-module owl-carousel-o ::ng-deep .owl-dot span{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.top-module owl-carousel-o ::ng-deep .owl-dot.active span{background-color:#fff}.top-module owl-carousel-o ::ng-deep .owl-dot:hover span{background-color:#fff}.top-module .no-loop{pointer-events:none}.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 178px)}@media (min-width: 540px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 198px)}}@media (min-width: 768px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 208px)}}@media (min-width: 1024px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 130px)}}.top-module--gift{width:100%}.top-module--gift--slim{max-height:326px;object-fit:cover;object-position:center}@media (min-width: 768px){.top-module--gift--slim{max-height:409px}}@media (min-width: 1680px){.top-module--gift--slim{max-height:509px}}.top-module--gift--header{position:absolute;left:50%;top:50%;width:100%;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}@media (max-width: 1023px){.top-module--gift--header{display:none}}.top-module--gift--title{font-family:var(--tent-font);color:#fff;font-size:40px;font-weight:700;line-height:52px;text-align:center}@media (min-width: 1680px){.top-module--gift--title{font-size:50px;line-height:65px}}.top-module--gift--subtitle{font-family:var(--tent-font);color:#fff;font-size:18px;font-weight:700;line-height:24px;text-align:center}@media (min-width: 1680px){.top-module--gift--subtitle{font-size:20px}}.top-module--header{max-width:700px;padding:30px 10px;margin:0 auto}@media (min-width: 1024px){.top-module--header{display:none}}.top-module--header--title{font-family:var(--tent-font);font-size:40px;font-weight:700;line-height:40px;text-align:center;padding-bottom:15px}.top-module--header--subtitle{font-family:var(--tent-font);font-size:18px;font-weight:700;line-height:24px;text-align:center}.top-module .player-box{margin-top:-20px!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: ButtonComponent, selector: "tent-button", inputs: ["type", "label", "url", "linkType", "icon", "socialMedia", "iconPosition", "boxWidth", "innerContent", "linkSizeIcon", "closeButton", "disabled", "name"], outputs: ["btnClick"] }, { kind: "component", type: BadgeComponent, selector: "tent-badge", inputs: ["orientation", "rounded", "label", "icon"] }, { kind: "ngmodule", type: CarouselModule }, { kind: "component", type: i3$1.CarouselComponent, selector: "owl-carousel-o", inputs: ["options"], outputs: ["translated", "dragging", "change", "changed", "initialized"] }, { kind: "directive", type: i3$1.CarouselSlideDirective, selector: "ng-template[carouselSlide]", inputs: ["id", "dataMerge", "width", "dotContent", "dataHash"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "directive", type: LazyBackgroundDirective, selector: "[lazyBackground]", inputs: ["lazyBackground"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3741
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: TopModuleComponent, isStandalone: true, selector: "tent-top-module", inputs: { btnScroll: "btnScroll", items: "items", desktop: "desktop", scrollLabel: "scrollLabel", video: "video", gift: "gift", slim: "slim", title: "title", subtitle: "subtitle" }, viewQueries: [{ propertyName: "carousel", first: true, predicate: CarouselComponent, descendants: true }, { propertyName: "nav", first: true, predicate: ["nav"], descendants: true, read: ElementRef }, { propertyName: "module", first: true, predicate: ["module"], descendants: true, read: ElementRef }], ngImport: i0, template: "<section class=\"top-module module-spacer--bottom\" #module>\r\n @if (gift) { @if (title) {\r\n <header class=\"top-module--header\">\r\n @if (title) {\r\n <h1 class=\"top-module--header--title color--brown\">\r\n {{ title }}\r\n </h1>\r\n } @if (subtitle) {\r\n <p class=\"top-module--header--subtitle color--camel\">\r\n {{ subtitle }}\r\n </p>\r\n\r\n }\r\n </header>\r\n } } @if( (!video && !gift) || (!gift && !desktop)) {\r\n <div class=\"top-module--nav flex-row flex-row--between\" #nav>\r\n <span\r\n class=\"icon-pointer-down color--white\"\r\n (click)=\"prevClick()\"\r\n ></span>\r\n <span\r\n class=\"icon-pointer-down color--white\"\r\n (click)=\"nextClick()\"\r\n ></span>\r\n </div>\r\n\r\n } @if (video && desktop) {\r\n <div class=\"youtube-bg\">\r\n <div\r\n id=\"bgndVideo\"\r\n class=\"player\"\r\n [attr.data-property]=\"videoUrl\"\r\n ></div>\r\n </div>\r\n } @else if(gift) {\r\n <img\r\n class=\"top-module--gift\"\r\n [ngClass]=\"{ 'top-module--gift--slim': slim }\"\r\n [src]=\"gift.src\"\r\n [alt]=\"gift.alt\"\r\n />\r\n <div class=\"top-module--gift--header\">\r\n <h1 class=\"top-module--gift--title\">\r\n {{ title }}\r\n </h1>\r\n <p class=\"top-module--gift--subtitle\">\r\n {{ subtitle }}\r\n </p>\r\n </div>\r\n } @else if(items){\r\n <owl-carousel-o\r\n class=\"top-module--slider\"\r\n [options]=\"sliderOptions\"\r\n [ngClass]=\"{ 'no-loop': items.length < 2 }\"\r\n >\r\n @for (item of items; track $index) {\r\n <ng-template carouselSlide>\r\n <div class=\"top-module--content\">\r\n @if (item.mainBadge) {\r\n <div class=\"top-module--badge\">\r\n <tent-badge\r\n [rounded]=\"true\"\r\n [label]=\"item.mainBadge.label\"\r\n ></tent-badge>\r\n </div>\r\n } @if (item.title) {\r\n <h3 class=\"title--80 color--white\">{{ item.title }}</h3>\r\n } @if (item.badgePromo || item.badgeDiscount) {\r\n <div class=\"top-module--offers flex-row\">\r\n @if (item.badgePromo) {\r\n <tent-badge\r\n class=\"top-module--promo\"\r\n [rounded]=\"true\"\r\n [label]=\"item.badgePromo.label\"\r\n ></tent-badge>\r\n } @if (item.badgeDiscount) {\r\n <tent-badge\r\n class=\"top-module--discount\"\r\n [rounded]=\"true\"\r\n [label]=\"item.badgeDiscount.label\"\r\n ></tent-badge>\r\n }\r\n </div>\r\n } @if (item.btn) {\r\n <div class=\"top-module--btn-info\">\r\n <tent-button\r\n type=\"light-box\"\r\n [label]=\"item.btn.label\"\r\n [url]=\"item.btn.url\"\r\n [linkType]=\"item.btn.linkType!\"\r\n ></tent-button>\r\n </div>\r\n }\r\n </div>\r\n @if (item.img) {\r\n <figure\r\n class=\"top-module--image\"\r\n [lazyBackground]=\"item.img\"\r\n ></figure>\r\n }\r\n </ng-template>\r\n }\r\n </owl-carousel-o>\r\n\r\n }\r\n\r\n <div\r\n class=\"top-module--btn-scroll\"\r\n (mouseenter)=\"toggleScrollLabel()\"\r\n (mouseleave)=\"toggleScrollLabel()\"\r\n >\r\n @if (showScrollLabel && scrollLabel) {\r\n <p class=\"top-module--btn-scroll--label\">\r\n {{ scrollLabel }}\r\n </p>\r\n\r\n } @if(btnScroll.icon) {\r\n <tent-button\r\n type=\"light-circle\"\r\n [icon]=\"btnScroll.icon\"\r\n (click)=\"scrollClicked()\"\r\n name=\"tent-hotels\"\r\n ></tent-button>\r\n\r\n }\r\n </div>\r\n</section>\r\n", styles: [":root{--tent-font: \"DM Sans\", sans-serif;--color-background: #fff;--color-background-2: #fbf5f0;--color-background-3: #f6ece2;--color-background-4: #eaaa00;--color-background-5: #dc572a;--color-background-6: #7c4d3b;--color-background-6-90: rgb(124 77 59 / 90%);--color-background-7: #005f87;--color-background-8: #dab38c;--color-background-9: #c7946a;--color-title: #dab38d;--color-title-1: #693D2D;--color-title-2: rgb(105 61 45 / 90%);--color-title-4: rgb(105 61 45 / 70%);--color-title-3: #0cc2ce;--color-title-light: #fff;--color-subtitle: #c1885b;--color-subtitle-light: #fff;--color-description: #5d5d5d;--color-description-light: #fff;--color-description-brown-light: rgb(105 61 45 / 80%);--color-description-brown: rgb(105 61 45 / 100%);--color-badge: #dc572a;--color-badge-2: #fdd8b4;--color-badge-3: #dab38d;--color-badge-4: #f3e2d5;--color-badge-5: #fff;--color-badge-box: #e37955;--color-badge-box-hover: #d9603e;--color-dark-btn: rgb(124 77 58 / 70%);--color-dark-btn-hover: #7c4d3a;--color-line-dark-btn: rgb(124 77 58 / 70%);--color-line-dark-btn-hover: #dab38d;--color-dark-btn-filled: #693d2d;--color-dark-btn-filled-hover: #fff;--color-line-dark-btn-filled: #dab38d;--color-line-dark-btn-filled-hover: #dc572a;--color-light-btn: #fff;--color-light-btn-hover: #693d2d;--color-line-light-btn-hover: #dab38d;--size-icon-links: 12px;--size-btn-box: 308px;--size-btn-box-mobile: 250px;--color-link-brown-light: rgb(105 61 45 / 70%);--color-link-brown-light2: rgb(105 61 45 / 80%);--color-link-brown-dark: #693d2d;--color-social-media: #693d3d;--color-instagram: #dab38d;--color-tiktok: #ed4a73;--color-facebook: #2764c1;--color-youtube: #d9464b;--color-linkedin: #2376c9;--color-background-footer1: rgb(135 136 138 / 75%);--color-background-footer2: rgb(221 187 156 / 80%);--color-check-in: #e78a6a;--color-check-in-hover: #d9603e;--color-border-header: #e1d8d5;--color-linea-brown-light: rgb(124 77 58 / 50%);--color-linea-brown-light2: rgb(124 77 58 / 20%);--color-icon: #693E2E;--color-icon-light: : rgb(105 61 45 / 70%);--Ltransition: all cubic-bezier(.785, .135, .15, .86) 1s;--Mtransition: all cubic-bezier(.785, .135, .15, .86) .85s;--stransition-basic: all cubic-bezier(.785, .135, .15, .86) .7s;--SStransition: all cubic-bezier(.785, .135, .15, .86) .3s;--XStransition: all cubic-bezier(.785, .135, .15, .86) 0s}.link{font-family:var(--tent-font);text-decoration:none;font-size:16px;font-weight:400;color:var(--color-description);letter-spacing:0;line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;cursor:pointer}.link:after{content:\"\";width:0%;height:1px;position:absolute;bottom:-2px;left:0;background-color:var(--color-description);-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.link:hover{color:var(--color-description)}.link:hover:after{width:100%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.link--brown{color:var(--color-link-brown-light2)}.link--brown:after{background-color:var(--color-link-brown-light2)}.link--brown:hover{color:var(--color-link-brown-dark)}.link--brown:hover:after{background-color:var(--color-link-brown-dark)}.link-opacity{font-family:var(--tent-font);text-decoration:none;font-size:16px;font-weight:400;color:var(--color-description);letter-spacing:0;line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;opacity:.7;cursor:pointer}.link-opacity:hover{opacity:1}.link-regular{font-family:var(--tent-font);text-decoration:none;font-size:18px;font-weight:400;color:var(--color-description);line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;cursor:pointer}.link-regular:hover{text-decoration:underline}@media (min-width: 540px){.link-regular{font-size:20px;line-height:34px}}.text{font-family:var(--tent-font);font-size:18px;line-height:24px;color:var(--color-description);text-align:left;font-weight:400}@media (min-width: 540px){.text{font-size:20px;line-height:34px}}.text--light{color:var(--color-description-light)}.text--small,.text--18{font-size:16px}.text strong{font-weight:700}.title--18{font-weight:700;font-size:14px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--18{font-size:16px}}@media (min-width: 768px){.title--18{font-size:16px}}@media (min-width: 1024px){.title--18{font-size:18px}}@media (min-width: 1680px){.title--18{font-size:18px}}.title--24{font-weight:700;font-size:24px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--24{font-size:24px}}@media (min-width: 768px){.title--24{font-size:24px}}@media (min-width: 1024px){.title--24{font-size:24px}}@media (min-width: 1280px){.title--24{font-size:24px}}@media (min-width: 1366px){.title--24{font-size:24px}}@media (min-width: 1680px){.title--24{font-size:24px}}@media (min-width: 1800px){.title--24{font-size:24px}}.title--30{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (max-width: 374px){.title--30{font-size:24px}}.title--34{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--34{font-size:32px}}@media (min-width: 768px){.title--34{font-size:32px}}@media (min-width: 1680px){.title--34{font-size:34px}}.title--38{font-weight:700;font-size:26px;line-height:1.5;letter-spacing:0}@media (min-width: 540px){.title--38{font-size:28px}}@media (min-width: 768px){.title--38{font-size:36px}}@media (min-width: 1680px){.title--38{font-size:38px}}.title--42{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--42{font-size:32px}}@media (min-width: 768px){.title--42{font-size:42px}}@media (min-width: 1680px){.title--42{font-size:42px}}.title--54{font-weight:700;font-size:32px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--54{font-size:44px}}@media (min-width: 1680px){.title--54{font-size:54px}}.title--60{font-weight:700;font-size:32px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--60{font-size:44px;line-height:1}}@media (min-width: 768px){.title--60{font-size:50px}}@media (min-width: 1680px){.title--60{font-size:60px}}.title--80{font-weight:700;font-size:40px;line-height:1;letter-spacing:0}@media (min-width: 540px){.title--80{font-size:50px}}@media (min-width: 768px){.title--80{font-size:60px}}@media (min-width: 1024px){.title--80{font-size:60px}}@media (min-width: 1280px){.title--80{font-size:70px}}@media (min-width: 1366px){.title--80{font-size:70px}}@media (min-width: 1680px){.title--80{font-size:80px}}.title--100{font-weight:700;font-size:40px;line-height:1;letter-spacing:0}@media (min-width: 540px){.title--100{font-size:55px}}@media (min-width: 768px){.title--100{font-size:80px}}@media (min-width: 1024px){.title--100{font-size:80px}}@media (min-width: 1280px){.title--100{font-size:90px}}@media (min-width: 1366px){.title--100{font-size:90px}}@media (min-width: 1680px){.title--100{font-size:110px}}.subtitle{font-family:var(--tent-font);font-weight:700;font-size:24px;line-height:44px;letter-spacing:0;text-align:left;color:var(--color-subtitle)}.subtitle.light{color:var(--color-subtitle-light)}.subtitle--medium{font-weight:500;font-size:18px;line-height:1.2;color:var(--color-subtitle-light)}@media (min-width: 768px){.subtitle--medium{font-size:20px}}.bg-yellow{background-color:var(--color-background-4)}.bg-orange{background-color:var(--color-background-5)}.bg-brown{background-color:var(--color-background-6)}.bg-brown-90{background-color:var(--color-background-6-90)}.bg-blue{background-color:var(--color-background-7)}.bg-camel{background-color:var(--color-background-8)}.bg-beige{background-color:var(--color-background-3)}.bg-beige{background-color:var(--color-background-2)}.bg-white{background-color:#fff}.color--brown-dark{color:var(--color-title-1)}.color--brown{color:var(--color-title-2)}.color--brown-70{color:var(--color-title-4)}.color--camel{color:var(--color-title)}.color--white{color:#fff}.color--blue{color:var(--color-title-3)}.color--gray{color:var(--color-description)}.flex-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.flex-row--reverse{flex-direction:row-reverse}.flex-row--center{align-items:center;justify-content:center}.flex-row--between{align-items:center;justify-content:space-between}.flex-row--left{align-items:center;justify-content:flex-start}@media (max-width: 1023px){.flex-row--left{justify-content:center}}.flex-col{display:flex;flex-direction:column;flex-wrap:wrap;gap:10px}.flex-col--reverse{flex-direction:row-reverse}.flex-col--center{align-items:center;justify-content:center}.mt--0{margin-top:0}.mb--0{margin-bottom:0}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mt--10{margin-top:10px}.mb--10{margin-bottom:10px}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mt--20{margin-top:20px}.mb--20{margin-bottom:20px}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mt--25{margin-top:25px}.mb--25{margin-bottom:25px}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mt--30{margin-top:30px}.mb--30{margin-bottom:30px}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mt--40{margin-top:40px}.mb--40{margin-bottom:40px}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mt--50{margin-top:50px}.mb--50{margin-bottom:50px}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mt--60{margin-top:60px}.mb--60{margin-bottom:60px}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mt--70{margin-top:70px}.mb--70{margin-bottom:70px}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mt--80{margin-top:80px}.mb--80{margin-bottom:80px}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mt--90{margin-top:90px}.mb--90{margin-bottom:90px}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mt--100{margin-top:100px}.mb--100{margin-bottom:100px}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.wrapper-big{max-width:100%;padding:0}@media (min-width: 540px){.wrapper-big{padding:0}}@media (min-width: 768px){.wrapper-big{padding:0}}@media (min-width: 1024px){.wrapper-big{padding:0 40px}}@media (min-width: 1280px){.wrapper-big{padding:0 20px}}@media (min-width: 1366px){.wrapper-big{padding:0 13px}}@media (min-width: 1680px){.wrapper-big{padding:0 40px}}@media (min-width: 1800px){.wrapper-big{padding:0 60px}}.wrapper-medium{max-width:100%;padding:0;min-width:-webkit-fill-available}@media (min-width: 540px){.wrapper-medium{padding:0 28px}}@media (min-width: 768px){.wrapper-medium{padding:0 45px}}@media (min-width: 1024px){.wrapper-medium{padding:0 55px}}@media (min-width: 1280px){.wrapper-medium{padding:0 59px}}@media (min-width: 1366px){.wrapper-medium{padding:0 65px}}@media (min-width: 1680px){.wrapper-medium{padding:0}}@media (min-width: 1800px){.wrapper-medium{padding:0}}.module-spacer--bottom{padding-bottom:35px}@media (min-width: 540px){.module-spacer--bottom{padding-bottom:40px}}@media (min-width: 768px){.module-spacer--bottom{padding-bottom:80px}}@media (min-width: 1680px){.module-spacer--bottom{padding-bottom:90px}}.module-spacer-small--bottom{padding-bottom:30px}@media (min-width: 540px){.module-spacer-small--bottom{padding-bottom:40px}}@media (min-width: 768px){.module-spacer-small--bottom{padding-bottom:50px}}@media (min-width: 1680px){.module-spacer-small--bottom{padding-bottom:50px}}@media (min-width: 1280px){.figure-sticky{position:sticky!important;top:8rem}}.figure-content{width:100%;aspect-ratio:1;display:flex;cursor:default;align-items:center;justify-content:center;position:relative;border-radius:.6rem;overflow:hidden}.figure-full{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;margin:0;z-index:-1}.figure-zoom figure{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.figure-zoom:hover figure{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);transform:scale(1.1)}.slider-arrows--center .owl-nav{position:absolute;top:50%;width:106%;display:flex;justify-content:space-between;margin:0;left:50%;transform:translate(-50%) translateY(-50%);z-index:-1}.slider-arrows--center .owl-nav [class*=owl-]{background-color:transparent;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.slider-arrows--center .owl-nav [class*=owl-]:hover{background-color:transparent;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);transform:scale(1.5)}.slider-circle--center .owl-nav{position:absolute;top:50%;width:calc(100% - 240px);display:flex;justify-content:space-between;margin:0;left:120px;transform:translateY(-50%)}.slider-circle--center .owl-nav [class*=owl-]{background-color:#fff;border-radius:100%;padding:4px}.slider-circle--center .owl-nav [class*=owl-]:hover{background-color:#fff}@media (max-width: 767px){.slider-circle--center .owl-nav .btn__circle{width:38px;height:38px}}.slider-circle--center--centerFull .owl-nav{width:110%;left:-5%}.btn{cursor:pointer;font-family:var(--corp-font);-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.btn__light{border:2px solid var(--color-light-btn);color:var(--color-light-btn);background-color:transparent}.btn__light:hover{border:2px solid var(--color-line-light-btn-hover);background-color:var(--color-line-light-btn-hover);color:var(--color-light-btn-hover)}.btn__dark{border:2px solid var(--color-line-dark-btn);color:var(--color-dark-btn);background-color:var(--color-background)}.btn__dark:hover{border:2px solid var(--color-line-dark-btn-hover);background-color:var(--color-line-dark-btn-hover);color:var(--color-dark-btn-hover)}.btn__dark-white{border:2px solid var(--color-line-dark-btn);color:var(--color-dark-btn);background-color:transparent}.btn__dark-white:hover{border:2px solid white;background-color:#fff;color:var(--color-dark-btn-hover)}.btn__dark-filled{border:2px solid var(--color-line-dark-btn-filled);color:var(--color-dark-btn-filled);background-color:var(--color-line-dark-btn-filled)}.btn__dark-filled:hover{border:2px solid var(--color-line-dark-btn-filled-hover);background-color:var(--color-line-dark-btn-filled-hover);color:var(--color-dark-btn-filled-hover)}.btn__white{border:2px solid white;color:var(--color-dark-btn);background-color:var(--color-background)}.btn__white:hover{border:2px solid white;background-color:#fff;color:var(--color-dark-btn-hover)}.btn__laundry{border:2px solid #005f87;color:#005f87;background-color:var(--color-background);opacity:.5}.btn__laundry:hover{background-color:#005f87;color:#fff;opacity:1}.btn__circle-container{border-radius:50%;padding:6px}.btn__circle{width:40px;height:40px;border-radius:50%;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;text-align:center}.btn__circle--social-media{width:60px;height:60px;color:var(--color-social-media)}.btn__circle:hover--instagram{background-color:var(--color-instagram);color:var(--color-social-media)}.btn__circle:hover--tiktok,.btn__circle:hover--facebook,.btn__circle:hover--youtube,.btn__circle:hover--linkedin{color:var(--color-background)}.btn__circle:hover--tiktok{background-color:var(--color-tiktok)}.btn__circle:hover--facebook{background-color:var(--color-facebook)}.btn__circle:hover--youtube{background-color:var(--color-youtube)}.btn__circle:hover--linkedin{background-color:var(--color-linkedin)}.btn__circle-icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;font-size:22px}.btn__circle-icon.icon--size12{font-size:12px}.btn__box{width:var(--size-btn-box);height:50px;border-radius:6px;font-weight:700;font-size:19px;line-height:24.74px;text-align:center}.btn__box.btn-small{width:var(--size-btn-box-mobile)}@media (min-width: 540px){.btn__box.btn-small{width:var(--size-btn-box)}}.btn__box-container mat-icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.form-error{font-family:var(--tent-font);color:#df6a6a;font-size:13px}.invalid{margin-bottom:10px}.top-module{width:100%;position:relative}.top-module h3{letter-spacing:2px}.top-module--btn-scroll{z-index:10;display:flex;flex-direction:column;align-items:center;gap:10px;position:absolute;z-index:2;bottom:72px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}.top-module--btn-scroll tent-button{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.top-module--btn-scroll tent-button::ng-deep .btn{width:50px;height:50px}.top-module--btn-scroll tent-button::ng-deep .btn--circle-container{padding:0}@media (min-width: 768px){.top-module--btn-scroll{bottom:120px}}@media (min-width: 1024px){.top-module--btn-scroll{left:50px;bottom:120px}.top-module--btn-scroll tent-button{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}}@media (min-width: 1280px){.top-module--btn-scroll{bottom:110px}}@media (min-width: 1680px){.top-module--btn-scroll{bottom:120px}}.top-module--btn-scroll .title--80{font-size:44px}@media (min-width: 540px){.top-module--btn-scroll .title--80{font-size:48px}}@media (min-width: 768px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1024px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1280px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1366px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1680px){.top-module--btn-scroll .title--80{font-size:80px}}.top-module--btn-scroll--label{color:#fff;font-family:var(--tent-font);font-size:14px;font-weight:700;line-height:14px;text-align:center;max-width:38px}.top-module--badge{padding-bottom:10px;width:fit-content}@media (min-width: 768px){.top-module--badge{padding-bottom:15px}}.top-module--offers{gap:0;padding-bottom:15px}@media (min-width: 768px){.top-module--offers{padding-bottom:30px}}.top-module--content{position:absolute;padding-left:20px;z-index:2;max-width:260px;top:20px}.top-module--content h3{padding-bottom:10px}@media (min-width: 540px){.top-module--content h3{padding-bottom:15px}}@media (min-width: 768px){.top-module--content h3{padding-bottom:25px}}@media (min-width: 1024px){.top-module--content h3{padding-bottom:35px}}@media (min-width: 540px){.top-module--content{padding-left:30px;max-width:372px;top:30px}}@media (min-width: 768px){.top-module--content{padding-left:40px;top:50px}}@media (min-width: 1024px){.top-module--content{padding-left:60px;top:50%;max-width:470px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width: 1280px){.top-module--content{padding-left:70px;max-width:510px}}@media (min-width: 1366px){.top-module--content{padding-left:80px}}@media (min-width: 1680px){.top-module--content{max-width:435px;padding-left:130px}}.top-module--image{position:absolute;z-index:-1;width:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;margin:0;height:calc(100vh - 90px);height:100%}@media (min-width: 540px){.top-module--image{height:calc(100vh - 110px);height:100%}}@media (min-width: 768px){.top-module--image{height:calc(100vh - 120px);height:100%}}@media (min-width: 1024px){.top-module--image{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module--image{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module--image{height:calc(100vh - 130px)}}.top-module--title{font-family:var(--tent-font);font-size:44px;font-weight:700;line-height:44px;text-align:left}@media (min-width: 540px){.top-module--title{size:48px;line-height:48px}}@media (min-width: 768px){.top-module--title{size:65px;line-height:65px}}@media (min-width: 1680px){.top-module--title{size:80px;line-height:80px}}.top-module .title--80{font-size:44px}@media (min-width: 540px){.top-module .title--80{font-size:48px}}@media (min-width: 768px){.top-module .title--80{font-size:55px}}@media (min-width: 1024px){.top-module .title--80{font-size:55px}}@media (min-width: 1280px){.top-module .title--80{font-size:60px}}@media (min-width: 1366px){.top-module .title--80{font-size:65px}}@media (min-width: 1680px){.top-module .title--80{font-size:80px}}.top-module--btn-info{padding-bottom:20px;width:fit-content}.top-module--btn-info ::ng-deep .btn{padding:0 45px}.top-module--btn-info ::ng-deep .btn--box{width:fit-content}.top-module--btn-info:hover ::ng-deep .btn{background-color:#dc572a;color:#fff;border-color:#dc572a}.top-module--promo ::ng-deep .badge{background-color:#fdd8b4;color:#693d2d}.top-module--discount ::ng-deep .badge{background-color:#fff;color:#693d2d}.top-module--nav{z-index:0;position:relative;top:-27px}.top-module--nav span{width:15px;height:15px;padding:5px;font-size:8px;border-radius:50%;cursor:pointer;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);display:flex;justify-content:center;align-items:center}.top-module--nav span:hover{background-color:#dc572a}.top-module--nav span:first-child{rotate:90deg}.top-module--nav span:last-child{rotate:-90deg}.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 178px);width:100%;background-repeat:no-repeat;background-size:cover;background-position:50% 50%}@media (min-width: 540px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 198px)}}@media (min-width: 768px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 208px)}}@media (min-width: 1024px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 130px)}}.top-module owl-carousel-o ::ng-deep .owl-dot span{border:2px solid white;width:10px;height:10px;border-radius:50%;background-color:transparent}.top-module owl-carousel-o ::ng-deep .owl-dots{margin-top:0;position:absolute;z-index:2;top:20px;right:10px}@media (min-width: 1024px){.top-module owl-carousel-o ::ng-deep .owl-dots{top:40px;right:60px}}.top-module owl-carousel-o ::ng-deep .owl-dot{position:relative;z-index:1}.top-module owl-carousel-o ::ng-deep .owl-dot span{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.top-module owl-carousel-o ::ng-deep .owl-dot.active span{background-color:#fff}.top-module owl-carousel-o ::ng-deep .owl-dot:hover span{background-color:#fff}.top-module .no-loop{pointer-events:none}.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 178px)}@media (min-width: 540px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 198px)}}@media (min-width: 768px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 208px)}}@media (min-width: 1024px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 130px)}}.top-module--gift{width:100%;object-fit:cover;object-position:center}.top-module--gift--slim{max-height:326px}@media (min-width: 768px){.top-module--gift--slim{max-height:409px}}@media (min-width: 1680px){.top-module--gift--slim{max-height:509px}}.top-module--gift--header{position:absolute;left:50%;top:50%;width:100%;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}@media (max-width: 1023px){.top-module--gift--header{display:none}}.top-module--gift--title{font-family:var(--tent-font);color:#fff;font-size:40px;font-weight:700;line-height:52px;text-align:center}@media (min-width: 1680px){.top-module--gift--title{font-size:50px;line-height:65px}}.top-module--gift--subtitle{font-family:var(--tent-font);color:#fff;font-size:18px;font-weight:700;line-height:24px;text-align:center}@media (min-width: 1680px){.top-module--gift--subtitle{font-size:20px}}.top-module--header{max-width:700px;padding:30px 10px;margin:0 auto}@media (min-width: 1024px){.top-module--header{display:none}}.top-module--header--title{font-family:var(--tent-font);font-size:40px;font-weight:700;line-height:40px;text-align:center;padding-bottom:15px}.top-module--header--subtitle{font-family:var(--tent-font);font-size:18px;font-weight:700;line-height:24px;text-align:center}.top-module .player-box{margin-top:-20px!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: ButtonComponent, selector: "tent-button", inputs: ["type", "label", "url", "linkType", "icon", "socialMedia", "iconPosition", "boxWidth", "innerContent", "linkSizeIcon", "closeButton", "disabled", "name"], outputs: ["btnClick"] }, { kind: "component", type: BadgeComponent, selector: "tent-badge", inputs: ["orientation", "rounded", "label", "icon"] }, { kind: "ngmodule", type: CarouselModule }, { kind: "component", type: i3$1.CarouselComponent, selector: "owl-carousel-o", inputs: ["options"], outputs: ["translated", "dragging", "change", "changed", "initialized"] }, { kind: "directive", type: i3$1.CarouselSlideDirective, selector: "ng-template[carouselSlide]", inputs: ["id", "dataMerge", "width", "dotContent", "dataHash"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "directive", type: LazyBackgroundDirective, selector: "[lazyBackground]", inputs: ["lazyBackground"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3742
3742
|
}
|
|
3743
3743
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TopModuleComponent, decorators: [{
|
|
3744
3744
|
type: Component,
|
|
@@ -3749,7 +3749,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
3749
3749
|
CarouselModule,
|
|
3750
3750
|
MatIconModule,
|
|
3751
3751
|
LazyBackgroundDirective,
|
|
3752
|
-
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"top-module module-spacer--bottom\" #module>\r\n @if (gift) { @if (title) {\r\n <header class=\"top-module--header\">\r\n @if (title) {\r\n <h1 class=\"top-module--header--title color--brown\">\r\n {{ title }}\r\n </h1>\r\n } @if (subtitle) {\r\n <p class=\"top-module--header--subtitle color--camel\">\r\n {{ subtitle }}\r\n </p>\r\n\r\n }\r\n </header>\r\n } } @if( (!video && !gift) || (!gift && !desktop)) {\r\n <div class=\"top-module--nav flex-row flex-row--between\" #nav>\r\n <span\r\n class=\"icon-pointer-down color--white\"\r\n (click)=\"prevClick()\"\r\n ></span>\r\n <span\r\n class=\"icon-pointer-down color--white\"\r\n (click)=\"nextClick()\"\r\n ></span>\r\n </div>\r\n\r\n } @if (video && desktop) {\r\n <div class=\"youtube-bg\">\r\n <div\r\n id=\"bgndVideo\"\r\n class=\"player\"\r\n [attr.data-property]=\"videoUrl\"\r\n ></div>\r\n </div>\r\n } @else if(gift) {\r\n <img\r\n class=\"top-module--gift\"\r\n [ngClass]=\"{ 'top-module--gift--slim': slim }\"\r\n [src]=\"gift.src\"\r\n [alt]=\"gift.alt\"\r\n />\r\n <div class=\"top-module--gift--header\">\r\n <h1 class=\"top-module--gift--title\">\r\n {{ title }}\r\n </h1>\r\n <p class=\"top-module--gift--subtitle\">\r\n {{ subtitle }}\r\n </p>\r\n </div>\r\n } @else if(items){\r\n <owl-carousel-o\r\n class=\"top-module--slider\"\r\n [options]=\"sliderOptions\"\r\n [ngClass]=\"{ 'no-loop': items.length < 2 }\"\r\n >\r\n @for (item of items; track $index) {\r\n <ng-template carouselSlide>\r\n <div class=\"top-module--content\">\r\n @if (item.mainBadge) {\r\n <div class=\"top-module--badge\">\r\n <tent-badge\r\n [rounded]=\"true\"\r\n [label]=\"item.mainBadge.label\"\r\n ></tent-badge>\r\n </div>\r\n } @if (item.title) {\r\n <h3 class=\"title--80 color--white\">{{ item.title }}</h3>\r\n } @if (item.badgePromo || item.badgeDiscount) {\r\n <div class=\"top-module--offers flex-row\">\r\n @if (item.badgePromo) {\r\n <tent-badge\r\n class=\"top-module--promo\"\r\n [rounded]=\"true\"\r\n [label]=\"item.badgePromo.label\"\r\n ></tent-badge>\r\n } @if (item.badgeDiscount) {\r\n <tent-badge\r\n class=\"top-module--discount\"\r\n [rounded]=\"true\"\r\n [label]=\"item.badgeDiscount.label\"\r\n ></tent-badge>\r\n }\r\n </div>\r\n } @if (item.btn) {\r\n <div class=\"top-module--btn-info\">\r\n <tent-button\r\n type=\"light-box\"\r\n [label]=\"item.btn.label\"\r\n [url]=\"item.btn.url\"\r\n [linkType]=\"item.btn.linkType!\"\r\n ></tent-button>\r\n </div>\r\n }\r\n </div>\r\n @if (item.img) {\r\n <figure\r\n class=\"top-module--image\"\r\n [lazyBackground]=\"item.img\"\r\n ></figure>\r\n }\r\n </ng-template>\r\n }\r\n </owl-carousel-o>\r\n\r\n }\r\n\r\n <div\r\n class=\"top-module--btn-scroll\"\r\n (mouseenter)=\"toggleScrollLabel()\"\r\n (mouseleave)=\"toggleScrollLabel()\"\r\n >\r\n @if (showScrollLabel && scrollLabel) {\r\n <p class=\"top-module--btn-scroll--label\">\r\n {{ scrollLabel }}\r\n </p>\r\n\r\n } @if(btnScroll.icon) {\r\n <tent-button\r\n type=\"light-circle\"\r\n [icon]=\"btnScroll.icon\"\r\n (click)=\"scrollClicked()\"\r\n name=\"tent-hotels\"\r\n ></tent-button>\r\n\r\n }\r\n </div>\r\n</section>\r\n", styles: [":root{--tent-font: \"DM Sans\", sans-serif;--color-background: #fff;--color-background-2: #fbf5f0;--color-background-3: #f6ece2;--color-background-4: #eaaa00;--color-background-5: #dc572a;--color-background-6: #7c4d3b;--color-background-6-90: rgb(124 77 59 / 90%);--color-background-7: #005f87;--color-background-8: #dab38c;--color-background-9: #c7946a;--color-title: #dab38d;--color-title-1: #693D2D;--color-title-2: rgb(105 61 45 / 90%);--color-title-4: rgb(105 61 45 / 70%);--color-title-3: #0cc2ce;--color-title-light: #fff;--color-subtitle: #c1885b;--color-subtitle-light: #fff;--color-description: #5d5d5d;--color-description-light: #fff;--color-description-brown-light: rgb(105 61 45 / 80%);--color-description-brown: rgb(105 61 45 / 100%);--color-badge: #dc572a;--color-badge-2: #fdd8b4;--color-badge-3: #dab38d;--color-badge-4: #f3e2d5;--color-badge-5: #fff;--color-badge-box: #e37955;--color-badge-box-hover: #d9603e;--color-dark-btn: rgb(124 77 58 / 70%);--color-dark-btn-hover: #7c4d3a;--color-line-dark-btn: rgb(124 77 58 / 70%);--color-line-dark-btn-hover: #dab38d;--color-dark-btn-filled: #693d2d;--color-dark-btn-filled-hover: #fff;--color-line-dark-btn-filled: #dab38d;--color-line-dark-btn-filled-hover: #dc572a;--color-light-btn: #fff;--color-light-btn-hover: #693d2d;--color-line-light-btn-hover: #dab38d;--size-icon-links: 12px;--size-btn-box: 308px;--size-btn-box-mobile: 250px;--color-link-brown-light: rgb(105 61 45 / 70%);--color-link-brown-light2: rgb(105 61 45 / 80%);--color-link-brown-dark: #693d2d;--color-social-media: #693d3d;--color-instagram: #dab38d;--color-tiktok: #ed4a73;--color-facebook: #2764c1;--color-youtube: #d9464b;--color-linkedin: #2376c9;--color-background-footer1: rgb(135 136 138 / 75%);--color-background-footer2: rgb(221 187 156 / 80%);--color-check-in: #e78a6a;--color-check-in-hover: #d9603e;--color-border-header: #e1d8d5;--color-linea-brown-light: rgb(124 77 58 / 50%);--color-linea-brown-light2: rgb(124 77 58 / 20%);--color-icon: #693E2E;--color-icon-light: : rgb(105 61 45 / 70%);--Ltransition: all cubic-bezier(.785, .135, .15, .86) 1s;--Mtransition: all cubic-bezier(.785, .135, .15, .86) .85s;--stransition-basic: all cubic-bezier(.785, .135, .15, .86) .7s;--SStransition: all cubic-bezier(.785, .135, .15, .86) .3s;--XStransition: all cubic-bezier(.785, .135, .15, .86) 0s}.link{font-family:var(--tent-font);text-decoration:none;font-size:16px;font-weight:400;color:var(--color-description);letter-spacing:0;line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;cursor:pointer}.link:after{content:\"\";width:0%;height:1px;position:absolute;bottom:-2px;left:0;background-color:var(--color-description);-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.link:hover{color:var(--color-description)}.link:hover:after{width:100%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.link--brown{color:var(--color-link-brown-light2)}.link--brown:after{background-color:var(--color-link-brown-light2)}.link--brown:hover{color:var(--color-link-brown-dark)}.link--brown:hover:after{background-color:var(--color-link-brown-dark)}.link-opacity{font-family:var(--tent-font);text-decoration:none;font-size:16px;font-weight:400;color:var(--color-description);letter-spacing:0;line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;opacity:.7;cursor:pointer}.link-opacity:hover{opacity:1}.link-regular{font-family:var(--tent-font);text-decoration:none;font-size:18px;font-weight:400;color:var(--color-description);line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;cursor:pointer}.link-regular:hover{text-decoration:underline}@media (min-width: 540px){.link-regular{font-size:20px;line-height:34px}}.text{font-family:var(--tent-font);font-size:18px;line-height:24px;color:var(--color-description);text-align:left;font-weight:400}@media (min-width: 540px){.text{font-size:20px;line-height:34px}}.text--light{color:var(--color-description-light)}.text--small,.text--18{font-size:16px}.text strong{font-weight:700}.title--18{font-weight:700;font-size:14px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--18{font-size:16px}}@media (min-width: 768px){.title--18{font-size:16px}}@media (min-width: 1024px){.title--18{font-size:18px}}@media (min-width: 1680px){.title--18{font-size:18px}}.title--24{font-weight:700;font-size:24px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--24{font-size:24px}}@media (min-width: 768px){.title--24{font-size:24px}}@media (min-width: 1024px){.title--24{font-size:24px}}@media (min-width: 1280px){.title--24{font-size:24px}}@media (min-width: 1366px){.title--24{font-size:24px}}@media (min-width: 1680px){.title--24{font-size:24px}}@media (min-width: 1800px){.title--24{font-size:24px}}.title--30{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (max-width: 374px){.title--30{font-size:24px}}.title--34{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--34{font-size:32px}}@media (min-width: 768px){.title--34{font-size:32px}}@media (min-width: 1680px){.title--34{font-size:34px}}.title--38{font-weight:700;font-size:26px;line-height:1.5;letter-spacing:0}@media (min-width: 540px){.title--38{font-size:28px}}@media (min-width: 768px){.title--38{font-size:36px}}@media (min-width: 1680px){.title--38{font-size:38px}}.title--42{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--42{font-size:32px}}@media (min-width: 768px){.title--42{font-size:42px}}@media (min-width: 1680px){.title--42{font-size:42px}}.title--54{font-weight:700;font-size:32px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--54{font-size:44px}}@media (min-width: 1680px){.title--54{font-size:54px}}.title--60{font-weight:700;font-size:32px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--60{font-size:44px;line-height:1}}@media (min-width: 768px){.title--60{font-size:50px}}@media (min-width: 1680px){.title--60{font-size:60px}}.title--80{font-weight:700;font-size:40px;line-height:1;letter-spacing:0}@media (min-width: 540px){.title--80{font-size:50px}}@media (min-width: 768px){.title--80{font-size:60px}}@media (min-width: 1024px){.title--80{font-size:60px}}@media (min-width: 1280px){.title--80{font-size:70px}}@media (min-width: 1366px){.title--80{font-size:70px}}@media (min-width: 1680px){.title--80{font-size:80px}}.title--100{font-weight:700;font-size:40px;line-height:1;letter-spacing:0}@media (min-width: 540px){.title--100{font-size:55px}}@media (min-width: 768px){.title--100{font-size:80px}}@media (min-width: 1024px){.title--100{font-size:80px}}@media (min-width: 1280px){.title--100{font-size:90px}}@media (min-width: 1366px){.title--100{font-size:90px}}@media (min-width: 1680px){.title--100{font-size:110px}}.subtitle{font-family:var(--tent-font);font-weight:700;font-size:24px;line-height:44px;letter-spacing:0;text-align:left;color:var(--color-subtitle)}.subtitle.light{color:var(--color-subtitle-light)}.subtitle--medium{font-weight:500;font-size:18px;line-height:1.2;color:var(--color-subtitle-light)}@media (min-width: 768px){.subtitle--medium{font-size:20px}}.bg-yellow{background-color:var(--color-background-4)}.bg-orange{background-color:var(--color-background-5)}.bg-brown{background-color:var(--color-background-6)}.bg-brown-90{background-color:var(--color-background-6-90)}.bg-blue{background-color:var(--color-background-7)}.bg-camel{background-color:var(--color-background-8)}.bg-beige{background-color:var(--color-background-3)}.bg-beige{background-color:var(--color-background-2)}.bg-white{background-color:#fff}.color--brown-dark{color:var(--color-title-1)}.color--brown{color:var(--color-title-2)}.color--brown-70{color:var(--color-title-4)}.color--camel{color:var(--color-title)}.color--white{color:#fff}.color--blue{color:var(--color-title-3)}.color--gray{color:var(--color-description)}.flex-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.flex-row--reverse{flex-direction:row-reverse}.flex-row--center{align-items:center;justify-content:center}.flex-row--between{align-items:center;justify-content:space-between}.flex-row--left{align-items:center;justify-content:flex-start}@media (max-width: 1023px){.flex-row--left{justify-content:center}}.flex-col{display:flex;flex-direction:column;flex-wrap:wrap;gap:10px}.flex-col--reverse{flex-direction:row-reverse}.flex-col--center{align-items:center;justify-content:center}.mt--0{margin-top:0}.mb--0{margin-bottom:0}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mt--10{margin-top:10px}.mb--10{margin-bottom:10px}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mt--20{margin-top:20px}.mb--20{margin-bottom:20px}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mt--25{margin-top:25px}.mb--25{margin-bottom:25px}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mt--30{margin-top:30px}.mb--30{margin-bottom:30px}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mt--40{margin-top:40px}.mb--40{margin-bottom:40px}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mt--50{margin-top:50px}.mb--50{margin-bottom:50px}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mt--60{margin-top:60px}.mb--60{margin-bottom:60px}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mt--70{margin-top:70px}.mb--70{margin-bottom:70px}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mt--80{margin-top:80px}.mb--80{margin-bottom:80px}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mt--90{margin-top:90px}.mb--90{margin-bottom:90px}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mt--100{margin-top:100px}.mb--100{margin-bottom:100px}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.wrapper-big{max-width:100%;padding:0}@media (min-width: 540px){.wrapper-big{padding:0}}@media (min-width: 768px){.wrapper-big{padding:0}}@media (min-width: 1024px){.wrapper-big{padding:0 40px}}@media (min-width: 1280px){.wrapper-big{padding:0 20px}}@media (min-width: 1366px){.wrapper-big{padding:0 13px}}@media (min-width: 1680px){.wrapper-big{padding:0 40px}}@media (min-width: 1800px){.wrapper-big{padding:0 60px}}.wrapper-medium{max-width:100%;padding:0;min-width:-webkit-fill-available}@media (min-width: 540px){.wrapper-medium{padding:0 28px}}@media (min-width: 768px){.wrapper-medium{padding:0 45px}}@media (min-width: 1024px){.wrapper-medium{padding:0 55px}}@media (min-width: 1280px){.wrapper-medium{padding:0 59px}}@media (min-width: 1366px){.wrapper-medium{padding:0 65px}}@media (min-width: 1680px){.wrapper-medium{padding:0}}@media (min-width: 1800px){.wrapper-medium{padding:0}}.module-spacer--bottom{padding-bottom:35px}@media (min-width: 540px){.module-spacer--bottom{padding-bottom:40px}}@media (min-width: 768px){.module-spacer--bottom{padding-bottom:80px}}@media (min-width: 1680px){.module-spacer--bottom{padding-bottom:90px}}.module-spacer-small--bottom{padding-bottom:30px}@media (min-width: 540px){.module-spacer-small--bottom{padding-bottom:40px}}@media (min-width: 768px){.module-spacer-small--bottom{padding-bottom:50px}}@media (min-width: 1680px){.module-spacer-small--bottom{padding-bottom:50px}}@media (min-width: 1280px){.figure-sticky{position:sticky!important;top:8rem}}.figure-content{width:100%;aspect-ratio:1;display:flex;cursor:default;align-items:center;justify-content:center;position:relative;border-radius:.6rem;overflow:hidden}.figure-full{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;margin:0;z-index:-1}.figure-zoom figure{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.figure-zoom:hover figure{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);transform:scale(1.1)}.slider-arrows--center .owl-nav{position:absolute;top:50%;width:106%;display:flex;justify-content:space-between;margin:0;left:50%;transform:translate(-50%) translateY(-50%);z-index:-1}.slider-arrows--center .owl-nav [class*=owl-]{background-color:transparent;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.slider-arrows--center .owl-nav [class*=owl-]:hover{background-color:transparent;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);transform:scale(1.5)}.slider-circle--center .owl-nav{position:absolute;top:50%;width:calc(100% - 240px);display:flex;justify-content:space-between;margin:0;left:120px;transform:translateY(-50%)}.slider-circle--center .owl-nav [class*=owl-]{background-color:#fff;border-radius:100%;padding:4px}.slider-circle--center .owl-nav [class*=owl-]:hover{background-color:#fff}@media (max-width: 767px){.slider-circle--center .owl-nav .btn__circle{width:38px;height:38px}}.slider-circle--center--centerFull .owl-nav{width:110%;left:-5%}.btn{cursor:pointer;font-family:var(--corp-font);-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.btn__light{border:2px solid var(--color-light-btn);color:var(--color-light-btn);background-color:transparent}.btn__light:hover{border:2px solid var(--color-line-light-btn-hover);background-color:var(--color-line-light-btn-hover);color:var(--color-light-btn-hover)}.btn__dark{border:2px solid var(--color-line-dark-btn);color:var(--color-dark-btn);background-color:var(--color-background)}.btn__dark:hover{border:2px solid var(--color-line-dark-btn-hover);background-color:var(--color-line-dark-btn-hover);color:var(--color-dark-btn-hover)}.btn__dark-white{border:2px solid var(--color-line-dark-btn);color:var(--color-dark-btn);background-color:transparent}.btn__dark-white:hover{border:2px solid white;background-color:#fff;color:var(--color-dark-btn-hover)}.btn__dark-filled{border:2px solid var(--color-line-dark-btn-filled);color:var(--color-dark-btn-filled);background-color:var(--color-line-dark-btn-filled)}.btn__dark-filled:hover{border:2px solid var(--color-line-dark-btn-filled-hover);background-color:var(--color-line-dark-btn-filled-hover);color:var(--color-dark-btn-filled-hover)}.btn__white{border:2px solid white;color:var(--color-dark-btn);background-color:var(--color-background)}.btn__white:hover{border:2px solid white;background-color:#fff;color:var(--color-dark-btn-hover)}.btn__laundry{border:2px solid #005f87;color:#005f87;background-color:var(--color-background);opacity:.5}.btn__laundry:hover{background-color:#005f87;color:#fff;opacity:1}.btn__circle-container{border-radius:50%;padding:6px}.btn__circle{width:40px;height:40px;border-radius:50%;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;text-align:center}.btn__circle--social-media{width:60px;height:60px;color:var(--color-social-media)}.btn__circle:hover--instagram{background-color:var(--color-instagram);color:var(--color-social-media)}.btn__circle:hover--tiktok,.btn__circle:hover--facebook,.btn__circle:hover--youtube,.btn__circle:hover--linkedin{color:var(--color-background)}.btn__circle:hover--tiktok{background-color:var(--color-tiktok)}.btn__circle:hover--facebook{background-color:var(--color-facebook)}.btn__circle:hover--youtube{background-color:var(--color-youtube)}.btn__circle:hover--linkedin{background-color:var(--color-linkedin)}.btn__circle-icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;font-size:22px}.btn__circle-icon.icon--size12{font-size:12px}.btn__box{width:var(--size-btn-box);height:50px;border-radius:6px;font-weight:700;font-size:19px;line-height:24.74px;text-align:center}.btn__box.btn-small{width:var(--size-btn-box-mobile)}@media (min-width: 540px){.btn__box.btn-small{width:var(--size-btn-box)}}.btn__box-container mat-icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.form-error{font-family:var(--tent-font);color:#df6a6a;font-size:13px}.invalid{margin-bottom:10px}.top-module{width:100%;position:relative}.top-module h3{letter-spacing:2px}.top-module--btn-scroll{z-index:10;display:flex;flex-direction:column;align-items:center;gap:10px;position:absolute;z-index:2;bottom:72px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}.top-module--btn-scroll tent-button{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.top-module--btn-scroll tent-button::ng-deep .btn{width:50px;height:50px}.top-module--btn-scroll tent-button::ng-deep .btn--circle-container{padding:0}@media (min-width: 768px){.top-module--btn-scroll{bottom:120px}}@media (min-width: 1024px){.top-module--btn-scroll{left:50px;bottom:120px}.top-module--btn-scroll tent-button{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}}@media (min-width: 1280px){.top-module--btn-scroll{bottom:110px}}@media (min-width: 1680px){.top-module--btn-scroll{bottom:120px}}.top-module--btn-scroll .title--80{font-size:44px}@media (min-width: 540px){.top-module--btn-scroll .title--80{font-size:48px}}@media (min-width: 768px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1024px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1280px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1366px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1680px){.top-module--btn-scroll .title--80{font-size:80px}}.top-module--btn-scroll--label{color:#fff;font-family:var(--tent-font);font-size:14px;font-weight:700;line-height:14px;text-align:center;max-width:38px}.top-module--badge{padding-bottom:10px;width:fit-content}@media (min-width: 768px){.top-module--badge{padding-bottom:15px}}.top-module--offers{gap:0;padding-bottom:15px}@media (min-width: 768px){.top-module--offers{padding-bottom:30px}}.top-module--content{position:absolute;padding-left:20px;z-index:2;max-width:260px;top:20px}.top-module--content h3{padding-bottom:10px}@media (min-width: 540px){.top-module--content h3{padding-bottom:15px}}@media (min-width: 768px){.top-module--content h3{padding-bottom:25px}}@media (min-width: 1024px){.top-module--content h3{padding-bottom:35px}}@media (min-width: 540px){.top-module--content{padding-left:30px;max-width:372px;top:30px}}@media (min-width: 768px){.top-module--content{padding-left:40px;top:50px}}@media (min-width: 1024px){.top-module--content{padding-left:60px;top:50%;max-width:470px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width: 1280px){.top-module--content{padding-left:70px;max-width:510px}}@media (min-width: 1366px){.top-module--content{padding-left:80px}}@media (min-width: 1680px){.top-module--content{max-width:435px;padding-left:130px}}.top-module--image{position:absolute;z-index:-1;width:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;margin:0;height:calc(100vh - 90px);height:100%}@media (min-width: 540px){.top-module--image{height:calc(100vh - 110px);height:100%}}@media (min-width: 768px){.top-module--image{height:calc(100vh - 120px);height:100%}}@media (min-width: 1024px){.top-module--image{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module--image{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module--image{height:calc(100vh - 130px)}}.top-module--title{font-family:var(--tent-font);font-size:44px;font-weight:700;line-height:44px;text-align:left}@media (min-width: 540px){.top-module--title{size:48px;line-height:48px}}@media (min-width: 768px){.top-module--title{size:65px;line-height:65px}}@media (min-width: 1680px){.top-module--title{size:80px;line-height:80px}}.top-module .title--80{font-size:44px}@media (min-width: 540px){.top-module .title--80{font-size:48px}}@media (min-width: 768px){.top-module .title--80{font-size:55px}}@media (min-width: 1024px){.top-module .title--80{font-size:55px}}@media (min-width: 1280px){.top-module .title--80{font-size:60px}}@media (min-width: 1366px){.top-module .title--80{font-size:65px}}@media (min-width: 1680px){.top-module .title--80{font-size:80px}}.top-module--btn-info{padding-bottom:20px;width:fit-content}.top-module--btn-info ::ng-deep .btn{padding:0 45px}.top-module--btn-info ::ng-deep .btn--box{width:fit-content}.top-module--btn-info:hover ::ng-deep .btn{background-color:#dc572a;color:#fff;border-color:#dc572a}.top-module--promo ::ng-deep .badge{background-color:#fdd8b4;color:#693d2d}.top-module--discount ::ng-deep .badge{background-color:#fff;color:#693d2d}.top-module--nav{z-index:0;position:relative;top:-27px}.top-module--nav span{width:15px;height:15px;padding:5px;font-size:8px;border-radius:50%;cursor:pointer;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);display:flex;justify-content:center;align-items:center}.top-module--nav span:hover{background-color:#dc572a}.top-module--nav span:first-child{rotate:90deg}.top-module--nav span:last-child{rotate:-90deg}.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 178px);width:100%;background-repeat:no-repeat;background-size:cover;background-position:50% 50%}@media (min-width: 540px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 198px)}}@media (min-width: 768px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 208px)}}@media (min-width: 1024px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 130px)}}.top-module owl-carousel-o ::ng-deep .owl-dot span{border:2px solid white;width:10px;height:10px;border-radius:50%;background-color:transparent}.top-module owl-carousel-o ::ng-deep .owl-dots{margin-top:0;position:absolute;z-index:2;top:20px;right:10px}@media (min-width: 1024px){.top-module owl-carousel-o ::ng-deep .owl-dots{top:40px;right:60px}}.top-module owl-carousel-o ::ng-deep .owl-dot{position:relative;z-index:1}.top-module owl-carousel-o ::ng-deep .owl-dot span{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.top-module owl-carousel-o ::ng-deep .owl-dot.active span{background-color:#fff}.top-module owl-carousel-o ::ng-deep .owl-dot:hover span{background-color:#fff}.top-module .no-loop{pointer-events:none}.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 178px)}@media (min-width: 540px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 198px)}}@media (min-width: 768px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 208px)}}@media (min-width: 1024px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 130px)}}.top-module--gift{width:100%}.top-module--gift--slim{max-height:326px;object-fit:cover;object-position:center}@media (min-width: 768px){.top-module--gift--slim{max-height:409px}}@media (min-width: 1680px){.top-module--gift--slim{max-height:509px}}.top-module--gift--header{position:absolute;left:50%;top:50%;width:100%;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}@media (max-width: 1023px){.top-module--gift--header{display:none}}.top-module--gift--title{font-family:var(--tent-font);color:#fff;font-size:40px;font-weight:700;line-height:52px;text-align:center}@media (min-width: 1680px){.top-module--gift--title{font-size:50px;line-height:65px}}.top-module--gift--subtitle{font-family:var(--tent-font);color:#fff;font-size:18px;font-weight:700;line-height:24px;text-align:center}@media (min-width: 1680px){.top-module--gift--subtitle{font-size:20px}}.top-module--header{max-width:700px;padding:30px 10px;margin:0 auto}@media (min-width: 1024px){.top-module--header{display:none}}.top-module--header--title{font-family:var(--tent-font);font-size:40px;font-weight:700;line-height:40px;text-align:center;padding-bottom:15px}.top-module--header--subtitle{font-family:var(--tent-font);font-size:18px;font-weight:700;line-height:24px;text-align:center}.top-module .player-box{margin-top:-20px!important}\n"] }]
|
|
3752
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<section class=\"top-module module-spacer--bottom\" #module>\r\n @if (gift) { @if (title) {\r\n <header class=\"top-module--header\">\r\n @if (title) {\r\n <h1 class=\"top-module--header--title color--brown\">\r\n {{ title }}\r\n </h1>\r\n } @if (subtitle) {\r\n <p class=\"top-module--header--subtitle color--camel\">\r\n {{ subtitle }}\r\n </p>\r\n\r\n }\r\n </header>\r\n } } @if( (!video && !gift) || (!gift && !desktop)) {\r\n <div class=\"top-module--nav flex-row flex-row--between\" #nav>\r\n <span\r\n class=\"icon-pointer-down color--white\"\r\n (click)=\"prevClick()\"\r\n ></span>\r\n <span\r\n class=\"icon-pointer-down color--white\"\r\n (click)=\"nextClick()\"\r\n ></span>\r\n </div>\r\n\r\n } @if (video && desktop) {\r\n <div class=\"youtube-bg\">\r\n <div\r\n id=\"bgndVideo\"\r\n class=\"player\"\r\n [attr.data-property]=\"videoUrl\"\r\n ></div>\r\n </div>\r\n } @else if(gift) {\r\n <img\r\n class=\"top-module--gift\"\r\n [ngClass]=\"{ 'top-module--gift--slim': slim }\"\r\n [src]=\"gift.src\"\r\n [alt]=\"gift.alt\"\r\n />\r\n <div class=\"top-module--gift--header\">\r\n <h1 class=\"top-module--gift--title\">\r\n {{ title }}\r\n </h1>\r\n <p class=\"top-module--gift--subtitle\">\r\n {{ subtitle }}\r\n </p>\r\n </div>\r\n } @else if(items){\r\n <owl-carousel-o\r\n class=\"top-module--slider\"\r\n [options]=\"sliderOptions\"\r\n [ngClass]=\"{ 'no-loop': items.length < 2 }\"\r\n >\r\n @for (item of items; track $index) {\r\n <ng-template carouselSlide>\r\n <div class=\"top-module--content\">\r\n @if (item.mainBadge) {\r\n <div class=\"top-module--badge\">\r\n <tent-badge\r\n [rounded]=\"true\"\r\n [label]=\"item.mainBadge.label\"\r\n ></tent-badge>\r\n </div>\r\n } @if (item.title) {\r\n <h3 class=\"title--80 color--white\">{{ item.title }}</h3>\r\n } @if (item.badgePromo || item.badgeDiscount) {\r\n <div class=\"top-module--offers flex-row\">\r\n @if (item.badgePromo) {\r\n <tent-badge\r\n class=\"top-module--promo\"\r\n [rounded]=\"true\"\r\n [label]=\"item.badgePromo.label\"\r\n ></tent-badge>\r\n } @if (item.badgeDiscount) {\r\n <tent-badge\r\n class=\"top-module--discount\"\r\n [rounded]=\"true\"\r\n [label]=\"item.badgeDiscount.label\"\r\n ></tent-badge>\r\n }\r\n </div>\r\n } @if (item.btn) {\r\n <div class=\"top-module--btn-info\">\r\n <tent-button\r\n type=\"light-box\"\r\n [label]=\"item.btn.label\"\r\n [url]=\"item.btn.url\"\r\n [linkType]=\"item.btn.linkType!\"\r\n ></tent-button>\r\n </div>\r\n }\r\n </div>\r\n @if (item.img) {\r\n <figure\r\n class=\"top-module--image\"\r\n [lazyBackground]=\"item.img\"\r\n ></figure>\r\n }\r\n </ng-template>\r\n }\r\n </owl-carousel-o>\r\n\r\n }\r\n\r\n <div\r\n class=\"top-module--btn-scroll\"\r\n (mouseenter)=\"toggleScrollLabel()\"\r\n (mouseleave)=\"toggleScrollLabel()\"\r\n >\r\n @if (showScrollLabel && scrollLabel) {\r\n <p class=\"top-module--btn-scroll--label\">\r\n {{ scrollLabel }}\r\n </p>\r\n\r\n } @if(btnScroll.icon) {\r\n <tent-button\r\n type=\"light-circle\"\r\n [icon]=\"btnScroll.icon\"\r\n (click)=\"scrollClicked()\"\r\n name=\"tent-hotels\"\r\n ></tent-button>\r\n\r\n }\r\n </div>\r\n</section>\r\n", styles: [":root{--tent-font: \"DM Sans\", sans-serif;--color-background: #fff;--color-background-2: #fbf5f0;--color-background-3: #f6ece2;--color-background-4: #eaaa00;--color-background-5: #dc572a;--color-background-6: #7c4d3b;--color-background-6-90: rgb(124 77 59 / 90%);--color-background-7: #005f87;--color-background-8: #dab38c;--color-background-9: #c7946a;--color-title: #dab38d;--color-title-1: #693D2D;--color-title-2: rgb(105 61 45 / 90%);--color-title-4: rgb(105 61 45 / 70%);--color-title-3: #0cc2ce;--color-title-light: #fff;--color-subtitle: #c1885b;--color-subtitle-light: #fff;--color-description: #5d5d5d;--color-description-light: #fff;--color-description-brown-light: rgb(105 61 45 / 80%);--color-description-brown: rgb(105 61 45 / 100%);--color-badge: #dc572a;--color-badge-2: #fdd8b4;--color-badge-3: #dab38d;--color-badge-4: #f3e2d5;--color-badge-5: #fff;--color-badge-box: #e37955;--color-badge-box-hover: #d9603e;--color-dark-btn: rgb(124 77 58 / 70%);--color-dark-btn-hover: #7c4d3a;--color-line-dark-btn: rgb(124 77 58 / 70%);--color-line-dark-btn-hover: #dab38d;--color-dark-btn-filled: #693d2d;--color-dark-btn-filled-hover: #fff;--color-line-dark-btn-filled: #dab38d;--color-line-dark-btn-filled-hover: #dc572a;--color-light-btn: #fff;--color-light-btn-hover: #693d2d;--color-line-light-btn-hover: #dab38d;--size-icon-links: 12px;--size-btn-box: 308px;--size-btn-box-mobile: 250px;--color-link-brown-light: rgb(105 61 45 / 70%);--color-link-brown-light2: rgb(105 61 45 / 80%);--color-link-brown-dark: #693d2d;--color-social-media: #693d3d;--color-instagram: #dab38d;--color-tiktok: #ed4a73;--color-facebook: #2764c1;--color-youtube: #d9464b;--color-linkedin: #2376c9;--color-background-footer1: rgb(135 136 138 / 75%);--color-background-footer2: rgb(221 187 156 / 80%);--color-check-in: #e78a6a;--color-check-in-hover: #d9603e;--color-border-header: #e1d8d5;--color-linea-brown-light: rgb(124 77 58 / 50%);--color-linea-brown-light2: rgb(124 77 58 / 20%);--color-icon: #693E2E;--color-icon-light: : rgb(105 61 45 / 70%);--Ltransition: all cubic-bezier(.785, .135, .15, .86) 1s;--Mtransition: all cubic-bezier(.785, .135, .15, .86) .85s;--stransition-basic: all cubic-bezier(.785, .135, .15, .86) .7s;--SStransition: all cubic-bezier(.785, .135, .15, .86) .3s;--XStransition: all cubic-bezier(.785, .135, .15, .86) 0s}.link{font-family:var(--tent-font);text-decoration:none;font-size:16px;font-weight:400;color:var(--color-description);letter-spacing:0;line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;cursor:pointer}.link:after{content:\"\";width:0%;height:1px;position:absolute;bottom:-2px;left:0;background-color:var(--color-description);-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.link:hover{color:var(--color-description)}.link:hover:after{width:100%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.link--brown{color:var(--color-link-brown-light2)}.link--brown:after{background-color:var(--color-link-brown-light2)}.link--brown:hover{color:var(--color-link-brown-dark)}.link--brown:hover:after{background-color:var(--color-link-brown-dark)}.link-opacity{font-family:var(--tent-font);text-decoration:none;font-size:16px;font-weight:400;color:var(--color-description);letter-spacing:0;line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;opacity:.7;cursor:pointer}.link-opacity:hover{opacity:1}.link-regular{font-family:var(--tent-font);text-decoration:none;font-size:18px;font-weight:400;color:var(--color-description);line-height:146.1538461538%;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);position:relative;cursor:pointer}.link-regular:hover{text-decoration:underline}@media (min-width: 540px){.link-regular{font-size:20px;line-height:34px}}.text{font-family:var(--tent-font);font-size:18px;line-height:24px;color:var(--color-description);text-align:left;font-weight:400}@media (min-width: 540px){.text{font-size:20px;line-height:34px}}.text--light{color:var(--color-description-light)}.text--small,.text--18{font-size:16px}.text strong{font-weight:700}.title--18{font-weight:700;font-size:14px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--18{font-size:16px}}@media (min-width: 768px){.title--18{font-size:16px}}@media (min-width: 1024px){.title--18{font-size:18px}}@media (min-width: 1680px){.title--18{font-size:18px}}.title--24{font-weight:700;font-size:24px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--24{font-size:24px}}@media (min-width: 768px){.title--24{font-size:24px}}@media (min-width: 1024px){.title--24{font-size:24px}}@media (min-width: 1280px){.title--24{font-size:24px}}@media (min-width: 1366px){.title--24{font-size:24px}}@media (min-width: 1680px){.title--24{font-size:24px}}@media (min-width: 1800px){.title--24{font-size:24px}}.title--30{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (max-width: 374px){.title--30{font-size:24px}}.title--34{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--34{font-size:32px}}@media (min-width: 768px){.title--34{font-size:32px}}@media (min-width: 1680px){.title--34{font-size:34px}}.title--38{font-weight:700;font-size:26px;line-height:1.5;letter-spacing:0}@media (min-width: 540px){.title--38{font-size:28px}}@media (min-width: 768px){.title--38{font-size:36px}}@media (min-width: 1680px){.title--38{font-size:38px}}.title--42{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--42{font-size:32px}}@media (min-width: 768px){.title--42{font-size:42px}}@media (min-width: 1680px){.title--42{font-size:42px}}.title--54{font-weight:700;font-size:32px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--54{font-size:44px}}@media (min-width: 1680px){.title--54{font-size:54px}}.title--60{font-weight:700;font-size:32px;line-height:1.2;letter-spacing:0}@media (min-width: 540px){.title--60{font-size:44px;line-height:1}}@media (min-width: 768px){.title--60{font-size:50px}}@media (min-width: 1680px){.title--60{font-size:60px}}.title--80{font-weight:700;font-size:40px;line-height:1;letter-spacing:0}@media (min-width: 540px){.title--80{font-size:50px}}@media (min-width: 768px){.title--80{font-size:60px}}@media (min-width: 1024px){.title--80{font-size:60px}}@media (min-width: 1280px){.title--80{font-size:70px}}@media (min-width: 1366px){.title--80{font-size:70px}}@media (min-width: 1680px){.title--80{font-size:80px}}.title--100{font-weight:700;font-size:40px;line-height:1;letter-spacing:0}@media (min-width: 540px){.title--100{font-size:55px}}@media (min-width: 768px){.title--100{font-size:80px}}@media (min-width: 1024px){.title--100{font-size:80px}}@media (min-width: 1280px){.title--100{font-size:90px}}@media (min-width: 1366px){.title--100{font-size:90px}}@media (min-width: 1680px){.title--100{font-size:110px}}.subtitle{font-family:var(--tent-font);font-weight:700;font-size:24px;line-height:44px;letter-spacing:0;text-align:left;color:var(--color-subtitle)}.subtitle.light{color:var(--color-subtitle-light)}.subtitle--medium{font-weight:500;font-size:18px;line-height:1.2;color:var(--color-subtitle-light)}@media (min-width: 768px){.subtitle--medium{font-size:20px}}.bg-yellow{background-color:var(--color-background-4)}.bg-orange{background-color:var(--color-background-5)}.bg-brown{background-color:var(--color-background-6)}.bg-brown-90{background-color:var(--color-background-6-90)}.bg-blue{background-color:var(--color-background-7)}.bg-camel{background-color:var(--color-background-8)}.bg-beige{background-color:var(--color-background-3)}.bg-beige{background-color:var(--color-background-2)}.bg-white{background-color:#fff}.color--brown-dark{color:var(--color-title-1)}.color--brown{color:var(--color-title-2)}.color--brown-70{color:var(--color-title-4)}.color--camel{color:var(--color-title)}.color--white{color:#fff}.color--blue{color:var(--color-title-3)}.color--gray{color:var(--color-description)}.flex-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.flex-row--reverse{flex-direction:row-reverse}.flex-row--center{align-items:center;justify-content:center}.flex-row--between{align-items:center;justify-content:space-between}.flex-row--left{align-items:center;justify-content:flex-start}@media (max-width: 1023px){.flex-row--left{justify-content:center}}.flex-col{display:flex;flex-direction:column;flex-wrap:wrap;gap:10px}.flex-col--reverse{flex-direction:row-reverse}.flex-col--center{align-items:center;justify-content:center}.mt--0{margin-top:0}.mb--0{margin-bottom:0}.pt--0{padding-top:0}.pb--0{padding-bottom:0}.mt--10{margin-top:10px}.mb--10{margin-bottom:10px}.pt--10{padding-top:10px}.pb--10{padding-bottom:10px}.mt--20{margin-top:20px}.mb--20{margin-bottom:20px}.pt--20{padding-top:20px}.pb--20{padding-bottom:20px}.mt--25{margin-top:25px}.mb--25{margin-bottom:25px}.pt--25{padding-top:25px}.pb--25{padding-bottom:25px}.mt--30{margin-top:30px}.mb--30{margin-bottom:30px}.pt--30{padding-top:30px}.pb--30{padding-bottom:30px}.mt--40{margin-top:40px}.mb--40{margin-bottom:40px}.pt--40{padding-top:40px}.pb--40{padding-bottom:40px}.mt--50{margin-top:50px}.mb--50{margin-bottom:50px}.pt--50{padding-top:50px}.pb--50{padding-bottom:50px}.mt--60{margin-top:60px}.mb--60{margin-bottom:60px}.pt--60{padding-top:60px}.pb--60{padding-bottom:60px}.mt--70{margin-top:70px}.mb--70{margin-bottom:70px}.pt--70{padding-top:70px}.pb--70{padding-bottom:70px}.mt--80{margin-top:80px}.mb--80{margin-bottom:80px}.pt--80{padding-top:80px}.pb--80{padding-bottom:80px}.mt--90{margin-top:90px}.mb--90{margin-bottom:90px}.pt--90{padding-top:90px}.pb--90{padding-bottom:90px}.mt--100{margin-top:100px}.mb--100{margin-bottom:100px}.pt--100{padding-top:100px}.pb--100{padding-bottom:100px}.wrapper-big{max-width:100%;padding:0}@media (min-width: 540px){.wrapper-big{padding:0}}@media (min-width: 768px){.wrapper-big{padding:0}}@media (min-width: 1024px){.wrapper-big{padding:0 40px}}@media (min-width: 1280px){.wrapper-big{padding:0 20px}}@media (min-width: 1366px){.wrapper-big{padding:0 13px}}@media (min-width: 1680px){.wrapper-big{padding:0 40px}}@media (min-width: 1800px){.wrapper-big{padding:0 60px}}.wrapper-medium{max-width:100%;padding:0;min-width:-webkit-fill-available}@media (min-width: 540px){.wrapper-medium{padding:0 28px}}@media (min-width: 768px){.wrapper-medium{padding:0 45px}}@media (min-width: 1024px){.wrapper-medium{padding:0 55px}}@media (min-width: 1280px){.wrapper-medium{padding:0 59px}}@media (min-width: 1366px){.wrapper-medium{padding:0 65px}}@media (min-width: 1680px){.wrapper-medium{padding:0}}@media (min-width: 1800px){.wrapper-medium{padding:0}}.module-spacer--bottom{padding-bottom:35px}@media (min-width: 540px){.module-spacer--bottom{padding-bottom:40px}}@media (min-width: 768px){.module-spacer--bottom{padding-bottom:80px}}@media (min-width: 1680px){.module-spacer--bottom{padding-bottom:90px}}.module-spacer-small--bottom{padding-bottom:30px}@media (min-width: 540px){.module-spacer-small--bottom{padding-bottom:40px}}@media (min-width: 768px){.module-spacer-small--bottom{padding-bottom:50px}}@media (min-width: 1680px){.module-spacer-small--bottom{padding-bottom:50px}}@media (min-width: 1280px){.figure-sticky{position:sticky!important;top:8rem}}.figure-content{width:100%;aspect-ratio:1;display:flex;cursor:default;align-items:center;justify-content:center;position:relative;border-radius:.6rem;overflow:hidden}.figure-full{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;margin:0;z-index:-1}.figure-zoom figure{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.figure-zoom:hover figure{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);transform:scale(1.1)}.slider-arrows--center .owl-nav{position:absolute;top:50%;width:106%;display:flex;justify-content:space-between;margin:0;left:50%;transform:translate(-50%) translateY(-50%);z-index:-1}.slider-arrows--center .owl-nav [class*=owl-]{background-color:transparent;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.slider-arrows--center .owl-nav [class*=owl-]:hover{background-color:transparent;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);transform:scale(1.5)}.slider-circle--center .owl-nav{position:absolute;top:50%;width:calc(100% - 240px);display:flex;justify-content:space-between;margin:0;left:120px;transform:translateY(-50%)}.slider-circle--center .owl-nav [class*=owl-]{background-color:#fff;border-radius:100%;padding:4px}.slider-circle--center .owl-nav [class*=owl-]:hover{background-color:#fff}@media (max-width: 767px){.slider-circle--center .owl-nav .btn__circle{width:38px;height:38px}}.slider-circle--center--centerFull .owl-nav{width:110%;left:-5%}.btn{cursor:pointer;font-family:var(--corp-font);-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.btn__light{border:2px solid var(--color-light-btn);color:var(--color-light-btn);background-color:transparent}.btn__light:hover{border:2px solid var(--color-line-light-btn-hover);background-color:var(--color-line-light-btn-hover);color:var(--color-light-btn-hover)}.btn__dark{border:2px solid var(--color-line-dark-btn);color:var(--color-dark-btn);background-color:var(--color-background)}.btn__dark:hover{border:2px solid var(--color-line-dark-btn-hover);background-color:var(--color-line-dark-btn-hover);color:var(--color-dark-btn-hover)}.btn__dark-white{border:2px solid var(--color-line-dark-btn);color:var(--color-dark-btn);background-color:transparent}.btn__dark-white:hover{border:2px solid white;background-color:#fff;color:var(--color-dark-btn-hover)}.btn__dark-filled{border:2px solid var(--color-line-dark-btn-filled);color:var(--color-dark-btn-filled);background-color:var(--color-line-dark-btn-filled)}.btn__dark-filled:hover{border:2px solid var(--color-line-dark-btn-filled-hover);background-color:var(--color-line-dark-btn-filled-hover);color:var(--color-dark-btn-filled-hover)}.btn__white{border:2px solid white;color:var(--color-dark-btn);background-color:var(--color-background)}.btn__white:hover{border:2px solid white;background-color:#fff;color:var(--color-dark-btn-hover)}.btn__laundry{border:2px solid #005f87;color:#005f87;background-color:var(--color-background);opacity:.5}.btn__laundry:hover{background-color:#005f87;color:#fff;opacity:1}.btn__circle-container{border-radius:50%;padding:6px}.btn__circle{width:40px;height:40px;border-radius:50%;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;text-align:center}.btn__circle--social-media{width:60px;height:60px;color:var(--color-social-media)}.btn__circle:hover--instagram{background-color:var(--color-instagram);color:var(--color-social-media)}.btn__circle:hover--tiktok,.btn__circle:hover--facebook,.btn__circle:hover--youtube,.btn__circle:hover--linkedin{color:var(--color-background)}.btn__circle:hover--tiktok{background-color:var(--color-tiktok)}.btn__circle:hover--facebook{background-color:var(--color-facebook)}.btn__circle:hover--youtube{background-color:var(--color-youtube)}.btn__circle:hover--linkedin{background-color:var(--color-linkedin)}.btn__circle-icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;font-size:22px}.btn__circle-icon.icon--size12{font-size:12px}.btn__box{width:var(--size-btn-box);height:50px;border-radius:6px;font-weight:700;font-size:19px;line-height:24.74px;text-align:center}.btn__box.btn-small{width:var(--size-btn-box-mobile)}@media (min-width: 540px){.btn__box.btn-small{width:var(--size-btn-box)}}.btn__box-container mat-icon{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.form-error{font-family:var(--tent-font);color:#df6a6a;font-size:13px}.invalid{margin-bottom:10px}.top-module{width:100%;position:relative}.top-module h3{letter-spacing:2px}.top-module--btn-scroll{z-index:10;display:flex;flex-direction:column;align-items:center;gap:10px;position:absolute;z-index:2;bottom:72px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}.top-module--btn-scroll tent-button{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.top-module--btn-scroll tent-button::ng-deep .btn{width:50px;height:50px}.top-module--btn-scroll tent-button::ng-deep .btn--circle-container{padding:0}@media (min-width: 768px){.top-module--btn-scroll{bottom:120px}}@media (min-width: 1024px){.top-module--btn-scroll{left:50px;bottom:120px}.top-module--btn-scroll tent-button{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}}@media (min-width: 1280px){.top-module--btn-scroll{bottom:110px}}@media (min-width: 1680px){.top-module--btn-scroll{bottom:120px}}.top-module--btn-scroll .title--80{font-size:44px}@media (min-width: 540px){.top-module--btn-scroll .title--80{font-size:48px}}@media (min-width: 768px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1024px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1280px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1366px){.top-module--btn-scroll .title--80{font-size:65px}}@media (min-width: 1680px){.top-module--btn-scroll .title--80{font-size:80px}}.top-module--btn-scroll--label{color:#fff;font-family:var(--tent-font);font-size:14px;font-weight:700;line-height:14px;text-align:center;max-width:38px}.top-module--badge{padding-bottom:10px;width:fit-content}@media (min-width: 768px){.top-module--badge{padding-bottom:15px}}.top-module--offers{gap:0;padding-bottom:15px}@media (min-width: 768px){.top-module--offers{padding-bottom:30px}}.top-module--content{position:absolute;padding-left:20px;z-index:2;max-width:260px;top:20px}.top-module--content h3{padding-bottom:10px}@media (min-width: 540px){.top-module--content h3{padding-bottom:15px}}@media (min-width: 768px){.top-module--content h3{padding-bottom:25px}}@media (min-width: 1024px){.top-module--content h3{padding-bottom:35px}}@media (min-width: 540px){.top-module--content{padding-left:30px;max-width:372px;top:30px}}@media (min-width: 768px){.top-module--content{padding-left:40px;top:50px}}@media (min-width: 1024px){.top-module--content{padding-left:60px;top:50%;max-width:470px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width: 1280px){.top-module--content{padding-left:70px;max-width:510px}}@media (min-width: 1366px){.top-module--content{padding-left:80px}}@media (min-width: 1680px){.top-module--content{max-width:435px;padding-left:130px}}.top-module--image{position:absolute;z-index:-1;width:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;margin:0;height:calc(100vh - 90px);height:100%}@media (min-width: 540px){.top-module--image{height:calc(100vh - 110px);height:100%}}@media (min-width: 768px){.top-module--image{height:calc(100vh - 120px);height:100%}}@media (min-width: 1024px){.top-module--image{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module--image{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module--image{height:calc(100vh - 130px)}}.top-module--title{font-family:var(--tent-font);font-size:44px;font-weight:700;line-height:44px;text-align:left}@media (min-width: 540px){.top-module--title{size:48px;line-height:48px}}@media (min-width: 768px){.top-module--title{size:65px;line-height:65px}}@media (min-width: 1680px){.top-module--title{size:80px;line-height:80px}}.top-module .title--80{font-size:44px}@media (min-width: 540px){.top-module .title--80{font-size:48px}}@media (min-width: 768px){.top-module .title--80{font-size:55px}}@media (min-width: 1024px){.top-module .title--80{font-size:55px}}@media (min-width: 1280px){.top-module .title--80{font-size:60px}}@media (min-width: 1366px){.top-module .title--80{font-size:65px}}@media (min-width: 1680px){.top-module .title--80{font-size:80px}}.top-module--btn-info{padding-bottom:20px;width:fit-content}.top-module--btn-info ::ng-deep .btn{padding:0 45px}.top-module--btn-info ::ng-deep .btn--box{width:fit-content}.top-module--btn-info:hover ::ng-deep .btn{background-color:#dc572a;color:#fff;border-color:#dc572a}.top-module--promo ::ng-deep .badge{background-color:#fdd8b4;color:#693d2d}.top-module--discount ::ng-deep .badge{background-color:#fff;color:#693d2d}.top-module--nav{z-index:0;position:relative;top:-27px}.top-module--nav span{width:15px;height:15px;padding:5px;font-size:8px;border-radius:50%;cursor:pointer;-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic);display:flex;justify-content:center;align-items:center}.top-module--nav span:hover{background-color:#dc572a}.top-module--nav span:first-child{rotate:90deg}.top-module--nav span:last-child{rotate:-90deg}.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 178px);width:100%;background-repeat:no-repeat;background-size:cover;background-position:50% 50%}@media (min-width: 540px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 198px)}}@media (min-width: 768px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 208px)}}@media (min-width: 1024px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module owl-carousel-o ::ng-deep .owl-item{height:calc(100vh - 130px)}}.top-module owl-carousel-o ::ng-deep .owl-dot span{border:2px solid white;width:10px;height:10px;border-radius:50%;background-color:transparent}.top-module owl-carousel-o ::ng-deep .owl-dots{margin-top:0;position:absolute;z-index:2;top:20px;right:10px}@media (min-width: 1024px){.top-module owl-carousel-o ::ng-deep .owl-dots{top:40px;right:60px}}.top-module owl-carousel-o ::ng-deep .owl-dot{position:relative;z-index:1}.top-module owl-carousel-o ::ng-deep .owl-dot span{-webkit-transition:var(--stransition-basic);-moz-transition:var(--stransition-basic);-ms-transition:var(--stransition-basic);-o-transition:var(--stransition-basic);transition:var(--stransition-basic)}.top-module owl-carousel-o ::ng-deep .owl-dot.active span{background-color:#fff}.top-module owl-carousel-o ::ng-deep .owl-dot:hover span{background-color:#fff}.top-module .no-loop{pointer-events:none}.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 178px)}@media (min-width: 540px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 198px)}}@media (min-width: 768px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 208px)}}@media (min-width: 1024px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 110px)}}@media (min-width: 1680px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 120px)}}@media (min-width: 1800px){.top-module .youtube-bg,.top-module--gift{height:calc(100vh - 130px)}}.top-module--gift{width:100%;object-fit:cover;object-position:center}.top-module--gift--slim{max-height:326px}@media (min-width: 768px){.top-module--gift--slim{max-height:409px}}@media (min-width: 1680px){.top-module--gift--slim{max-height:509px}}.top-module--gift--header{position:absolute;left:50%;top:50%;width:100%;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}@media (max-width: 1023px){.top-module--gift--header{display:none}}.top-module--gift--title{font-family:var(--tent-font);color:#fff;font-size:40px;font-weight:700;line-height:52px;text-align:center}@media (min-width: 1680px){.top-module--gift--title{font-size:50px;line-height:65px}}.top-module--gift--subtitle{font-family:var(--tent-font);color:#fff;font-size:18px;font-weight:700;line-height:24px;text-align:center}@media (min-width: 1680px){.top-module--gift--subtitle{font-size:20px}}.top-module--header{max-width:700px;padding:30px 10px;margin:0 auto}@media (min-width: 1024px){.top-module--header{display:none}}.top-module--header--title{font-family:var(--tent-font);font-size:40px;font-weight:700;line-height:40px;text-align:center;padding-bottom:15px}.top-module--header--subtitle{font-family:var(--tent-font);font-size:18px;font-weight:700;line-height:24px;text-align:center}.top-module .player-box{margin-top:-20px!important}\n"] }]
|
|
3753
3753
|
}], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i1$2.DomSanitizer }], propDecorators: { carousel: [{
|
|
3754
3754
|
type: ViewChild,
|
|
3755
3755
|
args: [CarouselComponent]
|