{"version":3,"file":"index.3442fcdc.js","sources":["../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/cards/card-simple/constants.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/cards/card-simple/views/desktop/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/cards/card-simple/views/desktop/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/cards/card-simple/views/mobile/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/cards/card-simple/views/mobile/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/cards/card-simple/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/carousels/carousel-card-simple/views/desktop/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/carousels/carousel-card-simple/views/desktop/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/carousels/carousel-card-simple/views/mobile/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/carousels/carousel-card-simple/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/carousels/carousel-header/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/carousels/carousel-header/views/desktop/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/carousels/carousel-header/views/desktop/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/carousels/carousel-header/views/mobile/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/carousels/carousel-header/views/mobile/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/carousels/carousel-header/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/comarketing/views/desktop/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/comarketing/views/desktop/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/comarketing/views/mobile/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/comarketing/views/mobile/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/comarketing/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/features/views/mobile/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/features/views/mobile/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/features/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/helpers/wrappers/packages/text-html-collapse/converter.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/text-html-collapse/views/desktop/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/text-html-collapse/views/desktop/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/text-html-collapse/wrappers/packages/views/desktop/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/text-html-collapse/wrappers/packages/views/desktop/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/text-html-collapse/wrappers/packages/views/mobile/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/text-html-collapse/wrappers/packages/views/mobile/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/text-html-collapse/wrappers/packages/index.js","../../../../../../../src/components/advantages-packages/views/desktop/styled.ts","../../../../../../../src/components/advantages-packages/views/desktop/index.tsx","../../../../../../../src/components/advantages-packages/views/mobile/styled.ts","../../../../../../../src/components/advantages-packages/views/mobile/index.tsx","../../../../../../../src/components/advantages-packages/index.tsx","../../../../../../../src/pages/packages/home/renders/styledDsk.tsx","../../../../../../../src/pages/packages/home/renders/desktop.tsx","../../../../../../../src/pages/packages/home/views/desktop/converter.ts","../../../../../../../src/pages/packages/home/views/desktop/index.tsx","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/banners/banners/views/desktop/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/banners/banners/views/desktop/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/banners/banners/views/mobile/styled.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/banners/banners/views/mobile/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/banners/banners/index.js","../../../../../../../node_modules/@babylon/ui-kit/dist/helpers/wrappers/packages/features/converter.js","../../../../../../../node_modules/@babylon/ui-kit/dist/components/common/others/features/wrappers/packages/index.js","../../../../../../../src/pages/packages/home/renders/mobile.tsx","../../../../../../../src/pages/packages/home/views/mobile/styled.ts","../../../../../../../src/pages/packages/home/views/mobile/index.tsx","../../../../../../../src/pages/packages/home/index.tsx","../../../../../../../src/sites/logitravel/bundles/home/utils.ts","../../../../../../../src/sites/logitravel/bundles/home/index.tsx"],"sourcesContent":["export const CARD_SIMPLE_CONSTANTS = {\n DEFAULT_IMAGE: 'https://cdn.logitravel.com/comun/images/lineas/generica_1280x960.jpg'\n};\n\n//# sourceMappingURL=constants.js.map","import styled from \"styled-components\";\nimport InnerMarkdownHTML from \"../../../../../base/text/inner-markdown-HTML/index.js\";\nimport { BoxShadowWithHover } from \"../../../../../../styles/common/mixins/box-shadow.styled.js\";\nimport { FlexMixin, FontMixin } from \"../../../../../../styles/common/mixins/helpers.styled.js\";\nimport { BorderRadius } from \"../../../../../../styles/common/mixins/logical.styled.js\";\nexport const CardSimpleWrapperDesktop = styled.div.withConfig({\n displayName: \"styled__CardSimpleWrapperDesktop\",\n componentId: \"sc-6e61ac4e-0\"\n})`\n\t${BorderRadius({\n all: '4px'\n})}\n\t${BoxShadowWithHover}\n\toverflow: hidden;\n\tposition: relative;\n\ttransition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 0.1);\n\twidth: 100%;\n\n\t& > figure > img {\n\t\t${({ $height ='250' })=>`height:${$height}px`};\n\t\tobject-fit: cover;\n\t\twidth: 100%;\n\t}\n`;\nexport const CardSimpleContentDesktop = styled.a.withConfig({\n displayName: \"styled__CardSimpleContentDesktop\",\n componentId: \"sc-6e61ac4e-1\"\n})`\n\t${BorderRadius({\n all: '4px'\n})}\n\t${FlexMixin({\n align: 'center',\n direction: 'column',\n justify: 'center'\n})}\n\tbackground-color: ${({ theme })=>theme.colors.black.low};\n\tbottom: 0;\n\tleft: 0;\n\tpadding: 12px;\n\tposition: absolute;\n\tright: 0;\n\ttop: 0;\n`;\nexport const CardSimpleTitleDesktop = styled(InnerMarkdownHTML).withConfig({\n displayName: \"styled__CardSimpleTitleDesktop\",\n componentId: \"sc-6e61ac4e-2\"\n})`\n\t${FontMixin({\n size: 'large',\n weight: 'medium',\n height: 'large'\n})}\n\tcolor: ${({ theme })=>theme.colors.white.base};\n\tmargin: 0;\n\ttext-align: center;\n\ttext-transform: uppercase;\n\tpadding: 8px 12px;\n\tborder: 1px solid ${({ theme })=>theme.colors.white.base};\n\tborder-radius: 4px;\n\tmargin-bottom: 8px;\n`;\nexport const CardSimpleSubtitleDesktop = styled(InnerMarkdownHTML).withConfig({\n displayName: \"styled__CardSimpleSubtitleDesktop\",\n componentId: \"sc-6e61ac4e-3\"\n})`\n\t${FontMixin({\n size: 'base',\n weight: 'regular',\n height: 'medium'\n})}\n\tcolor: ${({ theme })=>theme.colors.white.base};\n\tmargin: 0;\n\tpadding: 8px 0;\n\ttext-align: center;\n`;\nexport const CardSimpleFromDesktop = styled.span.withConfig({\n displayName: \"styled__CardSimpleFromDesktop\",\n componentId: \"sc-6e61ac4e-4\"\n})`\n\t${FontMixin({\n size: 'medium',\n weight: 'regular',\n height: 'small'\n})}\n\tcolor: ${({ theme })=>theme.colors.white.base};\n`;\nexport const CardSimplePriceDesktop = styled.div.withConfig({\n displayName: \"styled__CardSimplePriceDesktop\",\n componentId: \"sc-6e61ac4e-5\"\n})`\n\t& > .price {\n\t\t${FontMixin({\n size: 'largest',\n weight: 'medium',\n height: 'largest'\n})}\n\t\tcolor: ${({ theme })=>theme.colors.white.base};\n\t\tmargin: 0;\n\t}\n\n\t& > .currency {\n\t\t${FontMixin({\n size: 'larger',\n weight: 'medium',\n height: 'medium'\n})}\n\t\tcolor: ${({ theme })=>theme.colors.white.base};\n\t\tmargin: 0;\n\t}\n`;\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from \"react/jsx-runtime\";\nimport { useContext } from \"react\";\nimport Image from \"../../../../../base/multimedia/image/index.js\";\nimport contextBabylon from \"../../../../../../context/index.js\";\nimport { getCurrencySymbol } from \"../../../../../../helpers/currency/index.js\";\nimport { nullsToUndefined } from \"../../../../../../helpers/null.js\";\nimport { CARD_SIMPLE_CONSTANTS } from \"../../constants.js\";\nimport * as S from \"./styled.js\";\nconst CardSimpleDesktop = ({ title ='' , subtitle , price , image , link , config , height , className })=>{\n const { Currency } = useContext(contextBabylon);\n const { alternative } = image ?? {};\n return /*#__PURE__*/ _jsxs(S.CardSimpleWrapperDesktop, {\n \"data-testid\": \"CardSimpleDesktop\",\n $height: height,\n className: className,\n children: [\n /*#__PURE__*/ _jsx(Image, {\n resize: {\n width: 350,\n height: 250,\n quality: 85\n },\n ...image,\n alternative: alternative ? alternative : CARD_SIMPLE_CONSTANTS.DEFAULT_IMAGE\n }),\n /*#__PURE__*/ _jsxs(S.CardSimpleContentDesktop, {\n ...nullsToUndefined(link),\n children: [\n title && /*#__PURE__*/ _jsx(S.CardSimpleTitleDesktop, {\n content: title\n }),\n subtitle && /*#__PURE__*/ _jsx(S.CardSimpleSubtitleDesktop, {\n content: subtitle\n }),\n !!price && /*#__PURE__*/ _jsxs(_Fragment, {\n children: [\n /*#__PURE__*/ _jsx(S.CardSimpleFromDesktop, {\n children: config?.literals?.from\n }),\n /*#__PURE__*/ _jsxs(S.CardSimplePriceDesktop, {\n children: [\n /*#__PURE__*/ _jsx(\"span\", {\n className: \"price\",\n children: Math.floor(price)\n }),\n /*#__PURE__*/ _jsx(\"span\", {\n className: \"currency\",\n children: getCurrencySymbol(Currency)\n })\n ]\n })\n ]\n })\n ]\n })\n ]\n });\n};\nexport default CardSimpleDesktop;\n\n//# sourceMappingURL=index.js.map","import styled from \"styled-components\";\nimport InnerMarkdownHTML from \"../../../../../base/text/inner-markdown-HTML/index.js\";\nimport { FlexMixin, FontMixin } from \"../../../../../../styles/common/mixins/helpers.styled.js\";\nexport const CardSimpleWrapperMobile = styled.div.withConfig({\n displayName: \"styled__CardSimpleWrapperMobile\",\n componentId: \"sc-a4b4b81d-0\"\n})`\n\tposition: relative;\n\ttransition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 0.1);\n\twidth: 100%;\n\n\t& > figure {\n\t\theight: fit-content;\n\n\t\timg {\n\t\t\tobject-fit: cover;\n\t\t\t${({ $height ='250px' })=>`height:${$height}`};\n\t\t}\n\t}\n`;\nexport const CardSimpleContentMobile = styled.a.withConfig({\n displayName: \"styled__CardSimpleContentMobile\",\n componentId: \"sc-a4b4b81d-1\"\n})`\n\t${FlexMixin({\n align: 'center',\n direction: 'column',\n justify: 'center'\n})}\n\tbackground-color: ${({ theme })=>theme.colors.black.low};\n\tbottom: 0;\n\tleft: 0;\n\tpadding: 12px;\n\tposition: absolute;\n\tright: 0;\n\ttop: 0;\n`;\nexport const CardSimpleTitleMobile = styled(InnerMarkdownHTML).withConfig({\n displayName: \"styled__CardSimpleTitleMobile\",\n componentId: \"sc-a4b4b81d-2\"\n})`\n\t${FontMixin({\n size: 'medium',\n weight: 'medium',\n height: 'large'\n})}\n\tcolor: ${({ theme })=>theme.colors.white.base};\n\tmargin: 0;\n\ttext-align: center;\n\ttext-transform: uppercase;\n\tpadding: 4px 8px;\n\tborder: 1px solid ${({ theme })=>theme.colors.white.base};\n\tborder-radius: 4px;\n\tmargin-bottom: 8px;\n`;\nexport const CardSimpleSubtitleMobile = styled(InnerMarkdownHTML).withConfig({\n displayName: \"styled__CardSimpleSubtitleMobile\",\n componentId: \"sc-a4b4b81d-3\"\n})`\n\t${FontMixin({\n size: 'medium',\n weight: 'light',\n height: 'medium'\n})}\n\tcolor: ${({ theme })=>theme.colors.white.base};\n\tmargin: 0;\n\tpadding: 8px 0;\n\ttext-align: center;\n`;\nexport const CardSimpleFromMobile = styled.span.withConfig({\n displayName: \"styled__CardSimpleFromMobile\",\n componentId: \"sc-a4b4b81d-4\"\n})`\n\t${FontMixin({\n size: 'medium',\n weight: 'regular',\n height: 'small'\n})}\n\tcolor: ${({ theme })=>theme.colors.white.base};\n`;\nexport const CardSimplePriceMobile = styled.div.withConfig({\n displayName: \"styled__CardSimplePriceMobile\",\n componentId: \"sc-a4b4b81d-5\"\n})`\n\t& > .price {\n\t\t${FontMixin({\n size: 'larger',\n weight: 'medium',\n height: 'largest'\n})}\n\t\tcolor: ${({ theme })=>theme.colors.white.base};\n\t\tmargin: 0;\n\t}\n\n\t& > .currency {\n\t\t${FontMixin({\n size: 'larger',\n weight: 'medium',\n height: 'medium'\n})}\n\t\tcolor: ${({ theme })=>theme.colors.white.base};\n\t\tmargin: 0;\n\t}\n`;\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from \"react/jsx-runtime\";\nimport { useContext } from \"react\";\nimport Image from \"../../../../../base/multimedia/image/index.js\";\nimport contextBabylon from \"../../../../../../context/index.js\";\nimport { getCurrencySymbol } from \"../../../../../../helpers/currency/index.js\";\nimport { nullsToUndefined } from \"../../../../../../helpers/null.js\";\nimport { CARD_SIMPLE_CONSTANTS } from \"../../constants.js\";\nimport * as S from \"./styled.js\";\nconst CardSimpleMobile = ({ title ='' , subtitle , price , image , link , config , height , width , className })=>{\n const { Currency } = useContext(contextBabylon);\n const { alternative } = image ?? {};\n return /*#__PURE__*/ _jsxs(S.CardSimpleWrapperMobile, {\n \"data-testid\": \"CardSimpleMobile\",\n $height: height,\n $width: width,\n className: className,\n children: [\n /*#__PURE__*/ _jsx(Image, {\n ...image,\n alternative: alternative ? alternative : CARD_SIMPLE_CONSTANTS.DEFAULT_IMAGE\n }),\n /*#__PURE__*/ _jsxs(S.CardSimpleContentMobile, {\n ...nullsToUndefined(link),\n children: [\n title && /*#__PURE__*/ _jsx(S.CardSimpleTitleMobile, {\n content: title\n }),\n subtitle && /*#__PURE__*/ _jsx(S.CardSimpleSubtitleMobile, {\n content: subtitle\n }),\n !!price && /*#__PURE__*/ _jsxs(_Fragment, {\n children: [\n /*#__PURE__*/ _jsx(S.CardSimpleFromMobile, {\n children: config?.literals?.from\n }),\n /*#__PURE__*/ _jsxs(S.CardSimplePriceMobile, {\n children: [\n /*#__PURE__*/ _jsx(\"span\", {\n className: \"price\",\n children: price\n }),\n /*#__PURE__*/ _jsx(\"span\", {\n className: \"currency\",\n children: getCurrencySymbol(Currency)\n })\n ]\n })\n ]\n })\n ]\n })\n ]\n });\n};\nexport default CardSimpleMobile;\n\n//# sourceMappingURL=index.js.map","import { generateViewsComponent } from \"../../../../helpers/views.js\";\nimport CardSimpleDesktop from \"./views/desktop/index.js\";\nimport CardSimpleMobile from \"./views/mobile/index.js\";\nexport const CardSimple = generateViewsComponent(CardSimpleDesktop, CardSimpleMobile);\nexport default CardSimple;\n\n//# sourceMappingURL=index.js.map","import styled from \"styled-components\";\nimport { CardSimpleWrapperDesktop } from \"../../../../cards/card-simple/views/desktop/styled.js\";\nimport Slider from \"../../../../../structures/others/slider/index.js\";\nexport const CarouselCardSimpleContainer = styled.div.withConfig({\n displayName: \"styled__CarouselCardSimpleContainer\",\n componentId: \"sc-b262d6da-0\"\n})``;\nexport const CarouselCardSimpleSlider = styled(Slider).withConfig({\n displayName: \"styled__CarouselCardSimpleSlider\",\n componentId: \"sc-b262d6da-1\"\n})`\n\t&.carousel-card-simple-slider-secondary {\n\t\t${CardSimpleWrapperDesktop} {\n\t\t\t& img {\n\t\t\t\theight: 176px;\n\t\t\t}\n\n\t\t\t& > a {\n\t\t\t\tbackground-color: ${({ theme })=>theme.colors.black.high};\n\t\t\t}\n\t\t}\n\t}\n\n\t.splide__arrows {\n\t\tleft: -22px;\n\t\tright: -22px;\n\t\twidth: calc(100% + 44px);\n\t}\n`;\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Children } from \"react\";\nimport { useTheme } from \"styled-components\";\nimport Title from \"../../../../../base/text/title/index.js\";\nimport CardSimple from \"../../../../cards/card-simple/index.js\";\nimport * as S from \"./styled.js\";\nconst CarouselCardSimpleDesktop = ({ props })=>{\n const { title , config , items =[] , variant ='default' } = props;\n const theme = useTheme();\n const slider = {\n breakpoints: {\n [theme.breakpoints.xxl]: {\n perPage: 4,\n perMove: 4\n },\n [theme.breakpoints.xl]: {\n perPage: 3,\n perMove: 3\n },\n [theme.breakpoints.lg]: {\n perPage: 2,\n perMove: 2\n }\n },\n arrows: config?.hasNavigation,\n gap: 12,\n pagination: config?.hasPagination,\n perMove: 4,\n perPage: 4,\n paginationVariant: 'bottom'\n };\n return /*#__PURE__*/ _jsxs(S.CarouselCardSimpleContainer, {\n \"data-testid\": \"CarouselCardSimpleDesktop\",\n children: [\n title && /*#__PURE__*/ _jsx(Title, {\n ...title\n }),\n /*#__PURE__*/ _jsx(S.CarouselCardSimpleSlider, {\n ...slider,\n className: `carousel-card-simple-slider-${variant}`,\n children: Children.toArray(items.map((item)=>{\n const image = {\n ...item.image,\n ...config?.resize\n };\n const literals = {\n ...item.config?.literals,\n ...config?.literals\n };\n return /*#__PURE__*/ _jsx(CardSimple, {\n ...item,\n image: image,\n config: {\n ...item.config,\n literals\n }\n });\n }))\n })\n ]\n });\n};\nexport default CarouselCardSimpleDesktop;\n\n//# sourceMappingURL=index.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Children } from \"react\";\nimport Title from \"../../../../../base/text/title/index.js\";\nimport CardSimple from \"../../../../cards/card-simple/index.js\";\nimport ScrollHorizontal from \"../../../../../structures/others/scroll-horizontal/index.js\";\nconst CarouselCardSimpleMobile = ({ props })=>{\n const { title , config , items =[] } = props;\n return /*#__PURE__*/ _jsxs(\"div\", {\n \"data-testid\": \"CarouselCardSimpleMobile\",\n children: [\n title && /*#__PURE__*/ _jsx(Title, {\n ...title\n }),\n /*#__PURE__*/ _jsx(ScrollHorizontal, {\n children: Children.toArray(items.map((item)=>{\n const image = {\n ...item.image,\n ...config?.resize\n };\n const literals = {\n ...item.config?.literals,\n ...config?.literals\n };\n return /*#__PURE__*/ _jsx(CardSimple, {\n ...item,\n image: image,\n config: {\n ...item.config,\n literals\n }\n });\n }))\n })\n ]\n });\n};\nexport default CarouselCardSimpleMobile;\n\n//# sourceMappingURL=index.js.map","import { generateViewsComponent } from \"../../../../helpers/views.js\";\nimport CarouselCardSimpleDesktop from \"./views/desktop/index.js\";\nimport CarouselCardSimpleMobile from \"./views/mobile/index.js\";\nexport const CarouselCardSimple = generateViewsComponent(CarouselCardSimpleDesktop, CarouselCardSimpleMobile);\nexport default CarouselCardSimple;\n\n//# sourceMappingURL=index.js.map","import styled from \"styled-components\";\nimport Slider from \"../../../structures/others/slider/index.js\";\nexport const CarouselHeaderBlock = styled.div.withConfig({\n displayName: \"styled__CarouselHeaderBlock\",\n componentId: \"sc-1c85cb6f-0\"\n})`\n\toverflow: hidden;\n\tmax-width: 1920px;\n\tmargin: 0 auto;\n`;\nexport const CarouselHeaderSlider = styled(Slider).withConfig({\n displayName: \"styled__CarouselHeaderSlider\",\n componentId: \"sc-1c85cb6f-1\"\n})`\n\tposition: relative;\n\theight: 375px;\n\n\t.splide__track {\n\t\theight: 100%;\n\t}\n\n\t.splide__slide {\n\t\ta,\n\t\tfigure,\n\t\timg {\n\t\t\theight: 100%;\n\t\t}\n\t\timg {\n\t\t\tmin-width: 100%;\n\t\t\tmax-width: 100%;\n\t\t\twidth: 1920px;\n\t\t\theight: 100%;\n\t\t\tobject-fit: cover;\n\t\t\tobject-position: center;\n\t\t}\n\t}\n`;\n\n//# sourceMappingURL=styled.js.map","import styled, { css } from \"styled-components\";\nimport { CarouselHeaderSlider } from \"../../styled.js\";\nexport const CarouselHeaderDesktopSlider = styled(CarouselHeaderSlider).withConfig({\n displayName: \"styled__CarouselHeaderDesktopSlider\",\n componentId: \"sc-40f01149-0\"\n})`\n\t${({ $uniqueImage })=>$uniqueImage && css`\n\t\t\t.splide__arrows {\n\t\t\t\t.splide__arrow {\n\t\t\t\t\tz-index: 1;\n\t\t\t\t\tfont-size: 52px;\n\t\t\t\t\tbackground-color: ${({ theme })=>theme.colors.white.lower};\n\t\t\t\t\tcolor: ${({ theme })=>theme.colors.primary.base};\n\t\t\t\t\theight: 84px;\n\t\t\t\t\twidth: 64px;\n\n\t\t\t\t\t&.splide__arrow--prev {\n\t\t\t\t\t\tborder-radius: 0 ${({ theme })=>theme.border.radius.rounded}\n\t\t\t\t\t\t\t${({ theme })=>theme.border.radius.rounded} 0;\n\t\t\t\t\t\tleft: 0;\n\t\t\t\t\t}\n\n\t\t\t\t\t&.splide__arrow--next {\n\t\t\t\t\t\tborder-radius: ${({ theme })=>theme.border.radius.rounded} 0 0\n\t\t\t\t\t\t\t${({ theme })=>theme.border.radius.rounded};\n\t\t\t\t\t\tright: 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t`}\n`;\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport { Children } from \"react\";\nimport Image from \"../../../../../base/multimedia/image/index.js\";\nimport * as SS from \"../../styled.js\";\nimport * as S from \"./styled.js\";\nconst DesktopCarouselHeader = ({ props: { items , rewind =true } , className , name: _name , componentClass: _componentClass , version: _version , ...rest })=>{\n const isNotUniqueImage = items.length > 1;\n return /*#__PURE__*/ _jsx(SS.CarouselHeaderBlock, {\n \"data-testid\": \"CarouselHeaderBlock\",\n className: className,\n ...rest,\n children: /*#__PURE__*/ _jsx(S.CarouselHeaderDesktopSlider, {\n type: \"fade\",\n autoplay: true,\n rewind: rewind,\n pauseOnHover: false,\n pauseOnFocus: false,\n pagination: isNotUniqueImage,\n $uniqueImage: isNotUniqueImage,\n PrevArrow: isNotUniqueImage && /*#__PURE__*/ _jsx(\"i\", {\n className: \"nico-angle-left\"\n }),\n NextArrow: isNotUniqueImage && /*#__PURE__*/ _jsx(\"i\", {\n className: \"nico-angle-right\"\n }),\n children: Children.toArray(items.map((item, index)=>/*#__PURE__*/ _jsx(Image, {\n resize: {\n width: 1920,\n height: 375\n },\n width: 1920,\n height: 375,\n isLazy: index > 0 ? true : false,\n ...item,\n \"data-testid\": \"CarouselHeaderImage\"\n })))\n })\n });\n};\nexport default DesktopCarouselHeader;\n\n//# sourceMappingURL=index.js.map","import styled from \"styled-components\";\nimport { CarouselHeaderSlider } from \"../../styled.js\";\nexport const CarouselHeaderMobileSlider = styled(CarouselHeaderSlider).withConfig({\n displayName: \"styled__CarouselHeaderMobileSlider\",\n componentId: \"sc-e15f6406-0\"\n})`\n\theight: auto;\n\n\t.splide__pagination {\n\t\ttop: ${({ $variant })=>$variant === 'top' ? '20px' : 'auto'};\n\t\tbottom: ${({ $variant })=>$variant === 'top' ? 'auto' : '10px'};\n\t}\n`;\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Children } from \"react\";\nimport Image from \"../../../../../base/multimedia/image/index.js\";\nimport { Title } from \"../../../../../base/text/title/index.js\";\nimport * as SS from \"../../styled.js\";\nimport * as S from \"./styled.js\";\nconst MobileCarouselHeader = ({ props: { items , config , title , variant } , className , ...rest })=>/*#__PURE__*/ _jsxs(SS.CarouselHeaderBlock, {\n \"data-testid\": \"CarouselHeaderBlock\",\n className: className,\n ...rest,\n children: [\n title && /*#__PURE__*/ _jsx(Title, {\n ...title\n }),\n /*#__PURE__*/ _jsx(S.CarouselHeaderMobileSlider, {\n type: \"fade\",\n autoplay: true,\n rewind: true,\n pauseOnHover: false,\n pauseOnFocus: false,\n arrows: config.hasNavigation,\n pagination: config.hasPagination,\n $variant: variant,\n children: Children.toArray(items.map((item, index)=>/*#__PURE__*/ _jsx(Image, {\n resize: {\n width: config.image.resize.width,\n height: config.image.resize.height,\n quality: config.image.resize.quality\n },\n width: config.image.resize.width,\n height: config.image.resize.height,\n isLazy: index > 0 ? true : false,\n ...item,\n \"data-testid\": \"CarouselHeaderImage\"\n })))\n })\n ]\n });\nexport default MobileCarouselHeader;\n\n//# sourceMappingURL=index.js.map","import { generateViewsComponent } from \"../../../../helpers/views.js\";\nimport DesktopCarouselHeader from \"./views/desktop/index.js\";\nimport MobileCarouselHeader from \"./views/mobile/index.js\";\nexport const CarouselHeader = generateViewsComponent(DesktopCarouselHeader, MobileCarouselHeader);\nexport default CarouselHeader;\n\n//# sourceMappingURL=index.js.map","import styled from \"styled-components\";\nimport Image from \"../../../../../base/multimedia/image/index.js\";\nimport { BoxShadow, BoxShadowHover } from \"../../../../../../styles/common/mixins/box-shadow.styled.js\";\nimport { FlexMixin } from \"../../../../../../styles/common/mixins/helpers.styled.js\";\nexport const ComarketingWrapper = styled.div.withConfig({\n displayName: \"styled__ComarketingWrapper\",\n componentId: \"sc-22796757-0\"\n})`\n\t${FlexMixin({\n justify: 'space-between'\n})}\n\n\t${({ theme })=>theme.media.down('lg')} {\n\t\t${FlexMixin({\n direction: 'column'\n})}\n\t}\n\n\t&:only-child {\n\t\t${FlexMixin({\n justify: 'center'\n})}\n\t}\n`;\nexport const ComarketingImage = styled(Image).withConfig({\n displayName: \"styled__ComarketingImage\",\n componentId: \"sc-22796757-1\"\n})`\n\t${BoxShadow}\n\t${BoxShadowHover}\n\n & img {\n\t\theight: auto;\n\t\twidth: 100%;\n\t}\n\n\t${({ theme })=>theme.media.down('lg')} {\n\t\tmargin-bottom: 20px;\n\t\tmargin-right: 0;\n\t}\n\n\t${({ theme })=>theme.media.up('lg')} {\n\t\tmargin-right: 20px;\n\t}\n\n\t${({ theme })=>theme.media.up('xl')} {\n\t\tmargin-right: 30px;\n\t}\n`;\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport { Children } from \"react\";\nimport * as S from \"./styled.js\";\nexport const ComarketingDesktop = ({ props: { items } })=>/*#__PURE__*/ _jsx(S.ComarketingWrapper, {\n \"data-testid\": \"ComarketingDesktop\",\n children: Children.toArray(items.map((item)=>/*#__PURE__*/ _jsx(S.ComarketingImage, {\n ...item,\n isLazy: true\n })))\n });\nexport default ComarketingDesktop;\n\n//# sourceMappingURL=index.js.map","import styled from \"styled-components\";\nimport Image from \"../../../../../base/multimedia/image/index.js\";\nimport { FlexMixin } from \"../../../../../../styles/common/mixins/helpers.styled.js\";\nexport const ComarketingWrapper = styled.div.withConfig({\n displayName: \"styled__ComarketingWrapper\",\n componentId: \"sc-c8c0aaaf-0\"\n})`\n\t${FlexMixin({\n direction: 'row'\n})}\n\twidth: 100%;\n\tmin-height: 204px;\n\toverflow-x: scroll;\n`;\nexport const ComarketingImage = styled(Image).withConfig({\n displayName: \"styled__ComarketingImage\",\n componentId: \"sc-c8c0aaaf-1\"\n})`\n\tmin-width: calc(95% - 8px);\n\n\t&:not(:last-of-type) {\n\t\tmargin-right: 8px;\n\t}\n\n\t& figure {\n\t\theight: 100%;\n\t}\n\n\t& img {\n\t\theight: 100%;\n\t\twidth: auto;\n\t\tobject-fit: contain;\n\t}\n`;\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport { createElement as _createElement } from \"react\";\nimport { genKey } from \"../../../../../../helpers/keys.js\";\nimport * as S from \"./styled.js\";\nexport const ComarketingMobile = ({ props: { items } })=>/*#__PURE__*/ _jsx(S.ComarketingWrapper, {\n \"data-testid\": \"ComarketingMobile\",\n children: items.map((item)=>{\n const resize = {\n width: 460,\n height: 250\n };\n const imgProps = {\n ...item,\n resize\n };\n return /*#__PURE__*/ _createElement(S.ComarketingImage, {\n ...imgProps,\n isLazy: true,\n key: genKey(item)\n });\n })\n });\nexport default ComarketingMobile;\n\n//# sourceMappingURL=index.js.map","import { generateViewsComponent } from \"../../../../helpers/views.js\";\nimport ComarketingDesktop from \"./views/desktop/index.js\";\nimport ComarketingMobile from \"./views/mobile/index.js\";\nexport const Comarketing = generateViewsComponent(ComarketingDesktop, ComarketingMobile);\nexport default Comarketing;\n\n//# sourceMappingURL=index.js.map","import styled from \"styled-components\";\nimport { Button } from \"../../../../../base/buttons/button/index.js\";\nimport InnerMarkdownHTML from \"../../../../../base/text/inner-markdown-HTML/index.js\";\nimport { TitleMobileWrapper } from \"../../../../../base/text/title/views/mobile/styled.js\";\nimport { FlexMixin, FontMixin } from \"../../../../../../styles/common/mixins/helpers.styled.js\";\nimport { Margin } from \"../../../../../../styles/common/mixins/logical.styled.js\";\nexport const MobileFeaturesDescription = styled(InnerMarkdownHTML).withConfig({\n displayName: \"styled__MobileFeaturesDescription\",\n componentId: \"sc-e2b5d2a6-0\"\n})`\n\ttext-align: center;\n\t${FontMixin({\n weight: 'light',\n size: 'medium',\n height: 'base'\n})};\n\t${Margin({\n bottom: '32px',\n x: '16px'\n})};\n`;\nexport const MobileFeaturesBox = styled.div.withConfig({\n displayName: \"styled__MobileFeaturesBox\",\n componentId: \"sc-e2b5d2a6-1\"\n})`\n\tbackground-color: ${({ theme })=>theme.bodyBgColor};\n\tborder-bottom: 1px solid ${({ theme })=>theme.colors.grays.light};\n\tborder-top: 1px solid ${({ theme })=>theme.colors.grays.light};\n\tpadding: 12px 0 20px;\n\n\t${TitleMobileWrapper} {\n\t\tmargin-bottom: 12px;\n\t\tpadding: 0 16px;\n\t}\n`;\nexport const MobileFeaturesList = styled.div.withConfig({\n displayName: \"styled__MobileFeaturesList\",\n componentId: \"sc-e2b5d2a6-2\"\n})`\n\t${FlexMixin({\n direction: 'column'\n})}\n\tgap: 10px;\n\tpadding: 0 16px;\n`;\nexport const MobileFeaturesItem = styled.div.withConfig({\n displayName: \"styled__MobileFeaturesItem\",\n componentId: \"sc-e2b5d2a6-3\"\n})`\n\t${FlexMixin({\n align: 'flex-start'\n})}\n\tgap: 16px;\n`;\nexport const MobileFeatureIcon = styled.div.withConfig({\n displayName: \"styled__MobileFeatureIcon\",\n componentId: \"sc-e2b5d2a6-4\"\n})`\n\t${FontMixin({\n size: 'xl',\n weight: 'regular'\n})}\n\tcolor: ${({ theme })=>theme.colors.primary.light};\n`;\nexport const MobileFeatureContent = styled.div.withConfig({\n displayName: \"styled__MobileFeatureContent\",\n componentId: \"sc-e2b5d2a6-5\"\n})``;\nexport const MobileFeatureTitle = styled.h3.withConfig({\n displayName: \"styled__MobileFeatureTitle\",\n componentId: \"sc-e2b5d2a6-6\"\n})`\n\tcolor: ${({ theme })=>theme.colors.text.dark};\n\t${FontMixin({\n size: 'base',\n weight: 'bold',\n height: 'base'\n})}\n`;\nexport const MobileFeatureDescription = styled.p.withConfig({\n displayName: \"styled__MobileFeatureDescription\",\n componentId: \"sc-e2b5d2a6-7\"\n})`\n\tcolor: ${({ theme })=>theme.colors.grays.darker};\n\t${FontMixin({\n size: 'medium',\n weight: 'light',\n height: 'base'\n})}\n`;\nexport const MobileFeaturesButton = styled(Button).withConfig({\n displayName: \"styled__MobileFeaturesButton\",\n componentId: \"sc-e2b5d2a6-8\"\n})`\n\ttext-align: center;\n\t${Margin({\n bottom: '34px',\n x: 'auto'\n})};\n\t${FlexMixin({\n align: 'center',\n justify: 'center'\n})}\n`;\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport classnames from \"classnames\";\nimport Icon from \"../../../../../base/icons/icon/index.js\";\nimport Title from \"../../../../../base/text/title/index.js\";\nimport { markdown } from \"../../../../../../helpers/markdown.js\";\nimport * as S from \"./styled.js\";\nexport const MobileFeatures = ({ props , className ='' })=>{\n if (!props) return '';\n const { features ={} , title ={} , description =undefined , button ={} , variant ='primary' } = props;\n return /*#__PURE__*/ _jsxs(S.MobileFeaturesBox, {\n className: classnames(`variant-${variant} ${className}`),\n \"data-testid\": \"Features\",\n children: [\n title?.content && /*#__PURE__*/ _jsx(Title, {\n title: title.content\n }),\n description && /*#__PURE__*/ _jsx(S.MobileFeaturesDescription, {\n content: description,\n tag: \"div\"\n }),\n button?.content && /*#__PURE__*/ _jsx(S.MobileFeaturesButton, {\n variant: \"secondary\",\n children: button?.content\n }),\n /*#__PURE__*/ _jsx(S.MobileFeaturesList, {\n children: features?.items?.map((item)=>/*#__PURE__*/ _jsxs(S.MobileFeaturesItem, {\n \"data-testid\": \"FeaturesItem\",\n children: [\n item.icon && /*#__PURE__*/ _jsx(S.MobileFeatureIcon, {\n children: /*#__PURE__*/ _jsx(Icon, {\n className: `nico-${item.icon}`\n })\n }),\n /*#__PURE__*/ _jsxs(S.MobileFeatureContent, {\n children: [\n !!item.title && /*#__PURE__*/ _jsx(S.MobileFeatureTitle, {\n children: item.title\n }),\n item?.content && /*#__PURE__*/ _jsx(S.MobileFeatureDescription, {\n dangerouslySetInnerHTML: {\n __html: markdown(item.content)\n }\n })\n ]\n })\n ]\n }, JSON.stringify(item)))\n })\n ]\n });\n};\nexport default MobileFeatures;\n\n//# sourceMappingURL=index.js.map","import { generateViewsComponent } from \"../../../../helpers/views.js\";\nimport DesktopFeatures from \"./views/desktop/index.js\";\nimport MobileFeatures from \"./views/mobile/index.js\";\nexport const Features = generateViewsComponent(DesktopFeatures, MobileFeatures);\nexport default Features;\n\n//# sourceMappingURL=index.js.map","export const textHtmlCollapsePackagesConverter = (props)=>{\n const data = props.props ?? props.data ?? {};\n const { title , items =[] , config } = data;\n return {\n props: {\n ...data,\n title: title ?? '',\n campaigns: items.map((item)=>({\n text: item.content,\n title: item.title ?? ''\n })),\n literals: {\n ...config?.literals,\n viewMore: config?.literals.viewMoreLabel ?? '',\n viewLess: config?.literals.viewLessLabel ?? ''\n }\n }\n };\n};\n\n//# sourceMappingURL=converter.js.map","import styled from \"styled-components\";\nimport { FlexMixin, FontMixin } from \"../../../../../../styles/common/mixins/helpers.styled.js\";\nexport const TextHtmlCollapseWrapper = styled.div.withConfig({\n displayName: \"styled__TextHtmlCollapseWrapper\",\n componentId: \"sc-7179834c-0\"\n})`\n\tpadding: 20px 0;\n\tbackground-color: ${({ theme })=>theme.colors.white.base};\n`;\nexport const TextHtmlCollapseContent = styled.div.withConfig({\n displayName: \"styled__TextHtmlCollapseContent\",\n componentId: \"sc-7179834c-1\"\n})`\n\tmargin-bottom: 12px;\n\theight: auto;\n\ttransition: max-height 0.3s ease-out;\n\tposition: relative;\n\tborder-bottom: 1px solid ${({ theme })=>theme.colors.grays.light};\n\t${FlexMixin({\n direction: 'column'\n})}\n\tgap: 16px;\n\tpadding-top: 16px;\n\n\t${({ $isOpen })=>$isOpen ? `\n max-height: 1400px;\n ` : `\n max-height: 300px;\n overflow: hidden;\n\n &::before {\n content: '';\n background-repeat: repeat-x;\n background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.98) 65%);\n display: block;\n position: absolute;\n bottom: 0;\n left: 0;\n height: 100px;\n width: 100%;\n }\n `}\n`;\nexport const TextHtmlCollapseCampaign = styled.div.withConfig({\n displayName: \"styled__TextHtmlCollapseCampaign\",\n componentId: \"sc-7179834c-2\"\n})`\n\t${FlexMixin({\n direction: 'column'\n})}\n\tgap: 8px;\n\tmargin-bottom: 8px;\n\tcolor: ${({ theme })=>theme.colors.grays.darker};\n`;\nexport const TextHtmlCollapseCampaignTitle = styled.h3.withConfig({\n displayName: \"styled__TextHtmlCollapseCampaignTitle\",\n componentId: \"sc-7179834c-3\"\n})`\n\t${FontMixin({\n size: 'larger',\n weight: 'medium',\n height: 'larger'\n})}\n`;\nexport const TextHtmlCollapseCampaignText = styled.p.withConfig({\n displayName: \"styled__TextHtmlCollapseCampaignText\",\n componentId: \"sc-7179834c-4\"\n})`\n\t${FontMixin({\n size: 'medium',\n weight: 'light',\n height: 'base'\n})}\n`;\nexport const TextHtmlCollapseButton = styled.button.withConfig({\n displayName: \"styled__TextHtmlCollapseButton\",\n componentId: \"sc-7179834c-5\"\n})`\n\tcursor: pointer;\n\t${FlexMixin({\n align: 'center'\n})}\n\tgap: 4px;\n\tborder: 0;\n\tbackground-color: transparent;\n\tmargin: auto;\n\toutline: none;\n\tpadding: 8px;\n\tcolor: ${({ theme })=>theme.colors.primary.light};\n\t${FontMixin({\n size: 'base',\n weight: 'medium',\n height: 'base'\n})}\n`;\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Children } from \"react\";\nimport { useToggle } from \"usehooks-ts\";\nimport { Icon } from \"../../../../../base/icons/icon/index.js\";\nimport Title from \"../../../../../base/text/title/index.js\";\nimport { Container } from \"../../../../../../styles/common/mixins/container.styled.js\";\nimport * as S from \"./styled.js\";\nconst TextHtmlCollapseDesktopView = ({ props: { title , campaigns , literals: { viewLess , viewMore } } })=>{\n const [isOpen, toggleIsOpen] = useToggle(false);\n return /*#__PURE__*/ _jsxs(S.TextHtmlCollapseWrapper, {\n \"data-testid\": \"TextHtmlCollapse\",\n children: [\n title && /*#__PURE__*/ _jsx(Container, {\n children: /*#__PURE__*/ _jsx(Title, {\n title: title\n })\n }),\n /*#__PURE__*/ _jsx(S.TextHtmlCollapseContent, {\n $isOpen: isOpen,\n children: Children.toArray(campaigns.map(({ title , text })=>/*#__PURE__*/ _jsxs(S.TextHtmlCollapseCampaign, {\n children: [\n title && /*#__PURE__*/ _jsx(S.TextHtmlCollapseCampaignTitle, {\n dangerouslySetInnerHTML: {\n __html: title\n }\n }),\n text && /*#__PURE__*/ _jsx(S.TextHtmlCollapseCampaignText, {\n dangerouslySetInnerHTML: {\n __html: text\n }\n })\n ]\n })))\n }),\n /*#__PURE__*/ _jsxs(S.TextHtmlCollapseButton, {\n onClick: toggleIsOpen,\n children: [\n /*#__PURE__*/ _jsx(\"span\", {\n children: isOpen ? viewLess : viewMore\n }),\n /*#__PURE__*/ _jsx(Icon, {\n className: `nico-angle-${isOpen ? 'up' : 'down'}`\n })\n ]\n })\n ]\n });\n};\nexport default TextHtmlCollapseDesktopView;\n\n//# sourceMappingURL=index.js.map","import styled from \"styled-components\";\nimport { TextHtmlCollapseContent } from \"../../../../views/desktop/styled.js\";\nexport const TextHTMLCollapse = styled.div.withConfig({\n displayName: \"styled__TextHTMLCollapse\",\n componentId: \"sc-9ee82cb4-0\"\n})`\n\t${TextHtmlCollapseContent} {\n\t\tpadding: 20px;\n\t}\n`;\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport { textHtmlCollapsePackagesConverter } from \"../../../../../../../../helpers/wrappers/packages/text-html-collapse/converter.js\";\nimport TextHtmlCollapseDesktopView from \"../../../../views/desktop/index.js\";\nimport * as S from \"./styled.js\";\nexport const TextHTMLCollapsePackagesDesktop = (props)=>{\n const convertedData = textHtmlCollapsePackagesConverter(props);\n return /*#__PURE__*/ _jsx(S.TextHTMLCollapse, {\n children: /*#__PURE__*/ _jsx(TextHtmlCollapseDesktopView, {\n ...convertedData\n })\n });\n};\nexport default TextHTMLCollapsePackagesDesktop;\n\n//# sourceMappingURL=index.js.map","import styled from \"styled-components\";\nimport { TextHtmlCollapseContent } from \"../../../../views/desktop/styled.js\";\nexport const TextHTMLCollapse = styled.div.withConfig({\n displayName: \"styled__TextHTMLCollapse\",\n componentId: \"sc-9ee82cb4-0\"\n})`\n\t${TextHtmlCollapseContent} {\n\t\tpadding: 20px;\n\t}\n`;\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport { textHtmlCollapsePackagesConverter } from \"../../../../../../../../helpers/wrappers/packages/text-html-collapse/converter.js\";\nimport TextHtmlCollapseDesktopView from \"../../../../views/desktop/index.js\";\nimport * as S from \"./styled.js\";\nexport const TextHTMLCollapsePackagesMobile = (props)=>{\n const convertedData = textHtmlCollapsePackagesConverter(props);\n return /*#__PURE__*/ _jsx(S.TextHTMLCollapse, {\n children: /*#__PURE__*/ _jsx(TextHtmlCollapseDesktopView, {\n ...convertedData\n })\n });\n};\nexport default TextHTMLCollapsePackagesMobile;\n\n//# sourceMappingURL=index.js.map","import { generateViewsComponent } from \"../../../../../../helpers/views.js\";\nimport TextHTMLCollapsePackagesDesktop from \"./views/desktop/index.js\";\nimport TextHTMLCollapsePackagesMobile from \"./views/mobile/index.js\";\nexport const textHTMLCollapsePackages = generateViewsComponent(TextHTMLCollapsePackagesDesktop, TextHTMLCollapsePackagesMobile);\nexport default textHTMLCollapsePackages;\n\n//# sourceMappingURL=index.js.map","import Icon from '@ui-kit/components/base/icons/icon';\nimport InnerMarkdownHTML from '@ui-kit/components/base/text/inner-markdown-HTML';\nimport Slider from '@ui-kit/components/structures/others/slider';\nimport { FlexMixin, FontMixin } from '@ui-kit/styles/common/mixins/helpers.styled';\nimport styled from 'styled-components';\n\nexport const AdvantagesPackagesBox = styled.div`\n\tbackground-color: ${({ theme }) => theme.colors.white.base};\n\tpadding: 40px 0;\n`;\n\nexport const AdvantagesPackagesWrapper = styled.div`\n\t${FlexMixin({ direction: 'column' })}\n\tpadding: 40px 0;\n\tposition: relative;\n\n\t${({ theme }) => theme.media.up('xl')} {\n\t\t${FlexMixin({ align: 'center', direction: 'row', wrap: true })}\n\t}\n`;\n\nexport const AdvantagesPackagesLeft = styled.div<{ $hasBanner: boolean }>`\n\tmargin-bottom: 25px;\n\twidth: 100%;\n\n\t${({ theme }) => theme.media.up('xl')} {\n\t\tmargin-bottom: 0;\n\t\tpadding-right: 25px;\n\t\twidth: ${({ $hasBanner }) => ($hasBanner ? '50%' : '100%')};\n\t}\n`;\n\nexport const AdvantagesPackagesRight = styled.div`\n\twidth: 100%;\n\n\t${({ theme }) => theme.media.up('xl')} {\n\t\twidth: 50%;\n\t}\n`;\n\nexport const AdvantagesPackagesTitle = styled(InnerMarkdownHTML)`\n\t${FontMixin({ size: 'medium', height: 'medium', weight: 'medium' })}\n\tcolor: ${({ theme }) => theme.colors.grays.darker};\n\tmargin-bottom: 20px;\n\tpadding: 0 8px;\n\tposition: relative;\n\ttext-align: center;\n\n\t${({ theme }) => theme.media.up('md')} {\n\t\t${FontMixin({ size: 'largest', height: 'largest' })}\n\t}\n`;\n\nexport const AdvantagesPackagesFeaturesList = styled.div`\n\t${FlexMixin({ direction: 'column' })}\n`;\n\nexport const AdvantagesPackagesFeaturesItem = styled.div`\n\t${FlexMixin({ direction: 'row', wrap: true })}\n\tmargin-bottom: 20px;\n\n\t:last-child {\n\t\tmargin-bottom: 0;\n\t}\n`;\n\nexport const AdvantagesPackagesFeaturesIcon = styled.div`\n\t${FontMixin({ size: 'medium', height: 'medium', weight: 'regular' })}\n\tcolor: ${({ theme }) => theme.colors.grays.darker};\n\n\t${Icon} {\n\t\tcolor: ${({ theme }) => theme.colors.primary.light};\n\t\tfont-size: 50px;\n\t}\n`;\n\nexport const AdvantagesPackagesFeaturesInner = styled.div`\n\t${FlexMixin({ direction: 'column' })}\n\tmargin-left: auto;\n\twidth: calc(100% - 70px);\n`;\n\nexport const AdvantagesPackagesFeaturesTitle = styled.p`\n\t${FontMixin({ size: 'base', height: 'base', weight: 'medium' })}\n\tcolor: ${({ theme }) => theme.colors.grays.darker};\n\tmargin-bottom: 4px;\n\ttext-align: left;\n`;\n\nexport const AdvantagesPackagesFeaturesDescription = styled(InnerMarkdownHTML)`\n\t${FontMixin({ size: 'medium', height: 'base', weight: 'regular' })}\n\ttext-align: left;\n\n\t${({ theme }) => theme.media.up('md')} {\n\t\t${FontMixin({ size: 'base', height: 'base', weight: 'regular' })}\n\t}\n`;\n\nexport const AdvantagesPackagesSlider = styled(Slider)`\n\theight: 325px;\n\tposition: relative;\n\n\t.splide__track {\n\t\theight: 100%;\n\t}\n\n\t.splide__slide {\n\t\ta,\n\t\tfigure,\n\t\timg {\n\t\t\theight: 100%;\n\t\t\tmargin: 0 auto;\n\t\t\twidth: auto;\n\n\t\t\t${({ theme }) => theme.media.up('xl')} {\n\t\t\t\tmax-width: 100%;\n\t\t\t\tmin-width: 100%;\n\t\t\t\tobject-fit: cover;\n\t\t\t\tobject-position: center;\n\t\t\t\twidth: 720px;\n\t\t\t}\n\t\t}\n\t}\n\n\t.splide__arrows {\n\t\t.splide__arrow {\n\t\t\tcolor: ${({ theme }) => theme.colors.white.base};\n\t\t\tfont-size: 56px;\n\t\t\theight: 56px;\n\t\t\twidth: 56px;\n\t\t\tz-index: ${({ theme }) => theme.zIndex.low};\n\n\t\t\t${({ theme }) => theme.media.up('lg')} {\n\t\t\t\tcolor: ${({ theme }) => theme.colors.grays.darker};\n\t\t\t}\n\n\t\t\t${({ theme }) => theme.media.up('xl')} {\n\t\t\t\tcolor: ${({ theme }) => theme.colors.white.base};\n\t\t\t}\n\n\t\t\t&.splide__arrow--prev {\n\t\t\t\tborder-radius: 0 ${({ theme }) => theme.border.radius.rounded}\n\t\t\t\t\t${({ theme }) => theme.border.radius.rounded} 0;\n\t\t\t\tmargin-left: 20px;\n\t\t\t}\n\n\t\t\t&.splide__arrow--next {\n\t\t\t\tborder-radius: ${({ theme }) => theme.border.radius.rounded} 0 0\n\t\t\t\t\t${({ theme }) => theme.border.radius.rounded};\n\t\t\t\tmargin-right: 20px;\n\t\t\t}\n\t\t}\n\t}\n`;\n","import Icon from '@ui-kit/components/base/icons/icon';\nimport Image from '@ui-kit/components/base/multimedia/image';\nimport { Container } from '@ui-kit/styles/common/mixins/container.styled';\nimport type { FC } from 'react';\nimport { Children } from 'react';\n\nimport * as S from './styled';\nimport type { AdvantagesPackagesProps } from './types';\n\nexport const AdvantagesPackagesDesktop: FC = ({ props: { Title, features, banner } }) => (\n\t\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\t\n\t\t\t\t\t\t{Children.toArray(\n\t\t\t\t\t\t\tfeatures.map(item => (\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t{item.icon && (\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t)}\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t{item.title}\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t))\n\t\t\t\t\t\t)}\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t{banner && (\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t{Children.toArray(\n\t\t\t\t\t\t\t\tbanner.props.items.map(item => (\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t))\n\t\t\t\t\t\t\t)}\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t)}\n\t\t\t\n\t\t\n\t\n);\n\nexport * from './types';\nexport default AdvantagesPackagesDesktop;\n","import Icon from '@ui-kit/components/base/icons/icon';\nimport InnerMarkdownHTML from '@ui-kit/components/base/text/inner-markdown-HTML';\nimport { ScrollHorizontalItem } from '@ui-kit/components/structures/others/scroll-horizontal/styled';\nimport { FlexMixin, FontMixin } from '@ui-kit/styles/common/mixins/helpers.styled';\nimport styled from 'styled-components';\n\nexport const AdvantagesPackagesWrapper = styled.div`\n\t${FlexMixin({ direction: 'column' })}\n\tposition: relative;\n\n\t${ScrollHorizontalItem} {\n\t\tmin-width: calc(95% - 8px);\n\t}\n`;\n\nexport const AdvantagesPackagesCarousel = styled.section`\n\tmargin: 20px 0;\n\n\timg {\n\t\theight: auto;\n\t\twidth: 100%;\n\t}\n`;\n\nexport const AdvantagesPackagesFeatures = styled.div`\n\twidth: 100%;\n\tmargin-bottom: 20px;\n`;\n\nexport const AdvantagesPackagesTitle = styled.h2`\n\t${FontMixin({ size: 'larger', height: 'larger', weight: 'medium' })}\n\tcolor: ${({ theme }) => theme.colors.grays.darker};\n\tmargin-bottom: 12px;\n\tpadding: 0 16px;\n\ttext-align: center;\n`;\n\nexport const AdvantagesPackagesFeaturesDescription = styled(InnerMarkdownHTML)`\n\t${FontMixin({ size: 'medium', height: 'base', weight: 'regular' })}\n\ttext-align: left;\n`;\n\nexport const AdvantagesPackagesFeaturesList = styled.ul`\n\tpadding: 0 16px;\n`;\n\nexport const AdvantagesPackagesFeaturesItem = styled.li`\n\t${FlexMixin({ align: 'flex-start' })}\n\tcolor: ${({ theme }) => theme.colors.grays.darker};\n\tmargin-bottom: 10px;\n\n\t:last-child {\n\t\tmargin-bottom: 0;\n\t}\n`;\n\nexport const AdvantagesPackagesFeaturesIcon = styled.div`\n\t${FontMixin({ size: 'medium', height: 'medium', weight: 'regular' })}\n\tcolor: ${({ theme }) => theme.colors.grays.darker};\n\tmargin-right: 16px;\n\n\t${Icon} {\n\t\tcolor: ${({ theme }) => theme.colors.primary.light};\n\t\tfont-size: ${({ theme }) => theme.font.size.xl};\n\t}\n`;\n\nexport const AdvantagesPackagesFeaturesInner = styled.div`\n\t${FlexMixin({ direction: 'column' })}\n`;\n","import Icon from '@ui-kit/components/base/icons/icon';\nimport Image from '@ui-kit/components/base/multimedia/image';\nimport ScrollHorizontal from '@ui-kit/components/structures/others/scroll-horizontal';\nimport type { FC } from 'react';\nimport { Children } from 'react';\n\nimport * as S from './styled';\nimport type { AdvantagesPackagesMobileProps } from './types';\n\nexport const AdvantagesPackagesMobile: FC = ({ comarketing, features }) => (\n\t\n\t\t\n\t\t\t\n\t\t\t\t{Children.toArray(\n\t\t\t\t\tcomarketing?.props.items.map(item => (\n\t\t\t\t\t\t\n\t\t\t\t\t))\n\t\t\t\t)}\n\t\t\t\n\t\t\n\n\t\t\n\t\t\t{features?.props.title}\n\n\t\t\t\n\t\t\t\t{Children.toArray(\n\t\t\t\t\tfeatures?.props.items.map(item => (\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t{item.icon && (\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t)}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t))\n\t\t\t\t)}\n\t\t\t\n\t\t\n\t\n);\n\nexport * from './types';\nexport * from './styled';\nexport default AdvantagesPackagesMobile;\n","import { generateViewsComponent } from '@ui-kit/helpers/views';\n\nimport AdvantagesPackagesDesktop from './views/desktop';\nimport AdvantagesPackagesMobile from './views/mobile';\n\nexport const AdvantagesPackages = generateViewsComponent(AdvantagesPackagesDesktop, AdvantagesPackagesMobile);\n\nexport * from './views/desktop/types';\nexport * from './views/mobile/types';\nexport default AdvantagesPackages;\n","import { SectionContainer } from '@ui-kit/styles/common/mixins/section.styled';\nimport styled from 'styled-components';\n\nexport const BreadCrumbSection = styled(SectionContainer)`\n\tmargin-top: 12px;\n`;\n","import CarouselCardSimple from '@ui-kit/components/common/carousels/carousel-card-simple';\nimport type { CarouselCardSimpleProps } from '@ui-kit/components/common/carousels/carousel-card-simple/types';\nimport CarouselHeader from '@ui-kit/components/common/carousels/carousel-header';\nimport type { CarouselHeaderProps } from '@ui-kit/components/common/carousels/carousel-header/types';\nimport CarouselProduct from '@ui-kit/components/common/carousels/carousel-product';\nimport type { CarouselProductProps } from '@ui-kit/components/common/carousels/carousel-product/types';\nimport Breadcrumbs from '@ui-kit/components/common/others/breadcrumbs';\nimport type { BreadcrumbsProps } from '@ui-kit/components/common/others/breadcrumbs/types';\nimport Comarketing from '@ui-kit/components/common/others/comarketing';\nimport type { ComarketingProps } from '@ui-kit/components/common/others/comarketing/types';\nimport Features from '@ui-kit/components/common/others/features';\nimport type { FeaturesProps } from '@ui-kit/components/common/others/features/types';\nimport GridProduct from '@ui-kit/components/common/others/grid-product';\nimport type { GridProductProps } from '@ui-kit/components/common/others/grid-product/types';\nimport HeaderBannerSimple from '@ui-kit/components/common/others/header-banner-simple';\nimport type { HeaderBannerSimpleProps } from '@ui-kit/components/common/others/header-banner-simple/types';\nimport LinksSEO from '@ui-kit/components/common/others/links-seo';\nimport type { LinkSEOProps } from '@ui-kit/components/common/others/links-seo/types';\nimport type { TabsCarouselProductCardProps } from '@ui-kit/components/common/others/tabs-carousel-product-card/types';\nimport TabsCarouselProductCardFlat from '@ui-kit/components/common/others/tabs-carousel-product-card/wrappers/tabs-carousel-product-card-flat';\nimport TextHTMLCollapsePackagesDesktop from '@ui-kit/components/common/others/text-html-collapse/wrappers/packages';\nimport SearcherFerryHotel from '@ui-kit/components/common/searchers/searcher-ferry-hotel';\nimport type { SearcherFerryHotelProps } from '@ui-kit/components/common/searchers/searcher-ferry-hotel/types';\nimport SearcherFlightHotel from '@ui-kit/components/common/searchers/searcher-flight-hotel';\nimport type { SearcherFlightHotelProps } from '@ui-kit/components/common/searchers/searcher-flight-hotel/types';\nimport SearcherMultiPak from '@ui-kit/components/common/searchers/searcher-multi-pak';\nimport type { SearcherMultiPakDesktopProps } from '@ui-kit/components/common/searchers/searcher-multi-pak/types';\nimport SearcherTabs from '@ui-kit/components/common/searchers/searcher-tabs';\nimport type { SearcherTabsProps } from '@ui-kit/components/common/searchers/searcher-tabs/types';\nimport { SearcherTou } from '@ui-kit/components/common/searchers/searcher-tou';\nimport type { SearcherTouProps } from '@ui-kit/components/common/searchers/searcher-tou/types';\nimport SearcherTrainHotel from '@ui-kit/components/common/searchers/searcher-train-hotel';\nimport type { SearcherTrainHotelProps } from '@ui-kit/components/common/searchers/searcher-train-hotel/types';\nimport Section from '@ui-kit/components/structures/others/section';\nimport withHydrationOnDemand from '@ui-kit/hocs/hydration-on-demand/withHydrationOnDemand';\nimport { SectionContainer, SectionSearcher } from '@ui-kit/styles/common/mixins/section.styled';\nimport _merge from 'lodash/merge';\nimport type { ComponentProps, FC } from 'react';\n\nimport type { AdvantagesPackagesProps } from '@/components/advantages-packages';\nimport AdvantagesPackages from '@/components/advantages-packages';\nimport type { CarouselListProps } from '@/components/carousel-list';\nimport CarouselList from '@/components/carousel-list';\nimport type { CarouselOffersCtaProps } from '@/components/carousel-offers-cta';\nimport CarouselOffersCta from '@/components/carousel-offers-cta';\nimport type { DestinationGuideProps } from '@/components/destination-guide';\nimport DestinationGuide from '@/components/destination-guide';\nimport type { ProductLeiProps } from '@/components/product-lei';\nimport ProductLei from '@/components/product-lei';\n\nimport type { ConditionsProps } from '../types';\nimport * as S from './styledDsk';\n\n/* HYDRATION ON DEMAND */\nconst CarouselHeaderHydrated = withHydrationOnDemand>()(CarouselHeader);\nconst HeaderBannerSimpleHydrated =\n\twithHydrationOnDemand>()(HeaderBannerSimple);\nconst BreadcrumbsHydrated = withHydrationOnDemand>()(Breadcrumbs);\nconst AdvantagesPackagesHydrated =\n\twithHydrationOnDemand>()(AdvantagesPackages);\nconst ComarketingHydrated = withHydrationOnDemand>()(Comarketing);\nconst FeaturesHydrated = withHydrationOnDemand>()(Features);\nconst CarouselOffersCtaHydrated = withHydrationOnDemand>()(CarouselOffersCta);\nconst LinksSEOHydrated = withHydrationOnDemand>()(LinksSEO);\nconst ConditionsHydrated = withHydrationOnDemand>()(\n\tTextHTMLCollapsePackagesDesktop\n);\nconst TabsCarouselProductCardHydrated =\n\twithHydrationOnDemand>()(TabsCarouselProductCardFlat);\nconst SearcherMultiPakHydrated = withHydrationOnDemand>()(SearcherMultiPak);\nconst SearcherTabsHydrated = withHydrationOnDemand>()(SearcherTabs);\nconst SearcherFlightHotelHydrated =\n\twithHydrationOnDemand>()(SearcherFlightHotel);\nconst SearcherFerryHotelHydrated =\n\twithHydrationOnDemand>()(SearcherFerryHotel);\nconst SearcherTrainHotelHydrated =\n\twithHydrationOnDemand>()(SearcherTrainHotel);\nconst SearcherTouHydrated = withHydrationOnDemand>()(SearcherTou);\nconst GridProductHydrated = withHydrationOnDemand>()(GridProduct);\nconst CarouselProductHydrated = withHydrationOnDemand>()(CarouselProduct);\nconst CarouselListHydrated = withHydrationOnDemand>()(CarouselList);\nconst CarouselCardSimpleHydrated =\n\twithHydrationOnDemand>()(CarouselCardSimple);\nconst ProductLeiHydrated = withHydrationOnDemand>()(ProductLei);\n\n// ! TODO: clean comments and TODOs in this file\n\nconst renderProductTTOO: FC = (productTTOO: CarouselProductProps) => (\n\t// CarouselProduct: withHydrationOnDemand()(CarouselProduct),\n\t/*\n {\n \"component\": \"SectionContainer\",\n \"props\": null,\n \"children\": [{ \"component\": \"CarouselProduct\", \"props\": [\"productTTOO\"], \"children\": null }]\n },\n */\n\t\n\t\t\n\t\n);\nconst renderFeaturesBanner: FC = (featuresBanner: AdvantagesPackagesProps) => (\n\t// AdvantagesPackages: withHydrationOnDemand()(AdvantagesPackages),\n\t/*\n {\n \"component\": \"Section\",\n \"props\": null,\n \"children\": [\n { \"component\": \"AdvantagesPackages\", \"props\": [\"featuresBanner\"], \"children\": null }\n ]\n },\n */\n\t
{featuresBanner && }
\n);\nconst renderComarketing: FC = (comarketing: ComarketingProps) => (\n\t
{comarketing && }
\n);\n\nconst renderFeatures: FC = (features: FeaturesProps) => (\n\t
{features && }
\n);\n\nconst renderBreadcrumbs: FC = (breadcrumbs: BreadcrumbsProps) => (\n\t// TODO: combined with searcer/carousel? Inside a SectionContainer?\n\t// Breadcrumbs: withHydrationOnDemand()(Breadcrumbs),\n\t{breadcrumbs && }\n);\nconst renderProductTab: FC = (productTabRxjs: TabsCarouselProductCardProps) => (\n\t// desktop version of renderProductCardTabs\n\t// TabsCarouselProductCard: withHydrationOnDemand()(TabsCarouselProductCardFlat),\n\t/*\n\t\t{\n\t\t\t\"component\": \"Section\",\n\t\t\t\"props\": null,\n\t\t\t\"children\": [\n\t\t\t\t{ \"component\": \"TabsCarouselProductCard\", \"props\": [\"productTabRxjs\"], \"children\": null }\n\t\t\t]\n\t\t},\n */\n\t{productTabRxjs && }\n);\nconst renderProductCarouselListBase: FC = (productCarouselListRxjs: CarouselListProps) => (\n\t\n);\n\nconst renderProductCarouselList: FC = (productCarouselListRxjs: CarouselListProps) => (\n\t// \tCarouselList: withHydrationOnDemand()(CarouselList),\n\t/*\n\t {\n\t \t\"component\": \"SectionContainer\",\n\t \t\"props\": null,\n\t \t\"children\": [{ \"component\": \"CarouselList\", \"props\": [\"productCarouselListRxjs\"], \"children\": null }]\n\t },\n */\n\t{renderProductCarouselListBase(productCarouselListRxjs)}\n);\nconst renderLinks: FC = (links: LinkSEOProps) => (\n\t// LinksSEO: withHydrationOnDemand()(LinksSEO),\n\t/*\n\t {\n\t \"component\": \"Section\",\n\t \"props\": null,\n\t \"children\": [{ \"component\": \"LinksSEO\", \"props\": [\"links\"], \"children\": null }]\n\t }\n */\n\t
{links && }
\n);\n\nconst renderConditions: FC = (conditions: ConditionsProps) => (\n\t\n\t\t<>\n\t\t\t{conditions?.link &&
}\n\t\t\t{conditions && }\n\t\t\n\t\n);\n\nconst renderProductLei: FC = (productLei: ProductLeiProps) => (\n\t// ProductLei: withHydrationOnDemand()(ProductLei),\n\t/*\n {\n \t\"component\": \"SectionContainer\",\n \t\"props\": null,\n \t\"children\": [{ \"component\": \"ProductLei\", \"props\": [\"productLei\"], \"children\": null }]\n },\n */\n\t{productLei && }\n);\n\nconst renderBanners: FC = (banners: HeaderBannerSimpleProps) => (\n\t// \tHeaderBannerSimple: withHydrationOnDemand()(HeaderBannerSimple),\n\t/*\n\t\t{\n\t\t\t\"component\": \"HeaderBannerSimple\",\n\t\t\t\"props\": [\"banners\"],\n\t\t\t\"children\": null\n\t\t},\n */\n\t\n);\nconst renderCarouselOffers: FC = (carouselOffers: CarouselOffersCtaProps) => (\n\t// \tCarouselOffersCta: withHydrationOnDemand()(CarouselOffersCta),\n\t/*\n {\n \"component\": \"SectionContainer\",\n \"props\": null,\n \"children\": [\n { \"component\": \"CarouselOffersCta\", \"props\": [\"carouselOffers\"], \"children\": null }\n ]\n },\n */\n\t\n\t\t\n\t\n);\n\nconst renderProductGridRxjs: FC = (productGridRxjs: GridProductProps) => {\n\tproductGridRxjs = _merge(productGridRxjs, {\n\t\tprops: {\n\t\t\tconfig: {\n\t\t\t\tgridProductBreakpoints: { lg: 3, xl: 4, xxl: 5 },\n\t\t\t},\n\t\t},\n\t});\n\treturn (\n\t\t\n\t\t\t\n\t\t\n\t);\n};\n\nconst renderProductCarouselBannerRxjs: FC = (productCarouselBannerRxjs: CarouselProductProps) => (\n\t// CarouselProduct: withHydrationOnDemand()(CarouselProduct),\n\t/*\n {\n \"component\": \"SectionConainer\",\n \"props\": null,\n \"children\": [\n { \"component\": \"CarouselProduct\", \"props\": [\"productCarouselBannerRxjs\"], \"children\": null }\n ]\n },\n */\n\t\n\t\t\n\t\n);\nconst renderHeaderCarousel: FC = (headerCarousel: CarouselHeaderProps) => (\n\t// CarouselHeader: withHydrationOnDemand()(CarouselHeader),\n\t<>{headerCarousel && }\n);\n\nconst searcherPak: FC = (searcherPak: SearcherMultiPakDesktopProps) => (\n\t{searcherPak && }\n);\n\nconst renderSearcherTabsRxjs: FC = (searcherTabsRxjs: SearcherTabsProps) => (\n\t// TODO: combined with breadcrumbs? Inside a SectionContainer?\n\t{searcherTabsRxjs && }\n);\nconst renderDestinationGuide: FC = (destinationGuide: DestinationGuideProps) => (\n\t{destinationGuide && }\n);\n\nconst renderSearcherTrainRxjs: FC = (searcherTrain: SearcherTrainHotelProps) => (\n\t// \tSearcherTrainHotel: withHydrationOnDemand()(SearcherTrainHotel),\n\t{searcherTrain && }\n);\nconst renderSearcherFerryRxjs: FC = (searcherFerry: SearcherFerryHotelProps) => (\n\t// SearcherFerryHotel: withHydrationOnDemand()(SearcherFerryHotel),\n\t{searcherFerry && }\n);\n\nconst renderSearcherFlightRxjs: FC = (searcherFlight: SearcherFlightHotelProps) => (\n\t{searcherFlight && }\n);\n\nconst renderSearcherTou: FC = (searcherTou: SearcherTouProps) => (\n\t{searcherTou && }\n);\n\nconst renderCarouselSimple: FC = (carouselSimple: CarouselCardSimpleProps) => (\n\t// CarouselSimple: withHydrationOnDemand()(CarouselCardSimple),\n\t{carouselSimple && }\n);\n// TODO: review type any\n/*\n This constains the mapping between the component name in modelsResult/rootProps and the component itself (sometimes with wrappers like a Section).\n Original source code: https://dev.azure.com/toolfactory/Packages/_git/alexandria-contrib-components-packages?path=/components/main-showcase-a/components/renders.js\n*/\nexport const componentDesktopMapping: { [key: string]: FC } = {\n\tbanners: renderBanners,\n\tbreadcrumbs: renderBreadcrumbs,\n\tcarouselOffers: renderCarouselOffers,\n\tcarouselSimple: renderCarouselSimple,\n\tdestinationGuide: renderDestinationGuide,\n\tfeaturesBanner: renderFeaturesBanner, // combination of renderComarketing and renderFeatures\n\tcomarketing: renderComarketing,\n\tfeatures: renderFeatures,\n\theaderCarousel: renderHeaderCarousel,\n\tlinks: renderLinks,\n\tconditions: renderConditions,\n\tproductTabRxjs: renderProductTab,\n\tproductLei: renderProductLei,\n\tproductTTOO: renderProductTTOO,\n\tproductCarouselListRxjs: renderProductCarouselList, // same as old component: carouselList: renderProductCarouselList,\n\tcatalogueRxjs: renderProductCarouselList,\n\tproductListRxjs: renderProductCarouselListBase, // same as old component: carouselList: renderProductCarouselList,\n\t// productCardTabs: renderProductCardTabs,\n\tproductGridRxjs: renderProductGridRxjs,\n\tproductCarouselBannerRxjs: renderProductCarouselBannerRxjs,\n\tproductCarouselRxjs: renderProductTTOO,\n\t__OLD__searcherPak: searcherPak,\n\tsearcherTabsRxjs: renderSearcherTabsRxjs,\n\tsearcherTrainRxjs: renderSearcherTrainRxjs,\n\tsearcherFerryRxjs: renderSearcherFerryRxjs,\n\tsearcherFlightRxjs: renderSearcherFlightRxjs,\n\tsearcherTTOO: renderSearcherTou,\n};\n","import _merge from 'lodash/merge';\n\nexport const converter = (props: any) => {\n\tconst { conditions } = props;\n\tif (conditions && props?.banners?.props?.promo?.link?.href)\n\t\tprops.conditions = _merge(conditions, {\n\t\t\tlink: props.banners.props.promo.link.href.replace('#', ''),\n\t\t\t...props?.conditions,\n\t\t});\n\treturn props;\n};\n","import ScrollToTop from '@ui-kit/components/common/others/scroll-to-top';\nimport type { FC } from 'react';\n\nimport { renderComponentsWithOrder } from '@/utils/render/components';\n\nimport { componentDesktopMapping } from '../../renders/desktop';\nimport type { MainHomeProps } from '../../types';\nimport { converter } from './converter';\n\nconst DEFAULT_ORDER_DESKTOP = [\n\t'--DEFAULT_ORDER_DESKTOP--',\n\t'banners',\n\t'headerCarousel',\n\t'searcherTabs',\n\t'searcherTabsRxjs',\n\t'searcherPak',\n\t'breadcrumbs',\n\t'catalogueRxjs',\n\t'productCardGrid',\n\t'productCardTabs',\n\t'productTabRxjs',\n\t'productTTOO',\n\t'featuresBanner',\n\t'carouselList',\n\t'productCarouselListRxjs',\n\t'travelSafe',\n\t'productLei',\n\t'carouselOffers',\n\t'destinationGuide',\n\t'conditions',\n\t'links',\n\t'topButton',\n\t'traveltoolWidgets',\n];\n\nconst MainHomeDesktop: FC = ({ props }) => {\n\tconst { order } = props;\n\tconst rendercomponentsOrder = order?.props?.order ?? DEFAULT_ORDER_DESKTOP;\n\n\treturn (\n\t\t
\n\t\t\t{renderComponentsWithOrder(rendercomponentsOrder, converter(props), componentDesktopMapping)}\n\t\t\t\n\t\t
\n\t);\n};\n\nexport default MainHomeDesktop;\n","import styled from \"styled-components\";\nimport Image from \"../../../../../base/multimedia/image/index.js\";\nimport { BoxShadow, BoxShadowHover } from \"../../../../../../styles/common/mixins/box-shadow.styled.js\";\nimport { FlexMixin } from \"../../../../../../styles/common/mixins/helpers.styled.js\";\nexport const BannersBox = styled.div.withConfig({\n displayName: \"styled__BannersBox\",\n componentId: \"sc-d266329c-0\"\n})``;\nexport const BannersWrapper = styled.div.withConfig({\n displayName: \"styled__BannersWrapper\",\n componentId: \"sc-d266329c-1\"\n})`\n\t${FlexMixin({\n direction: 'column',\n align: 'center',\n justify: 'center'\n})}\n\tgap: 15px;\n\n\t${({ theme })=>theme.media.up('md')} {\n\t\t${FlexMixin({\n direction: 'row'\n})}\n\t}\n\n\t${({ theme })=>theme.media.up('lg')} {\n\t\tgap: 20px;\n\t}\n\n\t${({ theme })=>theme.media.up('xl')} {\n\t\tgap: 30px;\n\t}\n`;\nexport const Banner = styled(Image).withConfig({\n displayName: \"styled__Banner\",\n componentId: \"sc-d266329c-2\"\n})`\n\t${BoxShadow}\n\t${BoxShadowHover}\n overflow: hidden;\n\n\t&:last-of-type {\n\t\tdisplay: none;\n\t}\n\n\t${({ theme })=>theme.media.up('xl')} {\n\t\t&:last-of-type {\n\t\t\tdisplay: block;\n\t\t}\n\t}\n`;\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport Title from \"../../../../../base/text/title/index.js\";\nimport * as S from \"./styled.js\";\nexport const DesktopBanners = ({ props: { title , images } })=>/*#__PURE__*/ _jsxs(S.BannersBox, {\n \"data-testid\": \"Banners\",\n children: [\n title?.content && /*#__PURE__*/ _jsx(Title, {\n textAlign: \"left\",\n title: title.content\n }),\n /*#__PURE__*/ _jsx(S.BannersWrapper, {\n children: images?.items?.map((item)=>/*#__PURE__*/ _jsx(S.Banner, {\n ...item,\n resize: {\n width: 460,\n height: 250\n },\n width: 460,\n height: 250,\n isLazy: true\n }, JSON.stringify(item)))\n })\n ]\n });\nexport default DesktopBanners;\n\n//# sourceMappingURL=index.js.map","import styled from \"styled-components\";\nimport { TitleMobile } from \"../../../../../base/text/title/views/mobile/index.js\";\nimport { ScrollHorizontalItem } from \"../../../../../structures/others/scroll-horizontal/styled.js\";\nexport const MobileBanners = styled.div.withConfig({\n displayName: \"styled__MobileBanners\",\n componentId: \"sc-b9d0f44d-0\"\n})`\n\t${ScrollHorizontalItem} {\n\t\tmin-width: calc(95% - 8px);\n\n\t\timg {\n\t\t\twidth: 100%;\n\t\t}\n\t}\n`;\nexport const MobileBannersTitle = styled(TitleMobile).withConfig({\n displayName: \"styled__MobileBannersTitle\",\n componentId: \"sc-b9d0f44d-1\"\n})`\n\tpadding: 0 16px;\n`;\n\n//# sourceMappingURL=styled.js.map","import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Children } from \"react\";\nimport Image from \"../../../../../base/multimedia/image/index.js\";\nimport ScrollHorizontal from \"../../../../../structures/others/scroll-horizontal/index.js\";\nimport * as S from \"./styled.js\";\nexport const MobileBanners = ({ props: { title , items =[] } })=>/*#__PURE__*/ _jsxs(S.MobileBanners, {\n \"data-testid\": \"Banners\",\n children: [\n title && /*#__PURE__*/ _jsx(S.MobileBannersTitle, {\n title: title\n }),\n /*#__PURE__*/ _jsx(ScrollHorizontal, {\n children: Children.toArray(items?.map((item)=>/*#__PURE__*/ _jsx(Image, {\n ...item,\n width: 460,\n height: 250,\n resize: {\n width: 460,\n height: 250\n }\n })))\n })\n ]\n });\nexport default MobileBanners;\n\n//# sourceMappingURL=index.js.map","import { generateViewsComponent } from \"../../../../helpers/views.js\";\nimport DesktopBanners from \"./views/desktop/index.js\";\nimport MobileBanners from \"./views/mobile/index.js\";\nexport const Banners = generateViewsComponent(DesktopBanners, MobileBanners);\nexport default Banners;\n\n//# sourceMappingURL=index.js.map","export const featurePackagesConverter = (props)=>{\n const { items: itemsArray = [] , title ='' } = props.props ?? props.data ?? {};\n const items = itemsArray?.map(({ content ='' , icon ='' })=>({\n content,\n icon: icon ?? ''\n }));\n return {\n ...props,\n name: props.name ?? 'features',\n props: {\n title: {\n content: title\n },\n features: {\n items\n },\n variant: 'primary'\n }\n };\n};\n\n//# sourceMappingURL=converter.js.map","import { jsx as _jsx } from \"react/jsx-runtime\";\nimport { featurePackagesConverter } from \"../../../../../../helpers/wrappers/packages/features/converter.js\";\nimport Features from \"../../views/mobile/index.js\";\nexport const FeaturesPackagesMobile = (props)=>{\n const features = featurePackagesConverter(props);\n return /*#__PURE__*/ _jsx(Features, {\n ...features\n });\n};\nexport default FeaturesPackagesMobile;\n\n//# sourceMappingURL=index.js.map","import Banners from '@ui-kit/components/common/banners/banners';\nimport type { MobileBannersProps } from '@ui-kit/components/common/banners/banners/types';\nimport CarouselProduct from '@ui-kit/components/common/carousels/carousel-product';\nimport type { CarouselProductProps } from '@ui-kit/components/common/carousels/carousel-product/types';\nimport Breadcrumbs from '@ui-kit/components/common/others/breadcrumbs';\nimport type { BreadcrumbsProps } from '@ui-kit/components/common/others/breadcrumbs/types';\nimport Comarketing from '@ui-kit/components/common/others/comarketing';\nimport type { ComarketingProps } from '@ui-kit/components/common/others/comarketing/types';\nimport FeaturesPackagesMobile from '@ui-kit/components/common/others/features/wrappers/packages';\nimport HeaderBannerSimple from '@ui-kit/components/common/others/header-banner-simple';\nimport LinksSEO from '@ui-kit/components/common/others/links-seo';\nimport type { LinkSEOProps } from '@ui-kit/components/common/others/links-seo/types';\nimport TabsCarouselProductCard from '@ui-kit/components/common/others/tabs-carousel-product-card';\nimport type { TabsCarouselProductCardProps } from '@ui-kit/components/common/others/tabs-carousel-product-card/types';\nimport TextHTMLCollapsePackagesMobile from '@ui-kit/components/common/others/text-html-collapse/wrappers/packages';\nimport SearcherFerryHotel from '@ui-kit/components/common/searchers/searcher-ferry-hotel';\nimport type { SearcherFerryHotelProps } from '@ui-kit/components/common/searchers/searcher-ferry-hotel/types';\nimport SearcherFlightHotel from '@ui-kit/components/common/searchers/searcher-flight-hotel';\nimport type { SearcherFlightHotelProps } from '@ui-kit/components/common/searchers/searcher-flight-hotel/types';\nimport SearcherMultiPak from '@ui-kit/components/common/searchers/searcher-multi-pak';\nimport type { SearcherMultiPakProps } from '@ui-kit/components/common/searchers/searcher-multi-pak/types';\nimport SearcherTabs from '@ui-kit/components/common/searchers/searcher-tabs';\nimport type { SearcherTabsProps } from '@ui-kit/components/common/searchers/searcher-tabs/types';\nimport { SearcherTou } from '@ui-kit/components/common/searchers/searcher-tou';\nimport type { SearcherTouProps } from '@ui-kit/components/common/searchers/searcher-tou/types';\nimport SearcherTrainHotel from '@ui-kit/components/common/searchers/searcher-train-hotel';\nimport type { SearcherTrainHotelProps } from '@ui-kit/components/common/searchers/searcher-train-hotel/types';\nimport CardsScroll from '@ui-kit/components/structures/others/cards-scroll';\nimport Section from '@ui-kit/components/structures/others/section';\nimport type { TextHtmlCollapsePackagesProps } from '@ui-kit/helpers/wrappers/packages/text-html-collapse/types';\nimport withHydrationOnDemand from '@ui-kit/hocs/hydration-on-demand/withHydrationOnDemand';\nimport type { ComponentProps, FC } from 'react';\n\nimport type { CarouselListProps } from '@/components/carousel-list';\nimport CarouselList from '@/components/carousel-list';\nimport type { CarouselOffersCtaMobileProps } from '@/components/carousel-offers-cta';\nimport type { DestinationGuideProps } from '@/components/destination-guide';\nimport DestinationGuide from '@/components/destination-guide';\nimport type { ProductLeiProps } from '@/components/product-lei';\nimport ProductLei from '@/components/product-lei';\n\n/* HYDRATION ON DEMAND */\nconst HeaderBannerSimpleHydrated =\n\twithHydrationOnDemand>()(HeaderBannerSimple);\nconst SearcherFerryHotelHydrated =\n\twithHydrationOnDemand>()(SearcherFerryHotel);\nconst SearcherTrainHotelHydrated =\n\twithHydrationOnDemand>()(SearcherTrainHotel);\nconst SearcherFlightHotelHydrated =\n\twithHydrationOnDemand>()(SearcherFlightHotel);\nconst SearcherMultiPakHydrated = withHydrationOnDemand>()(SearcherMultiPak);\nconst SearcherTabsHydrated = withHydrationOnDemand>()(\n\tSearcherTabs\n);\nconst SearcherTouHydrated = withHydrationOnDemand>()(SearcherTou);\nconst BreadcrumbsHydrated = withHydrationOnDemand>()(Breadcrumbs);\nconst CardsScrollHydrated = withHydrationOnDemand>()(CardsScroll);\nconst ComarketingHydrated = withHydrationOnDemand>()(Comarketing);\nconst LinksSEOHydrated = withHydrationOnDemand>()(LinksSEO);\nconst ConditionsHydrated =\n\twithHydrationOnDemand>()(TextHTMLCollapsePackagesMobile);\nconst BannersHydrated = withHydrationOnDemand>()(Banners);\nconst TabsCarouselProductCardHydrated =\n\twithHydrationOnDemand>()(TabsCarouselProductCard);\nconst CarouselProductHydrated = withHydrationOnDemand>()(CarouselProduct);\nconst ProductLeiHydrated = withHydrationOnDemand>()(ProductLei);\nconst CarouselListHydrated = withHydrationOnDemand>()(CarouselList);\nconst DestinationGuideHydrated = withHydrationOnDemand>()(DestinationGuide);\nconst FeaturesHydrated = withHydrationOnDemand>()(FeaturesPackagesMobile);\n\n// ! TODO: clean comments and TODOs in this file\n// ! TODO: try removing the fragments and see if it works\n\n// TODO: remove all of the debug of SHOW_DEBUG_RENDER_NAME\nconst SHOW_DEBUG_RENDER_NAME = false;\n\nconst renderBanners: FC = (banners: MobileBannersProps) => (\n\t<>\n\t\t{SHOW_DEBUG_RENDER_NAME && 'Banners'}\n\t\t{banners && }\n\t\n);\n\nconst renderSearcherFerryRxjs: FC = (searcherFerryRxjs: SearcherFerryHotelProps) => (\n\t<>\n\t\t{SHOW_DEBUG_RENDER_NAME && 'SearcherFerryRxjs'}\n\t\t{searcherFerryRxjs && }\n\t\n);\n\nconst renderSearcherTrainRxjs: FC = (searcherTrainRxjs: SearcherTrainHotelProps) => (\n\t<>\n\t\t{SHOW_DEBUG_RENDER_NAME && 'SearcherTrainRxjs'}\n\t\t{searcherTrainRxjs && }\n\t\n);\n\nconst renderSearcherFlightRxjs: FC = (searcherFlightRxjs: SearcherFlightHotelProps) => (\n\t<>\n\t\t{SHOW_DEBUG_RENDER_NAME && 'SearcherFlightRxjs'}\n\t\t{searcherFlightRxjs && }\n\t\n);\n\nconst renderSearcherTabsRxjs: FC = (searcherTabsRxjs: SearcherTabsProps) => (\n\t<>\n\t\t{SHOW_DEBUG_RENDER_NAME && 'SearcherTabsRxjs'}\n\t\t{searcherTabsRxjs && }\n\t\n);\n\nconst renderSearcherTou: FC = (searcherTou: SearcherTouProps) => (\n\t<>\n\t\t{SHOW_DEBUG_RENDER_NAME && 'SearcherTou'}\n\t\t{searcherTou && }\n\t\n);\n\nconst renderSearcherPak: FC = (searcherPak: SearcherMultiPakProps) => (\n\t<>\n\t\t{SHOW_DEBUG_RENDER_NAME && 'SearcherPak'}\n\t\t{searcherPak && }\n\t\n);\n\nconst renderBreadcrumbs: FC = (breadcrumbs: BreadcrumbsProps) => (\n\t<>\n\t\t{SHOW_DEBUG_RENDER_NAME && 'Breadcrumb'}\n\t\t{breadcrumbs && }\n\t\n);\n\nconst renderCarouselSimple: FC = (carouselSimple: CarouselOffersCtaMobileProps) => {\n\tconst { props: carouselSimpleProps } = carouselSimple;\n\treturn (\n\t\t<>\n\t\t\t{SHOW_DEBUG_RENDER_NAME && 'CarouselSimple'}\n\t\t\t{carouselSimple && carouselSimpleProps && (\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t)}\n\t\t\n\t);\n};\n\nconst renderComarketing: FC = (comarketing: ComarketingProps) => (\n\t<>\n\t\t{SHOW_DEBUG_RENDER_NAME && 'Comarketing'}\n\t\t{comarketing && (\n\t\t\t
\n\t\t\t\t\n\t\t\t
\n\t\t)}\n\t\n);\n\nconst renderFeatures: FC = (features: TextHtmlCollapsePackagesProps) => (\n\t\n\t\t{SHOW_DEBUG_RENDER_NAME && 'Features'}\n\t\t{features && }\n\t\n);\n\nconst renderLinks: FC = (links: LinkSEOProps) => (\n\t<>\n\t\t{SHOW_DEBUG_RENDER_NAME && 'links'}\n\t\t{links && (\n\t\t\t
\n\t\t\t\t\n\t\t\t
\n\t\t)}\n\t\n);\n\nconst renderHeaderCarousel: FC = (headerCarousel: MobileBannersProps) => (\n\t<>\n\t\t{SHOW_DEBUG_RENDER_NAME && 'HeaderCarousel'}\n\t\t{headerCarousel && }\n\t\n);\n\nconst renderProductTabsRxjs: FC = (productTabsRxjs: TabsCarouselProductCardProps) => (\n\t<>\n\t\t{SHOW_DEBUG_RENDER_NAME && 'ProductTabsRxjs'}\n\t\t{productTabsRxjs && }\n\t\n);\n\nconst renderProductTTOORxjs: FC = (productTTOORxjs: CarouselProductProps) => (\n\t<>\n\t\t{SHOW_DEBUG_RENDER_NAME && 'ProductTTOORxjs'}\n\t\t{productTTOORxjs && (\n\t\t\t
\n\t\t\t\t\n\t\t\t
\n\t\t)}\n\t\n);\n\nconst renderProductLei: FC = (productLei: ProductLeiProps) => (\n\t<>\n\t\t{SHOW_DEBUG_RENDER_NAME && 'ProductLei'}\n\t\t{productLei && }\n\t\n);\n\nconst renderConditions: FC = (conditions: TextHtmlCollapsePackagesProps) => (\n\t<>\n\t\t{SHOW_DEBUG_RENDER_NAME && 'conditions'}\n\t\t{conditions && (\n\t\t\t
\n\t\t\t\t\n\t\t\t
\n\t\t)}\n\t\n);\n\nconst renderProductListRxjs: FC = (productListRxjs: CarouselListProps) => (\n\t<>\n\t\t{SHOW_DEBUG_RENDER_NAME && 'ProductListRxjs'}\n\t\t{productListRxjs && }\n\t\n);\n\nconst renderDestinationGuide: FC = (destinationGuide: DestinationGuideProps) => (\n\t<>\n\t\t{SHOW_DEBUG_RENDER_NAME && 'destinationGuide'}\n\t\t{destinationGuide && }\n\t\n);\n\n/*\n This constains the mapping between the component name in modelsResult/rootProps and the component itself (sometimes with wrappers like a Section).\n Original source code: https://dev.azure.com/toolfactory/Packages/_git/alexandria-components-packages-mobile?path=/components/m-main-showcase-ab/components/renders.js\n*/\nexport const componentMobileMapping: { [key: string]: FC } = {\n\tbanners: renderBanners,\n\tsearcherFerryRxjs: renderSearcherFerryRxjs,\n\tsearcherTrainRxjs: renderSearcherTrainRxjs,\n\tsearcherFlightRxjs: renderSearcherFlightRxjs,\n\tsearcherTabsRxjs: renderSearcherTabsRxjs,\n\t__OLD__searcherPak: renderSearcherPak,\n\tbreadcrumbs: renderBreadcrumbs,\n\tcarouselSimple: renderCarouselSimple,\n\tcomarketing: renderComarketing,\n\tfeatures: renderFeatures,\n\tlinks: renderLinks,\n\theaderCarousel: renderHeaderCarousel,\n\t// the following three names are the same component:\n\tproductFerryRxjs: renderProductTTOORxjs,\n\tproductTrainRxjs: renderProductTTOORxjs,\n\tproductFlightRxjs: renderProductTTOORxjs,\n\tproductTTOORxjs: renderProductTTOORxjs,\n\tproductTabsRxjs: renderProductTabsRxjs,\n\tconditions: renderConditions,\n\tproductListRxjs: renderProductListRxjs,\n\tdestinationGuide: renderDestinationGuide,\n\tproductLei: renderProductLei,\n\tsearcherTTOO: renderSearcherTou,\n};\n","import { FlexMixin } from '@ui-kit/styles/common/mixins/helpers.styled';\nimport styled from 'styled-components';\n\nexport const Main = styled.main`\n\t${FlexMixin({ direction: 'column' })}\n\tbackground-color: ${({ theme }) => theme.colors.white.base};\n`;\n","import { SearcherTabsVariant } from '@ui-kit/components/common/searchers/searcher-tabs/types';\nimport _merge from 'lodash/merge';\nimport type { FC } from 'react';\n\nimport { renderComponentsWithOrder } from '@/utils/render/components';\n\nimport { componentMobileMapping } from '../../renders/mobile';\nimport type { MainHomeMobileProps } from '../../types';\nimport * as S from './styled';\n\nconst DEFAULT_ORDER_MOBILE = [\n\t'--DEFAULT_ORDER_MOBILE--',\n\t'banners',\n\t'searcherPak',\n\t'searcherFlight',\n\t'searcherFerry',\n\t'searcherTrain',\n\t'searcherTabsRxjs',\n\t'breadcrumbs',\n\t'headerCarousel',\n\t'productCardTabs',\n\t'productTTOO',\n\t'productLei',\n\t'carouselList',\n\t'comarketing',\n\t'travelSafe',\n\t'features',\n\t'carouselSimple',\n\t'destinationGuide',\n\t'conditions',\n\t'links',\n\t'productListRxjs',\n\t'productTabsRxjs',\n];\n\nexport const MainHomeMobile: FC = ({ props }) => {\n\tconst { order, searcherTabsRxjs } = props;\n\n\tprops.searcherTabsRxjs = _merge(searcherTabsRxjs, {\n\t\tprops: {\n\t\t\tvariant: SearcherTabsVariant.Buttons,\n\t\t},\n\t});\n\tprops.advantagesPackagesMobile = {\n\t\tcomarketing: props.comarketing,\n\t\tfeatures: props.features,\n\t};\n\n\tconst rendercomponentsOrder = order?.props?.order ?? DEFAULT_ORDER_MOBILE;\n\n\treturn (\n\t\t\n\t\t\t{renderComponentsWithOrder(rendercomponentsOrder, props, componentMobileMapping)}\n\t\t\n\t);\n};\n\nexport default MainHomeMobile;\n","import { generateViewsComponent } from '@ui-kit/helpers/views';\n\nimport MainHomeDesktop from './views/desktop';\nimport MainHomeMobile from './views/mobile';\n\nexport const MainHome = generateViewsComponent(MainHomeDesktop, MainHomeMobile);\nexport const AgentsMainHome = generateViewsComponent(MainHomeDesktop, MainHomeMobile);\n\nexport * from './types';\nexport default MainHome;\n","import type { BaseTemplateLogitravelProps } from '@ui-kit/components/layouts/logitravel/base-template/types';\nimport { DEVICES } from '@ui-kit/context/types';\n\nimport type { MainHomeMobileProps, MainHomeProps } from '@/pages/packages/home';\n\nimport type { AppProps } from '.';\n\nexport const transformProps = ({ root, context }: AppProps) => {\n\tconst isMobile = context.DeviceClass === DEVICES.mobile;\n\n\tif (isMobile) {\n\t\tconst typedRoot = root as MainHomeMobileProps;\n\n\t\tconst templateProps: BaseTemplateLogitravelProps = {\n\t\t\tcontext,\n\t\t\tmHeader: typedRoot.props.header,\n\t\t\tmFooter: typedRoot.props.footer,\n\t\t};\n\n\t\treturn { templateProps, mainHomeProps: typedRoot };\n\t}\n\n\tconst typedRoot = root as MainHomeProps;\n\n\tconst templateProps: BaseTemplateLogitravelProps = {\n\t\tcontext,\n\t\theader: typedRoot.props.header,\n\t\tfooter: typedRoot.props.footer,\n\t};\n\n\treturn { templateProps, mainHomeProps: typedRoot };\n};\n","import BaseTemplateLogitravel from '@ui-kit/components/layouts/logitravel/base-template/index';\nimport type { ContextBabylonProps } from '@ui-kit/context/types';\nimport type { FC } from 'react';\n\nimport type { MainHomeMobileProps, MainHomeProps } from '@/pages/packages/home';\nimport MainHome from '@/pages/packages/home';\nimport { renderPages } from '@/utils/render';\n\nimport { transformProps } from './utils';\n\nexport interface AppProps {\n\troot: MainHomeProps | MainHomeMobileProps;\n\tcontext: ContextBabylonProps;\n}\n\nexport const App: FC = props => {\n\tconst { templateProps, mainHomeProps } = transformProps(props);\n\n\treturn (\n\t\t\n\t\t\t\n\t\t\n\t);\n};\n\nexport const render = renderPages(App);\n"],"names":["CARD_SIMPLE_CONSTANTS","CardSimpleWrapperDesktop","styled","BorderRadius","BoxShadowWithHover","$height","CardSimpleContentDesktop","FlexMixin","theme","CardSimpleTitleDesktop","InnerMarkdownHTML","FontMixin","CardSimpleSubtitleDesktop","CardSimpleFromDesktop","CardSimplePriceDesktop","CardSimpleDesktop","title","subtitle","price","image","link","config","height","className","Currency","useContext","contextBabylon","alternative","_jsxs","S.CardSimpleWrapperDesktop","_jsx","Image","S.CardSimpleContentDesktop","nullsToUndefined","S.CardSimpleTitleDesktop","S.CardSimpleSubtitleDesktop","_Fragment","S.CardSimpleFromDesktop","_a","S.CardSimplePriceDesktop","getCurrencySymbol","CardSimpleWrapperMobile","CardSimpleContentMobile","CardSimpleTitleMobile","CardSimpleSubtitleMobile","CardSimpleFromMobile","CardSimplePriceMobile","CardSimpleMobile","width","S.CardSimpleWrapperMobile","S.CardSimpleContentMobile","S.CardSimpleTitleMobile","S.CardSimpleSubtitleMobile","S.CardSimpleFromMobile","S.CardSimplePriceMobile","CardSimple","generateViewsComponent","CarouselCardSimpleContainer","CarouselCardSimpleSlider","Slider","CarouselCardSimpleDesktop","props","items","variant","useTheme","slider","S.CarouselCardSimpleContainer","Title","S.CarouselCardSimpleSlider","Children","item","literals","CarouselCardSimpleMobile","ScrollHorizontal","CarouselCardSimple","CarouselHeaderBlock","CarouselHeaderSlider","CarouselHeaderDesktopSlider","$uniqueImage","css","DesktopCarouselHeader","rewind","_name","_componentClass","_version","rest","isNotUniqueImage","SS.CarouselHeaderBlock","S.CarouselHeaderDesktopSlider","index","CarouselHeaderMobileSlider","$variant","MobileCarouselHeader","S.CarouselHeaderMobileSlider","CarouselHeader","ComarketingWrapper","ComarketingImage","BoxShadow","BoxShadowHover","ComarketingDesktop","S.ComarketingWrapper","S.ComarketingImage","ComarketingMobile","imgProps","_createElement","genKey","Comarketing","MobileFeaturesDescription","Margin","MobileFeaturesBox","TitleMobileWrapper","MobileFeaturesList","MobileFeaturesItem","MobileFeatureIcon","MobileFeatureContent","MobileFeatureTitle","MobileFeatureDescription","MobileFeaturesButton","Button","MobileFeatures","features","description","button","S.MobileFeaturesBox","classnames","S.MobileFeaturesDescription","S.MobileFeaturesButton","S.MobileFeaturesList","S.MobileFeaturesItem","S.MobileFeatureIcon","Icon","S.MobileFeatureContent","S.MobileFeatureTitle","S.MobileFeatureDescription","markdown","Features","DesktopFeatures","textHtmlCollapsePackagesConverter","data","TextHtmlCollapseWrapper","TextHtmlCollapseContent","$isOpen","TextHtmlCollapseCampaign","TextHtmlCollapseCampaignTitle","TextHtmlCollapseCampaignText","TextHtmlCollapseButton","TextHtmlCollapseDesktopView","campaigns","viewLess","viewMore","isOpen","toggleIsOpen","useToggle","S.TextHtmlCollapseWrapper","Container","S.TextHtmlCollapseContent","text","S.TextHtmlCollapseCampaign","S.TextHtmlCollapseCampaignTitle","S.TextHtmlCollapseCampaignText","S.TextHtmlCollapseButton","TextHTMLCollapse","TextHTMLCollapsePackagesDesktop","convertedData","S.TextHTMLCollapse","TextHTMLCollapsePackagesMobile","textHTMLCollapsePackages","AdvantagesPackagesBox","AdvantagesPackagesWrapper","AdvantagesPackagesLeft","$hasBanner","AdvantagesPackagesRight","AdvantagesPackagesTitle","AdvantagesPackagesFeaturesList","AdvantagesPackagesFeaturesItem","AdvantagesPackagesFeaturesIcon","AdvantagesPackagesFeaturesInner","AdvantagesPackagesFeaturesTitle","AdvantagesPackagesFeaturesDescription","AdvantagesPackagesSlider","AdvantagesPackagesDesktop","banner","S.AdvantagesPackagesBox","jsxs","S.AdvantagesPackagesWrapper","S.AdvantagesPackagesLeft","jsx","S.AdvantagesPackagesTitle","S.AdvantagesPackagesFeaturesList","S.AdvantagesPackagesFeaturesItem","S.AdvantagesPackagesFeaturesIcon","S.AdvantagesPackagesFeaturesInner","S.AdvantagesPackagesFeaturesTitle","S.AdvantagesPackagesFeaturesDescription","S.AdvantagesPackagesRight","S.AdvantagesPackagesSlider","ScrollHorizontalItem","AdvantagesPackagesCarousel","AdvantagesPackagesFeatures","AdvantagesPackagesMobile","comarketing","S.AdvantagesPackagesCarousel","S.AdvantagesPackagesFeatures","AdvantagesPackages","BreadCrumbSection","SectionContainer","CarouselHeaderHydrated","withHydrationOnDemand","HeaderBannerSimpleHydrated","HeaderBannerSimple","BreadcrumbsHydrated","Breadcrumbs","AdvantagesPackagesHydrated","ComarketingHydrated","FeaturesHydrated","CarouselOffersCtaHydrated","CarouselOffersCta","LinksSEOHydrated","LinksSEO","ConditionsHydrated","TabsCarouselProductCardHydrated","TabsCarouselProductCardFlat","SearcherMultiPakHydrated","SearcherMultiPak","SearcherTabsHydrated","SearcherTabs","SearcherFlightHotelHydrated","SearcherFlightHotel","SearcherFerryHotelHydrated","SearcherFerryHotel","SearcherTrainHotelHydrated","SearcherTrainHotel","SearcherTouHydrated","SearcherTou","GridProductHydrated","GridProduct","CarouselProductHydrated","CarouselProduct","CarouselListHydrated","CarouselList","CarouselCardSimpleHydrated","ProductLeiHydrated","ProductLei","renderProductTTOO","productTTOO","renderFeaturesBanner","featuresBanner","Section","renderComarketing","renderFeatures","renderBreadcrumbs","breadcrumbs","S.BreadCrumbSection","renderProductTab","productTabRxjs","renderProductCarouselListBase","productCarouselListRxjs","renderProductCarouselList","renderLinks","links","renderConditions","conditions","Fragment","renderProductLei","productLei","renderBanners","banners","renderCarouselOffers","carouselOffers","renderProductGridRxjs","productGridRxjs","_merge","renderProductCarouselBannerRxjs","productCarouselBannerRxjs","renderHeaderCarousel","headerCarousel","searcherPak","SectionSearcher","renderSearcherTabsRxjs","searcherTabsRxjs","renderDestinationGuide","destinationGuide","DestinationGuide","renderSearcherTrainRxjs","searcherTrain","renderSearcherFerryRxjs","searcherFerry","renderSearcherFlightRxjs","searcherFlight","renderSearcherTou","searcherTou","renderCarouselSimple","carouselSimple","componentDesktopMapping","converter","_d","_c","_b","DEFAULT_ORDER_DESKTOP","MainHomeDesktop","order","rendercomponentsOrder","renderComponentsWithOrder","ScrollToTop","BannersBox","BannersWrapper","Banner","DesktopBanners","images","S.BannersBox","S.BannersWrapper","S.Banner","MobileBanners","MobileBannersTitle","TitleMobile","S.MobileBanners","S.MobileBannersTitle","Banners","featurePackagesConverter","itemsArray","content","icon","FeaturesPackagesMobile","CardsScrollHydrated","CardsScroll","BannersHydrated","TabsCarouselProductCard","DestinationGuideHydrated","SHOW_DEBUG_RENDER_NAME","searcherFerryRxjs","searcherTrainRxjs","searcherFlightRxjs","renderSearcherPak","carouselSimpleProps","renderProductTabsRxjs","productTabsRxjs","renderProductTTOORxjs","productTTOORxjs","renderProductListRxjs","productListRxjs","componentMobileMapping","Main","DEFAULT_ORDER_MOBILE","MainHomeMobile","SearcherTabsVariant","S.Main","MainHome","transformProps","root","context","DEVICES","typedRoot","App","templateProps","mainHomeProps","BaseTemplateLogitravel","renderPages"],"mappings":"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","x_google_ignoreList":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,41,42,43,44,45,46,47]}