@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700";body{font-family:"Montserrat",sans-serif;font-size:1.8rem;line-height:1.7}.txt120{font-size:clamp(8rem,10vw + 1rem,12rem);line-height:1.3}.xxl{font-size:clamp(6rem,8vw + 1rem,8rem);line-height:1.3}.xl{font-size:clamp(4.8rem,6vw + 1rem,6rem);line-height:1.3}.l{font-size:clamp(3.6rem,4.8vw + 1rem,4.8rem);line-height:1.3}.m{font-size:clamp(2.8rem,3.6vw + 1rem,3.6rem);line-height:1.5}.s{font-size:2.4rem;line-height:1.7}.copy{font-size:1.8rem}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%}@media screen and (max-width: 64em){html{font-size:56.25%}}@media screen and (max-width: 48em){html{font-size:50%}}@media screen and (max-width: 31.25em){html{font-size:46.75%}}body{box-sizing:border-box;overflow-x:hidden;min-height:100vh}::selection{background-color:#062871;color:#fff}a{text-decoration:none}a,button{display:inline-block;cursor:pointer}button,input,textarea{outline:none;border:none;font-family:inherit;font-size:inherit}ol,ul{list-style:none}img{display:block;max-width:100%;border:0;object-fit:cover}p:not(:last-child){margin-bottom:1.6rem}.bold{font-weight:700}.normal{font-weight:400}.light{font-weight:300}.container{width:100%;max-width:127.8rem;margin:0 auto}.block{display:block}.btn{padding:1.8rem 3rem;border-radius:6px;cursor:pointer;text-align:center;font-weight:700;transition:background-color .3s ease}.btn--full{width:100%}.btn--primary{background-color:#203f80;color:#fff}.btn--primary:hover{background-color:rgb(21.8,42.91875,87.2)}.btn--secondary{background-color:#e9ecf2;color:#203f80}.btn--secondary:hover{background-color:hsl(220,25.7142857143%,83.137254902%)}.btn--whatsapp{background-color:#25d366;color:#fff}.btn--whatsapp:hover{background-color:rgb(29.3911290323,167.6088709677,81.0241935484)}.btn:disabled{opacity:.3;pointer-events:none}.input--centered *{text-align:center}.input:not(:last-child){margin-bottom:2.4rem}.input__label{display:block;font-weight:700}.input__control{display:block;width:100%;padding:1.2rem 1.6rem;border:1px solid #e8e8e8;border-radius:6px}.input__control--textarea{min-height:20rem;resize:vertical}.input__control--error+.input__error{display:block}.input__error{display:none;color:#ff4d4d}.link{color:#203f80;font-weight:700;text-decoration:underline;transition:color .3s ease}.link:hover,.link:focus{color:#062871}.link--whatsapp{color:#25d366}.link--whatsapp:hover{color:rgb(33.1955645161,189.3044354839,91.5120967742)}.toast{position:fixed;bottom:0;left:0;right:0;z-index:4;max-width:800px;padding:10px 20px;margin:auto;background:#ccc;font-family:inherit;text-align:center;color:#333;visibility:hidden;opacity:0;transition:opacity .2s,top .2s,visibility .2s;border-radius:3px;box-shadow:0 6px 20px rgba(0,0,0,.2)}.toast--visible{bottom:20px;opacity:1;visibility:visible}.toast--success{background:#00c02b;border-color:#009d23;color:#fff}.toast--error{background:#d50000;border-color:#ba0000;color:#fff}.prod-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;height:100%;background-color:#fff;border:2px solid #e9e2e2;border-radius:4px;padding:.8rem 1.6rem 0}.prod-card__img-wrapper{flex:1;max-height:28rem;width:100%;padding-bottom:1rem;padding-top:1rem}.prod-card__img{width:100%;height:100%;max-height:26rem;object-fit:contain;object-position:center}.prod-card__content-wrapper{padding:2rem 0;border-top:2px solid #e9e2e2;text-align:center}.prod-card__title{font-weight:700}.cat-card{background-color:#fff;border:2px solid #f6f6f6;color:#000;transition:background-color .3s}.cat-card:hover{background-color:#203f80;color:#fff}.cat-card__img{width:100%;height:34.6rem}.cat-card__content-wrapper{padding:2rem;border-top:4px solid #203f80}.whatsapp{position:fixed;bottom:5rem;right:0;z-index:4;padding:1.2rem;max-width:10rem;background-color:#25d366;border-top-left-radius:4px;border-bottom-left-radius:4px;transition:background-color .3s}.whatsapp:hover{background-color:rgb(33.1955645161,189.3044354839,91.5120967742)}.whatsapp__logo{width:3rem;margin-bottom:.4rem}.whatsapp__text{font-size:1.4rem;color:#fff;font-weight:600}.nav{position:fixed;top:0;left:0;z-index:5;width:100%}.nav--active .nav__bg{opacity:1;pointer-events:all}.nav--active .nav__list{opacity:1;transform:translateX(0);pointer-events:all}.nav--active .hamburger .hamburger__line{background-color:rgba(0,0,0,0)}.nav--active .hamburger .hamburger__line::before{transform:translateY(0) rotate(45deg)}.nav--active .hamburger .hamburger__line::after{transform:translateY(0) rotate(-45deg)}.nav--active .hamburger .hamburger__text--visible{display:none}.nav--active .hamburger .hamburger__text--invisible{display:block}.nav__container{background-color:#fff;padding:3.2rem 2.4rem;box-shadow:0 10px 30px rgba(0,0,0,.07)}.nav__bg{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);opacity:0;pointer-events:none;transition:opacity .3s}.nav__wrapper{display:flex;justify-content:space-between;align-items:center;gap:6rem;background-color:#fff}@media screen and (max-width: 56.25em){.nav__wrapper{flex-direction:column;align-items:flex-start;gap:2.4rem}}@media screen and (max-width: 56.25em){.nav__logo-container{display:flex;justify-content:space-between;align-items:center;width:100%}}.nav__logo{max-width:20rem;height:auto}@media screen and (max-width: 56.25em){.nav__logo{max-width:12rem}}.nav__content-wrapper{width:100%}.nav__list{display:flex;justify-content:flex-end;align-items:center;gap:2rem;margin-bottom:2rem;border-bottom:2px solid #f6f6f6}@media screen and (max-width: 56.25em){.nav__list{flex-direction:column;align-items:flex-end;justify-content:flex-start;position:absolute;top:0;right:0;padding:12rem 2.4rem 4rem;height:100vh;width:100%;max-width:30rem;background-color:#fff;pointer-events:none;opacity:0;transform:translateX(3rem);transition:opacity .3s,transform .3s}}@media screen and (max-width: 28.125em){.nav__list{max-width:unset;align-items:center;padding:20rem 2.4rem 4rem}}.nav__link{padding:0 1.2rem 1.2rem;color:#000}.nav__link:hover{color:#062871}.nav__link--active{font-weight:700;color:#062871;border-bottom:8px solid #062871}.nav__search-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:.8rem}@media screen and (max-width: 56.25em){.nav__search-wrapper{padding-top:2rem;border-top:2px solid #f6f6f6}}.nav__search-bar{display:flex;justify-content:flex-start;align-items:center;gap:.4rem;width:100%;background-color:#f6f6f6;padding:0 2rem;border-radius:5px;overflow:hidden}.nav__search-icon{width:2.4rem;height:2.4rem}.nav__input{width:100%;height:100%;padding:1.2rem;background-color:#f6f6f6}.nav__btn{padding:1rem 2rem;background-color:#203f80;color:#fff;border-radius:5px}.nav__btn:hover{background-color:#062871}.hamburger{position:relative;z-index:8;display:none;justify-content:center;align-items:center;gap:1rem;height:5rem;width:max-content;background-color:#203f80;padding:1rem 1.2rem;border-radius:4px;color:#fff}@media screen and (max-width: 56.25em){.hamburger{display:flex}}.hamburger__lines-wrapper{display:flex;justify-content:center;align-items:center}.hamburger__line{display:inline-block;position:relative;z-index:1;height:2px;width:3rem;background-color:#fff}.hamburger__line::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;transform:translateY(-1rem);transition:transform .3s}.hamburger__line::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;transform:translateY(1rem);transition:transform .3s}.hamburger__text--invisible{display:none}.search{position:absolute;top:0;left:0;z-index:-1;padding:22rem 2.4rem 4rem;width:100%;height:100vh;background-color:hsl(0,0%,95%);overflow-y:auto;opacity:0;pointer-events:none;transition:opacity .3s}.search--visible{opacity:1;pointer-events:all}@media screen and (max-width: 56.25em){.search{padding:24rem 2.4rem 4rem}}.search__title{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.search__redirect{grid-column:1/-1;padding-top:1rem}.search__close{display:flex;justify-content:center;align-items:center;width:4rem;height:4rem;padding:4px;background-color:#203f80;border-radius:4px;color:#fff;cursor:pointer}.search__close:hover{background-color:#062871}.search__results-section{padding:3rem;background-color:#fff;border-radius:4px;border:1px solid #e9ecf2}.search__results-section:not(:last-child){margin-bottom:1rem}.search__results-grid{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:1rem}@media screen and (max-width: 54.375em){.search__results-grid{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 33.75em){.search__results-grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 23.75em){.search__results-grid{grid-template-columns:1fr}}.search__results-link{padding:1rem 1.2rem;background-color:#fff;border-radius:4px;border:1px solid #e9ecf2;color:#000}.search__results-link:hover{background-color:#203f80;color:#fff}.search__results-subtitle{font-size:1.4rem}.footer{padding:4rem 2.4rem 2.4rem;border-top:2px solid #203f80}.footer__grid{display:grid;grid-template-columns:.5fr 1fr 1.4fr .5fr;grid-gap:4rem}@media screen and (max-width: 40em){.footer__grid{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 30em){.footer__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 20.625em){.footer__grid{grid-template-columns:1fr}}@media screen and (max-width: 72.5em){.footer__logo-link{grid-column:1/2;grid-row:1/-1}}@media screen and (max-width: 41.25em){.footer__logo-link{grid-row:1/2;grid-column:1/-1}}.footer__logo{max-width:20rem}@media screen and (max-width: 72.5em){.footer__categories{grid-column:2/-1;grid-row:1/2}}@media screen and (max-width: 41.25em){.footer__categories{grid-column:unset;grid-row:unset}}.footer__categories-list{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:1rem}@media screen and (max-width: 27.8125em){.footer__categories-list{grid-template-columns:1fr}}.footer__link{color:#203f80;text-decoration:underline}.footer__link:hover{color:#203f80}.footer__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:2rem;grid-row-gap:1rem}.footer__list--single{grid-template-columns:1fr}.footer__list--brands{grid-template-columns:repeat(3, 1fr);align-items:end}@media screen and (max-width: 65.625em){.footer__list{grid-template-columns:1fr}}.footer__brand-logo{max-width:12rem}.footer__brand-logo--dewalt{max-width:10rem}.footer__copyright-wrapper{margin-top:2rem;padding-top:2rem;border-top:2px solid #f6f6f6;text-align:center}.header{padding:26rem 2.4rem 3.2rem;background-color:#203f80;color:#fff}@media screen and (max-width: 56.25em){.header{padding:32rem 2.4rem 3.2rem}}.header__brand{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap}.header__brand-img{max-width:22rem;max-height:9.6rem}.header__breadcrum{display:flex;justify-content:flex-start;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1.6rem}.header__link-wrapper::after{content:">";margin-left:1rem}.header__link{text-decoration:underline;color:#fff}.header__link:hover{font-weight:700}.banner{background-color:#203f80}.banner__single{position:relative;z-index:1;padding:44rem 2.4rem 4rem}.banner__bg{position:absolute;top:0;left:0;min-height:100%;width:100%;height:100%;opacity:.7;z-index:-1}.banner__content{color:#fff}.popcat{position:relative;z-index:1;padding:6rem 0;border-bottom:2px solid #e9ecf2}.popcat::before{content:"";position:absolute;top:0;left:0;z-index:2;width:100%;max-width:10rem;height:100%;background-image:linear-gradient(to right, #fff, transparent);pointer-events:none}.popcat::after{content:"";position:absolute;top:0;right:0;z-index:2;width:100%;max-width:10rem;height:100%;background-image:linear-gradient(to left, #fff, transparent);pointer-events:none}.popcat__header{position:relative;z-index:3;margin:0 2.4rem 2rem}.popcat__single{display:grid;grid-template-columns:1fr 4rem;grid-gap:2rem;align-items:center;height:100%;min-height:16rem;border:2px solid #e9ecf2;border-radius:4px;overflow:hidden;color:#000}.popcat__single:hover{border-color:#203f80}.popcat__single:hover .popcat__icon-wrapper{background-color:#203f80}.popcat__title{display:flex;align-items:center;justify-content:flex-start;padding:1rem 1.6rem}.popcat__icon-wrapper{display:flex;justify-content:center;align-items:center;background-color:#e9ecf2;padding:1rem;height:100%}.popcat__icon{width:3rem}.brands{position:relative;z-index:2;padding:6rem 0;background-color:#e9ecf2}.brands::before{content:"";position:absolute;top:0;left:0;z-index:2;width:100%;max-width:10rem;height:100%;background-image:linear-gradient(to right, #e9ecf2, transparent);pointer-events:none}.brands::after{content:"";position:absolute;top:0;right:0;z-index:2;width:100%;max-width:10rem;height:100%;background-image:linear-gradient(to left, #e9ecf2, transparent);pointer-events:none}.brands__header{margin:0 2.4rem 4rem;text-align:center}.brands__header-content{max-width:55rem;margin:0 auto}.brands__single{display:flex;justify-content:center;align-items:center;padding:1rem;background-color:#fff;height:10rem}.brands__single:hover .brands__logo{transform:translateY(-0.4rem)}.brands__logo{width:100%;height:auto;max-height:10.5rem;transition:transform .3s ease}.featprods{position:relative;z-index:1;padding:6rem 0}.featprods::before{content:"";position:absolute;top:0;left:0;z-index:2;width:100%;max-width:10rem;height:100%;background-image:linear-gradient(to right, #fff, transparent);pointer-events:none}.featprods::after{content:"";position:absolute;top:0;right:0;z-index:2;width:100%;max-width:10rem;height:100%;background-image:linear-gradient(to left, #fff, transparent);pointer-events:none}.featprods__header{position:relative;z-index:3;margin:0 2.4rem 2rem}.about{padding:8rem 2.4rem;background-color:#f6f6f6}.about__grid{display:grid;grid-template-columns:max-content 1fr;grid-gap:6rem}@media screen and (max-width: 53.125em){.about__grid{grid-template-columns:1fr}}.about__content-wrapper{max-width:48rem}.about__content-wrapper p:not(:last-child){margin-bottom:1.6rem}.about__header{margin-bottom:1.2rem}.about__link-wrapper{margin-top:3.2rem;padding-top:2.6rem;border-top:2px solid #e9ecf2;text-align:right}.about__img-wrapper{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:1.2rem}.about__img{width:100%;height:100%}.about__img--1{grid-column:1/2;grid-row:1/2}.about__img--2{grid-column:2/3;grid-row:1/3}.about__img--3{grid-column:1/2;grid-row:2/3}.categories{padding:8rem 2.4rem 0}.categories--main{padding:8rem 2.4rem;background-color:#f9f9f9}.categories__header{margin-bottom:2.4rem}.categories__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2rem}@media screen and (max-width: 57.5em){.categories__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 31.25em){.categories__grid{grid-template-columns:1fr}}.categories__view-all-wrapper{margin-top:6rem;text-align:right}.categories__link{padding:1rem 3rem;background-color:#203f80;color:#fff;font-weight:700}.categories__link:hover{background-color:#062871}.cta{padding:16rem 2.4rem 4rem;background-image:linear-gradient(rgba(32, 63, 128, 0.6), rgba(32, 63, 128, 0.6)),url("../img/cta.jpg");background-size:cover;background-position:center;color:#fff}.cta__title{margin-bottom:1.6rem;max-width:40rem}.cta__text{margin-bottom:2.4rem}.products{padding:6rem 2.4rem;background-color:#f9f9f9}.products__section:not(:last-child){margin-bottom:6rem}.products__header{display:flex;justify-content:flex-start;align-items:flex-start;border-top:4px solid #203f80;margin-bottom:3.2rem}.products__header-title{padding:1.6rem;background-color:#203f80;color:#fff}.products__grid{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:1.6rem}@media screen and (max-width: 56.25em){.products__grid{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 36.875em){.products__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 23.75em){.products__grid{grid-template-columns:1fr}}.explore{padding:6rem 2.4rem}.explore__header{margin-bottom:2.4rem}.who{padding:8rem 2.4rem}.who__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:6rem}@media screen and (max-width: 53.75em){.who__grid{grid-template-columns:1fr}}.who__img{width:100%}@media screen and (max-width: 53.75em){.who__img{max-width:40rem}}.logos__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2rem;max-width:60rem}.what{padding:0 2.4rem;margin:6rem 0 0}.what__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:6rem;padding:6rem 0 0;border-top:2px solid #f6f6f6}@media screen and (max-width: 51.25em){.what__grid{grid-template-columns:1fr;grid-gap:0}}.what__content{padding:4rem 0}.what__list{list-style:disc;margin:1rem 2rem}.what__img-wrapper{display:grid;grid-template-columns:1fr 2fr;grid-gap:1.6rem}.what__img{width:100%;height:100%}.what__img--1{grid-column:1/2;grid-row:1/3}.what__img--2{grid-column:2/3;grid-row:1/2}.what__img--3{grid-column:2/3;grid-row:2/3}.warehouse{padding:8rem 2.4rem}.warehouse__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:6rem;padding:6rem 0 0;border-top:2px solid #f6f6f6}@media screen and (max-width: 61.25em){.warehouse__grid{grid-template-columns:1fr;grid-gap:3rem}}.warehouse__content{padding:2rem 0}.warehouse__title{margin-bottom:1.2rem}.partnership{padding:6rem 2.4rem}.partnership__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:6rem;align-items:end;padding:6rem 0 0;border-top:2px solid #f6f6f6}@media screen and (max-width: 71.25em){.partnership__grid{grid-template-columns:1fr;grid-gap:2rem}}.partnership__list{list-style:disc;margin-left:2rem}.partnership__logos-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:2rem}@media screen and (max-width: 41.25em){.partnership__logos-wrapper{flex-wrap:wrap}}.partnership__logo{max-width:24rem}.partnership__genuine{margin-top:4rem}.industries{padding:0 2.4rem 6rem}.industries__header{padding-top:6rem;border-top:2px solid #f6f6f6;margin-bottom:3.2rem}.industries__items{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1rem;max-width:90rem}@media screen and (max-width: 26.875em){.industries__items{grid-template-columns:1fr}}.industries__item{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;padding:2rem 3rem;background-color:rgba(246,246,246,.8);border-radius:4px}.industries__icon{height:3rem}.clients{margin:3rem 2.4rem 6rem}.clients__header{padding-top:6rem;margin-bottom:3.2rem;border-top:2px solid #f6f6f6;max-width:60rem}.clients__grid{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:.6rem}@media screen and (max-width: 51.875em){.clients__grid{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 36.25em){.clients__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 23.75em){.clients__grid{grid-template-columns:1fr}}.clients__grid-item{background-color:#fff;border:2px solid #f6f6f6;border-radius:4px;overflow:hidden}.clients__img{width:100%;height:100%;height:33rem}.clients__grid-content{padding:1.2rem}.promise{padding:16rem 2.4rem 4rem;background-image:linear-gradient(rgba(32, 63, 128, 0.9), rgba(32, 63, 128, 0.9)),url("../img/hero.jpg");background-size:cover;background-position:center;color:#fff}.promise__content-wrapper{max-width:55rem}.promise__title{margin-bottom:1.6rem}.promise__text{margin-bottom:2.4rem}.about-outro{padding:6rem 2.4rem}.about-outro__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1rem}@media screen and (max-width: 51.875em){.about-outro__grid{grid-template-columns:1fr}}@media screen and (max-width: 46.875em){.about-outro__content{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.2rem}}@media screen and (max-width: 31.25em){.about-outro__content{grid-template-columns:1fr}}.about-outro__text{padding:1.2rem;border-radius:8px;background-color:#e9ecf2;max-width:max-content}@media screen and (max-width: 46.875em){.about-outro__text{max-width:unset}}@media screen and (max-width: 51.875em){.about-outro__link{display:block}}@media screen and (max-width: 51.875em){.about-outro__comma{display:none}}.faqs{padding:8rem 2.4rem;background-color:#f9f9f9}.faqs__single{max-width:110rem}.faqs__single:not(:last-child){margin-bottom:2rem}.faqs__category{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:2.4rem;background-color:#203f80;border-radius:4px;font-weight:700;color:#fff;cursor:pointer}.faqs__category:hover{background-color:#062871}.faqs__category:hover .faqs__chevron-wrapper{background-color:#203f80}.faqs__category--active{background-color:#062871}.faqs__category--active .faqs__chevron{transform:rotate(180deg)}.faqs__category--active+.faqs__container{display:block}.faqs__chevron-wrapper{padding:1rem;background-color:#062871;border-radius:4px}.faqs__couple{padding:2.4rem;background-color:#e9ecf2;border-radius:4px}.faqs__couple:not(:last-child){margin-bottom:1.2rem}.faqs__question{margin-bottom:0 !important}.contact{padding:6rem 2.4rem;background-color:#f9f9f9}.contact__header{margin-bottom:2rem}.contact__form{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2rem;max-width:90rem;padding:4.8rem;background-color:#fff;border-radius:8px;border:2px solid #f6f6f6}@media screen and (max-width: 34.375em){.contact__form{grid-template-columns:1fr}}.contact__query{grid-column:1/-1}.contact__btn-wrapper{grid-column:1/-1;display:flex;justify-content:flex-end;align-items:center}.reach{padding:6rem 2.4rem}.reach__intro{margin-bottom:3.2rem}.reach__contact-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:3.2rem;margin-bottom:4rem;flex-wrap:wrap}.reach__map-wrapper{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.2rem}@media screen and (max-width: 48.5625em){.reach__map-wrapper{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 29.375em){.reach__map-wrapper{grid-template-columns:1fr}}.reach__map{padding:2rem;background-color:#f6f6f6}.reach__map-address{max-width:33rem;font-size:1.6rem}.reach__iframe{width:100%;height:30rem}/*# sourceMappingURL=main.min.css.map */