.hero-rotating-text{position:relative;display:grid;place-items:center;overflow:hidden;perspective:1000px;transform-style:preserve-3d;font-size:5em;text-align:center;font-family:var(--wp--preset--font-family--coda);margin:0;line-height:1.2;margin-top:1rem}@media(max-width: 600px){.hero-rotating-text{font-size:3rem}}.hero-rotating-text span{grid-area:1/1;display:block;opacity:0;transform-origin:50% 50%;transform:rotateX(-90deg);transition:transform .8s cubic-bezier(0.22, 1, 0.36, 1),opacity .5s ease;backface-visibility:hidden;will-change:transform,opacity}.hero-rotating-text span.is-active{opacity:1;transform:rotateX(0deg)}.hero-rotating-text span.is-exit{opacity:0;transform:rotateX(90deg)}.pattern-bg{position:relative;overflow:hidden}.pattern-bg::before{content:"";position:absolute;inset:30% 0 0;background-image:url("/wp-content/themes/altex/assets/images/background.png");background-size:auto;background-repeat:repeat;opacity:.1;pointer-events:none;z-index:1}.pattern-bg>*{position:relative;z-index:2}.round-corners-section{border-radius:0 0 var(--section-border-radius) var(--section-border-radius)}.section-wrapper{padding-block:var(--wp--preset--spacing--60) var(--wp--preset--spacing--70)}.section-wrapper:first-child{padding-top:calc(2rem + var(--wp--preset--spacing--70))}.section-wrapper:not(.has-background):not(:first-of-type)+.section-wrapper:not(.has-background){padding-top:0}.arched-section{clip-path:ellipse(100% 100% at 50% 0%);z-index:1;padding-bottom:calc(2rem + var(--wp--preset--spacing--70))}.arched-section+.section-wrapper{margin-top:calc(-1*var(--wp--preset--spacing--60));padding-top:calc(2*var(--wp--preset--spacing--60));z-index:0}@media(max-width: 600px){.arched-section{clip-path:ellipse(120% 100% at 50% 0%)}}.grid-list{display:grid;gap:.5em 2em;width:fit-content;grid-template-columns:auto auto;margin-inline:auto}.grid-list li{margin:0}@media(max-width: 600px){.grid-list{grid-template-columns:auto}}.card-shadow{box-shadow:0 20px 50px rgba(0,0,0,.3),0 0 20px hsla(0,0%,100%,.1)}.numbered-cards{counter-reset:card;gap:var(--wp--preset--spacing--50) var(--wp--preset--spacing--30);grid-template-columns:repeat(auto-fit, minmax(min(300px, 100%), 1fr))}.numbered-cards .card{counter-increment:card;position:relative;padding-top:3.5rem;overflow:visible}.numbered-cards .card::before{content:counter(card, decimal-leading-zero);position:absolute;top:-2rem;left:50%;transform:translateX(-50%);display:flex;justify-content:center;align-items:center;background:var(--main-color);color:#fff;width:4rem;height:4rem;border:.5rem solid #fff;border-radius:50%}.numbered-cards i.material-symbols-outlined{display:flex;justify-content:center;align-items:center;font-size:3rem;font-weight:300;margin-bottom:1rem;background:var(--light-gray);color:var(--main-color);width:7rem;height:7rem;border-radius:var(--radius-inner)}.page-nav ul{padding:0;display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:1em;list-style:none;justify-content:center;counter-reset:step;margin-block:var(--wp--preset--spacing--50)}.page-nav ul li{counter-increment:step}.page-nav ul a{display:flex;justify-content:space-between;align-items:center;text-decoration:none;padding:.5em 1em .5em 1.5em;border:1px solid var(--wp--preset--color--cyan-bluish-gray);text-align:center;border-radius:20em;color:var(--blue-gray)}.page-nav ul a::after{font-family:"Material Symbols Outlined";content:"keyboard_arrow_down";line-height:1;margin-left:.75em}.solutions-list{display:flex;flex-direction:column;gap:var(--wp--preset--spacing--50)}.solutions-list a{color:inherit}.solutions-list .item{display:flex;gap:4.5rem;padding:2.5rem;border:none;background-color:var(--light-gray);align-items:center;scroll-margin-top:6rem}.solutions-list .item__desc{flex:1 1 27em}.solutions-list .item__title{margin-top:0;font-size:var(--wp--preset--font-size--normal);color:var(--blue-gray);font-weight:normal;margin-bottom:1rem}.solutions-list .item__image{margin:-2rem;border-radius:1rem;overflow:hidden;flex:1 1 40%;align-self:stretch}.solutions-list .item__image img{height:100%;width:100%;object-fit:cover}.solutions-list .item__desc h3{margin-top:0}.solutions-list .item__link{display:flex;align-items:center;color:var(--main-color);font-weight:600;font-size:90%;padding:.5em 0;border-radius:100em;transition:var(--trans-ease);width:fit-content;line-height:1}.solutions-list .item__link::after{font-family:"Material Symbols Outlined";content:"arrow_forward";line-height:1;margin-left:.75em}.solutions-list .item:hover .item__link,.solutions-list .item:focus-within .item__link{background-color:var(--main-color);color:#fff;padding-inline:1.25em}@media(max-width: 950px){.solutions-list .item{flex-direction:column;padding:1.5rem;gap:3em}.solutions-list .item__image{margin:-1rem;mask-image:linear-gradient(180deg, black 50%, transparent 80%);border-radius:1rem 1rem 0 0}.solutions-list .item__desc{flex:unset;margin-top:-4rem}}ul.wp-block-list.problem-tags{list-style:none;padding:0;display:flex;align-items:baseline;gap:.5em}ul.wp-block-list.problem-tags li{background-color:var(--light-gray);padding:0 1.5em;border-radius:100em;font-size:80%}.card-section .card{max-width:980px;border:none;padding-block:var(--wp--preset--spacing--50);padding-inline:var(--wp--preset--spacing--50)}.card-section .card:last-child{margin-bottom:0 !important}.child-solution-nav .card{padding:.5rem;gap:1em}.child-solution-nav .card figure{border-radius:1rem;overflow:hidden}.child-solution-nav .card a{color:inherit}.side-image-block{flex-wrap:wrap}.side-image-block .text-content{flex:1 1 25em}.side-image-block figure{flex:1 1 40%}.side-image-block figure img{margin-inline:auto}.fixed-side-image-block .text-content{flex:1}.three-card-layout{display:grid;grid-template-columns:repeat(auto-fill, minmax(min(250px, 100%), 1fr))}.zig-zag-layout .side-image-block:nth-child(even){flex-direction:row-reverse}.arrow-down-section{--arrow-height: 3rem;--arrow-width: 6rem;clip-path:polygon(0% 0%, 100% 0%, 100% calc(100% - var(--arrow-height)), calc(50% + var(--arrow-width)) calc(100% - var(--arrow-height)), 50% 100%, calc(50% - var(--arrow-width)) calc(100% - var(--arrow-height)), 0% calc(100% - var(--arrow-height)));padding-bottom:calc(var(--wp--preset--spacing--70) + var(--arrow-height)) !important;margin-bottom:calc(-1*var(--arrow-height));z-index:1}@media(max-width: 950px){.arrow-down-section{--arrow-height: 1.5rem;--arrow-width: 3rem}}.dotted-heading::after{content:"";width:8px;height:8px;background-color:#c9c9c9;display:block;margin:10px auto 0;border-radius:50%}.underlined-heading{text-align:center}.underlined-heading::after{content:"";width:118px;height:1px;border-bottom:1px solid #c9c9c9;display:block;margin:auto;padding:.2em 0;margin-bottom:var(--wp--preset--spacing--50)}.vertical-line-heading-bottom{margin-bottom:0 !important}.vertical-line-heading-bottom::after{content:"";width:1px;height:80px;background-color:#c9c9c9;display:block;margin:15px auto 0}.vertical-line-heading-top{margin-top:0 !important}.vertical-line-heading-top::before{content:"";width:1px;height:80px;background-color:#c9c9c9;display:block;margin:0 auto 15px}.vertical-line-heading-top.left::after,.vertical-line-heading-bottom.left::after{margin-left:1rem}.horizontal-line-heading{display:flex;align-items:center;gap:20px;width:100%;white-space:nowrap}.horizontal-line-heading::after{content:"";flex-grow:1;height:1px;background-color:var(--light-gray)}.point-block--numbered{counter-reset:card}.point-block--numbered>*{counter-increment:card}.point-block--numbered>* h3{position:relative;z-index:1;padding-block:2.5rem;margin:0 !important;padding-left:1em}.point-block--numbered>* h3::before{content:counter(card, decimal-leading-zero);font-family:var(--wp--preset--font-family--coda);font-size:500%;color:var(--wp--preset--color--accent-5);position:absolute;z-index:-1;top:50%;transform:translateY(-56%);left:-5px}.vertical-cards .card{display:flex;flex-direction:column;align-items:center}.vertical-cards .card h3{color:var(--main-color)}.case-section{counter-reset:card}.case-section .card{counter-increment:card;position:sticky;top:var(--wp--preset--spacing--80);border:1px solid #f5f5f5}.case-section .card .text-content::before{content:"case " counter(card, decimal-leading-zero);font-family:var(--wp--preset--font-family--coda);color:var(--blue-gray)}.case-section .side-image-block{flex-wrap:nowrap}.case-section .side-image-block figure{flex:0 1 180px;align-self:stretch}.case-section .side-image-block figure img{object-fit:contain !important;height:100%}.case-section h3{font-size:1.75rem}@media(max-width: 600px){.case-section .card{position:static}.case-section .text-content{display:grid;grid-template-areas:"case thumb" "title thumb" "info info";grid-template-columns:1fr 80px;gap:0 1rem}.case-section .text-content h3{grid-area:title}.case-section .text-content figure{grid-area:thumb;width:100%}.case-section .text-content .case-info{grid-area:info}}.case-info{display:grid;grid-template-columns:auto 1fr;gap:.5em 1.5em;align-items:start}.case-info dd{margin:0;position:relative;padding-left:1.5em}.case-info dd::before{content:"";position:absolute;left:0;top:.2em;bottom:.2em;width:1px;background-color:var(--blue-gray)}.case-solution{--radius-gap: var(--wp--preset--spacing--50);margin-top:var(--wp--preset--spacing--50);display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:.5em}.case-solution__group{background-color:#f5f5f5;padding:1.5rem var(--wp--preset--spacing--40) 1.75rem;border-radius:var(--radius-inner)}.case-solution__group dt{font-size:1.25rem;color:var(--blue-gray);margin-bottom:1rem}.case-solution__group dd{margin:0}.case-solution .case-arrow{display:flex;align-items:center;justify-content:center;width:60px;z-index:2;margin:0 -30px}.case-solution .case-arrow .material-symbols-outlined{width:40px;height:40px;background:var(--main-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:5px solid #fff}.case-solution ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25em}.case-solution li{position:relative;padding-left:1.5em}.case-solution li::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--blue-gray);position:absolute;left:3px;top:.7em}.case-solution--answer{background:var(--wp--preset--gradient--custom-blue);color:#fff}.case-solution--answer dt{color:#fff}.case-solution--answer li::before{content:"check";background:none;width:unset;height:unset;font-family:"Material Symbols Outlined";font-size:1.25em;color:#fff;top:-2px;left:-3px}@media(max-width: 600px){.case-solution{grid-template-columns:1fr;grid-template-rows:1fr auto 1fr}.case-solution .case-arrow{margin:-30px auto}.case-solution .case-arrow .material-symbols-outlined{transform:rotate(90deg)}}.speech-bubble{position:relative;padding:.75em 2em !important;border-radius:40em;line-height:1.8;margin-bottom:20px;width:fit-content}.speech-bubble::after{content:"";position:absolute;bottom:-6px;left:50%;width:12px;height:12px;background:inherit;transform:translateX(-50%) rotate(45deg);z-index:-1}.post-list .post-info{width:100%}.post-list .taxonomy-category-list{display:flex;gap:1em}.post-list .taxonomy-category-list .taxonomy-category{text-decoration:none}.post-list li h3{margin-top:1rem;grid-area:title;margin-left:0 !important;transition:var(--trans-ease)}.post-list li a{color:inherit}.post-list .clickable-parent{display:grid;grid-template-areas:"info arrow" "title arrow";align-items:center;justify-content:space-between}.post-list .clickable-parent::after{content:"arrow_forward";font-family:"Material Symbols Outlined";display:flex;font-size:clamp(1rem,1.5vw,1.25rem);color:var(--wp--preset--color--accent-2);margin-left:20px;transition:var(--trans-ease);grid-area:arrow;background:#f5f5f5;width:clamp(2rem,2vw,2.5rem);height:clamp(2rem,2vw,2.5rem);align-items:center;justify-content:center;border-radius:20em}.post-list .clickable-parent:hover h3{opacity:.7}.post-list .clickable-parent:hover::after{background:var(--blue-gray);color:#fff}.manufacturer-logo-grid{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:center}.manufacturer-logo-grid .manufacturer-logo-item{flex:0 1 90px}.manufacturer-logo-grid .manufacturer-logo-item img{object-fit:contain;max-height:60px;width:100%}@media(max-width: 600px){.manufacturer-logo-grid .manufacturer-logo-item{flex-basis:60px}}.product-cat-cards{max-width:var(--wp--style--global--wide-size);display:grid;grid-template-columns:repeat(auto-fill, minmax(min(250px, 100%), 1fr));gap:1em}.product-cat-cards .item a{background:var(--light-gray);display:flex;padding:.5rem;text-align:center;text-decoration:none;transition:var(--trans-ease);border-radius:.5rem;align-items:center;gap:1em;color:inherit}.product-cat-cards .item a img{background:#fff;border-radius:.25em;transition:var(--trans-ease)}.product-cat-cards .item a:hover{background:#dbe2e6}.product-cat-cards .item a:hover img{background:#fff}.product-cat-cards .item__title{margin:0;font-size:1rem}.product-cat-cards .item__thumb{flex:0 1 80px}.product-cat-cards .item__thumb img{width:100%;height:100%;display:block;object-fit:contain}@media(max-width: 600px){.product-cat-cards{grid-template-columns:1fr 1fr}.product-cat-cards .item a{flex-direction:column}.product-cat-cards .item__thumb{margin-inline:auto;flex:0 1 75px}.product-cat-cards .item__thumb img{height:75px}}.product-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(min(250px, 100%), 1fr));gap:var(--wp--preset--spacing--40)}.product-list .card{padding-top:0;height:100%}.product-list figure{margin-inline:-1.5rem;display:flex;justify-content:center;align-items:center;aspect-ratio:3/2;border-bottom:1px solid #f5f5f5;margin-bottom:1rem}.product-list figure img{height:100%;width:100%;object-fit:contain}.product-list .type-manufacturer img{object-fit:contain;max-height:60px;width:70% !important}.product-list h3{margin:0;font-size:var(--wp--preset--font-size--medium)}.product-list p.post-type{font-size:.8rem;color:var(--blue-gray);margin-block:0 .5em !important}.product-list a{color:inherit;display:inline}.archive-switcher-container{display:none;max-width:400px;width:100%}.switcher-buttons{display:flex;border:1px solid var(--main-color);border-radius:.5rem;overflow:hidden}.switcher-buttons .switch-link{display:block;padding:.5rem 1rem;text-decoration:none;flex:1;text-align:center;transition:var(--trans-ease);white-space:nowrap;color:var(--main-color)}.switcher-buttons .switch-link.is-active{background:var(--main-color);color:#fff;pointer-events:none;cursor:default}.switcher-buttons .switch-link:not(.is-active):hover{background:var(--light-gray)}.page-intro{position:relative;z-index:1}.page-intro .breadcrumbs{margin-bottom:1rem}.page-intro>div{display:flex;justify-content:flex-start}.page-intro .content{z-index:1}.page-intro .image{position:absolute;inset:0;left:40%;z-index:0;mask-image:linear-gradient(to left, black 40%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.4) 70%, transparent 100%)}.page-intro .image img{width:100%;height:100%}@media(max-width: 600px){.page-intro .content{width:100%}.page-intro .image{mask-image:none;left:0}.page-intro .image::after{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5))}}.blend-luminosity{mix-blend-mode:luminosity}#related-posts:not(:has(.product-list)){display:none}.single-manufacturer .manufacturer-thumb img{width:200px;max-height:60px;object-fit:contain !important}@media(max-width: 600px){.post-header__title{display:flex;flex-direction:column;align-items:start;gap:1em}.post-header__title .manufacturer-thumb img{width:150px;max-height:40px;object-fit:contain !important}}.title-aside{display:flex;flex-wrap:wrap}.title-aside>:first-child{flex:0 1 15rem}.title-aside>:last-child{flex:1 1 30rem;min-width:0}.dl-table>div{display:grid;grid-template-columns:100px 1fr;padding-block:1.25rem;gap:2rem;border-top:1px solid #eee;align-items:start}.dl-table dd{margin:0}.dl-table dt{color:var(--main-color)}.single-product .dl-table>div,.single-manufacturer .dl-table>div{grid-template-columns:150px 1fr}.access-map{aspect-ratio:16/9;display:block;width:100%;max-width:100%}.convo-block{gap:var(--wp--preset--spacing--30)}.convo-block:not(:last-child){margin-bottom:var(--wp--preset--spacing--40)}.convo-block figure{flex:0 4 80px}.convo-block>:nth-child(2){flex:1 1 20rem}.side-lines{display:flex;align-items:center;text-align:center;gap:20px;margin-bottom:2rem !important}.side-lines::before,.side-lines::after{content:"";flex:1;min-width:clamp(3rem,8vw,10rem);height:1px;background:#ccc}.solution-banner>div{flex-wrap:nowrap;padding-bottom:5rem}.solution-banner>div .image-content{margin-bottom:-8rem;flex:1 1 600px}@media(max-width: 950px){.solution-banner>div{flex-direction:column-reverse;padding-bottom:0;gap:var(--wp--preset--spacing--70)}.solution-banner>div .image-content{margin-bottom:0;max-width:400px;flex:1}}@media(max-width: 600px){.wrap-sm{flex-wrap:wrap}}/*# sourceMappingURL=components.min.css.map */