﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,:root{padding:0;margin:0;scrollbar-width:none;font-size:16px}@media screen and (max-width: 1375px){html,:root{font-size:14px}}@media screen and (max-width: 767px){html,:root{font-size:14px}}*,*::after,*::before{padding:0;margin:0;box-sizing:border-box;scrollbar-width:thin;scroll-behavior:smooth;scroll-margin-top:100px}@media screen and (max-width: 767px){*,*::after,*::before{scroll-margin-top:90px}}body{max-width:100vw;overflow-x:hidden;scrollbar-width:none;font-size:1rem;background-color:#f7f7f7;display:flex;flex-direction:column;min-height:100vh;position:relative}a{text-decoration:none;display:inline-block;color:#10a7b2}.mobileOnlyInline{display:none !important}@media screen and (max-width: 767px){.mobileOnlyInline{display:inline !important}}.mobileOnlyFlex{display:none !important}@media screen and (max-width: 767px){.mobileOnlyFlex{display:flex !important}}@media screen and (max-width: 767px){.mobileHide{display:none !important}}.slim{font-weight:200}.scrollLine{position:absolute;width:100vw;padding:1px;left:0;background-color:red}.colorSecondary{color:#69c9d0}.grecaptcha-badge{visibility:hidden}.fadeControl{position:relative}.fadeControl .fadeElem{transform:translate(0px, 0px);transition:.5s ease-in-out;opacity:0}.fadeControl .fadeElem.activeFade{opacity:1}.fadeControl .fadeElem.fromBottom{transform:translate(0px, 200px)}.fadeControl .fadeElem.fromSide{transform:translate(-200px, 0px)}header{height:100px;position:fixed;bottom:100%;left:0;width:100vw;padding:2em 20vw;display:grid;grid-template-columns:auto 1fr;grid-template-rows:100%;grid-template-areas:"logo menu";gap:2em;align-items:center;background-color:#f5f5f5;box-shadow:0 0 15px -5px #1a1a30;z-index:9000;transition:transform .5s ease-in-out}header.active,header.stuck{transform:translateY(100%)}@media screen and (max-width: 767px){header{padding:1em;height:90px;grid-template-columns:auto auto auto auto;grid-template-areas:"logo . . burger"}}header .logo{grid-area:logo;height:100%}header .logo a{display:block;height:100%;max-width:max-content}header .logo a img{height:100%;width:auto;object-fit:contain}@media screen and (max-width: 767px){header .logo a img{max-width:100%}}header .menu{grid-area:menu;display:flex;gap:1em;margin-left:auto;flex-grow:1}@media screen and (max-width: 767px){header .menu{display:none}}header .menu .submenuButton{font-size:1.25rem;padding:1em;display:flex;align-items:center;justify-content:center;min-height:50px}header .menu .submenuButton:hover,header .menu .submenuButton.active{cursor:pointer}header .menu .submenuButton:hover.list .submenuButtonText::after,header .menu .submenuButton.active.list .submenuButtonText::after{transform:rotate(90deg)}header .menu .submenuButton.list .submenuButtonText::after{content:"";display:inline-block;background-color:#69c9d0;-webkit-mask:url("../img/buttons/chevronRight.svg") no-repeat 50% 50%;mask:url("../img/buttons/chevronRight.svg") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;height:25px;width:25px;transform:rotate(0deg);transition:.25s ease-in-out}header .menu .submenuButton .submenuButtonText{color:#561048;display:block;display:flex;align-items:center;justify-content:center}header .burgerButton{grid-area:burger;display:none;height:40px;width:40px;position:relative;width:30px;height:30px;flex-direction:column;align-items:center;cursor:pointer;justify-self:end}@media screen and (max-width: 767px){header .burgerButton{display:flex}}header .burgerButton div{position:absolute;height:5px;width:30px;background-color:#561048;transition:.5s ease-in-out;transform-origin:center}header .burgerButton div:nth-child(1){top:0}header .burgerButton div:nth-child(2){top:calc(50% - 2.5px);left:0}header .burgerButton div:nth-child(3){bottom:0}header .burgerButton.foldX div:nth-child(1){top:calc(50% - 2.5px);transform:rotate(45deg)}header .burgerButton.foldX div:nth-child(2){width:0;left:50%}header .burgerButton.foldX div:nth-child(3){bottom:calc(50% - 2.5px);transform:rotate(-45deg)}.submenu{position:absolute;align-self:flex-start;z-index:9001}.submenu .submenuList{top:calc(100px + 2em);width:max-content;display:none;position:relative;gap:1.5em;padding:1em;border-radius:0;background-color:#f7f7f7;box-shadow:5px 5px 15px -15px #1a1a30;opacity:0;transition:.25s ease-in-out allow-discrete;transition-behavior:allow-discrete;z-index:9001}@media screen and (max-width: 1375px){.submenu .submenuList{top:calc(50px + 2em + 2em)}}.submenu .submenuList.active{display:flex;opacity:1}.submenu .submenuList a{font-weight:500;color:#561048;min-width:min-content;padding:1em;flex-grow:0;flex-shrink:1;background-color:#f7f7f7;transition:all .25s ease-in-out;position:relative;display:block}.submenu .submenuList a:hover,.submenu .submenuList a.active{cursor:pointer}.submenu .submenuList a:hover::before,.submenu .submenuList a.active::before{width:100%}.submenu .submenuList a::before{width:0%;height:1px;position:absolute;bottom:0;left:0;content:"";background-color:#561048;transition:width .25s ease-in-out}.submenu .submenuList .submenuListColumn{display:flex;flex-direction:column;gap:1em}.submenu .submenuList .submenuListColumn>.columnTitle{padding:1em}@starting-style{.submenu .submenuList{opacity:0}.submenu .submenuList.active{opacity:0}}.menuMobile{background-color:#410c36;opacity:.95;backdrop-filter:blur(5px);position:fixed;top:0;left:100%;width:200px;height:100vh;padding:1em;padding-top:calc(90px + 1em);transform:translateX(0%);transition:transform .5s ease-in-out;display:none;flex-direction:column;gap:2em;z-index:100;isolation:isolate}@media screen and (max-width: 767px){.menuMobile{display:flex}}.menuMobile.reveal{transform:translateX(-100%)}.menuMobile a{color:#f5f5f5;text-decoration:none}.menuMobile .menuLinks{color:#f5f5f5;display:flex;flex-direction:column;gap:2em}.menuMobile .menuColumn{display:flex;flex-direction:column;gap:1em}.menuMobile .menuColumn.list a{margin-left:1em}main{width:100vw;display:flex;flex-direction:column;align-items:center;gap:4em}main header{position:relative;top:unset;left:unset;bottom:unset;display:grid !important;grid-template-areas:"menu menu menu menu";background-color:unset;box-shadow:none;transform:none}main header .logo,main header .gap1,main header .gap2{display:none}main header .menu{margin:0 auto}@media screen and (max-width: 767px){main header{grid-template-areas:". . . burger"}}.mainTop{display:flex;flex-direction:column;align-items:center;height:55vh;background:url("../img/background/reklamowa_tlo.webp") fixed no-repeat;background-size:cover;background-position:center;position:relative;z-index:0;overflow:hidden}.mainTop::before{content:"";width:100%;height:0;position:absolute;top:0;left:0;z-index:-1;box-shadow:0 0 100px 15px #1a1a30}@media screen and (max-width: 767px){.mainTop{height:auto}}.mainBottom{width:100%;display:flex;flex-direction:column;align-items:center;position:relative;gap:8em;margin-top:-4em;padding-top:3em;overflow-x:hidden;overflow-y:hidden;z-index:2}.mainBottom::after{content:"";width:100%;height:0;position:absolute;top:0;left:0;z-index:-1;box-shadow:0 0 15px 1px #1a1a30}.mainImage{display:flex;flex-direction:column;max-width:min-content;height:100%;padding:0 20vw;margin-top:-100px;justify-content:center;align-items:center;gap:4em}@media screen and (max-width: 767px){.mainImage{width:100%;max-width:100%;margin-top:0;padding:90px 1em}}.mainImage .logoTop,.mainImage .logoBottom{display:flex;flex-direction:column;width:100%;font-size:1.125rem;font-weight:200}.mainImage .logoBottom{text-align:right}@media screen and (max-width: 767px){.mainImage a{display:block;width:100%}}.mainImage img{height:125px;width:auto;object-fit:scale-down}@media screen and (max-width: 767px){.mainImage img{width:100%;height:auto}}.aboutUsTop{display:flex;padding-left:2em;position:relative;overflow:hidden}.aboutUsTop.activeFade h2{left:0 !important}.aboutUsTop .line{height:100%;width:5px;background-color:#561048;position:absolute;left:0;top:0}.aboutUsTop h2{position:relative;font-size:4rem;left:-100%;transition:.5s ease-in-out}@media screen and (max-width: 767px){.aboutUsTop h2{font-size:3rem}}.aboutUs{display:flex;flex-direction:column;gap:4em;padding:0 20vw}@media screen and (max-width: 767px){.aboutUs{padding:0 1em}}.aboutUs .aboutUsBottom{display:flex;gap:3em;font-size:1.25rem}@media screen and (max-width: 767px){.aboutUs .aboutUsBottom{flex-direction:column}}.aboutUs .aboutUsBottom .aboutUsText span{display:block;padding-left:2em;position:relative}.aboutUs .aboutUsBottom .aboutUsText span:nth-of-type(even)::before{background-color:#69c9d0}.aboutUs .aboutUsBottom .aboutUsText span::before{content:"";display:block;height:1em;width:1em;background-color:#561048;position:absolute;left:0;top:.3333333333em}.aboutUs .aboutUsBottom .aboutUsImage{display:flex;width:400px;height:600px;flex-shrink:0;gap:1em;position:relative;z-index:2}@media screen and (max-width: 767px){.aboutUs .aboutUsBottom .aboutUsImage{display:none}}.aboutUs .aboutUsBottom .aboutUsImage img{width:auto;height:100%;max-width:100%;object-fit:cover;object-position:center;z-index:3;box-shadow:0px 0px 15px -10px #1a1a30}.aboutUs .aboutUsBottom .aboutUsImage::before{content:"";border:2.5px solid #561048;position:absolute;width:100%;height:100%;top:1em;left:1em;z-index:1}.mainMotto{text-align:center;display:flex;flex-direction:column;gap:2em;margin-top:2em}.mainMotto h1{font-weight:400;font-size:3rem}@media screen and (max-width: 767px){.mainMotto h1{font-size:2rem}}.mainMotto h1 b{font-style:italic;color:#561048}.mainMotto h2{text-transform:uppercase}.heading{font-weight:500;font-size:4rem}.mainGrid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;height:calc(40vh - 4em);padding:0 20vw;width:100%;gap:1em}@media screen and (max-width: 767px){.mainGrid{padding:0 1em}}.mainGrid .mainGridTile{display:flex;flex-direction:column;gap:1em;color:#f5f5f5;font-weight:500;background-image:linear-gradient(to top, #410c36 10%, #691458 100%);background-attachment:fixed;box-shadow:5px 5px 15px -15px #1a1a30}.mainGrid .mainGridTile .mainGridTileTitle{text-align:center;font-size:1.125rem;transition:.5s ease-in-out}.mainGrid .mainGridTile .mainGridTileText{text-align:center;display:block;height:0%;overflow:hidden;font-size:1rem;transition:.5s ease-in-out}.mainGrid .mainGridTile:hover .mainGridTileText{height:100%}.mainGrid .mainGridTile:hover .mainGridTileTitle{font-size:.75rem}.mainGrid .mainGridTile .mainGridTileImg{display:none;border-radius:100%;overflow:hidden;width:auto;height:auto}.mainProjects{width:100%;padding:1em;background-color:#ececec;display:flex;flex-direction:column;gap:2em}.mainProjects .projectsHeading{padding:0 20vw;margin-left:-1em}@media screen and (max-width: 767px){.mainProjects .projectsHeading{padding:0 1em}}.detailLines{position:absolute}.detailLines .diamond{display:block;width:15px;height:15px;background-image:url("../img/diamond.svg");position:absolute}.detailLines::before,.detailLines::after{content:"";background-color:#69c9d0;display:block;position:absolute}.detailLines.top{width:calc(100% - 8em);height:calc(100% - 8em);top:4em;left:4em}.detailLines.top .diamond{top:0;left:0}.detailLines.top::before{width:100%;height:1px;top:-0.5px;left:0}.detailLines.top::after{width:1px;height:100%;top:0;left:-0.5px}.detailLines.bottom{width:calc(100% - 8em);height:calc(100% - 8em);bottom:4em;right:4em}.detailLines.bottom .diamond{bottom:0;right:0;transform:translate(50%, 50%)}.detailLines.bottom::before{width:100%;height:1px;bottom:-0.5px;right:0}.detailLines.bottom::after{width:1px;height:100%;bottom:0;right:-0.5px}.projectCarousel{display:flex;width:100%;gap:2em;align-items:center;position:relative}.projectCarouselButton{width:50px;height:50px;background-color:#69c9d0;position:absolute;top:50%;transform:translateY(-50%)}.projectCarouselButton.left{left:0;-webkit-mask:url("../img/buttons/chevronLeft.svg") no-repeat 50% 50%;mask:url("../img/buttons/chevronLeft.svg") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;z-index:100}.projectCarouselButton.right{right:0;-webkit-mask:url("../img/buttons/chevronRight.svg") no-repeat 50% 50%;mask:url("../img/buttons/chevronRight.svg") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;z-index:100}.carousel{width:100%}.carousel-inner{height:100%}.carousel-item{width:100%;height:100%}.carousel-item.active{display:flex}@media(max-width: 767px){.carousel.four:not(.mobile) .carousel-inner .carousel-item>div{display:none}.carousel.four:not(.mobile) .carousel-inner .carousel-item>div:first-child{display:block}}.carousel.four:not(.mobile) .carousel-inner .carousel-item.active,.carousel.four:not(.mobile) .carousel-inner .carousel-item-next,.carousel.four:not(.mobile) .carousel-inner .carousel-item-prev{display:flex}@media(min-width: 768px){.carousel.four:not(.mobile) .carousel-inner .carousel-item-end.active,.carousel.four:not(.mobile) .carousel-inner .carousel-item-next{transform:translateX(25%)}.carousel.four:not(.mobile) .carousel-inner .carousel-item-start.active,.carousel.four:not(.mobile) .carousel-inner .carousel-item-prev{transform:translateX(-25%)}}.carousel.four:not(.mobile) .carousel-inner .carousel-item-end,.carousel.four:not(.mobile) .carousel-inner .carousel-item-start{transform:translateX(0)}.gridBox{display:grid;grid-template-columns:1fr 1fr 1fr;grid-auto-rows:1fr;padding:0 20vw;width:100%;gap:1em;justify-content:center;align-content:center}@media screen and (max-width: 767px){.gridBox{padding:0 1em;display:flex !important;flex-direction:column}}.gridBox.gridVertical{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr}.gridBox.gridVertical .gridElement{min-height:150px}.gridBox.gridVertical .gridElement:last-child{grid-column:1/-1 !important;justify-self:center}.gridBox.four{grid-template-columns:repeat(4, 19vw)}@media screen and (max-width: 767px){.gridBox.four{grid-template-columns:1fr}}.gridBox.four .gridElement:last-child:not(:nth-of-type(3n)){grid-column:auto}@media screen and (max-width: 767px){.gridBox.four .gridElement:last-child:not(:nth-of-type(3n)){grid-column:auto}}@media screen and (max-width: 767px){.gridBox{grid-template-columns:1fr}}.gridBox .gridElement{padding:2em;background-color:#f5f5f5;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2em;text-align:center;color:#f5f5f5;font-size:1.35rem;font-weight:500;background-image:linear-gradient(to top, #410c36 10%, #691458 100%);background-attachment:fixed;box-shadow:5px 5px 15px -15px #1a1a30}.gridBox .gridElement:last-child:not(:nth-of-type(3n)){grid-column:2/2}@media screen and (max-width: 767px){.gridBox .gridElement:last-child:not(:nth-of-type(3n)){grid-column:auto}}.gridBox .gridElement.drawer{position:relative}.gridBox .gridElement.drawer:hover{cursor:pointer}@media screen and (max-width: 767px){.gridBox .gridElement.drawer{height:200px}}.gridBox .gridElement.drawer::after{content:"";background-color:#69c9d0;-webkit-mask:url("../img/buttons/chevronLeft.svg") no-repeat 50% 50%;mask:url("../img/buttons/chevronLeft.svg") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;display:block;position:absolute;bottom:0;width:2em;height:2em;transform:rotate(90deg);transition:.5s ease-in-out}.gridBox .gridElement.drawer .gridElementHeader{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1em;opacity:1;font-weight:200;transition:.5s ease-in-out}.gridBox .gridElement.drawer .gridElementHeader img,.gridBox .gridElement.drawer .gridElementHeader svg{height:50px;width:auto}.gridBox .gridElement.drawer .gridElementContent{position:absolute;bottom:0;max-height:0px;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,0);padding:0 2em;opacity:0;font-size:1rem;transition:.5s ease-in-out}.gridBox .gridElement.drawer .gridElementContent>*{display:contents}.gridBox .gridElement.drawer.active .gridElementHeader,.gridBox .gridElement.drawer:hover .gridElementHeader{opacity:0}.gridBox .gridElement.drawer.active .gridElementContent,.gridBox .gridElement.drawer:hover .gridElementContent{max-height:100%;opacity:1;padding:2em 2em}.gridBox .gridElement.drawer.active::after,.gridBox .gridElement.drawer:hover::after{transform:rotate(270deg)}footer{background-color:#323232;min-height:20vh;margin-top:8em;color:#f5f5f5;padding:2em 20vw;display:flex;flex-direction:row;gap:4em;display:grid;grid-template-columns:1fr 1fr min-content;grid-template-rows:1fr auto;grid-template-areas:"col1 col2 col3" "copy copy copy"}@media screen and (max-width: 767px){footer{padding:1em;display:flex;flex-direction:column}}footer .footerColumn{display:flex;flex-direction:column;gap:1em}footer .footerColumn>h2{min-width:max-content}footer .footerColumn.list a::before{content:"▪ ";display:inline-block;margin-right:.25em}footer h2{font-size:1.75rem}footer a{color:#f5f5f5;text-decoration:underline}footer .footerLinks{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto 1fr;grid-template-areas:"h2 h2 h2" "col1 col2 col3";gap:1em}footer .footerLinks h2{grid-area:h2}footer .footerLinks .footerColumn h2{font-size:1.125rem}footer .footerSocialMediaContainer{display:flex;gap:2em}footer .footerSocialMedia{width:40px;height:40px;background-color:#f5f5f5;background-repeat:no-repeat;background-size:contain}footer .footerSocialMedia.instagram{-webkit-mask:url("../img/logo/socialMedia/instagram.svg") no-repeat 50% 50%;mask:url("../img/logo/socialMedia/instagram.svg") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}footer .footerSocialMedia.facebook{-webkit-mask:url("../img/logo/socialMedia/facebook.svg") no-repeat 50% 50%;mask:url("../img/logo/socialMedia/facebook.svg") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}footer .copyright{text-align:center;grid-area:copy}.icon{display:flex;align-items:center;gap:1em;font-size:1.125rem}.icon::before{content:"";display:inline-block;width:25px;height:25px}.icon.address::before{content:url("../img/icon/pin.svg")}.icon.mail::before{content:url("../img/icon/mail.svg")}.contactForm{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:0 20vw;gap:4em;background-color:#ececec}@media screen and (max-width: 767px){.contactForm{padding:0 1em}}@media screen and (max-width: 767px){.contactForm .heading{font-size:3rem}}.contactForm form{display:flex;flex-direction:column;align-items:center;gap:1em;padding:4em;width:100%;position:relative;z-index:5;background-image:linear-gradient(to top, #410c36 10%, #691458 100%)}.contactForm form::before{content:"";display:block;position:absolute;right:100%;bottom:0;clip-path:polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);height:calc(100% + 1em);width:25%;background-color:#f5f5f5;transform:translateX(50%);z-index:10}.contactForm form::after{content:"";display:block;position:absolute;left:100%;top:0;clip-path:polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);height:calc(100% + 1em);width:25%;background-color:#f5f5f5;transform:translateX(-50%);z-index:10}@media screen and (max-width: 1440px){.contactForm form::after,.contactForm form::before{display:none}}@media screen and (max-width: 767px){.contactForm form{padding:1em}}.contactForm .formStatus{position:absolute;bottom:0;max-height:0px;height:100%;width:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;text-align:center;background-color:#561048;padding:0 2em;opacity:0;font-size:1.25rem;transition:.5s ease-in-out;color:#f5f5f5;z-index:5}.contactForm .formStatus:not(:empty){max-height:100%;opacity:1;padding:2em 2em}.contactForm .heading{text-align:center;color:#f5f5f5}.contactForm .error{color:red;font-size:.75rem;font-weight:200}.contactForm .formRow{display:flex;flex-direction:column}.contactForm .formRow.recaptchaLegal{display:block;width:600px;color:#f5f5f5;font-size:.75rem}@media screen and (max-width: 767px){.contactForm .formRow.recaptchaLegal{width:100%}}.contactForm .formRow.recaptchaLegal a{color:currentColor;text-decoration:underline}@media screen and (max-width: 767px){.contactForm .formRow{width:100%}}.contactForm .formRow input,.contactForm .formRow textarea{width:600px;height:50px;padding:1em;background-color:rgba(0,0,0,0);color:#f5f5f5;border:none;border-bottom:1px solid currentColor;outline:none}.contactForm .formRow input::placeholder,.contactForm .formRow textarea::placeholder{color:currentColor}@media screen and (max-width: 767px){.contactForm .formRow input,.contactForm .formRow textarea{width:100%}}.contactForm .formRow input:disabled,.contactForm .formRow textarea:disabled{color:#bfbfbf !important}.contactForm .formRow textarea{resize:vertical;scrollbar-width:none;min-height:50px}.contactForm .formRow input[type=submit]{background-color:rgba(0,0,0,0);border:1px solid currentColor;color:#f5f5f5}.spacer{padding:2em}.lineSpacer{max-width:150px;width:100%;height:5px;background-color:#561048}.offerSubtitle{font-size:smaller;font-weight:400;opacity:.5}.offerList{display:flex;flex-direction:column}.offerList .aboutUsTop.compact{margin:0 calc(20vw + 8em)}@media screen and (max-width: 767px){.offerList .aboutUsTop.compact{margin:0 1em !important}}.offerList>.aboutUsTop{margin:0 20vw}@media screen and (max-width: 767px){.offerList>.aboutUsTop{margin:0 1em !important}}.offerList>.aboutUsTop h2{font-size:2.5rem}.offerList .aboutUsTop h2{font-size:2.5rem}.offerBreakline{width:100%;font-size:2.5rem;color:#561048;font-style:italic;text-align:center;padding:0 calc(20vw + 8em)}@media screen and (max-width: 767px){.offerBreakline{padding:0 1em}}.offerSection{width:100%;display:grid;grid-template-rows:auto 1fr;grid-template-columns:auto 1fr auto;grid-template-areas:"image	title	title" "image	text	text";gap:2em;padding:1em calc(20vw + 8em)}@media screen and (max-width: 767px){.offerSection{padding:0 1em;grid-template-columns:auto !important;grid-template-rows:auto auto auto !important;grid-template-areas:"image" "title" "text" !important}}.offerSection.rightImage{grid-template-areas:"title	title	image" "text	text	image"}.offerSection.rightImage:not(:has(.offerImage img)){grid-template-areas:"title	title	title" "text	text	text"}.offerSection:not(:has(.offerImage img)){grid-template-areas:"title	title	title" "text	text	text"}.offerSection:not(:has(.offerImage img)) .offerImage{display:none}.offerSection .offerTitle{grid-area:title;font-size:1.75rem;font-weight:500}.offerSection .offerText{grid-area:text;font-size:1.25rem}.offerSection .offerTitle:empty~.offerText{margin-top:-2em}.offerSection .offerImage{grid-area:image;padding:1em;align-self:flex-start;background-image:linear-gradient(to top, #410c36 10%, #691458 100%)}.offerSection .offerImage.gradientBlue{background-color:rgb(112.4641255605,160.6053811659,187.0358744395);background-image:linear-gradient(to top, #487b97 10%, rgb(112.4641255605, 160.6053811659, 187.0358744395) 100%)}.offerSection .offerImage.gradientGray{background-color:#ececec;background-image:none}.offerSection .offerImage.noBg{background-image:none}@media screen and (max-width: 767px){.offerSection .offerImage{align-self:center !important;justify-self:center !important}}.offerSection .offerImage img{width:250px;height:auto}.offerSlashbox{width:100%;display:grid;grid-template-rows:auto 1fr;grid-template-columns:auto 1fr auto;grid-template-areas:"image	text	text" "image	text	text";gap:2em;align-items:center;padding:0 calc(20vw + 8em);background-color:#561048;background-image:linear-gradient(to left, #410c36 0%, #691458 100%);overflow:hidden}@media screen and (max-width: 767px){.offerSlashbox{padding:0;grid-template-rows:1fr 1fr !important;grid-template-columns:1fr !important;grid-template-areas:"image" "text" !important;gap:1em}.offerSlashbox .offerText::before,.offerSlashbox .offerText::after{content:none;display:none !important}}.offerSlashbox.gradientBlue{background-color:rgb(112.4641255605,160.6053811659,187.0358744395);background-image:linear-gradient(to left, #487b97 10%, rgb(112.4641255605, 160.6053811659, 187.0358744395) 100%)}.offerSlashbox.gradientGray{background-color:#ececec;background-image:none}.offerSlashbox.rightImage{background-image:linear-gradient(to right, #410c36 0%, #691458 100%);grid-template-areas:"text	text	image" "text	text	image"}.offerSlashbox.rightImage.gradientBlue{background-color:rgb(112.4641255605,160.6053811659,187.0358744395);background-image:linear-gradient(to right, #487b97 10%, rgb(112.4641255605, 160.6053811659, 187.0358744395) 100%)}.offerSlashbox.rightImage.gradientGray{background-color:#ececec;background-image:none}.offerSlashbox.rightImage:not(:has(.offerImage img)){grid-template-areas:"title	title	title" "text	text	text"}.offerSlashbox.rightImage .offerText{margin-left:0}.offerSlashbox.rightImage .offerText::before{right:100%;bottom:0;clip-path:polygon(100% 0, 0 0, 100% 100%)}.offerSlashbox.rightImage .offerText::after{left:100%;top:0;clip-path:polygon(100% 100%, 0 0, 0 100%)}.offerSlashbox.rightImage .offerImage{margin-left:50px}.offerSlashbox:not(:has(.offerImage img)){grid-template-areas:"text	text	text" "text	text	text"}.offerSlashbox:not(:has(.offerImage img)) .offerImage{display:none}.offerSlashbox .offerTitle{grid-area:title;font-size:1.75rem;font-weight:500}.offerSlashbox .offerText{grid-area:text;height:100%;font-size:1.25rem;background-color:#f5f5f5;position:relative;padding:1em;margin-left:50px}@media screen and (max-width: 767px){.offerSlashbox .offerText{margin:0;max-width:100%}}.offerSlashbox .offerText::before{content:"";display:block;position:absolute;right:100%;top:0;clip-path:polygon(0 100%, 100% 0, 100% 100%);height:calc(100% + 1em);width:100px;background-color:#f5f5f5}.offerSlashbox .offerText::after{content:"";display:block;position:absolute;left:100%;bottom:0;clip-path:polygon(0 100%, 0 0, 100% 0);height:calc(100% + 1em);width:100px;background-color:#f5f5f5}.offerSlashbox .offerTitle:empty~.offerText{margin-top:-2em}.offerSlashbox .offerImage{grid-area:image;padding:1em}@media screen and (max-width: 767px){.offerSlashbox .offerImage{margin:0 !important;display:flex;justify-content:center;align-items:center}}.offerSlashbox .offerImage.noBg{background-image:none}.offerSlashbox .offerImage img{width:250px;height:auto}.offerHalfSlashbox{width:100%;display:grid;grid-template-rows:auto 1fr;grid-template-columns:auto 1fr auto;grid-template-areas:"image	text	text" "image	text	text";gap:2em;align-items:center;padding:0 calc(20vw + 8em);background-color:rgb(112.4641255605,160.6053811659,187.0358744395);background-image:linear-gradient(to left, #410c36 10%, #691458 100%);overflow:hidden}@media screen and (max-width: 767px){.offerHalfSlashbox{padding:0;grid-template-rows:auto auto !important;grid-template-columns:auto !important;grid-template-areas:"image" "text" !important;gap:1em}.offerHalfSlashbox:not(:has(.offerImage img)){grid-template-areas:"text	text	text" "text	text	text" !important}.offerHalfSlashbox .offerText::before,.offerHalfSlashbox .offerText::after{content:none;display:none !important}.offerHalfSlashbox:not(.gradientGray) .offerText{color:#f5f5f5}}.offerHalfSlashbox.gradientBlue{background-color:rgb(112.4641255605,160.6053811659,187.0358744395);background-image:linear-gradient(to left, #487b97 0%, rgb(112.4641255605, 160.6053811659, 187.0358744395) 100%)}.offerHalfSlashbox.gradientGray{background-color:#ececec;background-image:none}.offerHalfSlashbox.rightImage{background-image:linear-gradient(to right, #410c36 10%, #691458 100%);grid-template-areas:"text	text	image" "text	text	image"}.offerHalfSlashbox.rightImage.gradientBlue{background-color:rgb(112.4641255605,160.6053811659,187.0358744395);background-image:linear-gradient(to right, #487b97 0%, rgb(112.4641255605, 160.6053811659, 187.0358744395) 100%)}.offerHalfSlashbox.rightImage.gradientGray{background-color:#ececec;background-image:none}.offerHalfSlashbox.rightImage:not(:has(.offerImage img)){grid-template-areas:"text	text	text" "text	text	text"}.offerHalfSlashbox.rightImage .offerText{margin-left:0}.offerHalfSlashbox.rightImage .offerText::before{right:100%;bottom:0;clip-path:none;width:100%}.offerHalfSlashbox.rightImage .offerText::after{left:100%;top:0;clip-path:polygon(0 0, 0% 100%, 100% 0);width:100px}.offerHalfSlashbox.rightImage .offerImage{margin-left:50px}.offerHalfSlashbox:not(:has(.offerImage img)){grid-template-areas:"text	text	text" "text	text	text"}.offerHalfSlashbox:not(:has(.offerImage img)) .offerImage{display:none}.offerHalfSlashbox .offerTitle{grid-area:title;font-size:1.75rem;font-weight:500}.offerHalfSlashbox .offerText{grid-area:text;height:100%;font-size:1.25rem;background-color:#f5f5f5;position:relative;padding:1em;margin-left:50px}.offerHalfSlashbox .offerText.bgGray{background-color:#ececec}.offerHalfSlashbox .offerText.bgGray::before{background-color:#ececec}.offerHalfSlashbox .offerText.bgGray::after{background-color:#ececec}@media screen and (max-width: 767px){.offerHalfSlashbox .offerText{margin:0;background-color:rgba(0,0,0,0)}}.offerHalfSlashbox .offerText::before{content:"";display:block;position:absolute;right:100%;bottom:0;clip-path:polygon(0 100%, 100% 0, 100% 100%);height:calc(100% + 1em);width:100px;background-color:#f5f5f5}.offerHalfSlashbox .offerText::after{content:"";display:block;position:absolute;left:100%;top:0;height:calc(100% + 1em);width:100%;background-color:#f5f5f5}.offerHalfSlashbox .offerTitle:empty~.offerText{margin-top:-2em}.offerHalfSlashbox .offerImage{grid-area:image;padding:1em}@media screen and (max-width: 767px){.offerHalfSlashbox .offerImage{margin:0 !important;display:flex;justify-content:center;height:250px}}.offerHalfSlashbox .offerImage.noBg{background-image:none}.offerHalfSlashbox .offerImage img{width:250px;height:auto;object-fit:contain}@media screen and (max-width: 767px){.offerHalfSlashbox .offerImage img{width:auto !important;height:auto;max-width:100%;max-height:100%}}.offerGrid{display:flex;flex-direction:column;padding:0 20vw;width:100%;gap:1em}@media screen and (max-width: 767px){.offerGrid{padding:0 1em}}.offerGrid .offerGridTile{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;grid-template-areas:"image title title" "image text text";gap:1em;padding:1em;color:#f5f5f5;font-size:1.35rem;font-weight:500;background-image:linear-gradient(to top, #410c36 10%, #691458 100%);background-attachment:fixed;box-shadow:5px 5px 15px -15px #1a1a30}.offerGrid .offerGridTile.gradientBlue{background-color:rgb(112.4641255605,160.6053811659,187.0358744395);background-image:linear-gradient(to top, #487b97 10%, rgb(112.4641255605, 160.6053811659, 187.0358744395) 100%)}.offerGrid .offerGridTile.gradientGray{background-color:#ececec;background-image:none}.offerGrid .offerGridTile .offerGridTileTitle{grid-area:title;text-align:center;font-size:1.75rem;font-weight:400}.offerGrid .offerGridTile .offerGridTileText{grid-area:text;display:block;font-weight:200}.offerGrid .offerGridTile .offerGridTileImg{grid-area:image;overflow:hidden;display:flex;align-items:center;justify-content:center}.offerGrid .offerGridTile .offerGridTileImg img{width:auto;height:200px;max-width:100%}.offerColumns{display:flex;gap:8em;padding:0 calc(20vw + 8em)}@media screen and (max-width: 767px){.offerColumns{padding:0 1em;flex-direction:column;gap:2em}}.offerColumns .column{display:flex;flex-direction:column;flex-basis:25%;flex-shrink:0;flex-grow:1;gap:2em}.offerColumns .offerImage{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center;gap:1em;padding:1em;background-image:linear-gradient(to top, #410c36 10%, #691458 100%)}.offerColumns .offerImage.gradientBlue{background-color:rgb(112.4641255605,160.6053811659,187.0358744395);background-image:linear-gradient(to top, #487b97 10%, rgb(112.4641255605, 160.6053811659, 187.0358744395) 100%)}.offerColumns .offerImage.gradientGray{background-color:#ececec;background-image:none}.offerColumns .offerImage img{width:100%;height:150px}.offerColumns .offerTitle{font-size:1.75rem;font-weight:500;text-align:center;color:#f5f5f5}.offerColumns .offerText{text-align:center;font-size:1.25rem}.offerBoxes{display:grid;grid-template-rows:1fr;grid-template-columns:1fr 1fr 1fr;gap:4em;width:100%;padding:0 calc(20vw + 8em);counter-reset:boxCounter}@media screen and (max-width: 767px){.offerBoxes{padding:0 1em;display:flex;flex-direction:column}}.offerBoxes.two{grid-template-columns:1fr 1fr}.offerBoxes.two .offerBox{aspect-ratio:auto;min-height:100px}.offerBoxes.normalPadding{padding:0 20vw}@media screen and (max-width: 767px){.offerBoxes.normalPadding{padding:0 1em}}.offerBoxes.autoRatio .offerBox{width:100%;aspect-ratio:auto}.offerBoxes.withArrows .offerBox{counter-increment:boxCounter;position:relative}.offerBoxes.withArrows .offerBox .counter{position:absolute;width:100%;height:100%}.offerBoxes.withArrows .offerBox .counter::before{content:counter(boxCounter) ".";position:absolute;bottom:1rem;left:1rem;font-size:8rem;line-height:100%;font-weight:bold;color:#f5f5f5;opacity:.1;font-family:"JUST Sans ExBold",sans-serif}.offerBoxes.withArrows .offerBox+.offerBox::after{content:"";display:block;width:4em;height:4em;background-color:#69c9d0;-webkit-mask:url("../img/buttons/chevronRight.svg") no-repeat 50% 50%;mask:url("../img/buttons/chevronRight.svg") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;position:absolute;right:100%;top:50%;transform:translateY(-50%)}@media screen and (max-width: 767px){.offerBoxes.withArrows .offerBox+.offerBox::after{right:unset;left:50%;top:unset;bottom:100%;transform:translateX(-50%) rotate(90deg)}}.offerBoxes .offerBox.nextRow::before{content:"";display:block;width:4em;height:4em;background-color:#69c9d0;-webkit-mask:url("../img/buttons/chevronRight.svg") no-repeat 50% 50%;mask:url("../img/buttons/chevronRight.svg") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;position:absolute;left:100%;top:50%;transform:translateY(-50%)}@media screen and (max-width: 767px){.offerBoxes .offerBox.nextRow::before{content:none;display:none}}.offerBoxes .offerBox{color:#f5f5f5;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;aspect-ratio:1/1;gap:2em;padding:1em;background-image:linear-gradient(to top, #410c36 10%, #691458 100%)}@media screen and (max-width: 767px){.offerBoxes .offerBox{aspect-ratio:auto;min-height:150px}}.offerBoxes .offerBox.gradientBlue{background-color:rgb(112.4641255605,160.6053811659,187.0358744395);background-image:linear-gradient(to top, #487b97 10%, rgb(112.4641255605, 160.6053811659, 187.0358744395) 100%)}.offerBoxes .offerBox.gradientGray{background-color:#ececec;background-image:none}.offerWorkflowBoxes{display:grid;grid-template-columns:repeat(9, 1fr);grid-template-rows:1fr;gap:2em;padding:2em;background-color:#ececec}.offerWorkflowBoxes .workflowBox{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1em;padding:1em;position:relative;flex-shrink:0}.offerWorkflowBoxes .workflowBox:not(:last-child) ::before{content:"";display:block;width:2em;height:2em;background-color:#69c9d0;-webkit-mask:url("../img/buttons/chevronRight.svg") no-repeat 50% 50%;mask:url("../img/buttons/chevronRight.svg") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;position:absolute;left:100%;top:50%;transform:translateY(-50%)}.offerWorkflowBoxes .workflowBox .workflowBoxImage img{width:50px;height:50px}.offerWorkflowBoxes .workflowBox .workflowBoxText{text-align:center;flex-grow:1;display:flex;justify-content:center;align-items:center}.projektyMain{display:flex;flex-direction:column;padding:1em 20vw;gap:8em;width:100%}@media screen and (max-width: 767px){.projektyMain{padding:1em}}.projektyMain .project{width:100%;flex-shrink:1;flex-grow:1}.projektyMain .project .projectTitle{bottom:unset;top:0;font-size:2.5rem;display:flex;flex-direction:column-reverse}.projektyMain .project .projectContent img{width:100%;height:auto;aspect-ratio:1/1}.project{height:600px;width:25%;height:auto;aspect-ratio:1/1;background-color:#f5f5f5;position:relative}.project:not(:first-child){margin-left:1em}.project:hover{cursor:pointer}.project:hover .projectTitle{backdrop-filter:blur(10px)}.project:hover .projectSubtitle{width:100%}@media screen and (max-width: 767px){.project{width:100%}}.project::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:2;backdrop-filter:blur(0px);background-image:linear-gradient(to top, rgba(26, 26, 48, 0.5), transparent);transition:.25s ease-in-out}.project .projectTitle{position:absolute;z-index:3;left:0;bottom:0;padding:1em;font-weight:600;font-size:1.25rem;color:#f5f5f5;white-space:nowrap;backdrop-filter:blur(5px);transition:.25s ease-in-out;max-width:max-content;display:flex;flex-direction:column;gap:5px;width:100%}.project .projectTitle span{display:flex;gap:1em;align-items:center}.project .projectSubtitle{display:block;width:0;overflow:hidden;transition:.25s ease-in-out;font-size:1rem;color:#f5f5f5}.project .logo{height:35px;width:auto}.project .logo img{height:100%;width:auto;object-fit:contain}.project .projectLogo{position:absolute;top:50%;left:50%;width:50px;height:50px;transform:translate(-50%, -50%);z-index:100}.project .projectLogo img{width:100%;height:100%;object-fit:contain}.project .projectContent{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.project .projectContent img{width:100%;height:100%;object-fit:cover}.listProject{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:auto 1fr;grid-template-areas:"title title title" "gallery description description";gap:2em}@media screen and (max-width: 767px){.listProject{display:flex;flex-direction:column}}.listProject .listProjectTitle{grid-area:title;padding-left:2em;position:relative}.listProject .listProjectTitle h3{font-size:1.25rem;font-weight:400}.listProject .listProjectTitle .line{height:100%;width:5px;background-color:#561048;position:absolute;left:0;top:0}.listProject .listProjectDescription{grid-area:description;text-align:left;font-size:1.25rem}.listProject .listProjectContent{grid-area:gallery;position:relative;user-select:none}.wycena{position:fixed;right:0;top:50%;width:150px;height:30px;background-color:#ff0;opacity:.5;display:none}/*# sourceMappingURL=styleV1.0.0.css.map */
