body {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.header {
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.slide_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.header_subtitle {
  color: #f8b333;
  font-weight: 500;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.containerisometric {
  position: absolute;
  left: 9%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 386px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.container-2 {
  height: 80px;
  margin-top: 30px;
  border-radius: 7px;
  background-color: #000;
}

.nav_links {
  z-index: 32;
  color: #fff;
  font-weight: 500;
}

.nav_links.w--current {
  color: #f8b333;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.isometric_img1 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 386px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
  -webkit-transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate(-166px, -29px);
  transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate(-166px, -29px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: all 200ms cubic-bezier(.175, .885, .32, 1.275);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.isometric_img1:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .25);
  -webkit-transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate3d(-166px, -29px, 12px);
  transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate3d(-166px, -29px, 12px);
}

.navbar {
  position: fixed;
  top: 0px;
  width: 100vw;
  background-color: transparent;
}

.div-block {
  width: 50px;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #f8b333;
}

.text-block {
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.section-1 {
  position: relative;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin: 20px 10px;
  padding: 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;
  border-radius: 7px;
  background-color: #000;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, .1);
}

.card_text {
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.column-perspective {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.columns {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
}

.card_effetbrillant {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.12;
  -webkit-filter: blur(70px);
  filter: blur(70px);
}

.isometric_img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 190px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
  -webkit-transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate(209px, -103px);
  transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate(209px, -103px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: all 200ms cubic-bezier(.175, .885, .32, 1.275);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.isometric_img2:hover {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .25);
  -webkit-transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate3d(209px, -103px, 12px);
  transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate3d(209px, -103px, 12px);
}

.isometric_img3 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 386px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
  -webkit-transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate(130px, -382px);
  transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate(130px, -382px);
  -webkit-transition: all 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: all 200ms cubic-bezier(.175, .885, .32, 1.275);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.isometric_img3:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .25);
  -webkit-transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate3d(130px, -382px, 12px);
  transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate3d(130px, -382px, 12px);
}

.isometric_img4 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 203px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25);
  -webkit-transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate(500px, -450px);
  transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate(500px, -450px);
  -webkit-transition: all 200ms cubic-bezier(.175, .885, .32, 1.275);
  transition: all 200ms cubic-bezier(.175, .885, .32, 1.275);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.isometric_img4:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .25);
  -webkit-transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate3d(500px, -450px, 12px);
  transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate3d(500px, -450px, 12px);
}

.isometric_img5 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 386px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
  -webkit-transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate(437px, -740px);
  transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate(437px, -740px);
  -webkit-transition: all 200ms cubic-bezier(.6, -.28, .735, .045);
  transition: all 200ms cubic-bezier(.6, -.28, .735, .045);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.isometric_img5:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .25);
  -webkit-transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate3d(437px, -740px, 12px);
  transform: rotateX(57deg) rotateY(0deg) rotateZ(50deg) translate3d(437px, -740px, 12px);
}

.image {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: auto;
  height: 100%;
}

.image-2 {
  position: absolute;
  left: -40%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 300px;
  margin: auto;
}

.div-block-4 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 500px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.line_or {
  position: absolute;
  left: 40%;
  top: 29%;
  right: 0%;
  bottom: 0%;
  width: 150px;
  height: 2px;
  background-color: #f8b333;
}

.line_or2 {
  position: absolute;
  left: 36%;
  top: 48%;
  right: 0%;
  bottom: 0%;
  width: 150px;
  height: 2px;
  background-color: #f8b333;
}

.line_or3 {
  position: absolute;
  left: 30%;
  top: 82%;
  right: 0%;
  bottom: 0%;
  width: 100px;
  height: 2px;
  background-color: #f8b333;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.text2 {
  position: absolute;
  left: 53%;
  top: 25%;
  right: 0%;
  bottom: 0%;
  width: 400px;
}

.text2-copy {
  position: absolute;
  left: 49%;
  top: 45%;
  right: 0%;
  bottom: 0%;
  width: 400px;
}

.text3 {
  position: absolute;
  left: 38%;
  top: 86%;
  right: 0%;
  bottom: 0%;
  width: 400px;
}

.brand {
  margin-right: 7%;
  margin-left: 7%;
}

.flag {
  display: inline-block;
  width: 70px;
  height: 10px;
  background-color: transparent;
}

.flag.flag-white {
  background-color: #fff;
}

.flag.flag-red {
  background-color: #ed2939;
}

.flag.flag-blue {
  background-color: #002395;
}

.container_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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;
}

.bgd-containerisometric {
  position: relative;
  z-index: -5;
  display: block;
  width: 1200px;
  height: 386px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.35;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.button2 {
  position: relative;
  padding: 15px 30px;
  border-radius: 7px;
  background-color: #000;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
  -webkit-transition: all 200ms cubic-bezier(.23, 1, .32, 1);
  transition: all 200ms cubic-bezier(.23, 1, .32, 1);
}

.button2:hover {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .3);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.button2:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
}

.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
}

.heading {
  color: #fff;
}

.heading-2 {
  color: #fff;
}

.heading-3 {
  color: #fff;
}

.link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.social {
  display: block;
  -webkit-transition: font-size 200ms cubic-bezier(.86, 0, .07, 1);
  transition: font-size 200ms cubic-bezier(.86, 0, .07, 1);
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  text-decoration: none;
}

.social:hover {
  font-size: 35px;
}

.body {
  padding-top: 160px;
}

.navigation-effect_img-1 {
  position: absolute;
  left: 0px;
  top: 45px;
  right: 0px;
  bottom: 0px;
  z-index: 31;
  display: block;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
}

.navigation_effect {
  position: relative;
}

.navigation-effect_img-2 {
  position: absolute;
  left: 0px;
  top: 45px;
  right: 0px;
  bottom: 0px;
  z-index: 31;
  display: block;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
}

.navigation-effect_img-3 {
  position: absolute;
  left: 0px;
  top: 45px;
  right: 0px;
  bottom: 0px;
  z-index: 31;
  display: block;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
}

.navigation-effect_img-4 {
  position: absolute;
  left: 0px;
  top: 45px;
  right: 0px;
  bottom: 0px;
  z-index: 31;
  display: block;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
}

.column-2 {
  bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.button-2 {
  position: absolute;
  padding: 15px 30px;
  border-radius: 7px;
  background-color: #000;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
  -webkit-transition: all 200ms cubic-bezier(.23, 1, .32, 1);
  transition: all 200ms cubic-bezier(.23, 1, .32, 1);
}

.button-2:hover {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .3);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.button-2:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.link-2 {
  font-family: 'Fa 300', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.text-white {
  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;
  color: hsla(38.984771573604064, 0.00%, 35.33%, 1.00);
  font-size: 10px;
}

.link_personal {
  padding-right: 5px;
  padding-left: 5px;
  color: hsla(38.984771573604064, 100.00%, 24.00%, 1.00);
  font-size: 10px;
  text-decoration: none;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.tab_link {
  display: block;
  width: 300px;
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc800), to(hsla(38.984771573604064, 93.36%, 58.63%, 1.00)));
  background-image: linear-gradient(180deg, #ffc800, hsla(38.984771573604064, 93.36%, 58.63%, 1.00));
  -webkit-transition: all 200ms cubic-bezier(.755, .05, .855, .06);
  transition: all 200ms cubic-bezier(.755, .05, .855, .06);
}

.tab_link.w--current {
  overflow: hidden;
  clear: right;
}

.accordion-container {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding-top: 50px;
  border-radius: 4px;
}

.accordion-tab-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 18px;
  cursor: pointer;
}

.accordion-tab-button:hover {
  background-color: #eee;
}

.accordion-arrow {
  width: 15px;
  opacity: 0.8;
}

.accordion-panel {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: inset 0 9px 25px -15px #000;
}

.accordion-pane-content {
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-pane-tab-1 {
  padding-top: 50px;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -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: hsla(38.984771573604064, 0.00%, 0.00%, 1.00);
}

.plaque_domino_decription {
  display: -ms-grid;
  display: grid;
  width: 189px;
  height: 340px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 3px solid #000;
  border-radius: 5px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.plaque-foyer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 3px solid #000;
  border-radius: 100%;
}

.plaque-foyer-legende {
  text-align: center;
}

.plaque-foyer-xl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 3px solid #000;
  border-radius: 100%;
}

.plaque_img {
  position: absolute;
  height: 280px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.column-3 {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.tab_img {
  height: 180px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tab_img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.tab_img:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.plaque_domino_img_indb3f1b {
  position: absolute;
  width: 190px;
}

.plaque_decription {
  display: -ms-grid;
  display: grid;
  width: 317px;
  height: 279px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". ." ". .";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
  border: 3px solid #000;
  border-radius: 5px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.tab-pane-tab-2 {
  padding-top: 50px;
}

.tab-pane-tab-3 {
  padding-top: 50px;
}

.tab-pane-tab-4 {
  padding-top: 50px;
}

.tab-pane-tab-5 {
  padding-top: 50px;
}

.plaque-foyer-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 110px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 3px solid #000;
  border-radius: 100%;
}

.tab_img2 {
  height: 180px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tab_img2:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.tab_img2:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.form {
  width: 80%;
  padding: 50px;
  border-radius: 7px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
}

.success-message {
  border-radius: 5px;
  background-color: hsla(38.984771573604064, 93.36%, 58.63%, 1.00);
}

.error-message {
  margin-top: 73px;
  border-radius: 5px;
}

.text-field {
  height: 50%;
}

.checkbox-field {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pop-up {
  display: none;
}

.header2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, hsla(38.984771573604064, 93.36%, 58.63%, 1.00)), to(hsla(38.984771573604064, 93.36%, 58.63%, 0.60))), url('../images/img-fabrication-min.jpg');
  background-image: linear-gradient(180deg, hsla(38.984771573604064, 93.36%, 58.63%, 1.00) 10%, hsla(38.984771573604064, 93.36%, 58.63%, 0.60)), url('../images/img-fabrication-min.jpg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
}

.header_text {
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.heading-4 {
  color: #fff;
}

.paragraph {
  width: 60px;
  height: 60px;
  font-family: 'Fa 300', sans-serif;
  font-size: 60px;
  line-height: 50px;
}

.column-4 {
  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;
}

.columns-4 {
  padding-top: 30px;
  padding-bottom: 25px;
}

.img-induction {
  width: 60px;
}

.heading-5 {
  margin-top: 50px;
  text-align: center;
}

.block-quote {
  border-left-color: hsla(38.984771573604064, 93.36%, 58.63%, 1.00);
  font-style: italic;
  font-weight: 700;
}

.container-3 {
  padding-top: 50px;
}

.column-5 {
  height: 200px;
  background-image: url('../images/VIT4FNB.png');
  background-position: 65% 96%;
  background-size: auto 1000px;
  background-repeat: no-repeat;
}

.column-6 {
  height: 200px;
  background-image: url('../images/INDB3F1B.png');
  background-position: 100% 50%;
  background-size: auto 400px;
  background-repeat: no-repeat;
}

.columns-5 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.button3 {
  position: relative;
  padding: 15px 30px;
  border-radius: 7px;
  background-color: #000;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
  -webkit-transition: all 200ms cubic-bezier(.23, 1, .32, 1);
  transition: all 200ms cubic-bezier(.23, 1, .32, 1);
}

.button3:hover {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .3);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.button3:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.section-3 {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 500px;
}

.bold-text {
  display: none;
}

.eco-part {
  margin-top: -6px;
}

html.w-mod-js *[data-ix="mouse-hover"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media (max-width: 991px) {
  .image {
    left: -227px;
  }
  .image-2 {
    height: 250px;
  }
  .line_or2 {
    left: 38%;
  }
  .line_or3 {
    top: 78%;
  }
  .text2 {
    left: 61%;
    width: 300px;
  }
  .text2-copy {
    left: 59%;
    width: 300px;
  }
  .text3 {
    left: 43%;
    top: 81%;
    width: 300px;
  }
  .tab_link {
    width: 150px;
    height: 150px;
  }
  .tab_img {
    height: 80px;
  }
  .tab_img2 {
    height: 80px;
  }
  .form {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .containerisometric {
    left: -291px;
    width: 500px;
  }
  .container-2 {
    background-color: transparent;
  }
  .nav_links {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 30px;
  }
  .nav_links.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
  }
  .nav-menu {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    background-color: #000;
  }
  .image {
    left: -155px;
  }
  .image-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  .line_or {
    display: none;
  }
  .line_or2 {
    display: none;
  }
  .line_or3 {
    display: none;
  }
  .text2 {
    display: none;
  }
  .text2-copy {
    display: none;
  }
  .text3 {
    display: none;
  }
  .brand {
    display: none;
  }
  .heading {
    text-align: center;
  }
  .heading-2 {
    text-align: center;
  }
  .heading-3 {
    text-align: center;
  }
  .link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .body {
    padding-top: 94px;
  }
  .navigation-effect_img-1 {
    display: none;
  }
  .navigation-effect_img-2 {
    display: none;
  }
  .navigation-effect_img-3 {
    display: none;
  }
  .navigation-effect_img-4 {
    display: none;
  }
  .columns-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;
  }
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .column-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-button {
    z-index: 999;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .icon {
    border-style: solid;
    border-width: 3px;
    border-radius: 5px;
    -webkit-transform: perspective(100px);
    transform: perspective(100px);
    font-size: 40px;
  }
  .column-3 {
    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;
  }
  .div-block-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 70%;
    height: 70%;
    margin: auto;
    border-radius: 100%;
    background-color: hsla(38.984771573604064, 93.36%, 58.63%, 1.00);
  }
  .btn-effect {
    position: absolute;
    left: 53%;
    top: 27%;
    right: 0%;
    bottom: 0%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: hsla(38.984771573604064, 93.36%, 58.63%, 0.30);
  }
  .pop-up {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: #fff;
  }
  .description {
    position: absolute;
    left: 30%;
    top: 39%;
    right: 0%;
    bottom: 0%;
    width: 300px;
    color: hsla(38.984771573604064, 93.36%, 58.63%, 1.00);
    text-align: center;
  }
  .btn-effect2 {
    position: absolute;
    left: 57%;
    top: 45%;
    right: 0%;
    bottom: 0%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: hsla(38.984771573604064, 93.36%, 58.63%, 0.30);
  }
  .btn-effect3 {
    position: absolute;
    left: 39%;
    top: 66%;
    right: 0%;
    bottom: 0%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: hsla(38.984771573604064, 93.36%, 58.63%, 0.30);
  }
  .description-2 {
    position: absolute;
    left: 35%;
    top: 56%;
    right: 0%;
    bottom: 0%;
    width: 300px;
    color: hsla(38.984771573604064, 93.36%, 58.63%, 1.00);
    text-align: center;
  }
  .description-3 {
    position: absolute;
    left: 16%;
    top: 78%;
    right: 0%;
    bottom: 0%;
    width: 300px;
    color: hsla(38.984771573604064, 93.36%, 58.63%, 1.00);
    text-align: center;
  }
  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-6 {
    background-size: cover;
  }
}

@media (max-width: 479px) {
  .containerisometric {
    left: -143px;
  }
  .tab_link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .pop-up {
    position: fixed;
  }
  .description {
    position: absolute;
    left: 24%;
    top: 40%;
    right: 0%;
    bottom: 0%;
    width: 200px;
  }
  .description-2 {
    position: absolute;
    left: 33%;
    top: 55%;
    right: 0%;
    bottom: 0%;
    width: 200px;
  }
  .description-3 {
    position: absolute;
    left: 13%;
    top: 77%;
    right: 0%;
    bottom: 0%;
    width: 200px;
  }
  .column-5 {
    background-size: auto 800px;
  }
  .column-6 {
    background-size: auto 450px;
  }
}

#w-node-0aad23252ac3-c8851d24 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b5a87429fac3-c8851d24 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0aad23252ac8-c8851d24 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c0083301b75f-c8851d24 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c0083301b764-c8851d24 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7a003f9baf27-c8851d24 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7a003f9baf2c-c8851d24 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7a003f9baf31-c8851d24 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-0589b4b765c1-c8851d24 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dbf3a7e8f534-c8851d24 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dbf3a7e8f539-c8851d24 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d6aebdf831d7-c8851d24 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d6aebdf831dc-c8851d24 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d6aebdf831e1-c8851d24 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.eot') format('embedded-opentype'), url('../fonts/fa-light-300.woff') format('woff'), url('../fonts/fa-light-300.ttf') format('truetype'), url('../fonts/fa-light-300.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}