@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
:root{--navigation__width: 100%;--navigation__height: 100px;--navigation__fs: 0.875rem;--navigation__letter-spacing: 0.15em;--navigation-container__height: 100vh;--menu-item__space-s: 0.5rem;--menu-item__space-m: 1.5rem;--menu-toggle__width: 2.5rem;--menu-toggle__height: 2rem;--menu-toggle-line__height: 3px;--menu-toggle-line__top-position: 0.75rem;--section__space: 4rem;--section__space-s: 3rem;--content__spacing: 0 2rem;--content__space-xs: 0.5rem;--content__space-s: 1rem;--content__space-m: 2rem;--content__space-l: 3rem;--content__space-xl: 5rem;--content__border-radius-s: 0.25rem;--content__border-radius-m: 0.5rem;--fs__global: 1rem;--fs__text-xxs: 0.75rem;--fs__text-xs: 0.875rem;--fs__text-s: 1rem;--fs__text-m: 1.125rem;--fs__text-l: 1.25rem;--fs__header-xs: 1.5rem;--fs__header-s: 1.75rem;--fs__header-m: 2rem;--fs__header-l: 2.5rem;--fs__header-xl: 3rem;--text__line-height: 1.6;--header__line-height: 1.3;--to-top-icon__width: 21px;--to-top-icon__height: 24px;--to-top__size: 45px;--to-top__bottom-position: 1rem;--to-top__right-position: 1rem;--social-icon__size: 24px;--footer__padding: 2rem 0}@media screen and (max-width: 1200px){:root{--navigation-container__width: 50%;--section__space: 4rem}}@media screen and (max-width: 767px){:root{--navigation-container__width: 100%;--navigation__height: 70px;--section__space: 3rem;--fs__header-xl: 2.5rem;--fs__header-l: 2rem}}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:#000;font-family:"Roboto",sans-serif;font-size:var(--fs__global);color:#d1d1d1;line-height:var(--text__line-height);margin:0;padding:0;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site{padding-top:var(--navigation__height);display:flex;flex-direction:column;min-height:100vh}main{flex:1}p{margin:0 0 1rem}p:last-child{margin-bottom:0}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:var(--header__line-height);color:#fff;margin:0 0 1rem}a{color:#d4a84b;text-decoration:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media(hover: hover){a:hover{color:#e5c97a}}img{max-width:100%;height:auto;display:block}svg{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}svg path{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}ul,ol{margin:0;padding:0;list-style:none}button{font-family:inherit}::selection{background-color:#d4a84b;color:#000}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#85898d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#d4a84b}:focus-visible{outline:2px solid #d4a84b;outline-offset:2px}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.skip-link:focus{background-color:#d4a84b;color:#000;clip:auto !important;clip-path:none;display:block;font-size:var(--fs__text-s);font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-family:"Roboto",sans-serif;font-size:var(--fs__text-s);font-weight:500;text-decoration:none;border:2px solid rgba(0,0,0,0);cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background-color:#d4a84b;color:#000;border-color:#d4a84b}.btn--primary:hover{background-color:#b8922f;border-color:#b8922f}.btn--secondary{background-color:rgba(0,0,0,0);color:#fff;border-color:#333}.btn--secondary .btn__icon{color:#d4a84b}.btn--secondary:hover{background-color:#d4a84b;color:#000;border-color:#fff}.btn--secondary:hover .btn__icon{color:#fff !important}.btn--tertiary{background-color:rgba(0,0,0,0);color:#fff;border-color:#fff}.btn--tertiary:hover{background-color:#fff;color:#000}.btn__icon{width:20px;height:20px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.btn:hover .btn__icon--arrow{transform:translateX(4px)}.arrow-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-size:var(--fs__text-s)}.arrow-link__icon{width:20px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.arrow-link:hover{color:#d4a84b}.arrow-link:hover .arrow-link__icon{transform:translateX(4px)}@media screen and (max-width: 767px){.btn{padding:.875rem 1.5rem}}.section.newsroom.section{padding:2rem 0 !important}.section-title{text-align:center;margin-bottom:4rem}.section-title__header{display:inline-block;position:relative;font-size:var(--fs__header-l);font-weight:700;color:#fff;margin:0;padding-bottom:.75rem}.section-title--left{text-align:left}.section-title--left .section-title__header::after{left:0;transform:none}.section-title--small .section-title__header{font-size:var(--fs__header-m)}.section-title--small .section-title__header::after{height:4px}.page-title{margin-bottom:var(--content__space-l)}.page-title__header{font-size:var(--fs__header-xl);font-weight:700;color:#fff;margin:0}.section-title__header{background:linear-gradient(transparent 60%, #333333 60%);padding:0 .25rem}.inline-title__highlight{font-weight:100}@media screen and (max-width: 767px){.section-title__header{font-size:var(--fs__header-m)}.section-title__header::after{height:4px}.page-title__header{font-size:var(--fs__header-l)}}.production-card{display:block;position:relative;overflow:hidden;border:2px solid #d4a84b;aspect-ratio:1/1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.production-card__image{width:100%;height:100%;object-fit:cover;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.production-card__badge{background:#d4a84b;position:absolute;top:0;left:0;z-index:2;aspect-ratio:1;display:inline-flex;flex-direction:column;align-items:center;justify-content:center}.production-card__badge img{width:50px;height:auto}.production-card__overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);display:flex;align-items:center;justify-content:center;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.production-card__content{text-align:center;padding:var(--content__space-m)}.production-card__title{font-size:var(--fs__header-s);font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:.05em}.production-card__subtitle{font-size:var(--fs__text-s);color:#85898d;margin-top:.5rem}.production-card__status{font-size:1.5rem;font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:.1em}.production-card:hover{border-color:#e5c97a}.production-card:hover .production-card__image{transform:scale(1.05)}.production-card--placeholder{cursor:not-allowed}.production-card--placeholder .production-card__image{opacity:.5}.production-card--placeholder:hover{border-color:#d4a84b}.production-card--placeholder:hover .production-card__image{transform:none}.production-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:var(--content__space-l)}.production-grid--2-cols{grid-template-columns:repeat(2, 1fr);max-width:800px;margin:0 auto}@media screen and (max-width: 1200px){.production-grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.production-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.production-grid--2-cols{grid-template-columns:1fr}.production-card{aspect-ratio:1/1}}.section{padding:var(--section__space) 0}.section--no-padding-top{padding-top:0}.section--no-padding-bottom{padding-bottom:0}.section--small{padding:var(--section__space-s) 0}.content-wrapper{max-width:800px;margin:0 auto;text-align:center}.content-wrapper--left{text-align:left;margin:0}.content-wrapper--wide{max-width:1000px}.text-white{color:#fff}.text-gray{color:#85898d}.text-gold{color:#d4a84b}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-0{margin-top:0}.mt-1{margin-top:var(--content__space-xs)}.mt-2{margin-top:var(--content__space-s)}.mt-3{margin-top:var(--content__space-m)}.mt-4{margin-top:var(--content__space-l)}.mt-5{margin-top:var(--content__space-xl)}.mb-0{margin-bottom:0}.mb-1{margin-bottom:var(--content__space-xs)}.mb-2{margin-bottom:var(--content__space-s)}.mb-3{margin-bottom:var(--content__space-m)}.mb-4{margin-bottom:var(--content__space-l)}.mb-5{margin-bottom:var(--content__space-xl)}.divider{border:none;border-top:1px solid hsla(0,0%,100%,.1);margin:var(--content__space-l) 0}.divider--gold{border-top-color:#d4a84b}.image-wrapper{overflow:hidden;border-radius:var(--content__border-radius-m)}.image-wrapper img{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.image-wrapper:hover img{transform:scale(1.05)}.grid{display:grid;gap:var(--content__space-l)}.grid--2{grid-template-columns:repeat(2, 1fr)}.grid--3{grid-template-columns:repeat(3, 1fr)}.grid--4{grid-template-columns:repeat(4, 1fr)}@media screen and (max-width: 1200px){.grid--4{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.flexible-value h1,.flexible-layout__container .section__layout h1{font-size:var(--fs__header-xl)}.flexible-value h2,.flexible-layout__container .section__layout h2{font-size:var(--fs__header-l)}.flexible-value h3,.flexible-layout__container .section__layout h3{font-size:var(--fs__header-m)}.flexible-value h4,.flexible-layout__container .section__layout h4{font-size:var(--fs__header-s)}.flexible-value h5,.flexible-layout__container .section__layout h5{font-size:var(--fs__header-xs)}.flexible-value h6,.flexible-layout__container .section__layout h6{font-size:var(--fs__text-l)}.flexible-value h1,.flexible-layout__container .section__layout h1,.flexible-value h2,.flexible-layout__container .section__layout h2,.flexible-value h3,.flexible-layout__container .section__layout h3,.flexible-value h4,.flexible-layout__container .section__layout h4,.flexible-value h5,.flexible-layout__container .section__layout h5,.flexible-value h6,.flexible-layout__container .section__layout h6{line-height:var(--header__line-height);margin-bottom:1rem}.flexible-value p,.flexible-layout__container .section__layout p{line-height:var(--text__line-height);margin-bottom:1rem}.flexible-value p:last-of-type,.flexible-layout__container .section__layout p:last-of-type{margin-bottom:0}.flexible-value a,.flexible-layout__container .section__layout a{color:#28a745}.flexible-value a:hover,.flexible-layout__container .section__layout a:hover{color:#666}.flexible-value strong,.flexible-layout__container .section__layout strong{font-weight:700;color:#000}.flexible-value ul,.flexible-layout__container .section__layout ul,.flexible-value ol,.flexible-layout__container .section__layout ol{margin-left:2rem;padding:0}.flexible-value ul li,.flexible-layout__container .section__layout ul li,.flexible-value ol li,.flexible-layout__container .section__layout ol li{list-style-type:disc}.flexible-layout__container .section__layout{margin-bottom:calc(var(--section__space)/2)}.flexible-layout__container .section__layout p{font-size:var(--fs__text-s)}.flexible-layout__container .section__layout:last-of-type{margin-bottom:0}.flexible-layout__container .section__layout .layout-title__header{font-weight:700;color:#000;margin-bottom:0}.flexible-value.text-default p{font-size:var(--fs__text-s)}.flexible-value.text-small p{font-size:var(--fs__text-xs)}@media screen and (max-width: 767px){.section__layout.content-50-50{flex-direction:column}}@media screen and (max-width: 650px){.section__layout.image-100-center .section__link{max-width:100%}}.to-top{display:none;background-color:#85898d;width:var(--to-top__size);height:var(--to-top__size);position:fixed;bottom:var(--to-top__bottom-position);right:var(--to-top__right-position);border-radius:var(--content__border-radius-s);cursor:pointer;z-index:97;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.to-top:hover{transform:scale(0.95);-o-transform:scale(0.95);-moz-transform:scale(0.95);-webkit-transform:scale(0.95)}.to-top svg{width:var(--to-top-icon__width);height:var(--to-top-icon__height)}.site-header{background-color:#000;position:fixed;top:0;left:0;width:100%;height:var(--navigation__height);z-index:99;border-bottom:1px solid hsla(0,0%,100%,.1)}.container-nav{display:flex;justify-content:space-between;align-items:center;height:100%}.site-branding a{display:flex;align-items:center}.site-branding img{width:176px}.navigation-container{display:flex;align-items:center;gap:var(--content__space-l)}.navigation-control .menu-primary-container .menu{display:flex;list-style:none;margin:0;padding:0}.menu-item{margin:0 var(--menu-item__space-m)}.menu-item a{font-size:1.2rem;font-weight:800;color:#d4a84b;text-transform:uppercase;letter-spacing:var(--navigation__letter-spacing);padding:.5rem 0;position:relative}.menu-item a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#d4a84b;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu-item a:hover{color:#d4a84b}.menu-item a:hover::after{width:100%}.menu-item.current-menu-item a,.menu-item.current_page_item a{color:#d4a84b}.menu-item.current-menu-item a::after,.menu-item.current_page_item a::after{width:100%}.header-social{display:flex;align-items:center;gap:var(--content__space-s)}.header-social__link{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#85898d}.header-social__link:hover{color:#fff}.header-social__icon{width:100%;height:100%}.menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:var(--menu-toggle__width);height:var(--menu-toggle__height);background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;z-index:100}.menu-toggle__line{display:block;width:100%;height:var(--menu-toggle-line__height);background-color:#fff;border-radius:2px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.nav-social-mobile{display:none}.menu-close{display:none}@media screen and (max-width: 1200px){.navigation-container{order:3}.navigation-control .menu-primary-container{background-color:#000;position:fixed;top:0;left:-100%;display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;height:100vh;padding:0 2rem;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:98}.navigation-control .menu-primary-container .menu{flex-direction:column;align-items:center;gap:var(--content__space-m)}.navigation-control.toggled .menu-primary-container{left:0}.navigation-control.toggled .menu-toggle__line:nth-of-type(1){transform:translateY(10px) rotate(45deg)}.navigation-control.toggled .menu-toggle__line:nth-of-type(2){opacity:0}.navigation-control.toggled .menu-toggle__line:nth-of-type(3){transform:translateY(-10px) rotate(-45deg)}.menu-toggle{display:flex}.menu-item{margin:0}.menu-item a{font-size:var(--fs__text-m)}.header-social{margin-right:4rem}.footer__social{display:none !important}.nav-social-mobile{display:flex;justify-content:center;padding-top:var(--content__space-l)}.nav-social-mobile .footer__social-icons{display:flex;gap:var(--content__space-s)}.menu-close{display:flex;position:absolute;top:1.5rem;right:1.5rem;width:32px;height:32px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;z-index:100}.menu-close span{display:block;position:absolute;width:100%;height:2px;background-color:#fff;border-radius:2px;top:50%;left:0}.menu-close span:nth-of-type(1){transform:translateY(-50%) rotate(45deg)}.menu-close span:nth-of-type(2){transform:translateY(-50%) rotate(-45deg)}}@media screen and (max-width: 767px){.container-nav{padding-left:1.25rem;padding-right:1.25rem}.site-branding img{width:120px}.navigation-control .menu-primary-container{width:100%;padding:0 1.5rem}.header-social{display:none}}@media screen and (max-width: 767px){.navigation-control .menu-primary-container{width:100%}.header-social{display:none}}.site-branding a{display:flex}.footer{background-color:#000;padding:2rem 0;border-top:1px solid hsla(0,0%,100%,.1);margin-top:auto;padding-bottom:6rem}.footer__content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--content__space-m)}.footer__left{display:flex;align-items:center;gap:var(--content__space-m)}.footer__logo img{width:80px;height:auto}.footer__copyright-text,.footer__copyright-subtitle{font-size:.875rem;color:#fff;margin:0;line-height:1.4}.footer__legal{max-width:350px}.footer__legal-text{font-size:.875rem;color:#fff;margin:0;line-height:1.5}.footer__links{display:flex;align-items:center;gap:var(--content__space-m)}.footer__link{font-size:.875rem;color:#fff;text-decoration:underline;text-underline-offset:3px}.footer__link:hover{color:#d4a84b}.footer__social{display:flex;align-items:center;gap:var(--content__space-s)}.footer__social-label{font-size:.875rem;color:#fff;font-weight:300}.footer__social-icons{display:flex;align-items:center;gap:.5rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#85898d;border-radius:25%}.footer__social-link:hover{color:#fff;border-color:#fff}.footer__social-icon{width:14px;height:14px}@media screen and (max-width: 1200px){.footer__content{gap:var(--content__space-l)}.footer__legal{order:4;max-width:100%;flex-basis:100%}}@media screen and (max-width: 767px){.footer{padding:var(--content__space-l) 0}.footer__content{flex-direction:column;align-items:flex-start}.footer__left{flex-direction:column;align-items:flex-start}.footer__links{flex-direction:column;align-items:flex-start;gap:var(--content__space-s)}.footer__social{width:100%;justify-content:space-between}}@media screen and (min-width: 1280px){body:not(.page-template-historia){max-width:87.5%;margin:0 auto}header#main-header>div{max-width:87.5%;margin:0 auto}.hero{width:100vw !important;margin-left:-6.5%;padding:0 6.5%}html{overflow-x:hidden}body.page-template-historia footer,section.page-header.section{max-width:87.5%;margin:0 auto;width:100%}}.splide{max-height:558px !important}.hero{position:relative;width:100%;max-height:800px;overflow:hidden;background-image:url("https://syrenarecord.com/wp-content/uploads/2026/06/image-4-scaled-1.png");background-size:cover;background-repeat:no-repeat;background-position:center}.hero__slider{width:100%;height:100%}.hero .splide__track,.hero .splide__list,.hero .splide__slide{height:100%}.hero__link{display:block;width:100%;height:100%}.hero__image{width:100%;height:100%;object-fit:cover}.hero__arrows{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 .5rem;pointer-events:none;z-index:10}.hero__arrow{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:rgba(0,0,0,0);border:none;color:#fff;cursor:pointer;pointer-events:auto;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.hero__arrow:hover{color:#d4a84b}@media screen and (max-width: 1200px){.hero{max-height:600px}}@media screen and (max-width: 767px){.hero{height:50vh;max-height:400px}.hero__arrows{padding:0 1rem}.hero__arrow{width:40px;height:40px}.hero__arrow svg{width:24px;height:24px}}.intro__content{margin:0 auto;text-align:center}.intro__title{font-size:var(--fs__header-l);font-weight:700;color:#fff;margin-bottom:var(--content__space-l);line-height:1.3;position:relative;display:inline;background:linear-gradient(transparent 60%, #333333 60%);padding:0 .25rem}.intro__title-highlight{font-weight:100}.intro__text{margin-top:var(--section__space) !important;font-size:var(--fs__text-m);color:#d1d1d1;line-height:1.8;margin-bottom:var(--content__space-l) !important;max-width:90%;margin:0 auto}.intro__text p{margin-bottom:1.5rem}.intro__text p:last-child{margin-bottom:0}.intro__timeline{margin-top:var(--content__space-xl)}.intro__timeline-text{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:.1em}@media screen and (max-width: 767px){.intro__title{font-size:var(--fs__header-m)}.intro__text{font-size:var(--fs__text-s)}.intro__timeline-text{font-size:var(--fs__header-s)}}.features__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:var(--content__space-l)}.feature-box{text-align:left}.feature-box__image-wrapper{aspect-ratio:1/1;overflow:hidden;margin-bottom:var(--content__space-m)}.feature-box__image{width:100%;height:100%;object-fit:cover;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.feature-box__title{font-size:2rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--content__space-s);line-height:1.4}.feature-box__title::after{content:"";width:20%;height:2px;background:#d4a84b;display:block;margin-top:8px}.feature-box__text{font-size:1.2rem;color:#d1d1d1;line-height:1.7;margin:0}@media screen and (max-width: 1200px){.features__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.features__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.feature-box{text-align:center}.feature-box__title::after{margin-left:50%;transform:translate(-50%, 0)}.feature-box__image-wrapper{max-width:300px;margin:0 auto var(--content__space-m)}}.newsroom__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:var(--content__space-l);margin-bottom:var(--content__space-xl)}.newsroom__button{text-align:center}.news-card{display:grid;grid-template-columns:1fr 1fr;gap:var(--content__space-m);align-items:start}.news-card__link{display:block}.news-card__image-wrapper{aspect-ratio:1/1;overflow:hidden;padding-bottom:16px;padding-right:16px;position:relative}.news-card__image-wrapper::after{content:"";width:75%;height:90%;background:#d4a84b;display:block;position:absolute;bottom:0;right:0;z-index:-1}.news-card__image{width:100%;height:100%;object-fit:cover;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.news-card__link:hover .news-card__image{transform:scale(1.05)}.news-card__content{padding:var(--content__space-s) 0}.news-card__title{font-size:var(--fs__header-s);font-weight:700;color:#fff;margin:0 0 var(--content__space-xs);text-transform:uppercase;letter-spacing:.02em}.news-card__title a{color:inherit}.news-card__title a:hover{color:#d4a84b}.news-card__date{display:block;font-size:var(--fs__text-xs);color:#d1d1d1;margin-bottom:var(--content__space-s)}.news-card__excerpt{font-size:1.2rem;color:#d1d1d1;font-weight:normal;line-height:1.7;margin:0 0 var(--content__space-m)}.news-card__more{display:inline-flex;align-items:center}@media screen and (max-width: 1200px){.newsroom__grid{grid-template-columns:1fr;max-width:700px;margin:0 auto var(--content__space-xl)}}@media screen and (max-width: 767px){.news-card{grid-template-columns:1fr}.news-card__title{font-size:var(--fs__text-l)}}.timeline{position:relative;padding:var(--content__space-xl) 0 var(--content__space-xxl);overflow:hidden}.timeline__bg{position:absolute;inset:0;z-index:-1}.timeline__wrapper>div>div{position:relative;max-width:1000px;margin:0 auto}.timeline__line{position:absolute;left:50%;top:0;bottom:0;width:1px;background:#fff;opacity:.1;transform:translateX(-50%);z-index:1}.timeline__year-marker{position:relative;text-align:center;padding:var(--content__space-l) 0;z-index:2}.timeline__year-text{display:inline-block;font-size:var(--fs__header-s);font-weight:200;color:#fff;padding:.25rem 1.5rem;letter-spacing:.1em;position:relative;z-index:2}.timeline__item{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:var(--content__space-m);position:relative;z-index:2}.timeline__item--dark{padding:var(--content__space-xl) 0;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%)}.timeline__dark-bg{position:absolute;inset:0;background:rgba(0,0,0,.85);z-index:-1;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;left:50%;transform:translateX(-50%)}.timeline__side--left{text-align:right;padding-right:var(--content__space-m)}.timeline__side--right{text-align:left;padding-left:var(--content__space-m)}.timeline__item--center{display:block}.timeline__center{max-width:500px;margin:0 auto;text-align:center;padding:0 var(--content__space-m)}.timeline__item--center_image{display:block}.timeline__center-image{text-align:center;max-width:600px;margin:0 auto}.timeline__center-image .timeline__image{max-width:100%;margin:0 auto;display:block}.timeline__caption{font-size:var(--fs__text-xs);color:#fff;opacity:.5;margin-top:var(--content__space-s);font-style:italic}.timeline__images{display:inline-flex;gap:var(--content__space-s)}.timeline__side--left .timeline__images{justify-content:flex-end}.timeline__image{max-width:250px;height:auto;display:block}.timeline__title{font-size:1.5rem;font-weight:600;margin-bottom:var(--content__space-xs);line-height:1.5}.timeline__source{font-size:17px}.timeline__description{font-size:20px;color:#d1d1d1;line-height:1.8}.timeline__description p{margin-bottom:.5rem}.timeline__description p:last-child{margin-bottom:0}.timeline__description ul,.timeline__description ol{margin-bottom:.5rem;padding-left:1.5em}.timeline__description ul:last-child,.timeline__description ol:last-child{margin-bottom:0}.timeline__description ul{list-style:disc}.timeline__description ol{list-style:decimal}.timeline__description li{margin-bottom:.25rem}.timeline__end{text-align:center;padding-top:var(--content__space-xxl);position:relative;z-index:2}.timeline__end-logo{margin-bottom:var(--content__space-l)}.timeline__end-logo img{max-width:150px;height:auto}.timeline__back-to-top{display:inline-flex;flex-direction:row-reverse;align-items:center;gap:.75rem;color:#d1d1d1;text-decoration:none;font-size:var(--fs__text-xs);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border:2px solid gray;padding:15px 30px;font-size:20px;margin-bottom:60px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.timeline__back-to-top svg{color:#d4a84b}.timeline__back-to-top:hover{color:#d4a84b}@media screen and (max-width: 991px){.timeline__item{gap:40px}.timeline__image{max-width:200px}.timeline__year-text{font-size:var(--fs__text-l)}.timeline__center-image{max-width:400px}}@media screen and (max-width: 767px){.timeline__line{left:15px}.timeline__year-marker{text-align:left;padding-left:40px}.timeline__year-marker::before{left:15px;transform:translate(-50%, -50%)}.timeline__year-text{font-size:var(--fs__text-m);padding:.25rem 1rem}.timeline__item{display:block;padding-left:40px;padding-right:1rem}.timeline__item--dark{padding-left:40px;padding-right:1rem}.timeline__side--left,.timeline__side--right{text-align:left;padding:0;margin-bottom:var(--content__space-s)}.timeline__side--left .timeline__images{justify-content:flex-start}.timeline__images{flex-direction:column}.timeline__image{max-width:100%}.timeline__center{text-align:left;margin:0;max-width:none;padding:0}.timeline__center-image{text-align:left;max-width:none}.timeline__end{text-align:center;padding-left:0}}.timeline__section--before-1939{background:#785625;background:linear-gradient(360deg, rgb(120, 86, 37) 0%, rgb(0, 0, 0) 99%)}.timeline__section--1939{position:relative;background:#785625;background:linear-gradient(180deg, rgb(120, 86, 37) 0%, rgb(0, 0, 0) 99%)}@media screen and (max-width: 1500px){.page-template-historia .container-m.p-2{padding:unset !important}.page-template-historia footer .container-m.p-2,.page-template-historia .page-header .container-m.p-2{padding:var(--content__spacing) !important}}.page-template-historia .container-m{max-width:unset}.produkcje-page__description{max-width:900px;margin:var(--content__space-l) auto 0;text-align:center;color:#d1d1d1;font-size:var(--fs__text-m);line-height:1.8}.produkcje-page__description p{margin-bottom:1rem}.produkcje-page__description p:last-child{margin-bottom:0}.produkcje-section{padding-top:var(--content__space-xl);padding-bottom:var(--content__space-xl)}.produkcje-section .section-title{margin-bottom:var(--content__space-xl)}@media screen and (max-width: 767px){.produkcje-page__description{text-align:left;font-size:var(--fs__text-s)}.produkcje-section{padding-top:var(--content__space-l);padding-bottom:var(--content__space-l)}.produkcje-section .section-title{margin-bottom:var(--content__space-l)}}.single-produkcja section.page-header.section{padding:0}.produkcja-single__main{padding-top:var(--content__space-l);padding-bottom:var(--content__space-l)}.produkcja-single__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:var(--content__space-xl);align-items:start}.produkcja-single__cover{position:sticky;top:120px;border:2px solid #d4a84b}.produkcja-single__image{position:relative}.produkcja-single__image img{width:100%;height:auto;display:block}.produkcja-single__badge{position:absolute;max-width:100px;background:#d4a84b;aspect-ratio:1/1;top:0;display:inline-flex;left:0}.produkcja-single__badge img{width:100%;height:auto}.produkcja-single__info{display:flex;flex-direction:column;gap:var(--content__space-l)}.produkcja-single__heading{font-size:32px;font-weight:600;margin-bottom:var(--content__space-s);text-transform:none}.produkcja-single__text{color:#d1d1d1;font-size:var(--fs__text-m);line-height:1.8;font-weight:600}.produkcja-single__text p{margin-bottom:1rem}.produkcja-single__text p:last-child{margin-bottom:0}.produkcja-single__tracklist{list-style:none;padding:0;margin:0;counter-reset:track-counter;max-width:400px}.produkcja-single__track{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;counter-increment:track-counter}.produkcja-single__track:last-child{border-bottom:none}.produkcja-single__track::before{content:counter(track-counter) ".";font-size:var(--fs__text-s);min-width:2rem}.produkcja-single__track-title{flex:1;color:#d1d1d1;font-size:var(--fs__text-m)}.produkcja-single__track-duration{color:#85898d;font-size:var(--fs__text-s);margin-left:1rem;font-variant-numeric:tabular-nums}.produkcja-single__streaming-links{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.produkcja-single__streaming-link{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:8px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.produkcja-single__streaming-link svg{width:40px;height:40px}.produkcja-single__streaming-link:hover{transform:scale(1.1)}.produkcja-single__streaming-link--spotify{color:#1db954 !important}.produkcja-single__streaming-link--spotify:hover{color:rgb(43.2009345794,221.7990654206,106.1682242991) !important}.produkcja-single__streaming-link--youtube{color:red !important}.produkcja-single__streaming-link--youtube:hover{color:#f33 !important}.produkcja-single__streaming-link--tidal{color:#fff !important}.produkcja-single__streaming-link--tidal:hover{color:#d1d1d1 !important}.produkcja-single__streaming-link--syrena-mod{width:auto;height:auto;border-radius:4px}.produkcja-single__streaming-link--syrena-mod .syrena-mod-logo{font-size:10px;color:#d4a84b;text-align:center;text-transform:uppercase;letter-spacing:.05em}.produkcja-single__gallery{padding-top:var(--content__space-l);padding-bottom:var(--content__space-l)}.produkcja-single__other{padding-top:var(--content__space-xl);padding-bottom:var(--content__space-xl);background:rgba(0,0,0,.3)}.produkcja-single__other .container-m{display:inline-flex;flex-direction:column;align-items:center;width:100%}.produkcja-single__other-title{font-size:var(--fs__header-l);font-weight:700;color:#fff;margin-bottom:var(--content__space-l);line-height:1.3;position:relative;display:inline;background:linear-gradient(transparent 60%, #333333 60%);padding:0 .25rem;text-align:center}.produkcja-single__other-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.produkcja-single__back{padding-top:var(--content__space-l);padding-bottom:var(--content__space-xl);text-align:center;display:none}.produkcja-gallery{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.produkcja-gallery__item img{width:100%;height:auto;object-fit:cover}@media screen and (max-width: 1199px){.produkcja-single__grid{gap:var(--content__space-l)}}@media screen and (max-width: 991px){.produkcja-single__grid{grid-template-columns:1fr;gap:var(--content__space-l)}.produkcja-single__cover{position:relative;top:0;max-width:500px;margin:0 auto}.produkcja-single__other-grid{grid-template-columns:repeat(2, 1fr)}.produkcja-gallery{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.produkcja-single__badge{max-width:70px;top:1rem;left:1rem}.produkcja-single__heading{font-size:var(--fs__text-l)}.produkcja-single__text{font-size:var(--fs__text-s)}.produkcja-single__track-title{font-size:var(--fs__text-s)}.produkcja-single__streaming-links{gap:1rem}.produkcja-single__streaming-link{width:48px;height:48px}.produkcja-single__streaming-link svg{width:32px;height:32px}.produkcja-single__other-grid{grid-template-columns:1fr;gap:1.5rem}.produkcja-single__other-title{font-size:32px}.produkcja-gallery{grid-template-columns:1fr;gap:1rem}}.katalog-page__description{max-width:900px;margin:var(--content__space-l) auto 0;text-align:center;color:#fff;font-size:var(--fs__text-m);line-height:1.8}.katalog-page__description p{margin-bottom:1rem}.katalog-page__description p:last-child{margin-bottom:0}.katalog-page .production-card{display:inline-flex;aspect-ratio:400/500}.katalog-page .production-card__overlay{z-index:432}.katalog-page .production-card p{font-weight:200}.katalog-page .production-card__badge{width:100%;background:none;padding:0;filter:blur(5px);aspect-ratio:unset}.katalog-page .production-card__badge img{width:100%;height:100%;filter:grayscale(100%)}.katalog-section{padding-top:var(--content__space-xl);padding-bottom:var(--content__space-xl)}.katalog-section .section-title{margin-bottom:var(--content__space-xl)}@media screen and (max-width: 767px){.katalog-page__description{text-align:left;font-size:var(--fs__text-s)}.katalog-section{padding-top:var(--content__space-l);padding-bottom:var(--content__space-l)}.katalog-section .section-title{margin-bottom:var(--content__space-l)}}.page-template-kontakt .page-header.section{margin:0;padding:0}.kontakt-info{padding-top:0;padding-bottom:var(--content__space-l)}.kontakt-info__content{text-align:center}.kontakt-info__company{font-size:var(--fs__text-l);font-weight:600;color:#fff;margin:0 0 .5rem}.kontakt-info__subtitle{font-size:var(--fs__text-m);color:#fff;margin:0 0 .5rem;font-weight:200}.kontakt-info__address{font-size:var(--fs__text-m);color:#fff;margin:0 0 1.5rem}.kontakt-info__links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.kontakt-info__link{font-size:var(--fs__text-m);color:#d4a84b;text-decoration:none;font-weight:500;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.kontakt-info__link:hover{color:#e5c97a}.kontakt-form{padding-top:0;padding-bottom:var(--content__space-xl)}.kontakt-form .section-title{margin-bottom:var(--content__space-xl)}.kontakt-form__wrapper{max-width:900px;margin:0 auto}.wpcf7 *::placeholder{color:#fff !important}.wpcf7 .wpcf7-form{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"name company" "email phone" "message consent" "message submit";gap:1.5rem}.wpcf7 .wpcf7-form-control-wrap{display:block}.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 textarea{width:100%;background:rgba(0,0,0,0);border:1px solid #d4a84b;color:#fff;font-family:"Roboto",sans-serif;font-size:var(--fs__text-s);padding:1rem 1.25rem;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.wpcf7 input[type=text]::placeholder,.wpcf7 input[type=email]::placeholder,.wpcf7 input[type=tel]::placeholder,.wpcf7 textarea::placeholder{color:#85898d}.wpcf7 input[type=text]:focus,.wpcf7 input[type=email]:focus,.wpcf7 input[type=tel]:focus,.wpcf7 textarea:focus{outline:none;border-color:#e5c97a}.wpcf7 textarea{height:100%;min-height:180px;resize:vertical}.wpcf7 .form-row--name{grid-area:name}.wpcf7 .form-row--company{grid-area:company}.wpcf7 .form-row--email{grid-area:email}.wpcf7 .form-row--phone{grid-area:phone}.wpcf7 .form-row--message{grid-area:message}.wpcf7 .form-row--message .wpcf7-form-control-wrap{height:100%}.wpcf7 .form-row--message textarea{height:100%}.wpcf7 .form-row--consent{grid-area:consent;display:flex;flex-direction:column;justify-content:flex-start;padding-top:.5rem}.wpcf7 .form-row--submit{grid-area:submit;display:flex;justify-content:flex-end;align-items:flex-end}.wpcf7 .wpcf7-acceptance{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.wpcf7 .wpcf7-acceptance input[type=checkbox]{appearance:none;width:20px;height:20px;min-width:20px;border:1px solid #d4a84b;background:rgba(0,0,0,0);cursor:pointer;margin-top:2px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.wpcf7 .wpcf7-acceptance input[type=checkbox]:checked{background:#d4a84b;position:relative}.wpcf7 .wpcf7-acceptance input[type=checkbox]:checked::after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.wpcf7 .wpcf7-acceptance input[type=checkbox]:focus{outline:none;border-color:#e5c97a}.wpcf7 .wpcf7-acceptance .wpcf7-list-item{margin:0}.wpcf7 .wpcf7-acceptance .wpcf7-list-item label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.wpcf7 .consent-text{font-size:var(--fs__text-xs);color:#d1d1d1;line-height:1.5}.wpcf7 .consent-text a{color:#d4a84b;text-decoration:underline}.wpcf7 .consent-text a:hover{color:#e5c97a}.wpcf7 .required-note{font-size:var(--fs__text-xs);color:#85898d;margin-top:.75rem}.wpcf7 input[type=submit],.wpcf7 button[type=submit],.wpcf7 .wpcf7-submit{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background:#d4a84b;color:#fff;border:none;font-family:"Roboto",sans-serif;font-size:var(--fs__text-s);font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:1rem 2rem;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.wpcf7 input[type=submit]:hover,.wpcf7 button[type=submit]:hover,.wpcf7 .wpcf7-submit:hover{background:#e5c97a}.wpcf7 input[type=submit]:disabled,.wpcf7 button[type=submit]:disabled,.wpcf7 .wpcf7-submit:disabled{opacity:.6;cursor:not-allowed}.wpcf7 .wpcf7-not-valid-tip{color:#e53935;font-size:var(--fs__text-xs);margin-top:.5rem}.wpcf7 .wpcf7-response-output{margin:1.5rem 0 0;padding:1rem;border:1px solid #85898d;text-align:center;grid-column:1/-1}.wpcf7 .wpcf7-mail-sent-ok{border-color:#28a745;color:#28a745}.wpcf7 .wpcf7-validation-errors,.wpcf7 .wpcf7-mail-sent-ng{border-color:#e53935;color:#e53935}.wpcf7 .wpcf7-spinner{position:absolute;left:0;top:0;margin-left:50%;margin-top:25%;transform:translate(-50%, -50%)}@media screen and (max-width: 767px){.kontakt-info__links{flex-direction:column;gap:.75rem}.kontakt-info__company,.kontakt-info__subtitle,.kontakt-info__address,.kontakt-info__link{font-size:var(--fs__text-s)}.kontakt-form{padding-bottom:var(--content__space-l)}.kontakt-form .section-title{margin-bottom:var(--content__space-l)}.wpcf7 .wpcf7-form{grid-template-columns:1fr;grid-template-areas:"name" "company" "email" "phone" "message" "consent" "submit"}.wpcf7 .form-row--submit{justify-content:center}.wpcf7 input[type=submit],.wpcf7 button[type=submit],.wpcf7 .wpcf7-submit{width:100%}}.single-post .page-header.section{padding-bottom:0}.post-single__content{padding-top:var(--content__space-l);padding-bottom:var(--content__space-xl)}.post-single__meta{font-size:var(--fs__text-xs);color:#85898d;margin-bottom:var(--content__space-m);text-transform:uppercase;letter-spacing:.1em}.post-single__meta a{color:inherit;text-decoration:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.post-single__meta a:hover{color:#d4a84b}.post-single__thumbnail{margin-bottom:var(--content__space-l)}.post-single__thumbnail img{width:100%;height:auto;display:block}.post-single__body{color:#fff;font-size:var(--fs__text-m);line-height:var(--text__line-height)}.post-single__body h1,.post-single__body h2,.post-single__body h3,.post-single__body h4,.post-single__body h5,.post-single__body h6{color:#fff;font-weight:600;line-height:var(--header__line-height);margin:var(--content__space-l) 0 var(--content__space-s)}.post-single__body h1:first-child,.post-single__body h2:first-child,.post-single__body h3:first-child,.post-single__body h4:first-child,.post-single__body h5:first-child,.post-single__body h6:first-child{margin-top:0}.post-single__body h2{font-size:var(--fs__header-l)}.post-single__body h3{font-size:var(--fs__header-m)}.post-single__body h4{font-size:var(--fs__header-s)}.post-single__body p{margin:0 0 var(--content__space-m)}.post-single__body a{color:#d4a84b;text-decoration:underline;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.post-single__body a:hover{color:#e5c97a}.post-single__body ul,.post-single__body ol{margin:0 0 var(--content__space-m);padding-left:1.5rem}.post-single__body ul li,.post-single__body ol li{margin-bottom:var(--content__space-xs)}.post-single__body blockquote{border-left:3px solid #d4a84b;padding:var(--content__space-s) var(--content__space-m);margin:var(--content__space-l) 0;font-style:italic;color:#d1d1d1}.post-single__body img{max-width:100%;height:auto;display:block;margin:var(--content__space-m) 0}.post-single__body figure{margin:var(--content__space-l) 0}.post-single__body figure img{margin:0}.post-single__body figure figcaption{font-size:var(--fs__text-xs);color:#85898d;margin-top:var(--content__space-s);text-align:center}@media screen and (max-width: 767px){.post-single__content{padding-bottom:var(--content__space-l)}.post-single__body{font-size:var(--fs__text-s)}.post-single__body h2{font-size:var(--fs__header-m)}.post-single__body h3{font-size:var(--fs__header-s)}}.blog-page .page-header.section{padding-bottom:0}.blog-page__description{max-width:900px;margin:var(--content__space-l) auto 0;color:#d1d1d1;font-size:var(--fs__text-m);line-height:1.8}.blog-page__description p{margin-bottom:1rem}.blog-page__description p:last-child{margin-bottom:0}.blog{padding-top:var(--content__space-xl);padding-bottom:var(--content__space-xl)}.blog__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:var(--content__space-l);margin-bottom:var(--content__space-xl)}.blog__empty{color:#d1d1d1;font-size:var(--fs__text-m);text-align:center}.blog__pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:var(--content__space-xs)}.blog__pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;height:2.75rem;padding:0 .75rem;color:#fff;font-size:var(--fs__text-s);text-decoration:none;border:1px solid #37424f;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog__pagination .page-numbers:hover{color:#000;background:#d4a84b;border-color:#d4a84b}.blog__pagination .page-numbers.current{color:#000;background:#d4a84b;border-color:#d4a84b}.blog__pagination .page-numbers.dots{border-color:rgba(0,0,0,0)}@media screen and (max-width: 1200px){.blog__grid{grid-template-columns:1fr;max-width:700px;margin:0 auto var(--content__space-xl)}}@media screen and (max-width: 767px){.blog{padding-top:var(--content__space-l);padding-bottom:var(--content__space-l)}.blog-page__description{font-size:var(--fs__text-s)}}[data-animate]{opacity:0;transition:all .3s ease-out}.animate-fade-up{opacity:0;transform:translateY(30px);transition:all .3s ease-out}.animate-fade-up.visible{opacity:1;transform:none}.animate-fade-down{opacity:0;transform:translateY(-30px);transition:all .3s ease-out}.animate-fade-down.visible{opacity:1;transform:none}.animate-fade-left{opacity:0;transform:translateX(-30px);transition:all .3s ease-out}.animate-fade-left.visible{opacity:1;transform:none}.animate-fade-right{opacity:0;transform:translateX(30px);transition:all .3s ease-out}.animate-fade-right.visible{opacity:1;transform:none}.animate-zoom-in{opacity:0;transform:scale(0.8);transition:all .3s ease-out}.animate-zoom-in.visible{opacity:1;transform:none}.animate-rotate-in{opacity:0;transform:rotate(-10deg) scale(0.9);transition:all .3s ease-out}.animate-rotate-in.visible{opacity:1;transform:none}.container-s{margin:0 auto;height:100%;max-width:1200px}.container-m,.container-nav{margin:0 auto;height:100%;max-width:1640px}.container-l{margin:0 auto;height:100%;max-width:1920px}.container-xl{margin:0 auto;height:100%;max-width:100%}@media screen and (max-width: 1500px){.p-2{padding:var(--content__spacing)}}@media screen and (max-width: 767px){.p-2.no-mobile-padding{padding:0}}.header-xs{font-size:var(--fs__header-xs);line-height:calc(var(--fs__header-xs)*var(--header__line-height))}.header-s{font-size:var(--fs__header-s);line-height:calc(var(--fs__header-s)*var(--header__line-height))}.header-m{font-size:var(--fs__header-m);line-height:calc(var(--fs__header-m)*var(--header__line-height))}.header-l{font-size:var(--fs__header-l);line-height:calc(var(--fs__header-l)*var(--header__line-height))}.header-xl{font-size:var(--fs__header-xl);line-height:calc(var(--fs__header-xl)*var(--header__line-height))}.text-xs{font-size:var(--fs__text-xs);line-height:calc(var(--fs__text-xs)*var(--text__line-height))}.text-s{font-size:var(--fs__text-s);line-height:calc(var(--fs__text-s)*var(--text__line-height))}.text-m{font-size:var(--fs__text-m);line-height:calc(var(--fs__text-m)*var(--text__line-height))}.text-l{font-size:var(--fs__text-l);line-height:calc(var(--fs__text-l)*var(--text__line-height))}@media screen and (max-width: 1200px){.header-xs{font-size:var(--fs__header-xs);line-height:calc(var(--fs__header-xs)*var(--header__line-height))}.header-s{font-size:var(--fs__header-s);line-height:calc(var(--fs__header-s)*var(--header__line-height))}.header-m{font-size:var(--fs__header-m);line-height:calc(var(--fs__header-m)*var(--header__line-height))}.header-l{font-size:var(--fs__header-l);line-height:calc(var(--fs__header-l)*var(--header__line-height))}.header-xl{font-size:var(--fs__header-xl);line-height:calc(var(--fs__header-xl)*var(--header__line-height))}.text-xs{font-size:var(--fs__text-xs);line-height:calc(var(--fs__text-xs)*var(--text__line-height))}.text-s{font-size:var(--fs__text-s);line-height:calc(var(--fs__text-s)*var(--text__line-height))}.text-m{font-size:var(--fs__text-m);line-height:calc(var(--fs__text-m)*var(--text__line-height))}.text-l{font-size:var(--fs__text-l);line-height:calc(var(--fs__text-l)*var(--text__line-height))}}
