*{box-sizing:border-box}html{min-height:100svh}body{font-family:"Inter",sans-serif;background-color:#fff;color:#212121;margin:0;display:flex;width:100%;flex-direction:column;justify-content:space-between;height:100svh}main{flex-grow:1}.dlm-container{width:100%;max-width:1400px;margin:0 auto;padding:0 5%}.dlm-container--wide{max-width:1536px}@media(max-width: 768px){.dlm-container{padding:0 16px}}.dlm-section{padding:80px 0}@media(max-width: 768px){.dlm-section{padding:48px 0}}h1,h2,h3{font-weight:bold}.block-title h2{font-size:48px;line-height:52px;margin:0 0 64px;text-align:center}@media(max-width: 920px){.block-title h2{font-size:36px;line-height:42px;margin:0 0 48px}}@media(max-width: 520px){.block-title h2{font-size:28px;line-height:32px;margin:0 0 36px}}.buttons-wrapper{display:flex;gap:16px;flex-wrap:wrap;margin:60px 0 0}.buttons-wrapper.btns-left{justify-content:flex-start}.buttons-wrapper.btns-center{justify-content:center}.buttons-wrapper.btns-right{justify-content:flex-end}.btn{padding:12px 24px;border:none;cursor:pointer;font-family:"Inter",sans-serif;font-size:14px;font-weight:400;background-color:#e4813e;color:#fff;transition:background-color .3s;display:flex;gap:10px;text-decoration:none;align-items:center}.btn:hover{background-color:#d5793a}.btn svg{width:16px;height:16px;min-width:16px;min-height:16px}.btn-green{background-color:#559256}.btn-green:hover{background-color:#3e733f}.btn-lg{padding:16px 32px;gap:16px;font-size:16px;font-weight:500}.btn-lg svg{width:18px;height:18px;min-width:18px;min-height:18px}.dlm-site-header{position:fixed;top:0;left:0;right:0;z-index:50;background-color:#fff;width:100%;box-shadow:0 2px 14px rgba(0,0,0,.15),0 -3px 10px rgba(0,0,0,.3)}body.admin-bar .dlm-site-header{top:32px}@media(max-width: 782px){body.admin-bar .dlm-site-header{top:46px}}.dlm-site-header .header-content{display:flex;align-items:center;justify-content:space-between;height:80px}.dlm-site-header .logo{font-size:24px;font-weight:bold;letter-spacing:-0.025em;text-decoration:none;color:#212121}.dlm-site-header .header-right{display:flex;gap:32px;justify-content:flex-end;align-items:center;flex-grow:1}.dlm-site-header nav.main-navigation{display:none}@media(min-width: 768px){.dlm-site-header nav.main-navigation{display:flex;align-items:center;justify-content:center;flex-grow:1;gap:3%}}.dlm-site-header nav.main-navigation a{font-size:14px;font-weight:500;color:#212121;text-decoration:none;transition:color .3s}.dlm-site-header nav.main-navigation a:hover{color:#559256}.dlm-site-header .header-buttons{display:flex;align-items:center;gap:12px}@media(max-width: 920px){.dlm-site-header .header-buttons a{display:none}}.dlm-site-header .lang-switcher{position:relative}.dlm-site-header .lang-switcher .lang-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;padding:10px 28px 10px 6px;font-family:"Inter",sans-serif;font-size:14px;line-height:1.2;color:#212121;background-color:#fff;border:0 none;border-radius:6px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.dlm-site-header .lang-switcher .lang-select:focus{outline:none;border-color:#80bd81;box-shadow:0 0 0 3px rgba(85,146,86,.1)}.dlm-site-header .lang-switcher::after{content:"";position:absolute;right:12px;top:50%;width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:6px solid #757575;transform:translateY(-50%);pointer-events:none}body.admin-bar .dlm-site-header{top:32px}@media(max-width: 782px){body.admin-bar .dlm-site-header{top:46px}}.dlm-homepage-hero{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;background-image:linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)),url("/wp-content/themes/duralum/assets/img/home-hero-desktop.webp");background-size:cover;background-position:center;margin-top:70px}.dlm-homepage-hero .dlm-container{flex-direction:row;display:flex;justify-content:space-between;align-items:center;gap:32px;padding:120px 5%}@media(max-width: 1024px){.dlm-homepage-hero .dlm-container{padding:80px 16px}}@media(max-width: 920px){.dlm-homepage-hero .dlm-container{flex-direction:column;gap:64px;padding:48px 16px}}.dlm-homepage-hero .hero-content{max-width:700px;position:relative;z-index:10}@media(max-width: 920px){.dlm-homepage-hero .hero-content{text-align:center}}.dlm-homepage-hero .hero-content h1{font-size:68px;line-height:72px;margin:0 0 24px}@media(max-width: 1200px){.dlm-homepage-hero .hero-content h1{font-size:48px;line-height:52px}}@media(max-width: 520px){.dlm-homepage-hero .hero-content h1{font-size:32px;line-height:42px}}.dlm-homepage-hero .hero-content p{font-size:24px;line-height:32px;margin:0 0 40px;color:hsla(0,0%,100%,.9)}@media(max-width: 1024px){.dlm-homepage-hero .hero-content p{font-size:18px;line-height:24px}}.dlm-homepage-hero .hero-content .hero-buttons{display:flex;flex-wrap:wrap;gap:16px}.dlm-homepage-hero .buttons-wrapper{margin-top:0}@media(max-width: 920px){.dlm-homepage-hero .buttons-wrapper{justify-content:center}}.dlm-cta-section .buttons-wrapper{margin:0}.dlm-cta-section.bg-white{background-color:#fff}.dlm-cta-section.bg-graphite{background-color:#212121}.dlm-cta-section.dlm-section{padding:0}.dlm-cta-section.p-big{padding:80px 0}@media(max-width: 768px){.dlm-cta-section.p-big{padding:48px 0}}.dlm-cta-section.p-middle{padding:50px 0}@media(max-width: 768px){.dlm-cta-section.p-middle{padding:24px 0}}.dlm-cta-section.p-small{padding:20px 0}@media(max-width: 768px){.dlm-cta-section.p-small{padding:10px 0}}.dlm-cta-section.p-none-big{padding:0}@media(max-width: 768px){.dlm-cta-section.p-none-big{padding:0}}.dlm-items-greed-section{background-color:#fff}.dlm-items-greed-section .block-description{margin:-40px auto 64px;max-width:768px;color:#757575}@media(max-width: 920px){.dlm-items-greed-section .block-description{margin:-30px auto 48px}}@media(max-width: 520px){.dlm-items-greed-section .block-description{margin:-20px auto 32px}}.dlm-items-greed-section-grid{display:grid;gap:24px;grid-template-columns:repeat(4, 1fr)}.dlm-items-greed-section-grid.col-1{grid-template-columns:1fr}.dlm-items-greed-section-grid.col-2{grid-template-columns:repeat(2, 1fr)}@media(max-width: 640px){.dlm-items-greed-section-grid.col-2{grid-template-columns:1fr}}.dlm-items-greed-section-grid.col-3{grid-template-columns:repeat(3, 1fr)}@media(max-width: 1024px){.dlm-items-greed-section-grid.col-3{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.dlm-items-greed-section-grid.col-3{grid-template-columns:1fr}}.dlm-items-greed-section-grid.col-4{grid-template-columns:repeat(4, 1fr)}@media(max-width: 1024px){.dlm-items-greed-section-grid.col-4{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 640px){.dlm-items-greed-section-grid.col-4{grid-template-columns:1fr}}.dlm-items-greed-section-grid-card{border:1px solid #ccc;border-radius:8px;overflow:hidden;transition:all .3s;cursor:pointer;position:relative}.dlm-items-greed-section-grid-card:hover{border-color:#ccc}.dlm-items-greed-section-grid-card:hover h3{color:#3e733f}.dlm-items-greed-section-grid-card:hover img{transform:scale(1.05)}.dlm-items-greed-section-grid-card img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;transition:transform .3s;display:block}@media(max-width: 1024px){.dlm-items-greed-section-grid-card img{aspect-ratio:3/1}}.dlm-items-greed-section-grid-card h3{font-size:18px;font-weight:600;text-align:center;padding:24px;margin:0;transition:color .3s;position:relative;z-index:1;background-color:#fff}.dlm-partner-logos{background-color:#212121}.logo-list{display:flex;align-items:center;justify-content:center;gap:40px 8%;flex-wrap:wrap}#features{padding:96px 0;background-color:#212121;color:#fff}#features .features-grid{display:grid;grid-template-columns:1fr;gap:48px}@media(min-width: 768px){#features .features-grid{grid-template-columns:repeat(3, 1fr)}}#features .feature-item{text-align:center}#features .feature-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:24px;border-radius:4px;background-color:rgba(85,146,86,.1);color:#559256;font-size:32px}#features h3{font-size:20px;font-weight:bold;margin-bottom:12px}#features p{color:#ccc;margin:0}.dlm-iconed-cards-list-section.bg-white{background-color:#fff}.dlm-iconed-cards-list-section.bg-white .block-title h2{font-weight:700}.dlm-iconed-cards-list-section.bg-white .block-description{color:#757575}.dlm-iconed-cards-list-section.bg-white .dlm-iconed-cards-list-item-subtitle{color:#757575}.dlm-iconed-cards-list-section.bg-white .dlm-iconed-cards-list-item-title{color:#212121}.dlm-iconed-cards-list-section.bg-white .dlm-iconed-cards-list-item-description{color:#757575}.dlm-iconed-cards-list-section.bg-graphite{background-color:#212121}.dlm-iconed-cards-list-section.bg-graphite .block-title h2{color:#fff;font-weight:600}.dlm-iconed-cards-list-section.bg-graphite .block-description{color:#ccc}.dlm-iconed-cards-list-section.bg-graphite .dlm-iconed-cards-list-item-subtitle{color:#ccc}.dlm-iconed-cards-list-section.bg-graphite .dlm-iconed-cards-list-item-title{color:#fff}.dlm-iconed-cards-list-section.bg-graphite .dlm-iconed-cards-list-item-description{color:#d9d9d9}.dlm-iconed-cards-list-section .block-description{margin:-40px auto 64px;max-width:768px}@media(max-width: 920px){.dlm-iconed-cards-list-section .block-description{margin:-30px auto 48px}}@media(max-width: 520px){.dlm-iconed-cards-list-section .block-description{margin:-20px auto 32px}}.dlm-iconed-cards-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start}.dlm-iconed-cards-list{gap:48px 32px}.dlm-iconed-cards-list.col-1{width:100%;max-width:none}.dlm-iconed-cards-list.col-2 .dlm-iconed-cards-list-item{width:100%;max-width:488px}@media(max-width: 1150px){.dlm-iconed-cards-list.col-2 .dlm-iconed-cards-list-item{max-width:320px}}@media(max-width: 768px){.dlm-iconed-cards-list.col-2 .dlm-iconed-cards-list-item{max-width:488px}}.dlm-iconed-cards-list.col-3 .dlm-iconed-cards-list-item{width:100%;max-width:300px}@media(max-width: 1100px){.dlm-iconed-cards-list.col-3 .dlm-iconed-cards-list-item{max-width:250px}}.dlm-iconed-cards-list.col-4 .dlm-iconed-cards-list-item{width:100%;max-width:320px}.dlm-iconed-cards-list-item{display:flex;align-items:flex-start;gap:24px}.dlm-iconed-cards-list-item.pos-left{justify-content:flex-start}.dlm-iconed-cards-list-item.pos-top{flex-direction:column;align-items:center}.dlm-iconed-cards-list-item-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;min-width:64px;min-height:64px}.dlm-iconed-cards-list-item-icon.ico-orange{color:#e4813e;background-color:rgba(228,129,62,.1)}.dlm-iconed-cards-list-item-icon.ico-green{color:#559256;background-color:rgba(85,146,86,.1)}.dlm-iconed-cards-list-item-icon svg{width:32px;height:32px;min-width:32px;min-height:32px;stroke-width:2px}.dlm-iconed-cards-list-item-subtitle{font-size:16px;font-weight:800}.dlm-iconed-cards-list-item-title{font-size:18px;line-height:22px;font-weight:600}.dlm-iconed-cards-list-item-description{font-size:16px;line-height:26px}.dlm-testimonials-list-section .dlm-container{max-width:1200px}.dlm-testimonials-list-section .block-description{margin:-40px auto 64px;max-width:768px;color:#757575}@media(max-width: 920px){.dlm-testimonials-list-section .block-description{margin:-30px auto 48px}}@media(max-width: 520px){.dlm-testimonials-list-section .block-description{margin:-20px auto 32px}}.dlm-testimonials-list-section.bg-graphite{background-color:#212121;color:#fff}.dlm-testimonials-list-section.bg-graphite .block-description{color:#ccc}.dlm-testimonials-list-section .splide{padding:0 72px}.dlm-testimonials-list-section .splide__arrow{background-color:rgba(85,146,86,.1);color:#559256;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:1;transition:background-color 300ms ease-in-out}.dlm-testimonials-list-section .splide__arrow svg{stroke:none;fill:#559256;width:24px;height:24px;transition:fill 300ms ease-in-out}.dlm-testimonials-list-section .splide__arrow:hover{background-color:rgba(85,146,86,.3)}.dlm-testimonials-list-section .splide__arrow:hover svg{fill:#fff}.dlm-testimonials-list-section .splide__arrow--prev{left:0}.dlm-testimonials-list-section .splide__arrow--next{right:0}.dlm-testimonials-list-item-info{display:flex;flex-direction:column;justify-content:space-between;gap:16px;background-color:#fff;color:#212121;height:100%;border-radius:4px;padding:24px}.dlm-testimonials-list-item-info p{margin:0;font-size:14px;line-height:26px}.dlm-testimonials-list-item-stars{color:#559256}.dlm-testimonials-list-item-stars svg{stroke:none;fill:#559256;width:16px;height:16px}.dlm-testimonials-list-item-text{flex-grow:1;padding-bottom:8px}.dlm-testimonials-list-item-author{font-weight:700;font-size:14px;line-height:24px}.site-footer{background-color:#212121;color:#757575;padding:64px 0 32px 0}.site-footer .footer-grid{display:grid;grid-template-columns:400px 1fr auto;gap:48px;margin:0 auto 48px;max-width:1170px}@media(max-width: 920px){.site-footer .footer-grid{grid-template-columns:300px 1fr auto}}@media(max-width: 768px){.site-footer .footer-grid{grid-template-columns:1fr;text-align:center;max-width:320px;margin:0 auto 48px}}.site-footer .footer-col-2{display:flex;justify-content:center}.site-footer .footer-col-2 .footer-block{width:100%;max-width:300px}.site-footer h3{font-size:24px;font-weight:bold;margin-bottom:24px;color:#fff}.site-footer h4{font-size:18px;font-weight:bold;margin-bottom:24px;color:#fff}@media(max-width: 768px){.site-footer h4{text-align:center}}.site-footer p{line-height:1.6;margin-bottom:16px}@media(max-width: 768px){.site-footer p{text-align:center}}.site-footer nav{display:flex;flex-direction:column;gap:12px}@media(max-width: 768px){.site-footer nav{align-items:center}}.site-footer nav a{color:#757575;text-decoration:none;transition:color .3s}.site-footer nav a:hover{color:#559256}.site-footer address{display:flex;flex-direction:column;gap:16px;font-style:normal}@media(max-width: 768px){.site-footer address{align-items:center}}.site-footer address a,.site-footer address span{display:flex;align-items:center;gap:12px;color:#757575;text-decoration:none;transition:color .3s}.site-footer address a:hover{color:#559256}.site-footer .social-links{display:flex;gap:16px;margin-top:24px}@media(max-width: 768px){.site-footer .social-links{align-items:center;justify-content:center}}.site-footer .social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:4px;background-color:rgba(85,146,86,.1);color:#559256;text-decoration:none;transition:all .3s}.site-footer .social-links a:hover{background-color:#559256;color:#fff}.site-footer .footer-logo{margin-top:14px}.site-footer .footer-bottom{border-top:1px solid #757575;padding-top:32px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:16px}@media(min-width: 768px){.site-footer .footer-bottom{flex-direction:row}}.site-footer .footer-bottom p{color:#757575;font-size:14px;margin:0}/*# sourceMappingURL=main.min.css.map */
