.body {
  background-color: #fff;
  font-family: 'Electroluxsans 2', sans-serif;
  color: #071d41;
  font-size: 15px;
}

.header {
  overflow: hidden;
  height: 800px;
  max-height: 1050px;
  min-height: 250px;
  background-color: #071d41;
  color: #010b1a;
}

.header-bg {
  width: 100%;
  height: 55%;
  max-height: 60%;
  min-height: 40%;
  background-image: url('../images/ECM30-Banner-I.jpg');
  background-position: 50% 15%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45%;
  max-height: 60%;
  min-height: 40%;
  padding: 30px 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #071d41;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, #0f397c, #071d41 54%);
  color: #f1f1f1;
}

.h-logo-elux {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding: 40px;
}

.image {
  width: 150px;
}

.image-2 {
  width: 750px;
  margin-bottom: -40px;
}

.div-block-4 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 850px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-5 {
  width: 55%;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #c2d2d9;
  font-size: 45px;
  line-height: 50px;
}

.text-block {
  margin-bottom: 10px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #c2d2d9;
  font-size: 25px;
  line-height: 30px;
}

.paragraph {
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 29px;
  line-height: 35px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-icones {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  border-radius: 200px;
  background-image: url('../images/Coffee_Machine_ECM30_Kitchen_1000x1000.png');
  background-position: 94% 87%;
  background-size: 600%;
}

.h-icones.h-icone-2 {
  background-color: #f1f1f1;
  background-image: url('../images/Coffee_Machine_ECM30_FrontView_Electrolux_1000x1000.png');
  background-position: 50% 13%;
  background-size: 900%;
}

.h-icones.h-icone-3 {
  background-color: #f1f1f1;
  background-image: url('../images/Coffee_Machine_ECM30_ControlPanel_Electrolux_1000x1000.png');
  background-position: 25% 70%;
  background-size: 225%;
}

.text-block-2 {
  font-family: 'Electroluxsans 3', sans-serif;
  text-align: center;
}

.columns {
  display: none;
  width: 80%;
}

.link {
  font-family: 'Electroluxsans 3', sans-serif;
  color: #f1f1f1;
  text-decoration: none;
}

.link:hover {
  color: #adbbc1;
}

.link.h-links {
  text-align: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-secondaria {
  overflow: hidden;
  margin-top: 0px;
  background-color: #fff;
}

.columns-2 {
  height: 650px;
  max-height: 850px;
  min-height: 250px;
  background-color: #fff;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.column-5 {
  height: 100%;
  background-image: url('../images/Coffee_Machine_ECM30_Perspective_B_Electrolux_1000x1000.png');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.div-block-6 {
  width: 55%;
  margin-top: 40px;
  padding: 0px;
  background-color: #071d41;
  color: #f1f1f1;
}

.image-3 {
  width: 80px;
}

.columns-3 {
  height: 650px;
  max-height: 850px;
  min-height: 100%;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Coffee_Machine_ECM30_Kitchen_1000x1000.png');
  background-position: 50% 50%;
  background-size: cover;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #071d41;
}

.div-block-7 {
  width: 100.000045348866%;
  margin-bottom: 0px;
  padding: 40px 80px 20px;
  color: #f1f1f1;
}

.image-4 {
  width: 90px;
}

.tabs-menu {
  position: absolute;
  left: -275px;
  top: 350px;
  right: auto;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: 0px;
}

.text-block-3 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.tab-link-tab-1 {
  margin-right: 40px;
  padding: 10px 15px;
  background-color: #071d41;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #f1f1f1;
  font-size: 15px;
  line-height: 20px;
}

.tab-link-tab-1:hover {
  background-color: #010b1a;
  color: #f1f1f1;
}

.tab-link-tab-1.w--current {
  display: none;
  margin-right: 40px;
  background-color: transparent;
  color: transparent;
}

.tab-link-tab-1.w--current:hover {
  background-color: transparent;
}

.tab-link-tab-2 {
  padding: 10px 15px;
  background-color: #071d41;
  opacity: 1;
  color: #f1f1f1;
  font-size: 15px;
  line-height: 20px;
}

.tab-link-tab-2:hover {
  background-color: #010b1a;
  color: #f1f1f1;
}

.tab-link-tab-2.w--current {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  background-color: transparent;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: transparent;
  font-size: 20px;
  line-height: 25px;
}

.tab-link-tab-2.w--current:hover {
  background-color: transparent;
}

.text-block-4 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.div-block-8 {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  background-color: #f1f1f1;
  background-image: url('../images/Coffee_Machine_ECM30_FrontView_Electrolux_1000x1000.png');
  background-position: 50% 15%;
  background-size: 350px;
}

.paragraph-2 {
  margin-bottom: 20px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.heading-2 {
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.heading-3 {
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.paragraph-3 {
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.heading-4 {
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.paragraph-4 {
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #071d41;
  color: #f1f1f1;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  width: 175px;
  margin-right: 0px;
}

.text-block-5 {
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.div-block-10 {
  position: absolute;
  right: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  width: 115px;
}

.feature-secundaria {
  overflow: hidden;
  height: auto;
  background-color: #fff;
}

.feature-quaternaria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #73899e;
  text-align: center;
}

.banner {
  display: none;
  overflow: hidden;
  height: 700px;
  max-height: 950px;
  min-height: 150px;
  background-image: url('../images/ECM30-Banner-NEW.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.especifcacoes {
  overflow: hidden;
  height: auto;
  background-color: #c2d2d9;
}

.image-7 {
  width: 350px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 100px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/V2-ECM30_Visual_Claim_Filter_blueBG-IMG.png');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #f1f1f1;
  border-radius: 0px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Electroluxsans 4', sans-serif;
  color: #f1f1f1;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
}

.heading-5.box-affect-h1 {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.paragraph-5 {
  margin-bottom: 0px;
  font-family: 'Electroluxsans 4', sans-serif;
  color: #f1f1f1;
  font-size: 20px;
  line-height: 25px;
}

.paragraph-5.box-affect-text {
  font-size: 18px;
  text-align: center;
}

.image-8 {
  width: 90px;
  margin-bottom: 15px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 100px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-2 {
  width: 100.00226%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #adbbc1;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.000339%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content {
  width: 100.000339%;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.000339%;
  padding: 40px 100px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.000050599606%;
  height: 325px;
  min-height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 20px 40px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: transparent;
  color: #f1f1f1;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-tab-1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  background-color: #f1f1f1;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #071d41;
}

.tab-link-tab-1-2.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #071d41;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #f1f1f1;
  font-size: 15px;
  line-height: 20px;
}

.tab-link-tab-2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #f1f1f1;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #071d41;
}

.tab-link-tab-2-2.w--current {
  background-color: #071d41;
  color: #f1f1f1;
}

.tab-link-tab-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #f1f1f1;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #071d41;
}

.tab-link-tab-3.w--current {
  background-color: #071d41;
  color: #f1f1f1;
}

.image-9 {
  margin-right: 20px;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 40px;
}

.f2-icones {
  width: 100px;
  height: 100px;
  margin-right: 0px;
  border-radius: 150px;
  background-color: #dee7eb;
  background-image: url('../images/Coffee_Machine_ECM30_Kitchen_1000x1000.png');
  background-position: 75% 80%;
  background-size: 250%;
}

.f2-icones.f2-icone-2 {
  background-image: url('../images/Coffee_Machine_ECM30_Perspective_Filter_Electrolux_1000x1000.png');
  background-position: 65% 90%;
  background-size: 200%;
}

.f2-icones.f2-icone-3 {
  background-image: url('../images/Coffee_Machine_ECM30_Perspective_Filter_Electrolux_1000x1000.png');
  background-position: 75% 73%;
  background-size: 400%;
}

.paragraph-6 {
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.paragraph-7 {
  width: auto;
  margin-bottom: 0px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.div-block-24 {
  width: 80%;
  margin-left: 20px;
}

.div-block-25 {
  width: 80%;
  margin-left: 20px;
}

.slider {
  width: 100%;
  height: auto;
  padding-bottom: 0px;
  border-radius: 3px;
  background-color: #071d41;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  padding-bottom: 0px;
}

.text-span {
  font-family: 'Electroluxsans 4', sans-serif;
}

.text-span-2 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-3 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.text-span-4 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-7 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 3px;
  background-color: #071d41;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #f1f1f1;
  font-size: 35px;
  line-height: 40px;
}

.text-span-5 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-6 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-7 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-8 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #071d41;
  font-size: 25px;
}

.list {
  margin-bottom: 20px;
  font-family: 'Electroluxsans 3', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.text-span-9 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 22px;
}

.text-span-10 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 22px;
}

.div-block-27 {
  width: 85%;
}

.image-10 {
  width: 600px;
}

.h-div-mobile {
  display: none;
}

.div-block-29 {
  width: 100.00000383627632%;
  margin-top: 0px;
  margin-left: 0px;
  padding: 20px 80px 40px;
  background-color: #071d41;
  color: #f1f1f1;
}

.tab-pane-tab-2 {
  width: 100.0000027857214%;
}

.logo-mobile {
  display: none;
}

.feature-primaria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 40px 100px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 600px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Coffee_Machine_ECM30_Perspective_B_Electrolux_1000x1000.png');
  background-position: 50% 0%;
  background-size: 175%;
  background-repeat: no-repeat;
}

.btn-affect-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-top: 30px;
  margin-right: 50px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #071d41;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #f1f1f1;
  font-size: 15px;
  line-height: 20px;
}

.btn-affect-hover:hover {
  background-color: #adbbc1;
  color: #071d41;
}

.btn-affect-hover.btn-affect-hover-2 {
  margin: 30px 0px 20px 40px;
  background-color: #adbbc1;
  color: #071d41;
}

.btn-affect-hover.btn-affect-hover-2:hover {
  background-color: #071d41;
  color: #f1f1f1;
}

.box-affect-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 185px;
  height: 185px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 50px;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #071d41;
  opacity: 0;
  color: #f1f1f1;
}

.box-affect-hover.box-affect-hover-2 {
  width: 250px;
  height: 250px;
  margin-top: 80px;
  margin-left: 350px;
  background-color: rgba(7, 29, 65, 0.95);
  opacity: 0;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.text-span-11 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.slider-2 {
  height: auto;
  background-color: transparent;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.000061234746%;
  height: 350px;
  margin-bottom: 0px;
  padding: 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-12 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.tabs-menu-3 {
  top: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-tab-1-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #071d41;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #f1f1f1;
  font-size: 15px;
  line-height: 20px;
}

.tab-link-tab-1-3:hover {
  background-color: #f1f1f1;
  color: #071d41;
}

.tab-link-tab-1-3.w--current {
  display: none;
  width: auto;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #071d41;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #f1f1f1;
  font-size: 20px;
  line-height: 20px;
}

.tab-link-tab-1-3.w--current:hover {
  background-color: #adbbc1;
  color: #071d41;
}

.tab-link-tab-2-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #071d41;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #f1f1f1;
  font-size: 15px;
  line-height: 20px;
}

.tab-link-tab-2-3:hover {
  background-color: #f1f1f1;
  color: #071d41;
}

.tab-link-tab-2-3.w--current {
  display: none;
}

.tabs-3 {
  position: absolute;
  right: auto;
  margin-right: 0px;
}

.tabs-content-2 {
  left: auto;
  right: auto;
  margin-right: 0px;
  padding: 0px;
  border-radius: 3px;
  background-color: transparent;
}

.div-block-34 {
  margin-top: 20px;
  margin-right: 0px;
  padding: 30px 40px 30px 30px;
  border-radius: 3px;
  background-color: #071d41;
}

.tabs-content-3 {
  position: relative;
  left: 50px;
  top: 350px;
  z-index: 20;
  width: 600px;
}

.text-span-13 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-span-14 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.image-12 {
  width: 450px;
  margin-bottom: 10px;
}

.text-block-6 {
  width: 80%;
  margin-top: 10px;
  font-family: 'Electroluxsans 4', sans-serif;
  color: #f1f1f1;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.text-block-7 {
  display: none;
}

.bold-text {
  font-family: 'Electroluxsans 5', sans-serif;
}

.bold-text-2 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.bold-text-3 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.bold-text-4 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.bold-text-5 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.bold-text-6 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.bold-text-7 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.bold-text-8 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.bold-text-9 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.bold-text-10 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.bold-text-11 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.text-block-8 {
  position: relative;
  margin-bottom: -5px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #f1f1f1;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.text-block-9 {
  margin-top: -5px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #f1f1f1;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.text-block-10 {
  margin-top: 5px;
  font-family: 'Electroluxsans 3', sans-serif;
  color: #f1f1f1;
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
}

.heading-10 {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: 'Electroluxsans 4', sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.bold-text-12 {
  font-family: 'Electroluxsans 5', sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.bold-text-13 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.bold-text-14 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.bold-text-15 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.bold-text-16 {
  font-family: 'Electroluxsans 4', sans-serif;
}

.bold-text-17 {
  font-family: 'Electroluxsans 5', sans-serif;
}

.bold-text-18 {
  font-family: 'Electroluxsans 4', sans-serif;
}

@media screen and (min-width: 1440px) {
  .paragraph {
    font-size: 30px;
  }

  .div-block-6 {
    width: 50%;
  }

  .slider-2 {
    width: auto;
  }

  .div-block-33 {
    width: 100%;
  }

  .bold-text-16 {
    font-family: 'Electroluxsans 5', sans-serif;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    height: 900px;
  }

  .div-block-2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image {
    width: 200px;
  }

  .image-2 {
    margin-bottom: -45px;
  }

  .div-block-4 {
    height: 950px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-5 {
    width: 50%;
    margin-right: 85px;
  }

  .heading {
    font-size: 50px;
    line-height: 55px;
  }

  .paragraph {
    font-size: 40px;
    line-height: 45px;
  }

  .columns-2 {
    height: 650px;
  }

  .div-block-6 {
    width: 40%;
  }

  .columns-3 {
    height: 750px;
    max-height: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100.0000064931017%;
    height: auto;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tabs-menu {
    position: absolute;
    left: -375px;
    top: 400px;
    right: auto;
    bottom: auto;
  }

  .banner {
    height: 800px;
    background-position: 50% 50%;
  }

  .div-block-12 {
    height: 800px;
  }

  .div-block-13 {
    width: 35%;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-18 {
    height: 300px;
  }

  .div-block-19 {
    width: 40%;
  }

  .div-block-20 {
    padding: 0px 150px;
  }

  .slider {
    width: 100%;
  }

  .image-10 {
    width: 750px;
  }

  .div-block-30 {
    width: 60%;
    height: 700px;
    background-size: 125%;
  }

  .btn-affect-hover {
    margin-top: 100px;
    margin-right: 100px;
  }

  .btn-affect-hover.btn-affect-hover-2 {
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 20px;
  }

  .box-affect-hover {
    margin-top: 60px;
    margin-left: 150px;
  }

  .box-affect-hover.box-affect-hover-2 {
    margin-top: 300px;
  }

  .div-block-33 {
    height: 350px;
  }

  .tabs-menu-3 {
    top: 90px;
    right: 725px;
  }

  .tab-link-tab-2-3:hover {
    color: #071d41;
  }

  .tabs-content-3 {
    position: absolute;
    left: 50px;
    top: 400px;
  }

  .text-block-6 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-8 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-9 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-10 {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-10 {
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text-12 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    height: 750px;
  }

  .header-bg {
    height: 40%;
    background-position: 50% 0%;
  }

  .div-block-2 {
    height: 100%;
    padding: 40px 10px 0px 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: radial-gradient(circle farthest-corner at 0% 100%, #0f397c, #071d41 54%);
  }

  .image-2 {
    width: auto;
    margin-bottom: -10px;
    margin-left: -50px;
  }

  .div-block-4 {
    width: 60%;
    height: 800px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-5 {
    width: 55%;
  }

  .heading {
    font-size: 35px;
    line-height: 40px;
  }

  .text-block {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph {
    font-size: 30px;
    line-height: 35px;
  }

  .h-icones {
    width: 80px;
    height: 80px;
  }

  .columns {
    width: 100%;
  }

  .link.h-links {
    font-size: 13px;
  }

  .columns-2 {
    height: 450px;
  }

  .column-5 {
    background-position: 25% 50%;
  }

  .div-block-6 {
    width: 55%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-3 {
    width: 60px;
  }

  .columns-3 {
    height: 550px;
  }

  .column-6 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 100% 50%;
  }

  .div-block-7 {
    margin-bottom: 0px;
    padding: 40px 30px 20px;
  }

  .image-4 {
    width: 60px;
  }

  .tabs-menu {
    left: -225px;
    top: 285px;
    right: auto;
    bottom: auto;
  }

  .div-block-8 {
    width: 60px;
    height: 60px;
  }

  .paragraph-2 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-3 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-4 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-4 {
    width: auto;
    font-size: 19px;
    line-height: 25px;
  }

  .div-block-9 {
    padding-right: 20px;
  }

  .feature-quaternaria {
    height: auto;
    padding-bottom: 0px;
  }

  .banner {
    height: 500px;
    background-image: url('../images/ECM30-Banner-NEW.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .image-7 {
    width: auto;
  }

  .div-block-11 {
    height: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-12 {
    width: 50%;
    height: 550px;
    background-size: 75%;
  }

  .div-block-13 {
    width: 50%;
  }

  .div-block-14 {
    width: 100%;
    margin-bottom: 0px;
    padding: 20px;
  }

  .heading-5 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-5 {
    margin-bottom: 0px;
  }

  .image-8 {
    width: 60px;
  }

  .div-block-16 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-18 {
    padding: 30px 20px;
  }

  .div-block-20 {
    padding: 40px;
  }

  .div-block-21 {
    width: 50%;
  }

  .div-block-22 {
    width: 50%;
    padding-right: 20px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 35px;
  }

  .f2-icones {
    width: 75px;
    height: 75px;
  }

  .paragraph-6 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-7 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-25 {
    width: 90%;
    margin-left: 20px;
  }

  .div-block-26 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-7 {
    width: auto;
    color: #f1f1f1;
    font-size: 35px;
    line-height: 40px;
  }

  .div-block-27 {
    width: 100%;
  }

  .image-10 {
    width: auto;
  }

  .div-block-29 {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding: 20px 30px 40px;
  }

  .feature-primaria {
    padding-right: 0px;
    padding-left: 20px;
  }

  .div-block-30 {
    height: 500px;
    margin-left: 20px;
    background-position: 40% 0%;
    background-size: 250%;
  }

  .btn-affect-hover {
    margin-top: 0px;
    margin-right: 0px;
  }

  .btn-affect-hover.btn-affect-hover-2 {
    margin-top: 20px;
    margin-left: 40px;
  }

  .box-affect-hover {
    width: 175px;
    height: 175px;
    margin-bottom: 10px;
    padding: 20px;
    opacity: 0;
  }

  .box-affect-hover.box-affect-hover-2 {
    margin-left: 100px;
  }

  .heading-9 {
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-33 {
    width: 100.0000074342456%;
    height: 325px;
    padding: 20px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabs-menu-3 {
    top: 125px;
    right: 275px;
  }

  .div-block-34 {
    padding-right: 20px;
  }

  .tabs-content-3 {
    left: 20px;
    top: 300px;
    width: 350px;
  }

  .image-12 {
    width: auto;
  }

  .text-block-6 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    overflow: visible;
    height: 100%;
    max-height: none;
    min-height: auto;
    margin-bottom: 0px;
    background-color: transparent;
  }

  .header-bg {
    height: 250px;
    max-height: 350%;
    min-height: 100px;
  }

  .div-block-2 {
    height: 650px;
    max-height: none;
    min-height: auto;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: radial-gradient(circle farthest-corner at 50% 100%, #0f397c, #071d41 54%);
  }

  .h-logo-elux {
    padding: 20px 20px 20px 10px;
  }

  .image {
    width: 150px;
  }

  .image-2 {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .div-block-4 {
    position: absolute;
    top: 450px;
    display: none;
    width: 100%;
    height: auto;
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-5 {
    width: 100%;
  }

  .heading {
    text-align: center;
  }

  .text-block {
    text-align: center;
  }

  .paragraph {
    text-align: center;
  }

  .columns {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-2 {
    height: auto;
    max-height: none;
    min-height: auto;
  }

  .column-5 {
    height: 350px;
    max-height: 500px;
    min-height: 150px;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin-top: 100px;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-3 {
    width: 75px;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-6 {
    height: 450px;
    max-height: 650px;
    min-height: 150px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 100%;
  }

  .column-7 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4 {
    width: 75px;
  }

  .tabs-menu {
    position: absolute;
    left: 335px;
    top: 325px;
    right: auto;
    bottom: auto;
  }

  .tabs {
    position: relative;
    width: 100%;
  }

  .tab-link-tab-1 {
    margin-right: 0px;
  }

  .tab-link-tab-1.w--current {
    margin-right: 0px;
  }

  .tab-link-tab-2 {
    position: relative;
    display: block;
  }

  .tab-link-tab-2.w--current {
    display: none;
  }

  .paragraph-2 {
    text-align: center;
  }

  .heading-2 {
    text-align: center;
  }

  .heading-3 {
    margin-top: 10px;
    text-align: center;
  }

  .paragraph-3 {
    text-align: center;
  }

  .heading-4 {
    text-align: center;
  }

  .footer {
    padding: 30px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-9 {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-5 {
    width: 155px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .text-block-5 {
    text-align: center;
  }

  .div-block-10 {
    position: static;
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-6 {
    width: 125px;
  }

  .feature-quaternaria {
    overflow: hidden;
    height: auto;
  }

  .banner {
    height: 400px;
    min-height: 100%;
    background-color: #071d41;
    background-image: url('../images/ECM30-Banner-NEW.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-11 {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-12 {
    width: 100%;
    height: 525px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: 50%;
  }

  .div-block-13 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-5 {
    margin-bottom: 20px;
    text-align: center;
  }

  .paragraph-5 {
    text-align: center;
  }

  .image-8 {
    width: 75px;
  }

  .div-block-16 {
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-17 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-18 {
    height: 325px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-19 {
    width: 95%;
  }

  .div-block-20 {
    padding-top: 60px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-21 {
    width: 100%;
  }

  .div-block-22 {
    width: 100%;
  }

  .heading-6 {
    text-align: center;
  }

  .f2-icones {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .paragraph-6 {
    margin-bottom: 20px;
    text-align: center;
  }

  .paragraph-7 {
    margin-bottom: 40px;
    text-align: center;
  }

  .div-block-24 {
    width: 95%;
    margin-left: 0px;
  }

  .div-block-25 {
    width: 95%;
    margin-left: 0px;
  }

  .div-block-26 {
    padding: 10px 0px 0px 10px;
  }

  .heading-7 {
    padding: 20px;
    background-color: #071d41;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .div-block-27 {
    width: 80%;
  }

  .h-div-mobile {
    position: relative;
    z-index: 10;
    display: block;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-11 {
    margin-bottom: 0px;
  }

  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    padding: 20px 40px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .tab-pane-tab-2 {
    width: auto;
  }

  .feature-primaria {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-30 {
    width: 100%;
    height: 550px;
    margin-left: 0px;
    background-position: 40% 5%;
    background-size: 150%;
  }

  .btn-affect-hover {
    margin-top: 60px;
  }

  .btn-affect-hover.btn-affect-hover-2 {
    margin-top: 60px;
    margin-left: 20px;
  }

  .box-affect-hover {
    width: 165px;
    height: 165px;
    opacity: 0;
    font-size: 15px;
  }

  .box-affect-hover.box-affect-hover-2 {
    margin-top: 20px;
    margin-left: 220px;
  }

  .heading-9 {
    font-size: 15px;
    line-height: 20px;
  }

  .slider-2 {
    width: 100%;
  }

  .div-block-33 {
    height: 275px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-menu-3 {
    position: absolute;
    left: 135px;
    top: 35px;
    right: auto;
    bottom: auto;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabs-3 {
    position: absolute;
    left: 0px;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 20;
    display: block;
    margin-top: 975px;
  }

  .tabs-content-2 {
    position: absolute;
    left: 0px;
    top: auto;
    right: auto;
    width: 500px;
  }

  .div-block-34 {
    width: 100.00000450111773%;
    margin-top: 100px;
  }

  .tabs-content-3 {
    position: absolute;
    left: 25px;
    top: auto;
    bottom: 0px;
    width: 500px;
  }

  .tab-pane-tab-1 {
    width: 100.00000450111773%;
  }

  .image-12 {
    margin-bottom: 20px;
  }

  .text-block-6 {
    display: none;
  }

  .text-block-7 {
    display: block;
    width: 80%;
    margin-top: 20px;
    font-family: 'Electroluxsans 4', sans-serif;
    color: #f1f1f1;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }

  .text-block-10 {
    margin-top: 10px;
  }

  .heading-10 {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-12 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-bg {
    height: 175px;
    background-position: 100% 0%;
    background-size: 100%;
  }

  .div-block-2 {
    height: 550px;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: radial-gradient(circle farthest-corner at 50% 100%, #0f397c, #071d41 54%);
  }

  .h-logo-elux {
    display: none;
  }

  .image {
    width: 125px;
  }

  .div-block-4 {
    position: relative;
    top: 430px;
    display: none;
    height: 50%;
    padding-top: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 30px;
  }

  .h-icones {
    width: 70px;
    height: 70px;
  }

  .link.h-links {
    font-size: 10px;
    line-height: 15px;
  }

  .column-5 {
    height: 250px;
    background-position: 50% 50%;
  }

  .div-block-6 {
    width: 95%;
    margin-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-3 {
    width: 65px;
  }

  .column-6 {
    height: 450px;
    max-height: none;
    min-height: auto;
    background-color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .column-7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-7 {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .image-4 {
    width: 65px;
  }

  .tabs-menu {
    left: auto;
    top: 425px;
    right: 100px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs {
    left: auto;
    top: auto;
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .tab-link-tab-1 {
    font-size: 15px;
    line-height: 20px;
  }

  .tab-link-tab-1.w--current {
    font-size: 15px;
    line-height: 20px;
  }

  .tab-link-tab-2 {
    font-size: 15px;
    line-height: 20px;
  }

  .tab-link-tab-2.w--current {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-8 {
    width: 80px;
    height: 80px;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-3 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-4 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-4 {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
  }

  .footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-5 {
    width: 145px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .text-block-5 {
    font-size: 10px;
    text-align: center;
  }

  .div-block-10 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature-secundaria {
    padding-top: 40px;
  }

  .feature-quaternaria {
    padding-bottom: 0px;
  }

  .banner {
    height: 250px;
  }

  .div-block-11 {
    padding: 20px 20px 30px;
  }

  .div-block-12 {
    height: 500px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 50% 100%;
    background-size: 70%;
  }

  .div-block-14 {
    width: 100%;
    padding: 20px 10px 0px;
  }

  .heading-5 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-5.box-affect-h1 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-5 {
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-5.box-affect-text {
    font-size: 15px;
  }

  .image-8 {
    width: 65px;
  }

  .div-block-16 {
    padding-top: 0px;
  }

  .div-block-18 {
    height: 325px;
    padding: 30px 20px;
  }

  .div-block-20 {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-22 {
    padding-right: 0px;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-6 {
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-7 {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-26 {
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-7 {
    padding: 15px;
    font-family: 'Electroluxsans 3', sans-serif;
    font-size: 18px;
    line-height: 20px;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 25px;
  }

  .list {
    font-size: 15px;
    line-height: 22px;
  }

  .text-span-9 {
    font-size: 20px;
  }

  .text-span-10 {
    font-size: 20px;
  }

  .div-block-27 {
    width: 100%;
  }

  .h-div-mobile {
    position: static;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-11 {
    width: 100%;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-29 {
    padding: 20px 20px 40px;
  }

  .tab-pane-tab-2 {
    width: auto;
  }

  .logo-mobile {
    display: block;
    width: 150px;
    margin-bottom: 15px;
  }

  .feature-primaria {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-30 {
    height: 425px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-position: 45% 5%;
    background-size: 185%;
  }

  .btn-affect-hover {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-affect-hover.btn-affect-hover-2 {
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
  }

  .box-affect-hover {
    width: 155px;
    height: 155px;
    margin: 10px 0px 0px;
    opacity: 0;
  }

  .box-affect-hover.box-affect-hover-2 {
    width: 195px;
    height: 195px;
    margin-top: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    opacity: 0;
  }

  .heading-9 {
    font-size: 15px;
  }

  .slider-2 {
    width: 100%;
  }

  .div-block-33 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabs-menu-3 {
    left: 80px;
    top: 55px;
  }

  .tabs-3 {
    margin-top: 650px;
  }

  .tabs-content-2 {
    left: 5px;
    width: 310px;
  }

  .div-block-34 {
    padding: 20px;
  }

  .tabs-content-3 {
    left: auto;
    top: auto;
    bottom: 0px;
    width: 100%;
  }

  .text-block-7 {
    width: 95%;
  }

  .heading-10 {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-12 {
    font-size: 25px;
    line-height: 30px;
  }
}

@font-face {
  font-family: 'Electroluxsans 2';
  src: url('../fonts/ElectroluxSans_2_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 5';
  src: url('../fonts/ElectroluxSans_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 1';
  src: url('../fonts/ElectroluxSans_Oblique_1_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 3';
  src: url('../fonts/ElectroluxSans_Oblique_3_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 2';
  src: url('../fonts/ElectroluxSans_Oblique_2_Light.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 5';
  src: url('../fonts/ElectroluxSans_Oblique_5_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 1';
  src: url('../fonts/ElectroluxSans_1_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 3';
  src: url('../fonts/ElectroluxSans_3_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 4';
  src: url('../fonts/ElectroluxSans_4_Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Electroluxsans 4';
  src: url('../fonts/ElectroluxSans_Oblique_4_Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}