@import"https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";.reloc-logo .cls-1{fill:var(--c-red)}.reloc-logo .cls-2{fill:#fff}.reloc-logo .cls-3{fill:var(--c-black)}.button{display:grid;width:fit-content;height:4rem;place-content:center;font-weight:500;font-size:1.5em;background-color:var(--c-red);color:#fff;border-radius:var(--radius);padding-inline:2rem;cursor:pointer}.button:hover{background-color:var(--c-red-button-hover)}.button-small{height:3rem;font-weight:600;font-size:1em;padding-inline:1.5rem;border-radius:var(--radius-small)}.button-blue{background-color:var(--c-blue)}.button-blue:hover{background-color:var(--c-blue-button-hover)}@container content (max-width: 400px){.button{width:100%}}.review{padding:1.5em;background-color:#fff;border-radius:var(--radius);border:1px solid oklch(from var(--c-we-do) 80% c h / .2)}.review-wrap{padding-bottom:2em;break-inside:avoid;-webkit-break-inside:avoid}.review-header{display:grid;grid-template-columns:min-content auto max-content;align-items:center;margin-bottom:1em}.review-header>div:nth-child(2){margin-left:.75em;font-weight:600}.review-header>div:nth-child(3){opacity:.6}.reviews{column-count:2;column-gap:2em;margin-bottom:-2em}@container content (max-width: 700px){.review-wrap{padding-bottom:1.5em}.reviews{margin-bottom:-1.5em}.reviews{column-count:1}}.photo{display:grid;place-items:center;width:11em;height:11em;background-color:var(--c-review);clip-path:url(#clip)}.photo svg{display:block;color:currentColor;width:50%;height:50%}.photo img{display:block;object-fit:cover;width:100%;aspect-ratio:1 / 1}.menu-button{cursor:pointer;position:relative;width:2em;height:2em}.menu{cursor:initial!important;position:absolute;display:block;right:-.75em;top:-.75em;border-radius:var(--radius);background-color:#fff;box-shadow:0 4px 20px -3px #bdd0db8a,0 16px 64px -20px #acc4d27e;padding:.75em;user-select:none;-webkit-user-select:none;width:max-content;z-index:900}.menu li{all:unset;display:block;padding:.5em .75em}.menu li:before{all:unset}.menu li:after{all:unset}.menu-item{cursor:pointer!important;border-radius:calc(var(--radius) / 3.14)!important}.menu-item:hover{background-color:#acc4d240}.menu-item:focus{border:1px solid #333}.menu-divider{cursor:initial!important;margin-left:-.75em!important;margin-right:-.75em!important;padding:.75em 0!important}.menu-divider hr{border-top:1px solid hsla(203,30%,75%,.5)}.popup-menu{position:absolute;top:2.75em;right:1.5em}.card{position:relative;width:100%;border-radius:var(--radius);background-color:#fff;box-shadow:0 4px 20px -3px #bdd0db8a,0 16px 64px -20px #acc4d27e;padding:1.2em 1.5em 1.5em;cursor:pointer;overflow:hidden;transition:box-shadow .1s ease-in-out;user-select:none;-webkit-user-select:none}.card:hover,.card:active{box-shadow:0 3px 8px -2px #5988a64b}.card-content{position:relative;display:flex;width:100%;height:100%;min-height:245px;flex-direction:column;justify-content:space-between}.card-content-header{width:100%}.card-content-header *{text-wrap:balance}.card-content-header h1{color:var(--c-red);margin-bottom:.25em}.card-content-header h2{width:calc(100% - 2em);color:var(--c-red);font-weight:500;margin-bottom:.5em}.card-content-footer{display:flex;flex-direction:column;margin-top:1em;gap:1.5em}.card-content-footer>div:nth-child(2){display:flex;flex-direction:row;gap:.5em}.card-content-footer svg{width:1.5em;height:1.5em}.card-terms{display:grid;grid-template-columns:1fr 2fr;gap:1em}.card-terms p{font-size:1.5rem;margin-top:0!important}.card-flag{position:absolute;top:1.4em;right:1.4em;z-index:1}.card-flag svg{width:26px;height:26px}.stages-jsx h1:has(+h2){color:var(--c-red);margin-bottom:0}.copyright{display:flex;align-items:center;justify-content:space-between;margin-top:3em}.copyright p{margin:0}.ididit{text-decoration:none;color:#fff;font-size:13px;font-weight:600;background-color:var(--c-black);padding:0 .5em;width:max-content;border:1px solid var(--c-black);border-radius:5px}*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}a,button{cursor:revert}ol,ul,menu,summary{list-style:none}ol{counter-reset:revert}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}:where(pre){all:revert;box-sizing:border-box}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}::-webkit-details-marker{display:none}:root{font-family:Noto Sans,system-ui;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--font-size: 16px;--radius: 16px;--radius-small: calc(var(--radius) * .625);--list-indent: 1.75em;--c-bg: hsl(204, 10%, 97%);--c-black: #494745;--c-red: hsl(354, 90%, 41%);--c-red-button-hover: oklch(from var(--c-red) 55% 55% h);--c-blue-text: hsl(195, 56%, 45%);--c-blue: hsl(198, 56%, 63%);--c-blue-button-hover: hsl(197, 60%, 68%);--c-light-blue: hsla(202, 100%, 50%, .094);--c-review: #6f838b0a;--c-light-grey: #dbdada;--c-we-do: #f1f1f1;font-size:var(--font-size);color:var(--c-black)}.red{color:var(--c-red)}.red :before{background-color:currentColor}.no-break{white-space:nowrap!important}.we-do_{display:inline-block;background-color:var(--c-we-do);padding:0 .4em;border-radius:.3em;font-weight:400;border:1px solid oklch(from var(--c-we-do) 80% c h)}.we-do{padding:.1em .4em;border-radius:.8em .3em;background:transparent;background-image:linear-gradient(to right,#ffccdc4d,#ffccdcb3 4%,#ffccdc4d);-webkit-box-decoration-break:clone;box-decoration-break:clone;mix-blend-mode:multiply;-webkit-mix-blend-mode:multiply}.underlined{color:var(--c-red)}.info,.info-red{display:block;position:relative;padding-left:1.35em;padding-right:0}.info:before,.info-red:before{content:"";width:1em;height:1em;position:relative;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center right;mask-position:center right;background-color:var(--c-blue);-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20width='100%25'%20height='100%25'%20color='%23000000'%20fill='none'%3e%3cpath%20d='M2.5%2012C2.5%207.52166%202.5%205.28249%203.89124%203.89124C5.28249%202.5%207.52166%202.5%2012%202.5C16.4783%202.5%2018.7175%202.5%2020.1088%203.89124C21.5%205.28249%2021.5%207.52166%2021.5%2012C21.5%2016.4783%2021.5%2018.7175%2020.1088%2020.1088C18.7175%2021.5%2016.4783%2021.5%2012%2021.5C7.52166%2021.5%205.28249%2021.5%203.89124%2020.1088C2.5%2018.7175%202.5%2016.4783%202.5%2012Z'%20stroke='currentColor'%20stroke-width='1.5'%20/%3e%3cpath%20d='M12.2422%2017V12C12.2422%2011.5286%2012.2422%2011.2929%2012.0957%2011.1464C11.9493%2011%2011.7136%2011%2011.2422%2011'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3cpath%20d='M11.992%208H12.001'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20width='100%25'%20height='100%25'%20color='%23000000'%20fill='none'%3e%3cpath%20d='M2.5%2012C2.5%207.52166%202.5%205.28249%203.89124%203.89124C5.28249%202.5%207.52166%202.5%2012%202.5C16.4783%202.5%2018.7175%202.5%2020.1088%203.89124C21.5%205.28249%2021.5%207.52166%2021.5%2012C21.5%2016.4783%2021.5%2018.7175%2020.1088%2020.1088C18.7175%2021.5%2016.4783%2021.5%2012%2021.5C7.52166%2021.5%205.28249%2021.5%203.89124%2020.1088C2.5%2018.7175%202.5%2016.4783%202.5%2012Z'%20stroke='currentColor'%20stroke-width='1.5'%20/%3e%3cpath%20d='M12.2422%2017V12C12.2422%2011.5286%2012.2422%2011.2929%2012.0957%2011.1464C11.9493%2011%2011.7136%2011%2011.2422%2011'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3cpath%20d='M11.992%208H12.001'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e");position:absolute;display:inline-block;left:0;top:4px}.info-red:before{background-color:var(--c-red)}.services h2{font-weight:500;margin:.35em 0 0!important}.clip{clip-path:url(#clip)}@container content (max-width: 450px){.services{grid-template-columns:1fr!important}}span[data-tooltip-id]{text-decoration:var(--c-red) wavy underline;-webkit-text-decoration:var(--c-red) wavy underline;-webkit-text-decoration-thickness:1px;-webkit-text-underline-offset:.2em;text-decoration-color:var(--c-red);text-decoration-thickness:1px;text-underline-offset:.2em}:root{--a-color: var(--c-blue-text)}a{color:var(--a-color);cursor:pointer;text-decoration:underline;text-decoration-color:rgb(from var(--a-color) r g b / 40%)!important;text-decoration-thickness:1px;text-underline-offset:.2em;position:relative}a:hover{text-decoration-color:rgb(from var(--a-color) r g b / 100%)!important}a[href^=http]{display:inline-block;padding-right:1.2em}a[href^=http]:after{display:inline-block;content:"";width:1em;height:1em;position:relative;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center right;mask-position:center right;margin-right:-1em;top:3px;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20width='100%25'%20height='100%25'%20color='%23000000'%20fill='none'%3e%3cpath%20d='M11.0991%203.00012C7.45013%203.00669%205.53932%203.09629%204.31817%204.31764C3.00034%205.63568%203.00034%207.75704%203.00034%2011.9997C3.00034%2016.2424%203.00034%2018.3638%204.31817%2019.6818C5.63599%2020.9999%207.75701%2020.9999%2011.9991%2020.9999C16.241%2020.9999%2018.3621%2020.9999%2019.6799%2019.6818C20.901%2018.4605%2020.9906%2016.5493%2020.9972%2012.8998'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3cpath%20d='M20.556%203.49612L11.0487%2013.0586M20.556%203.49612C20.062%203.00151%2016.7343%203.04761%2016.0308%203.05762M20.556%203.49612C21.05%203.99074%2021.0039%207.32273%2020.9939%208.02714'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20width='100%25'%20height='100%25'%20color='%23000000'%20fill='none'%3e%3cpath%20d='M11.0991%203.00012C7.45013%203.00669%205.53932%203.09629%204.31817%204.31764C3.00034%205.63568%203.00034%207.75704%203.00034%2011.9997C3.00034%2016.2424%203.00034%2018.3638%204.31817%2019.6818C5.63599%2020.9999%207.75701%2020.9999%2011.9991%2020.9999C16.241%2020.9999%2018.3621%2020.9999%2019.6799%2019.6818C20.901%2018.4605%2020.9906%2016.5493%2020.9972%2012.8998'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3cpath%20d='M20.556%203.49612L11.0487%2013.0586M20.556%203.49612C20.062%203.00151%2016.7343%203.04761%2016.0308%203.05762M20.556%203.49612C21.05%203.99074%2021.0039%207.32273%2020.9939%208.02714'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e");left:3px}a[href^=http]:hover{text-decoration-color:rgb(from var(--a-color) r g b / 100%)!important}a[href^=http]:hover:after{opacity:1}a[href^="https://t.me/"]:after{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20width='100%25'%20height='100%25'%20color='%23000000'%20fill='none'%3e%3cpath%20d='M11.9854%2015.4083L15.2268%2019.0936C16.4277%2020.4589%2017.0282%2021.1416%2017.6567%2020.9754C18.2852%2020.8092%2018.5008%2019.9108%2018.9318%2018.1138L21.3229%208.1459C21.9868%205.37832%2022.3187%203.99454%2021.5808%203.312C20.843%202.62947%2019.564%203.13725%2017.0061%204.15282L5.13876%208.86449C3.09293%209.67674%202.07001%2010.0829%202.00507%2010.7808C1.99842%2010.8522%201.99831%2010.9241%202.00474%2010.9955C2.06754%2011.6937%203.08921%2012.1033%205.13255%2012.9223C6.05838%2013.2934%206.5213%2013.479%206.8532%2013.8344C6.89052%2013.8743%206.9264%2013.9157%206.96078%2013.9584C7.26658%2014.3384%207.39709%2014.8371%207.65808%2015.8344L8.14653%2017.701C8.4005%2018.6715%208.52749%2019.1568%208.86008%2019.223C9.19267%2019.2891%209.48225%2018.8867%2010.0614%2018.0819L11.9854%2015.4083ZM11.9854%2015.4083L11.6676%2015.0771C11.3059%2014.7001%2011.1251%2014.5117%2011.1251%2014.2775C11.1251%2014.0433%2011.3059%2013.8548%2011.6676%2013.4778L15.2406%209.75409'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20width='100%25'%20height='100%25'%20color='%23000000'%20fill='none'%3e%3cpath%20d='M11.9854%2015.4083L15.2268%2019.0936C16.4277%2020.4589%2017.0282%2021.1416%2017.6567%2020.9754C18.2852%2020.8092%2018.5008%2019.9108%2018.9318%2018.1138L21.3229%208.1459C21.9868%205.37832%2022.3187%203.99454%2021.5808%203.312C20.843%202.62947%2019.564%203.13725%2017.0061%204.15282L5.13876%208.86449C3.09293%209.67674%202.07001%2010.0829%202.00507%2010.7808C1.99842%2010.8522%201.99831%2010.9241%202.00474%2010.9955C2.06754%2011.6937%203.08921%2012.1033%205.13255%2012.9223C6.05838%2013.2934%206.5213%2013.479%206.8532%2013.8344C6.89052%2013.8743%206.9264%2013.9157%206.96078%2013.9584C7.26658%2014.3384%207.39709%2014.8371%207.65808%2015.8344L8.14653%2017.701C8.4005%2018.6715%208.52749%2019.1568%208.86008%2019.223C9.19267%2019.2891%209.48225%2018.8867%2010.0614%2018.0819L11.9854%2015.4083ZM11.9854%2015.4083L11.6676%2015.0771C11.3059%2014.7001%2011.1251%2014.5117%2011.1251%2014.2775C11.1251%2014.0433%2011.3059%2013.8548%2011.6676%2013.4778L15.2406%209.75409'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e");left:3px}a[href$=".pdf"]{padding-left:1.85em;padding-right:0}a[href$=".pdf"]:after{display:inline-block;content:"";width:1em;height:1em;position:relative;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center right;mask-position:center right;margin-right:-1em;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20width='100%25'%20height='100%25'%20color='%23000000'%20fill='none'%3e%3cpath%20d='M20%2013V10.6569C20%209.83935%2020%209.4306%2019.8478%209.06306C19.6955%208.69552%2019.4065%208.40649%2018.8284%207.82843L14.0919%203.09188C13.593%202.593%2013.3436%202.34355%2013.0345%202.19575C12.9702%202.165%2012.9044%202.13772%2012.8372%202.11401C12.5141%202%2012.1614%202%2011.4558%202C8.21082%202%206.58831%202%205.48933%202.88607C5.26731%203.06508%205.06508%203.26731%204.88607%203.48933C4%204.58831%204%206.21082%204%209.45584V13M13%202.5V3C13%205.82843%2013%207.24264%2013.8787%208.12132C14.7574%209%2016.1716%209%2019%209H19.5'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3cpath%20d='M19.75%2016H17.25C16.6977%2016%2016.25%2016.4477%2016.25%2017V19M16.25%2019V22M16.25%2019H19.25M4.25%2022V19.5M4.25%2019.5V16H6C6.9665%2016%207.75%2016.7835%207.75%2017.75C7.75%2018.7165%206.9665%2019.5%206%2019.5H4.25ZM10.25%2016H11.75C12.8546%2016%2013.75%2016.8954%2013.75%2018V20C13.75%2021.1046%2012.8546%2022%2011.75%2022H10.25V16Z'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20width='100%25'%20height='100%25'%20color='%23000000'%20fill='none'%3e%3cpath%20d='M20%2013V10.6569C20%209.83935%2020%209.4306%2019.8478%209.06306C19.6955%208.69552%2019.4065%208.40649%2018.8284%207.82843L14.0919%203.09188C13.593%202.593%2013.3436%202.34355%2013.0345%202.19575C12.9702%202.165%2012.9044%202.13772%2012.8372%202.11401C12.5141%202%2012.1614%202%2011.4558%202C8.21082%202%206.58831%202%205.48933%202.88607C5.26731%203.06508%205.06508%203.26731%204.88607%203.48933C4%204.58831%204%206.21082%204%209.45584V13M13%202.5V3C13%205.82843%2013%207.24264%2013.8787%208.12132C14.7574%209%2016.1716%209%2019%209H19.5'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3cpath%20d='M19.75%2016H17.25C16.6977%2016%2016.25%2016.4477%2016.25%2017V19M16.25%2019V22M16.25%2019H19.25M4.25%2022V19.5M4.25%2019.5V16H6C6.9665%2016%207.75%2016.7835%207.75%2017.75C7.75%2018.7165%206.9665%2019.5%206%2019.5H4.25ZM10.25%2016H11.75C12.8546%2016%2013.75%2016.8954%2013.75%2018V20C13.75%2021.1046%2012.8546%2022%2011.75%2022H10.25V16Z'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e");width:1.5em;height:1.5em;position:absolute;left:0;top:0}a[href$=".docx"]{padding-left:1.85em;padding-right:0}a[href$=".docx"]:after{display:inline-block;content:"";width:1em;height:1em;position:relative;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center right;mask-position:center right;margin-right:-1em;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20width='100%25'%20height='100%25'%20color='%23000000'%20fill='none'%3e%3cpath%20d='M20%2013V10.6569C20%209.83935%2020%209.4306%2019.8478%209.06306C19.6955%208.69552%2019.4065%208.40649%2018.8284%207.82843L14.0919%203.09188C13.593%202.593%2013.3436%202.34355%2013.0345%202.19575C12.9702%202.165%2012.9044%202.13772%2012.8372%202.11401C12.5141%202%2012.1614%202%2011.4558%202C8.21082%202%206.58831%202%205.48933%202.88607C5.26731%203.06508%205.06508%203.26731%204.88607%203.48933C4%204.58831%204%206.21082%204%209.45584V13M13%202.5V3C13%205.82843%2013%207.24264%2013.8787%208.12132C14.7574%209%2016.1716%209%2019%209H19.5'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3cpath%20d='M20.5007%2017.2196C20.4486%2016.0292%2019.674%2016%2018.6231%2016C17.0044%2016%2016.736%2016.406%2016.736%2018V20C16.736%2021.594%2017.0044%2022%2018.6231%2022C19.674%2022%2020.4486%2021.9708%2020.5007%2020.7804M7.26568%2019C7.26568%2020.6569%206.00155%2022%204.44215%2022C4.0903%2022%203.91437%2022%203.78333%2021.9196C3.46959%2021.7272%203.50098%2021.3376%203.50098%2021V17C3.50098%2016.6624%203.46959%2016.2728%203.78333%2016.0804C3.91437%2016%204.0903%2016%204.44215%2016C6.00155%2016%207.26568%2017.3431%207.26568%2019ZM12.0007%2022C11.1134%2022%2010.6697%2022%2010.394%2021.7071C10.1184%2021.4142%2010.1184%2020.9428%2010.1184%2020V18C10.1184%2017.0572%2010.1184%2016.5858%2010.394%2016.2929C10.6697%2016%2011.1134%2016%2012.0007%2016C12.8881%2016%2013.3318%2016%2013.6074%2016.2929C13.8831%2016.5858%2013.8831%2017.0572%2013.8831%2018V20C13.8831%2020.9428%2013.8831%2021.4142%2013.6074%2021.7071C13.3318%2022%2012.8881%2022%2012.0007%2022Z'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20width='100%25'%20height='100%25'%20color='%23000000'%20fill='none'%3e%3cpath%20d='M20%2013V10.6569C20%209.83935%2020%209.4306%2019.8478%209.06306C19.6955%208.69552%2019.4065%208.40649%2018.8284%207.82843L14.0919%203.09188C13.593%202.593%2013.3436%202.34355%2013.0345%202.19575C12.9702%202.165%2012.9044%202.13772%2012.8372%202.11401C12.5141%202%2012.1614%202%2011.4558%202C8.21082%202%206.58831%202%205.48933%202.88607C5.26731%203.06508%205.06508%203.26731%204.88607%203.48933C4%204.58831%204%206.21082%204%209.45584V13M13%202.5V3C13%205.82843%2013%207.24264%2013.8787%208.12132C14.7574%209%2016.1716%209%2019%209H19.5'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3cpath%20d='M20.5007%2017.2196C20.4486%2016.0292%2019.674%2016%2018.6231%2016C17.0044%2016%2016.736%2016.406%2016.736%2018V20C16.736%2021.594%2017.0044%2022%2018.6231%2022C19.674%2022%2020.4486%2021.9708%2020.5007%2020.7804M7.26568%2019C7.26568%2020.6569%206.00155%2022%204.44215%2022C4.0903%2022%203.91437%2022%203.78333%2021.9196C3.46959%2021.7272%203.50098%2021.3376%203.50098%2021V17C3.50098%2016.6624%203.46959%2016.2728%203.78333%2016.0804C3.91437%2016%204.0903%2016%204.44215%2016C6.00155%2016%207.26568%2017.3431%207.26568%2019ZM12.0007%2022C11.1134%2022%2010.6697%2022%2010.394%2021.7071C10.1184%2021.4142%2010.1184%2020.9428%2010.1184%2020V18C10.1184%2017.0572%2010.1184%2016.5858%2010.394%2016.2929C10.6697%2016%2011.1134%2016%2012.0007%2016C12.8881%2016%2013.3318%2016%2013.6074%2016.2929C13.8831%2016.5858%2013.8831%2017.0572%2013.8831%2018V20C13.8831%2020.9428%2013.8831%2021.4142%2013.6074%2021.7071C13.3318%2022%2012.8881%2022%2012.0007%2022Z'%20stroke='currentColor'%20stroke-width='1.5'%20stroke-linecap='round'%20/%3e%3c/svg%3e");width:1.5em;height:1.5em;position:absolute;left:0;top:0}ul{margin-left:0;padding-left:0;position:relative;text-wrap:balance}ul>li{margin-left:var(--list-indent);position:relative}ul>li:before{position:absolute;opacity:1;display:inline-block;content:"";width:var(--list-indent);width:6.5px;height:6.5px;border-radius:50%;top:.55em;left:.25em;margin-left:calc(var(--list-indent) * -1);background-color:var(--c-black)}ul>li>ul:not(.stages)>li:before{border:2px solid var(--c-black);background-color:transparent}.stages :before{background-color:var(--c-light-grey);width:1em;height:1em;margin-top:-.1em;border-radius:50%;outline:3px solid var(--c-bg);-webkit-mask-image:unset;mask-image:unset}.stages li:before{height:.5em;width:.5em;left:.25em;top:.6em}.stages li:after{position:absolute;display:block;content:"";height:120%;top:.85em;left:-1.3em;border-left:1px solid var(--c-light-grey);z-index:-1}.stages li:last-of-type:after{height:0}.red-dot:before{background-color:var(--c-red)!important}.checkmark{margin-left:0;padding-left:0}.checkmark>li{margin-left:var(--list-indent)}.checkmark>li:before{position:absolute;opacity:1;display:inline-block;content:"";width:var(--list-indent);top:0;left:-3px;background-color:transparent;height:24px;margin-left:calc(var(--list-indent) * -1);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBjb2xvcj0iIzAwMDAwMCIgZmlsbD0ibm9uZSI+CiAgICA8cGF0aCBkPSJNNSAxNEw4LjUgMTcuNUwxOSA2LjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiAvPgo8L3N2Zz4=);background-repeat:no-repeat;-webkit-mask-image:none;mask-image:none}ol{counter-reset:item;margin-left:0;padding-left:0;text-wrap:balance}ol>li{display:block;position:relative;margin-bottom:.5em;margin-left:var(--list-indent)}ol>li ol{counter-reset:none}ol>li:before{opacity:1;display:inline-block;content:counter(item) ".";counter-increment:item;width:var(--list-indent);margin-left:calc(var(--list-indent) * -1)}.li-skip{counter-increment:item -1}.li-skip:before{position:absolute;opacity:1;display:inline-block;content:"";width:var(--list-indent);height:.9rem;top:.3em;margin-left:calc(var(--list-indent) * -1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='100%25' height='100%25' color='%23000000' fill='none'%3E%3Cpath d='M8,6c1.1028,0,2,0.8972,2,2s-0.8972,2-2,2S6,9.1028,6,8S6.8972,6,8,6 M8,5C6.3432,5,5,6.3432,5,8s1.3432,3,3,3 s3-1.3432,3-3S9.6568,5,8,5L8,5z' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E%0A");background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='100%25' height='100%25' color='%23000000' fill='%23000000'%3E%3Ccircle cx='8' cy='8' r='3' stroke='currentColor' fill='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E%0A");background-repeat:no-repeat}li:has(ul){list-style-type:none}.post-content{text-wrap:balance!important}.post-content div{margin-top:.75em!important}.post-content a{display:inline!important}.post-content blockquote{display:inline-block;background-color:var(--c-light-blue);padding:1.1em 1.5em;border-radius:var(--radius-small)}br+:is(.post-content blockquote){margin-block:.75em}.post-content blockquote:has(+br){margin-bottom:.75em}.post-content blockquote:last-child{margin-bottom:0}.post-content blockquote+br{padding-top:2em}.post{position:relative!important;background-color:none!important;overflow:hidden;z-index:0;margin:-1.5em -1.5em 0}.post:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;box-shadow:inset 0 -64px 160px -200px #00000080!important;border-bottom:1px solid oklch(from var(--c-we-do) 80% c h / .2);pointer-events:none}.image-grid{aspect-ratio:16 / 9!important;overflow:hidden;gap:3px}.image-grid a{display:block!important;margin:0!important;overflow:hidden;position:relative!important;z-index:0;background-position:center;background-size:cover}.image-grid a img{margin:0!important;padding:0!important;border:1px solid red!important;position:relative;z-index:-1!important;object-fit:cover!important;overflow:hidden;width:100%!important;height:100%!important;border-radius:0!important;border:0!important;object-position:center center!important}img.image-grid{margin:0!important;padding:0!important;display:block;position:relative;z-index:-1!important;object-fit:cover!important;overflow:hidden;width:100%!important;height:100%!important;border-radius:0!important;border:0!important;object-position:center center!important}.image-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr}.image-grid-3{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.image-grid-3 :nth-child(1){grid-row:span 2}.image-grid-4{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.image-grid-5{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:1fr 1fr}.image-grid-5 :nth-child(1){grid-column:span 3}.image-grid-5 :nth-child(2){grid-column:span 3}.image-grid-5 :nth-child(n+3){grid-column:span 2}.image-grid-6{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr 1fr}.image-grid-7{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(3,1fr)}.image-grid-7 :nth-child(n+1){grid-column:span 3}.image-grid-7 :nth-child(n+5){grid-column:span 2}.image-grid-8{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(3,1fr)}.image-grid-8 :nth-child(n+1){grid-column:span 3}.image-grid-8 :nth-child(n+3){grid-column:span 2}.image-grid-9{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(3,1fr)}.image-grid-9 :nth-child(n+1){grid-column:span 2}@container content (max-width: 450px){.image-grid{aspect-ratio:1 / 1!important}img.image-grid{aspect-ratio:unset!important}}img{max-inline-size:unset;max-block-size:unset}body{overflow-x:hidden;background-color:var(--c-bg)}.content{position:relative;width:min(960px,100%);margin:auto;container:content / inline-size}header,section,footer{padding:1.5em;padding-left:max(1.5em,env(safe-area-inset-left));padding-right:max(1.5em,env(safe-area-inset-right))}header{margin-bottom:0}section{margin-block:0}footer{margin-top:0}p{text-wrap:balance}section,footer{padding-block:2em}.main-h1{width:30ch}h1,h2{line-height:140%;text-wrap:balance;width:70%}h1{font-weight:500;font-size:2em;margin-bottom:1.25em}h2{font-weight:400;font-size:1.5em;margin-bottom:1em}ul+h1,ol+h1{margin-top:1.25em}*+h1:has(+h2){margin-bottom:0!important}*+h1+h2{margin-top:0!important}h2 p:not(p:first-child){margin-top:.75em}p+p,p+ul,ul+p,p+ol,ol+p,li>ol,li+li,li>li,p>ul,p>ol,li>ul{margin-top:.75em}li>p:first-child{display:inline-block}em{font-weight:600}img:not(.photo img,.pswp *){margin:.75em 0 0;border-radius:var(--radius-small);max-width:100%;padding:0;border:1px solid hsla(203,30%,75%,.2)}.img-win-width-100{max-width:100%!important;min-width:unset!important}.small-text{font-size:.8em}.footnote{margin-top:.75em;font-size:.8em;opacity:.6}.bg-top{position:absolute;top:-81px;right:-300px;width:1073px;height:808px;z-index:-1;background-image:url(/assets/bg-DegSpfjV.png);background-size:contain;opacity:.3}.c-2{display:grid;grid-template-columns:repeat(auto-fit,180px)}.column-2,.column-3{display:grid;gap:4em}.column-2>div,.column-3>div{text-wrap:balance}.column-2{grid-template-columns:repeat(2,1fr)}.column-2-32{display:grid;gap:2em;grid-template-columns:repeat(2,1fr)}.column-2-32>div{text-wrap:balance}.column-3{grid-template-columns:repeat(3,1fr)}.contacts{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2em}.contacts p{margin-top:.75em}.spot-bg{position:relative}.spot-bg:after{display:block;position:absolute;content:"";top:-100px;right:-100px;bottom:-100px;left:-100px;aspect-ratio:1 / 1;transform:translate(100px,100px);z-index:-1;transform:rotate(-90deg);background-image:url(/assets/bg2-Cexdp4Fr.png);background-position:center;background-repeat:no-repeat;background-size:contain;opacity:.3}.bg-bottom-spot{display:block;position:absolute;bottom:-1.5em;height:800px;width:100%;z-index:-1;transform:rotate(180deg);background-image:url(/assets/bg-DegSpfjV.png);background-size:contain;background-repeat:no-repeat;opacity:.3}.photo-name{display:grid;grid-template-columns:max-content auto;align-items:center;gap:2em;margin-bottom:1.5em}.photo-name h2{color:var(--c-red);font-weight:500;margin-bottom:0}.photo-name p{margin-top:.375em}.hide{display:block}main{min-height:500px!important}.main{margin-top:5.75em}.button-main{margin-top:3em}@container content (max-width: 750px){h1,h2{width:80%}.hide{display:none}.spot-bg:after{top:-300px;right:-300px;bottom:-300px;left:-300px}.bg-bottom-spot{width:150%;left:-30%}}.blog{overflow:hidden}div .blog{margin-bottom:2em}div .blog:last-child{margin-bottom:0}.blog .blog-date{opacity:.6;margin-bottom:1em}.blog .blog-date:nth-child(2){margin-top:1.5em}.blog a{word-break:break-word;padding:0}.blog a:after{display:none}.blog a+a{margin-left:.2em}.blog b{font-weight:600}.blog .underline{text-decoration:underline;-webkit-text-decoration:underline}.blog .strikethrough{text-decoration:line-through;-webkit-text-decoration:line-through}.blog .image-grid{border-radius:0!important;min-width:calc(100% + 3em)!important;margin:-1.5em -1.5em 0!important}.button-more{width:3.5em;height:3.5em;display:grid;place-content:center;margin-top:-1em;margin-bottom:-2em}.button-more>*{width:2em;height:2em}.loading{border:4px solid var(--c-black);border-left-color:transparent;border-radius:50%;animation:rotating .5s linear infinite}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@container content (max-width: 700px){.main{margin-top:1.5em}.button-main{margin-top:2em}.column-2,.column-2-32{grid-template-columns:1fr;gap:2em}.column-3{grid-template-columns:repeat(2,1fr);gap:1.5em}h1{font-weight:500;font-size:1.7em;margin-bottom:1em}h2{font-size:1.4em}section,footer{padding-block:1.25em}.bg-top{left:-150px}.contacts{grid-template-columns:repeat(2,1fr);column-gap:1.5em}div.blog{margin-bottom:1.5em}.button-more{margin-bottom:-1em}}@container content (max-width: 450px){h1,h2,.main-h1{width:100%}}/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, .4);--pswp-preloader-color-secondary: rgba(255, 255, 255, .9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}
