*{box-sizing:border-box}body,html{background:#fff;color:var(--black);font-size:var(--default-font-size);min-height:100vh;scroll-behavior:smooth;scroll-padding-top:120px}@media screen and (max-width:1080px){body,html{scroll-padding-top:100px}}html{-webkit-text-size-adjust:100%;line-height:1.3}body{margin:0;padding:0}img{border-style:none;height:auto;max-width:100%;width:100%}a{color:inherit;text-decoration:none}body{font-family:Nunito,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400}h1{font-size:var(--heading-font-size)}h1,h2{font-weight:400;line-height:1.2}h2{font-size:var(--subheading-font-size)}h3{font-weight:400;line-height:1.2}:root{--white:#fefdf9;--grey:#e3e3e0;--primary-50:#f2f2f2;--primary-100:#e6e6e6;--primary-200:#ccc;--primary-300:#b3b3b3;--primary-400:#999;--primary-500:#151515;--primary-600:#666;--primary-700:#4d4d4d;--primary-800:#333;--primary-900:#1a1a1a;--primary-950:#0d0d0d;--secondary:#4f55f1;--smallest-font-size:12px;--smaller-font-size:14px;--default-font-size:18px;--bigger-font-size:24px;--subheading-font-size:32px;--heading-font-size:56px;--rounded:4px;--content-padding:24px;--content-width:1296px;--transition:0.2s ease-in-out}@media screen and (max-width:1080px){:root{--smallest-font-size:12px;--smaller-font-size:14px;--default-font-size:16px;--bigger-font-size:21px;--subheading-font-size:26px;--heading-font-size:36px}}.container{margin:0 auto;max-width:var(--content-width);padding:0 var(--content-padding)}.visible-desktop{display:block}@media screen and (max-width:1080px){.visible-desktop{display:none}}.visible-mobile{display:none}@media screen and (max-width:1080px){.visible-mobile{display:block}}.hidden{display:none!important}.header{background-color:var(--primary-500);left:0;position:fixed;top:0;width:100%;z-index:10}.header-wrapper{align-items:center;display:grid;gap:80px;grid-template-columns:auto 1fr}@media screen and (max-width:1080px){.header-wrapper{padding:16px 0}}.header-logo img{display:block;max-width:239px;width:auto}@media screen and (max-width:500px){.header-logo img{max-width:140px}}@media screen and (max-width:1080px){.header nav{background-color:var(--primary-500);display:none;grid-column:1/span 2;left:0;min-height:100vh;padding:64px 24px 96px;position:absolute;top:0;width:100%;z-index:1}}.header nav ul{display:flex;gap:48px;list-style:none;margin:0;padding:0}@media screen and (max-width:1080px){.header nav ul{flex-direction:column;gap:20px;width:100%}}.header nav ul li a{align-items:center;color:var(--white);display:flex;font-size:var(--smaller-font-size);gap:8px;text-transform:uppercase}.header nav ul li a:hover{text-decoration:underline}.header-trigger{cursor:pointer;display:none;height:23px;margin-left:auto;position:relative;transform:rotate(0deg);transition:.2s ease-in-out;width:35px;z-index:3}@media screen and (max-width:1080px){.header-trigger{display:block}}.header-trigger span{background:var(--white);display:block;height:2px;left:0;opacity:1;position:absolute;transform:rotate(0deg);transition:.15s ease-in-out;width:100%}.header-trigger span:first-child{top:0}.header-trigger span:nth-child(2){top:9px}.header-trigger span:nth-child(3){top:18px}.header-trigger.active span:first-child{top:8px;transform:rotate(45deg)}.header-trigger.active span:nth-child(2){opacity:0;width:0}.header-trigger.active span:nth-child(3){top:8px;transform:rotate(-45deg)}.header.active nav{display:flex}.btn,.page-template-contact .main-form form input[type=submit],.page-template-homepage .testimonials .glsr form button[type=submit]{background-color:var(--primary-500);border:0;border-radius:var(--rounded);color:var(--white);cursor:pointer;display:inline-block;font-family:inherit;font-size:18px;min-width:220px;padding:16px 24px;text-align:center;transition:background-color var(--transition),color var(--transition)}@media screen and (max-width:1080px){.btn,.page-template-contact .main-form form input[type=submit],.page-template-homepage .testimonials .glsr form button[type=submit]{padding:16px}}.btn:hover,.page-template-contact .main-form form input[type=submit]:hover,.page-template-homepage .testimonials .glsr form button[type=submit]:hover{background-color:var(--secondary)}.btn--secondary{background-color:var(--white);color:var(--primary-500)}.btn--secondary:hover{color:var(--white)}.footer{background:var(--primary-500);color:var(--primary-400);padding:48px 0}.footer-cta{align-items:center;background-image:url(../img/cta-bg.png);background-repeat:no-repeat;background-size:cover;border-radius:16px;color:var(--grey);display:grid;gap:64px;grid-template-columns:1fr auto;margin:0 auto;max-width:1034px;padding:24px 86px;transform:translateY(-100%)}.footer-cta h2{font-size:var(--bigger-font-size);margin:0 0 4px}.footer-cta p{margin:0}@media screen and (max-width:1080px){.footer-cta{gap:32px;grid-template-columns:1fr;margin:0 20px;padding:20px 32px;text-align:center;transform:translateY(-50%)}}.footer-wrapper{align-items:flex-start;display:flex;gap:20px;justify-content:space-between}@media screen and (max-width:1080px){.footer-wrapper{flex-direction:column}}.footer-left{display:flex;flex-direction:column;gap:24px}.footer-left-row{align-items:flex-start;display:flex;gap:70px}@media screen and (max-width:500px){.footer-left-row{flex-direction:column;gap:20px}}.footer-right{display:grid;gap:112px;grid-template-columns:1fr 1fr}@media screen and (max-width:500px){.footer-right{gap:48px;grid-template-columns:1fr}}.footer-right .column{display:flex;flex-direction:column;gap:12px}.footer-right p{font-size:var(--smaller-font-size);margin:0;text-transform:uppercase}.footer-right a{display:block}.footer-right a:hover{text-decoration:underline}.footer-socials{display:flex;flex-direction:column;gap:24px}.footer-socials a{align-items:center;display:flex;gap:10px;transition:color var(--transition)}.footer-socials a:hover{color:var(--white)}.footer-socials a img{width:auto}.footer-logo img{max-width:143px}.swiper-wrapper{box-sizing:content-box;display:flex;z-index:1}.swiper-slide,.swiper-wrapper{height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide{flex-shrink:0}.swiper-slide-invisible-blank{visibility:hidden}.swiper-button-next,.swiper-button-prev{background-color:var(--blue);border-radius:50%;cursor:pointer;display:grid;place-items:center;position:absolute;top:50%;transform:translateY(-50%);z-index:10}@media screen and (max-width:500px){.swiper-button-next svg,.swiper-button-prev svg{width:36px}}.swiper-button-prev{left:4px}.swiper-button-prev svg{transform:rotate(180deg)}@media screen and (max-width:500px){.swiper-button-prev{left:10px}}.swiper-button-next{right:4px}@media screen and (max-width:500px){.swiper-button-next{right:10px}}.swiper-pagination{margin-top:24px;text-align:center}.swiper-pagination-bullet{background:var(--grey-3);border-radius:100%;cursor:pointer;display:inline-block;height:12px;margin:0 4px;position:relative;transition:transform .2s ease;width:12px}.swiper-pagination-bullet-active{background:var(--navy-blue)}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{display:none}.page-template-homepage .main{margin-top:125px;padding:32px 0}@media screen and (max-width:1080px){.page-template-homepage .main{margin-top:114px}}.page-template-homepage .main-wrapper{align-items:center;display:grid;gap:58px;grid-template-columns:1fr 608px}@media screen and (max-width:1080px){.page-template-homepage .main-wrapper{gap:48px;grid-template-columns:1fr}}.page-template-homepage .main-content h1{margin:0 0 32px;text-transform:uppercase}@media screen and (max-width:1080px){.page-template-homepage .main-content h1{margin-bottom:20px}}.page-template-homepage .main-content p{color:#514e4f;margin:0 0 48px}@media screen and (max-width:1080px){.page-template-homepage .main-content p{margin-bottom:32px}}.page-template-homepage .main-content p.disclaimer{font-size:var(--smallest-font-size);text-align:center}.page-template-homepage .main-button{display:flex;flex-direction:column;gap:24px;width:fit-content}@media screen and (max-width:1080px){.page-template-homepage .main-button{gap:16px}}.page-template-homepage .statistics{border-top:1px solid #ededed;margin-bottom:154px;padding-top:48px}@media screen and (max-width:1080px){.page-template-homepage .statistics{margin-bottom:114px}}.page-template-homepage .statistics-wrapper{display:grid;gap:106px;grid-template-columns:427px 1fr}@media screen and (max-width:1080px){.page-template-homepage .statistics-wrapper{gap:48px;grid-template-columns:1fr}}.page-template-homepage .statistics-wrapper p{color:#514e4f;margin:0}.page-template-homepage .statistics-inner{display:grid;gap:32px;grid-template-columns:auto auto}@media screen and (max-width:1080px){.page-template-homepage .statistics-inner{gap:48px;grid-template-columns:1fr}}.page-template-homepage .statistics-content h2{margin:0 0 16px;text-transform:uppercase}.page-template-homepage .statistics-item h3{font-size:var(--subheading-font-size);margin:0 0 16px;padding-left:16px;position:relative}.page-template-homepage .statistics-item h3:before{background-color:#ededed;border-radius:var(--rounded);content:"";height:100%;left:0;position:absolute;top:0;width:4px}.page-template-homepage .process{margin-bottom:96px}.page-template-homepage .process-heading{margin-bottom:64px;max-width:572px}@media screen and (max-width:1080px){.page-template-homepage .process-heading{margin-bottom:48px}}.page-template-homepage .process-heading span{color:#514e4f;text-transform:uppercase}.page-template-homepage .process-heading h2{margin:16px 0 0;text-transform:uppercase}.page-template-homepage .process-wrapper{display:grid;gap:32px;grid-template-columns:1fr 1fr 1fr 1fr}@media screen and (max-width:1080px){.page-template-homepage .process-wrapper{gap:16px;grid-template-columns:1fr}}.page-template-homepage .process-item{border:1px solid #ededed;border-radius:16px;padding:32px}@media screen and (max-width:1080px){.page-template-homepage .process-item{align-items:flex-start;display:flex;gap:16px;padding:24px}}.page-template-homepage .process-icon{background-color:#ededed;border-radius:var(--rounded);padding:12px;width:fit-content}@media screen and (max-width:1080px){.page-template-homepage .process-icon{padding:8px}}.page-template-homepage .process-icon svg{display:block}@media screen and (max-width:1080px){.page-template-homepage .process-icon svg{height:auto;width:24px}}.page-template-homepage .process p{color:#514e4f;margin:16px 0 0}@media screen and (max-width:1080px){.page-template-homepage .process p{margin:0}}.page-template-homepage .testimonials{background-color:#ededed;padding:96px 0 157px}@media screen and (max-width:1080px){.page-template-homepage .testimonials{padding:64px 0 124px}}.page-template-homepage .testimonials-heading{align-items:flex-start;display:flex;gap:20px;justify-content:space-between}@media screen and (max-width:1080px){.page-template-homepage .testimonials-heading{flex-direction:column}}.page-template-homepage .testimonials-heading-content span{color:#514e4f;text-transform:uppercase}.page-template-homepage .testimonials-heading-content h2{margin:16px 0 24px;text-transform:uppercase}.page-template-homepage .testimonials-heading-buttons{display:flex;gap:32px}@media screen and (max-width:1080px){.page-template-homepage .testimonials-heading-buttons{gap:24px}}.page-template-homepage .testimonials-heading-buttons button{background-color:transparent;border:1px solid var(--primary-500);border-radius:var(--rounded);cursor:pointer;padding:8px;transition:background-color var(--transition)}@media screen and (max-width:1080px){.page-template-homepage .testimonials-heading-buttons button{padding:0}}.page-template-homepage .testimonials-heading-buttons button:hover{background-color:var(--primary-50)}.page-template-homepage .testimonials-heading-buttons button:nth-child(2) svg{transform:rotate(180deg)}.page-template-homepage .testimonials-slider{margin-top:48px;overflow:hidden}@media screen and (max-width:1080px){.page-template-homepage .testimonials-slider{margin-top:32px}}.page-template-homepage .testimonials-form{background-color:#fff;border-radius:16px;left:50%;max-width:500px;padding:32px;position:fixed;top:50%;transform:translate(-50%,-50%);width:calc(100% - 40px);z-index:1}.page-template-homepage .testimonials-form-close{cursor:pointer;position:absolute;right:15px;top:15px}.page-template-homepage .testimonials-form-close svg{width:32px}.page-template-homepage .testimonials-form.hidden{display:none}.page-template-homepage .testimonials .glsr-reviews{display:flex;gap:0}.page-template-homepage .testimonials .glsr-review{background-color:#fff;border-radius:16px;flex-direction:column;gap:0;padding:32px}.page-template-homepage .testimonials .glsr-tag-value{color:#514e4f;margin:0}.page-template-homepage .testimonials .glsr-review-author{margin-top:16px}.page-template-homepage .testimonials .glsr-review-author span{font-size:20px;text-transform:uppercase}.page-template-homepage .testimonials .glsr-review-rating{justify-content:left;margin-top:8px}.page-template-homepage .testimonials .glsr-field-toggle{font-size:var(--smaller-font-size);max-width:340px}.page-template-homepage .testimonials .glsr-field-error,.page-template-homepage .testimonials .glsr-form-message{font-size:var(--smaller-font-size)}.page-template-homepage .testimonials .glsr form div[data-field=email],.page-template-homepage .testimonials .glsr form div[data-field=title]{display:none}.page-template-homepage .testimonials .glsr form button[type=submit]{justify-content:center;margin-top:32px}.page-template-homepage .why{background-image:url(../img/why-bg.png);padding:86px 0}@media screen and (max-width:1080px){.page-template-homepage .why{padding:64px 0}}.page-template-homepage .why-heading{color:var(--white);text-align:center}.page-template-homepage .why-heading span{text-transform:uppercase}.page-template-homepage .why-heading h2{margin:16px 0 0;text-transform:uppercase}.page-template-homepage .why-wrapper{display:grid;gap:32px;grid-template-columns:1fr 1fr 1fr 1fr;margin:64px 0}@media screen and (max-width:1080px){.page-template-homepage .why-wrapper{gap:24px;grid-template-columns:1fr;margin:48px 0}}.page-template-homepage .why-item{background-color:#fafafa;border-radius:16px;padding:0 32px 32px}@media screen and (max-width:1080px){.page-template-homepage .why-item{padding:0 24px 16px;text-align:center}}.page-template-homepage .why-item img{max-height:179px;width:auto}@media screen and (max-width:1080px){.page-template-homepage .why-item img{max-height:120px}}.page-template-homepage .why-item h3{margin:8px 0 16px;text-transform:uppercase}.page-template-homepage .why-item p{color:#514e4f}.page-template-homepage .why .disclaimer{color:var(--white);font-size:var(--bigger-font-size);margin:0 auto;position:relative;text-align:center;text-transform:uppercase;width:fit-content}.page-template-homepage .why .disclaimer:after,.page-template-homepage .why .disclaimer:before{background:var(--white);content:"";height:4px;position:absolute;top:50%;width:40px}@media screen and (max-width:1080px){.page-template-homepage .why .disclaimer:after,.page-template-homepage .why .disclaimer:before{display:none}}.page-template-homepage .why .disclaimer:before{left:-32px;transform:translate(-100%,-50%)}.page-template-homepage .why .disclaimer:after{right:-32px;transform:translate(100%,-50%)}.page-template-contact .main{margin-top:125px;overflow:hidden}@media screen and (max-width:1080px){.page-template-contact .main{margin-top:114px}}.page-template-contact .main-wrapper{display:grid;gap:42px;grid-template-columns:38% 62%}@media screen and (max-width:1080px){.page-template-contact .main-wrapper{gap:20px;grid-template-columns:1fr}}.page-template-contact .main-content{padding-bottom:64px;padding-top:68px}@media screen and (max-width:1080px){.page-template-contact .main-content{padding:32px 0}}.page-template-contact .main-content h1{font-size:var(--subheading-font-size);margin:0 0 16px;text-transform:uppercase}.page-template-contact .main-content h1+p{color:#514e4f;margin:0}.page-template-contact .main-details{border:1px solid #ededed;border-radius:16px;display:flex;flex-direction:column;gap:32px;margin-top:48px;padding:40px}@media screen and (max-width:1080px){.page-template-contact .main-details{margin-top:32px;padding:20px}}.page-template-contact .main-details .item{align-items:flex-start;display:flex;gap:32px}.page-template-contact .main-details .item--center{align-items:center}.page-template-contact .main-details .item-icon{background-color:#ededed;border-radius:var(--rounded);padding:12px;width:fit-content}@media screen and (max-width:1080px){.page-template-contact .main-details .item-icon{padding:8px}}.page-template-contact .main-details .item-icon svg{display:block}@media screen and (max-width:1080px){.page-template-contact .main-details .item-icon svg{height:auto;width:24px}}.page-template-contact .main-details .item-content{display:flex;flex-direction:column;gap:8px}.page-template-contact .main-details .item-content p{font-size:20px;margin:0}.page-template-contact .main-details .item-content span{color:#514e4f}.page-template-contact .main-details svg{width:100%}.page-template-contact .main-form{background-color:#ededed;padding:68px 96px;position:relative;z-index:1}@media screen and (max-width:1080px){.page-template-contact .main-form{padding:24px 0}}.page-template-contact .main-form:before{background-color:#ededed;content:"";height:100%;left:0;position:absolute;top:0;width:100vw;z-index:-1}@media screen and (max-width:1080px){.page-template-contact .main-form:before{left:50%;transform:translateX(-50%)}}.page-template-contact .main-form form{margin:0 auto;max-width:608px}@media screen and (max-width:1080px){.page-template-contact .main-form form{max-width:100%}}.page-template-contact .main-form form input[type=email],.page-template-contact .main-form form input[type=tel],.page-template-contact .main-form form input[type=text],.page-template-contact .main-form form textarea{background-color:var(--white);border:0;border-radius:var(--rounded);font:inherit;font-size:var(--default-font-size);margin:8px 0 32px;padding:12px 24px;resize:none;width:100%}.page-template-contact .main-form form input[type=email]::placeholder,.page-template-contact .main-form form input[type=tel]::placeholder,.page-template-contact .main-form form input[type=text]::placeholder,.page-template-contact .main-form form textarea::placeholder{color:#b0b0b0;font:inherit;font-size:var(--default-font-size)}.page-template-contact .main-form form input[type=checkbox]{height:auto;opacity:0;padding:0;position:absolute}.page-template-contact .main-form form input[type=checkbox]+span{display:flex;gap:16px;margin-left:0;position:relative}.page-template-contact .main-form form input[type=checkbox]+span:before{background-color:var(--white);border:1px solid #514e4f;border-radius:var(--rounded);content:"";display:block;flex-shrink:0;height:24px;transition:all var(--transition);width:24px}.page-template-contact .main-form form input[type=checkbox]+span:after{border-bottom:2px solid var(--white);border-left:2px solid var(--white);content:"";display:none;height:6px;left:7px;position:absolute;top:7px;transform:rotate(-45deg);width:10px}.page-template-contact .main-form form input[type=checkbox]:checked+span:before{background-color:var(--primary-500);border-color:var(--primary-500)}.page-template-contact .main-form form input[type=checkbox]:checked+span:after{display:inline-block}.page-template-contact .main-form form input[type=submit]{width:100%}.page-template-contact .main-form form label{display:block}.page-template-contact .main-form form p{margin:0}.page-template-contact .main-form form .wpcf7-not-valid-tip{font-size:var(--smaller-font-size);margin:-26px 0 12px}.page-template-contact .main-form form .wpcf7-list-item{margin:0 0 64px}@media screen and (max-width:1080px){.page-template-contact .main-form form .wpcf7-list-item{margin-bottom:32px}}.page-template-contact .main-form form .wpcf7-list-item label{color:#514e4f;cursor:pointer}.page-template-about .main{margin-top:125px;padding:32px 0}@media screen and (max-width:1080px){.page-template-about .main{margin-top:114px}}.page-template-about .main-wrapper{align-items:center;display:grid;gap:64px;grid-template-columns:1fr 501px}@media screen and (max-width:1080px){.page-template-about .main-wrapper{gap:48px;grid-template-columns:1fr}}.page-template-about .main-content h1{font-size:var(--subheading-font-size);margin:0 0 32px;max-width:400px;text-transform:uppercase}.page-template-about .main-content p{color:#514e4f;line-height:1.5;margin:0 0 56px}@media screen and (max-width:1080px){.page-template-about .main-content p{margin-bottom:32px}}.page-template-about .main-cta{align-items:center;background-image:url(../img/about-cta.png);background-repeat:no-repeat;background-size:cover;border-radius:16px;display:grid;gap:32px;grid-template-columns:auto auto;overflow:hidden;padding:30px 48px}@media screen and (max-width:1080px){.page-template-about .main-cta{gap:20px;grid-template-columns:1fr;padding:24px}}.page-template-about .main-cta h2{color:#e3e3e0;font-size:var(--bigger-font-size);margin:0 0 4px}.page-template-about .main-cta p{color:#e3e3e0;margin:0}.page-template-about .team{margin:126px 0}@media screen and (max-width:1080px){.page-template-about .team{margin:86px 0}}.page-template-about .team h2{font-size:var(--subheading-font-size);margin:0;text-transform:uppercase}.page-template-about .team-wrapper{display:grid;gap:32px;grid-template-columns:1fr 1fr 1fr 1fr;margin-top:64px}@media screen and (max-width:1080px){.page-template-about .team-wrapper{gap:20px;grid-template-columns:1fr;margin-top:48px}}.page-template-about .team-wrapper .item{border-radius:16px;height:394px;overflow:hidden;position:relative}.page-template-about .team-wrapper .item:before{background:linear-gradient(180deg,transparent,#000);bottom:0;content:"";height:110px;left:0;position:absolute;width:100%;z-index:1}.page-template-about .team-wrapper .item img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.page-template-about .team-wrapper .item-content{bottom:32px;color:#e3e3e0;left:32px;position:absolute;z-index:1}.page-template-about .team-wrapper .item-content h3{font-size:20px;font-weight:400;margin:0 0 8px;text-transform:uppercase}.page-template-about .team-wrapper .item-content span{font-size:var(--smallest-font-size);text-transform:uppercase}.page-template-about .cta{background-color:#ededed;padding:86px 0 158px;text-align:center}@media screen and (max-width:1080px){.page-template-about .cta{padding-top:64px}}.page-template-about .cta h2{font-size:var(--subheading-font-size);margin:0 auto 16px;max-width:765px;text-transform:uppercase}.page-template-about .cta p{color:#514e4f;margin:0 auto;max-width:765px}.page-template-calculator .calculator{margin-top:125px;padding:68px 0 130px}@media screen and (max-width:1080px){.page-template-calculator .calculator{margin-top:114px;padding-top:32px}}.page-template-calculator .calculator-wrapper{display:grid;gap:75px;grid-template-columns:1fr 565px}@media screen and (max-width:1080px){.page-template-calculator .calculator-wrapper{grid-template-columns:1fr}}.page-template-calculator .calculator-wrapper .input-group{display:flex;flex-direction:column;gap:8px;margin-bottom:32px}.page-template-calculator .calculator-wrapper .input-group label{color:#514e4f}.page-template-calculator .calculator-wrapper .input-group span{color:#767676;font-size:var(--smaller-font-size)}.page-template-calculator .calculator-wrapper .input-group input,.page-template-calculator .calculator-wrapper .input-group select{background-color:#fff;border:1px solid #ededed;border-radius:var(--rounded);color:var(--black);font:inherit;font-size:var(--default-font-size);padding:12px 24px;resize:none;width:100%}.page-template-calculator .calculator-wrapper .input-group input::placeholder,.page-template-calculator .calculator-wrapper .input-group select::placeholder{color:#b0b0b0;font:inherit;font-size:var(--default-font-size)}.page-template-calculator .calculator-wrapper .input-group input::-webkit-inner-spin-button,.page-template-calculator .calculator-wrapper .input-group input::-webkit-outer-spin-button{-webkit-appearance:none}.page-template-calculator .calculator-wrapper .input-group select{-webkit-appearance:none;background-image:url(../img/icons/arrow-select.svg);background-position:98% 50%;background-repeat:no-repeat}.page-template-calculator .calculator-wrapper .input-wrapper{position:relative}.page-template-calculator .calculator-wrapper .input-sufix{position:absolute;right:24px;top:50%;transform:translateY(-50%)}.page-template-calculator .calculator h1{font-size:var(--subheading-font-size);margin:0 0 68px;max-width:501px;text-transform:uppercase}@media screen and (max-width:1080px){.page-template-calculator .calculator h1{margin-bottom:32px}.page-template-calculator .calculator-image{display:none}}.page-template-calculator .calculator-image img{border-radius:16px;position:sticky;top:140px}.page-template-calculator .calculator-results .table-wrapper{border:1px solid #ededed;border-radius:16px;margin-top:32px;overflow:hidden}@media screen and (max-width:1080px){.page-template-calculator .calculator-results .table-wrapper{overflow-x:scroll}}.page-template-calculator .calculator-results table{border-collapse:collapse;border-radius:16px;font-family:arial,sans-serif;width:100%}.page-template-calculator .calculator-results td,.page-template-calculator .calculator-results th{font-size:var(--smaller-font-size);text-align:left}.page-template-calculator .calculator-results thead td{background-color:#e6e6e6;border-bottom:1px solid #b3b3b3;color:#767676;padding:16px 24px}.page-template-calculator .calculator-results tbody td{border-bottom:1px solid #ededed;padding:24px;white-space:nowrap}.page-template-calculator .calculator-results tr:nth-child(2n){background-color:#f2f2f2}.page-template-calculator .calculator-results-charts{display:grid;gap:32px;grid-template-columns:1fr 1fr;margin:100px 0 32px}@media screen and (max-width:1080px){.page-template-calculator .calculator-results-charts{grid-template-columns:1fr;margin-top:48px}}.page-template-calculator .calculator-summary{border:1px solid #ededed;border-radius:16px;padding:32px}.page-template-calculator .calculator-summary-inner{display:flex;flex-direction:column;gap:16px;margin-bottom:64px}.page-template-calculator .calculator-summary-detail{align-items:center;display:grid;gap:32px;grid-template-columns:1fr 1fr}.page-template-calculator .calculator-summary-detail span{color:#514e4f}.page-template-calculator .calculator-summary-detail div{background-color:#f2f2f2;border:1px solid #ededed;border-radius:var(--rounded);padding:12px;text-align:center}.page-template-calculator .calculator-summary h2{font-size:var(--bigger-font-size);font-weight:400;margin:0;text-transform:uppercase}.page-template-calculator .calculator-summary ul{display:flex;flex-direction:column;gap:32px;list-style:none;margin:20px 0 0;padding:0}.page-template-calculator .calculator-summary ul li{align-items:center;display:grid;gap:12px;grid-template-columns:auto 1fr auto}.page-template-calculator .calculator-summary ul li div{height:30px;width:70px}.page-template-calculator .calculator-summary ul li span{color:#474747}@media screen and (max-width:1080px){.page-template-calculator .calculator-summary canvas{max-height:250px;max-width:250px}}.page-template-privacy-policy .main{margin-top:125px;padding:32px 0}@media screen and (max-width:1080px){.page-template-privacy-policy .main{margin-top:114px}}.page-template-privacy-policy .main-content{margin:0 auto;max-width:700px;padding-bottom:100px}