*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue LT W01_55 Roman";
    overflow-x: hidden;
    background-color: #f5f5f5;
  }

a, a:active, a:hover, a:visited{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile{
    display: none;
}
.regular{
    display: flex;
}

#topNav{
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #000;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  color: #dadada;
  padding-right: 40px;
}
 #topNav a{
  margin: 0px 20px 0px 20px;
  font-family: "Helvetica Neue LT W01_67 Md Cn";
  font-size: 1rem;   
  text-align: center;
  padding-top: 10px;
  text-transform: uppercase;
 }
 #topNav a:hover{
    color: #008290;
 }

#mainHeaderHome{
  display: flex;
  height: auto;
  width: 100%;
  background-color: #f5f5f5;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
}
  .header figure{
    margin-bottom: -8px;
  }
    .header figure img{
      width: 100%;
    }

.section{
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
}
#xgt{
  background: url("https://makitalatinamerica.com/landings/img/cordless/bgn-circuit-fade-1-l.jpg") no-repeat left center;
  background-size: cover;
}

#lxt{
  background: url("https://makitalatinamerica.com/landings/img/cordless/bgn-circuit-fade-2-r.jpg") no-repeat right center;
  background-size: cover;
}

#cxt{
  background: url("https://makitalatinamerica.com/landings/img/cordless/bgn-circuit-fade-3-l.jpg") no-repeat left center;
  background-size: cover;
} 

#xgt, #lxt, #cxt{
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.5);
  padding: 40px 40px 40px 40px;
}
#cxt{
  color: #fff;
}
  .section article{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    margin: 20px 0px 20px 0px;
  }
    .section article h2{
      width: 100%;
      font-family: "Helvetica Neue LT W01_95 Black";
      font-size: 2rem;
      text-transform: uppercase;
      margin-bottom: 20px;
      text-align: left; 
      padding: 0;
    }
    .section article p{
      font-family: "Helvetica Neue LT W01_55 Roman";
      font-size: 1.2rem;
      text-align: center;
    }

  .section figure{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
  }
    .section figure img{
      width: 50%;
      min-width: 450px;
    }
    .open-modal, .open-modal1, .open-modal2, .open-modal3{
      position: absolute;
      right:20%;
      height: 40%;
      width: 120px;
      height: 120px;
      background: url("https://makitalatinamerica.com/landings/img/cordless/play-2.png") no-repeat center center;
      background-size: contain;
      cursor: pointer;
      border:none;
    }
    .open-modal{
      right: 40%;
      background: url("https://makitalatinamerica.com/landings/img/cordless/play.png") no-repeat center center;
      background-size: contain;
    }
      .open-modal img, .open-modal1 img, .open-modal2 img, .open-modal3 img{
        width: 100%;
      }
    .video-modal, .video-modal1, .video-modal2, .video-modal3{
      width: 90vw;
      height: 70vh;
      position: fixed;
      top:15vh;
      left: 5vw;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 15px;
      box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.5);
      overflow: hidden;
    }
      .video-modal video, .video-modal1 video, .video-modal2 video, .video-modal3 video{
        width: 100%;
        height: 100%;
      }
    .video-close{
      position: absolute;
      z-index: 999;
      right: 10px;
      top: 20px;
    }
   .video-modal-close{
    width: 150px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
    }
      .video-modal-close:hover{
        background: rgba(0, 0, 0, 0.7);
        color:#fff;
      }
    .btnMore{
      position: absolute;
      bottom: 20px;
      right: 20px;
      background-color: rgba(0, 130, 144, 0.9);
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-transform: uppercase;
      font-family: "Helvetica Neue LT W01_71488914";
      font-size: 1.2rem;
      cursor: pointer;
      box-shadow: rgba(2, 2, 0, 0.6);
    }
      .btnMore:hover{
        background-color: rgba(72, 142, 150, 0.9);
      }

#topContent, .topContentLeft, .topContentRight{
  display: flex;
  flex-flow: row wrap;
  padding-left: 40px;
  padding-right: 40px;
}

#topContent{
  padding-top: 50px;
  padding-bottom: 50px;
}
  #topContent article, .topContentLeft article, .topContentRight article{
    width: 50%;
    min-width: 450px;
  }
    #topContent article p, .topContentLeft article p, .topContentRight article p{
      text-align: left;
    }
    #topContent article figcaption, .topContentLeft article figcaption, .topContentRight article figcaption{
      margin-top: 20px;
      flex-flow: column nowrap;
    }

  #topContent figure, .topContentLeft figure, .topContentRight figure{
    width: 50%;
  }
    #topContent figure img, .topContentLeft figure img, .topContentRight figure img{
      width: 80%;
    }

.header h1{
  width: 100%;
  padding: 20px;
  background: #000;
  color: #fff;
  font-family: "Helvetica Neue LT W01_95 Black";
  text-align: center;
  font-size: 2.5rem;
  text-transform: uppercase;
  border: none;
}

.blue{
   color: #008290;
 }
.white{
  color: #fff;
}
.black{
  color: #000;
}

h3{
  font-family: "Helvetica Neue LT W01_97 BlkCn";
  font-size: 1.6rem;
  margin-bottom: 10px;
}

/*:::::::::::::::: LXT :::::::::::::::::*/

#topLxt{
  display: block;
  width: 100%;
  position: relative;
}

#topLxt article{
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#topLxt figure{
  width: 120%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  text-align: center;
}
  #topLxt figure video{
    width: 120%;
  }

.topContentRight article.lxtArticle, .topContentLeft article.lxtArticle{
  color:#fff;
}
.topContentRight article.lxtArticle h3, .topContentLeft article.lxtArticle h3{
    background: #000;
}
.topContentRight figure.lxtArticle, .topContentLeft figure.lxtArticle{
  background: none;
  box-shadow: none;
}

.tecHeaderLxt{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.tecHeaderLxt h4{
  font-family: "Helvetica Neue LT W01107XBlkCn";
  font-size: 2rem;
  margin-left: 10px;
  text-shadow: 1px 1px 6px #000;
}
.tecHeaderLxt img{
  max-width: 100px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
}
  /*
  .topContentLeft article.lxtArticle p{
    text-align: right;
  }
  .topContentRight article.lxtArticle p{
    text-align: left;
  }
    */
  /*:::::::::::::::: CXT :::::::::::::::::*/
  #topCxt{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    margin: 0px 0px 20px 0px;
  }
    #topCxt figure{
      max-width: 30%;
    }
      #topCxt figure img{
        min-width: 200px;
      }
      #topCxt figure h3{
        margin-top: 20px;
        letter-spacing: 1px;
        font-size: 1.4rem;
        text-align: center;
        width: 100%;
      }
  #galeriaCxt{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    row-gap: 20px;
  }
    #galeriaCxt img{
      max-width: 30%;
      min-width: 350px;
      
    }
/*:::::::::::::::: Footer :::::::::::::::::*/

/*

footer{
  height: 100px;
  background-color: #535151;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ddd;
}
*/



/* #Secciones
================================================== */

#mainHeader{
  height: auto;
}
#mainHeader figure{
  position:relative;
  z-index: 1;
}
#mainHeader h1{
  position:relative;
  font-size: 2.5rem;
  padding: 20px;
  z-index: 2;
  margin-bottom: 0px;
}
h1.mainXgt{
  background: #008290;
}
h1.mainLxt{
  background: #000000;
}

h1 span{
  margin-left: 10px;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
}
h1.mainLxt span.blue{
  text-shadow: none;
}

.spaceBand{
  width:60%;
  height: 60px;
  margin-bottom: 0px;
  margin-top: 60px;
}


.shadowBottom{
  box-shadow: inset 0 -15px 8px -16px #111;
}

.shadowTop{
  box-shadow:inset 0 15px 8px -16px #111;
}

.topContentLeft, .topContentRight{
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.5);
  padding-top: 5px;
  padding-bottom: 20px;
}
.bgnWhite{
  background: #fff;
}
.bgnBlue{
  background: #008290;
}
.lGray{
  background: #eaeaea;
}
.lBlue{
  background: #238c9a;
}
.bgnBlack{
  background: #000;
}
.vGray{
  background: #bebebe;
}
.lGrayLeft{
  background: url("https://makitalatinamerica.com/landings/img/cordless/bgn-circuit-fade-2-l.jpg") no-repeat left center;
  background-size: cover;
}
.lGrayRight{
  background: url("https://makitalatinamerica.com/landings/img/cordless/bgn-circuit-fade-2-r.jpg") no-repeat right center;
  background-size: cover;
}

.mGrayLeft{
  background: url("https://makitalatinamerica.com/landings/img/cordless/bgn-circuit-fade-1-l.jpg") no-repeat left center;
  background-size: cover;
}
.mGrayRight{
  background: url("https://makitalatinamerica.com/landings/img/cordless/bgn-circuit-fade-1-r.jpg") no-repeat right center;
  background-size: cover;
}

.vGrayLeft{
  background: url("https://makitalatinamerica.com/landings/img/cordless/bgn-circuit-fade-v-l.jpg") no-repeat left center;
  background-size: cover;
}
.vGrayRight{
  background: url("https://makitalatinamerica.com/landings/img/cordless/bgn-circuit-fade-v-r.jpg") no-repeat right center;
  background-size: cover;
}

.bgnGreenLeft{
  background: url("https://makitalatinamerica.com/landings/img/cordless/bgn-circuit-fade-3-l.jpg") no-repeat left center;
  background-size: cover;
}
.bgnGreenRight{
  background: url("https://makitalatinamerica.com/landings/img/cordless/bgn-circuit-fade-3-r.jpg") no-repeat right center;
  background-size: cover;
}


.tecHeader {
  width: 80%;
  background: url("https://makitalatinamerica.com/landings/img/cordless/tech-header.png") no-repeat center top;
  background-size: contain;
  text-align: center;
  padding: 10px;
}
.tecHeader img{ 
  width: 40%;
}

.tecTitle{
  margin-top: 40px;
  width: 90%;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}
  .tecTitle h2{
    width: 100%;
    font-family: "Helvetica Neue LT W01_95 Black";
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .tecTitle p{
    font-size: 1.2rem;;
  }

.topContentLeft .header, .topContentRight .header{
  margin-bottom: 20px;
}


.topContentLeft figure video, .topContentRight figure video{
  max-height: 500px;
}

.topContentLeft figure{
  background: url("https://makitalatinamerica.com/landings/img/cordless/bgn-figure-fade-l.png") no-repeat left center;
  background-size: contain;
}

.topContentRight figure{
  background: url("https://makitalatinamerica.com/landings/img/cordless/bgn-figure-fade-r.png") no-repeat right center;
  background-size: contain;
}


.topContentLeft article h3, .topContentRight article h3{
    margin-bottom: 0.55em;
    font-family: "Helvetica Neue LT W01107XBlkCn";
    font-style: italic;
    background-color: #008290;
    color: white;
    padding: 10px 20px;
    font-size: 1.8rem;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.topContentLeft article p, .topContentRight article p{
  text-align: center;
}

.sistemaBtn{
  margin-top: 20px;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}
  .sistemaBtn:hover{
    background: #bebebe;
    color: #333;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.5);
  }
  .sistemaBtn h4{
    font-family: "Helvetica Neue LT W01107XBlkCn";
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin-bottom: 0px;
  }


/* #Bottom Content
================================================== */
#bottomContent, #productContent{
  width: 100%;
  padding: 40px;
  display: flex;
  flex-flow: row wrap;
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.5);
}
#bottomContent{
  background: #fff url("https://makitalatinamerica.com/landings/img/cordless/bgn-circuit-fade-2-l-white.jpg") no-repeat left center;
  background-size: cover;
}
.bottomHeader, .productHeader{
  width: 100%;
  padding: 20px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
  .bottomHeader h2, .productHeader h2{
    font-family: "Helvetica Neue LT W01107XBlkCn";
    font-size: 4rem;
  }
  .bottomHeader h3, .productHeader h3{
    font-family: "Helvetica Neue LT W01_47 Lt Cn";
    font-size: 2.3rem;
    letter-spacing: 1px;
  }
#bottomContent article h4{
  font-family: "Helvetica Neue LT W01_97 BlkCn";
  font-size: 2rem;
  margin: 20px 0 20px 0;
}
#bottomContent video{
  width: 100%;
}

/* #Product Content
================================================== */

#productContent figure{
  width: 15%;
  min-width: 150px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 20px 0px 20px;
  cursor: pointer;
}
  #productContent figure img{
    width: 100%;
    min-width: 50px;
  }
  #productContent figure figcaption{
    font-family: "Helvetica Neue LT W01_67 Md Cn";
    font-size: 1.1rem;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 5px;
    padding: 5px;
  }

  /* #Bottom Nav
================================================== */

#bottomNav{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 5px 40px 5px 40px;
} 

.tecBtn{
  width: 30%;
  min-width: 250px;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 0.9rem;
}
  .tecBtn img{
    width: 100%;
  }
  .tecBtn h3{
    margin-top:10px;
    color: #000;
  }
  .tecBtn p{
    font-family: "Helvetica Neue LT W01_45 Light";
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px 10px 0px 10px;
  }
  .tecBtn h4{
    background: #000;
    color: #fff;
    font-family: "Helvetica Neue LT W01_65 Mediu";
    font-size: 1.2rem;
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .tecBtn h4:hover{
    background: #999;
    color: #000;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.5);
  }

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

            /*::::::::::::::XGT:::::::::::::*/

            .topContentLeft figure{
              background: #bebebe;
              box-shadow: 0 0 15px 5px #bebebe;
            }
            
            .topContentRight figure{
              background: #bebebe;
              box-shadow: 0 0 15px 5px #bebebe;
            }

            #bottomHeader{
              margin-bottom: -20px;
            }
            
            #bottomFigure{
              box-shadow: none;
            }
    

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

        .mobile{
            display: flex;
        }
        .regular{
            display: none;
        }

        /*:::::::::::::::::::::: Contenidos ::::::::::::::::::: */

        #topContent article, #topContent figure{
          width: 100%;
        }

        #topContent figure img{
          width: 90%;
        }

        .section figure, .section article{
          width: 90%;
        }
          .section article h2{
            font-size: 1.6rem;
            text-align: center;
          }

          .section figure img, .section figure video{
            width: 100%;
          }
          
        /*::::::::::::::XGT:::::::::::::*/

        .topContentLeft figure{
          background: #bebebe;
          box-shadow: 0 0 15px 5px #bebebe;
        }
        
        .topContentRight figure{
          background: #bebebe;
          box-shadow: 0 0 15px 5px #bebebe;
        }

        .topContentLeft, .topContentRight{
          padding-top: 20px;
          padding-bottom: 30px;
        }

        #bottomHeader{
          margin-bottom: -20px;
        }
        
        #bottomFigure{
          box-shadow: none;
        }

        /*:::::::::::CXT::::::::::*/

        #galeriaCxt{
          justify-content: center;
          align-items: center;
        }

        #galeriaCxt img{
          max-width: 90;
          min-width: 450px;
        }


        /*::::::::::::Footer:::::::::::::*/

		#bottomContent{
		  background:#fff;
		}

        /*::::::::::::WP:::::::::::::*/

    }
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/*::::::::::::::::::: Fonts ::::::::::::::::::*/


@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=f45c8709-65af-48aa-9814-f818ef27cc81");
@font-face {
  font-family: "Helvetica Neue LT W01_95 Black";
  src: url("https://cdn.makitatools.com/apps/Fonts/6492b5a6-2267-40e3-8ede-fd8b730790b1.eot?#iefix");
  src: url("https://cdn.makitatools.com/apps/Fonts/6492b5a6-2267-40e3-8ede-fd8b730790b1.eot?#iefix") format("eot"), url("https://cdn.makitatools.com/apps/Fonts/bd8486cc-4614-412d-ba1d-15e1a7c9fada.woff2") format("woff2"), url("https://cdn.makitatools.com/apps/Fonts/a7bdf5a9-752e-4e69-b17c-b7e62575b07a.woff") format("woff"), url("https://cdn.makitatools.com/apps/Fonts/e1f8b69f-5d23-44bc-88bf-94778cc978a3.ttf") format("truetype"), url("https://cdn.makitatools.com/apps/Fonts/22a406f9-eeb2-41eb-ab5e-242ec26f3a88.svg#22a406f9-eeb2-41eb-ab5e-242ec26f3a88") format("svg");
}

@font-face {
  font-family: "Helvetica Neue LT W01_97 BlkCn";
  src: url("https://cdn.makitatools.com/apps/Fonts/fb8ed62a-3750-405b-b721-f4b950bfd875.eot?#iefix");
  src: url("https://cdn.makitatools.com/apps/Fonts/fb8ed62a-3750-405b-b721-f4b950bfd875.eot?#iefix") format("eot"), url("https://cdn.makitatools.com/apps/Fonts/d38cc1e3-5680-4390-8f60-78901d6e375b.woff2") format("woff2"), url("https://cdn.makitatools.com/apps/Fonts/04d98c2f-b101-4363-976a-6581c5acf5d8.woff") format("woff"), url("https://cdn.makitatools.com/apps/Fonts/f20324bd-78cb-412c-a570-efea43e52715.ttf") format("truetype"), url("https://cdn.makitatools.com/apps/Fonts/b3a7788b-f2f7-453b-bf6a-66bd22632ef4.svg#b3a7788b-f2f7-453b-bf6a-66bd22632ef4") format("svg");
}

@font-face {
  font-family: "Helvetica Neue LT W01107XBlkCn";
  src: url("https://cdn.makitatools.com/apps/Fonts/beeae2da-8ac8-47ed-9e87-4f9bdd1454fe.eot?#iefix");
  src: url("https://cdn.makitatools.com/apps/Fonts/beeae2da-8ac8-47ed-9e87-4f9bdd1454fe.eot?#iefix") format("eot"), url("https://cdn.makitatools.com/apps/Fonts/931ee3cf-83a1-4ca5-b091-97c58c39a850.woff2") format("woff2"), url("https://cdn.makitatools.com/apps/Fonts/e08521db-2fd8-4bc6-9294-0e563b179db9.woff") format("woff"), url("https://cdn.makitatools.com/apps/Fonts/2fe5a3aa-9a97-4012-91bc-f5a5515b27ad.ttf") format("truetype"), url("https://cdn.makitatools.com/apps/Fonts/50a9d8b8-1d65-417c-a3fe-37a19246b43f.svg#50a9d8b8-1d65-417c-a3fe-37a19246b43f") format("svg");
}

@font-face {
  font-family: "Helvetica NeueLTW05107XBlkCnOb";
  src: url("https://cdn.makitatools.com/apps/Fonts/a4895ee5-ca9c-4503-adcb-76b2265cdefd.eot?#iefix");
  src: url("https://cdn.makitatools.com/apps/Fonts/a4895ee5-ca9c-4503-adcb-76b2265cdefd.eot?#iefix") format("eot"), url("https://cdn.makitatools.com/apps/Fonts/932d2296-d705-410a-8e4c-d68f32085933.woff2") format("woff2"), url("https://cdn.makitatools.com/apps/Fonts/06b24b76-8a44-4b13-81cf-01630e8de97d.woff") format("woff"), url("https://cdn.makitatools.com/apps/Fonts/8c68d31c-3b74-43e4-8d15-fa3ffeda3139.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("https://cdn.makitatools.com/apps/Fonts/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix");
  src: url("https://cdn.makitatools.com/apps/Fonts/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix") format("eot"), url("https://cdn.makitatools.com/apps/Fonts/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2") format("woff2"), url("https://cdn.makitatools.com/apps/Fonts/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff") format("woff"), url("https://cdn.makitatools.com/apps/Fonts/419a308d-b777-4f84-9235-2caf4a98ec23.ttf") format("truetype"), url("https://cdn.makitatools.com/apps/Fonts/e4d5b881-6835-45b7-8766-3e5b9e7cab8b.svg#e4d5b881-6835-45b7-8766-3e5b9e7cab8b") format("svg");
}

@font-face {
  font-family: "Helvetica Neue LT W01_65 Mediu";
  src: url("https://cdn.makitatools.com/apps/Fonts/3d3afd39-c4ed-4665-92fe-09017646d159.eot?#iefix");
  src: url("https://cdn.makitatools.com/apps/Fonts/3d3afd39-c4ed-4665-92fe-09017646d159.eot?#iefix") format("eot"), url("https://cdn.makitatools.com/apps/Fonts/1eb76d85-4078-4440-8c8a-49a9a374e918.woff2") format("woff2"), url("https://cdn.makitatools.com/apps/Fonts/184bd314-b4a6-4db6-833a-18bba78873a2.woff") format("woff"), url("https://cdn.makitatools.com/apps/Fonts/f5e341d0-94b2-415e-9a31-8460aafc2af3.ttf") format("truetype"), url("https://cdn.makitatools.com/apps/Fonts/7637fa36-5d49-4b95-b444-e65a15f55ce5.svg#7637fa36-5d49-4b95-b444-e65a15f55ce5") format("svg");
}

@font-face {
  font-family: "Helvetica Neue LT W01_45 Light";
  src: url("https://cdn.makitatools.com/apps/Fonts/3d98b1d7-6e5f-489d-9958-fceb44e19c7b.eot?#iefix");
  src: url("https://cdn.makitatools.com/apps/Fonts/3d98b1d7-6e5f-489d-9958-fceb44e19c7b.eot?#iefix") format("eot"), url("https://cdn.makitatools.com/apps/Fonts/752e6c6e-dc02-4393-b814-68a65b594fac.woff2") format("woff2"), url("https://cdn.makitatools.com/apps/Fonts/f1892c57-7a6d-457f-9029-d3938c1e80e1.woff") format("woff"), url("https://cdn.makitatools.com/apps/Fonts/706e49b2-facd-4382-80c3-6f253c65c226.ttf") format("truetype"), url("https://cdn.makitatools.com/apps/Fonts/584efe58-6490-411e-ae09-f6556847d0b5.svg#584efe58-6490-411e-ae09-f6556847d0b5") format("svg");
}

@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("https://cdn.makitatools.com/apps/Fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix");
  src: url("https://cdn.makitatools.com/apps/Fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot"), url("https://cdn.makitatools.com/apps/Fonts/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"), url("https://cdn.makitatools.com/apps/Fonts/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff") format("woff"), url("https://cdn.makitatools.com/apps/Fonts/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf") format("truetype"), url("https://cdn.makitatools.com/apps/Fonts/5101995a-e73b-4cf9-84e8-f99eb43277b1.svg#5101995a-e73b-4cf9-84e8-f99eb43277b1") format("svg");
}

@font-face {
  font-family: "Helvetica Neue LT W01_67 Md Cn";
  src: url("https://cdn.makitatools.com/apps/Fonts/13e5efa8-b7a2-4f0f-a459-c966f7d3f458.eot?#iefix");
  src: url("https://cdn.makitatools.com/apps/Fonts/13e5efa8-b7a2-4f0f-a459-c966f7d3f458.eot?#iefix") format("eot"), url("https://cdn.makitatools.com/apps/Fonts/108e1ff6-3205-4c92-9aa5-9abb2823fe92.woff2") format("woff2"), url("https://cdn.makitatools.com/apps/Fonts/f61c722b-9236-445e-bb7e-eeb1009cd627.woff") format("woff"), url("https://cdn.makitatools.com/apps/Fonts/5cd6e481-b6d9-47fa-b568-1636d8a6cc52.ttf") format("truetype"), url("https://cdn.makitatools.com/apps/Fonts/0134ff8c-b1ae-47f0-9219-d1bdce3ec1db.svg#0134ff8c-b1ae-47f0-9219-d1bdce3ec1db") format("svg");
}

@font-face {
  font-family: "Helvetica Neue LT W01_57 Cond";
  src: url("https://cdn.makitatools.com/apps/Fonts/3808766e-26cf-47cb-97a7-1f1c64db9c48.eot?#iefix");
  src: url("https://cdn.makitatools.com/apps/Fonts/3808766e-26cf-47cb-97a7-1f1c64db9c48.eot?#iefix") format("eot"), url("https://cdn.makitatools.com/apps/Fonts/946b2f3f-a9d7-47e4-9738-ee963004d697.woff2") format("woff2"), url("https://cdn.makitatools.com/apps/Fonts/ce90a9c3-4580-4fa7-b453-9a4e86d0c271.woff") format("woff"), url("https://cdn.makitatools.com/apps/Fonts/a621a6bf-fa40-4115-9f42-6ffb55c017e2.ttf") format("truetype"), url("https://cdn.makitatools.com/apps/Fonts/436f9358-58a7-4f85-bdef-f4cd10831df6.svg#436f9358-58a7-4f85-bdef-f4cd10831df6") format("svg");
}

@font-face {
  font-family: "Helvetica Neue LT W01_47 Lt Cn";
  src: url("https://cdn.makitatools.com/apps/Fonts/ee259578-3cae-4dd8-a23a-297d352ec2dc.eot?#iefix");
  src: url("https://cdn.makitatools.com/apps/Fonts/ee259578-3cae-4dd8-a23a-297d352ec2dc.eot?#iefix") format("eot"), url("https://cdn.makitatools.com/apps/Fonts/244ff804-5735-41ed-92a1-ce5438185e9c.woff2") format("woff2"), url("https://cdn.makitatools.com/apps/Fonts/9cd26200-0d62-40ef-94b8-46fd1d8b255f.woff") format("woff"), url("https://cdn.makitatools.com/apps/Fonts/7b72d33f-8b87-4c48-b397-42d28164d598.ttf") format("truetype"), url("https://cdn.makitatools.com/apps/Fonts/07dba647-d830-4ba8-8b84-1e4c9858f3d3.svg#07dba647-d830-4ba8-8b84-1e4c9858f3d3") format("svg");
}
