@font-face {
  font-family: GilamRegular;
  src: url("../../assets/fonts/Gilam/GilamRegular.otf");
}

@font-face {
  font-family: GilamBold;
  src: url("../../assets/fonts/Gilam/GilamBold.otf");
}

@font-face {
  font-family: GilamHeavy;
  src: url("../../assets/fonts/Gilam/GilamHeavy.otf");
}

@font-face {
  font-family: AntikorBook;
  src: url("../../assets/fonts/antikor/Book.ttf");
}

@font-face {
  font-family: AntikorLight;
  src: url("../../assets/fonts/antikor/Light.ttf");
}

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

html {
  scroll-behavior: smooth;
  max-width: 100vw;
}

body {
  position: relative;
  overflow-x: hidden;
  max-width: 100vw;
}

a:hover {
  cursor: pointer;
}

body header, body .services-list .list .service, body .index-desktop .list .service, .contact-form-container {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body header .container .buttons button, .contact-form-container button {
  padding: 7px 5px;
  min-width: 150px;
  background-color: #04142C;
  font-size: 16px;
  color: white;
  border: none;
  -webkit-transition: ease-in-out 0.1s;
  transition: ease-in-out 0.1s;
  font-family: "GilamHeavy";
}

body header .container .buttons button:hover, .contact-form-container button:hover {
  cursor: pointer;
  -webkit-box-shadow: 8px 8px white;
          box-shadow: 8px 8px white;
}

a {
  -webkit-transition: 0.08s ease-in;
  transition: 0.08s ease-in;
  border-bottom: 0px solid white;
}

a::after {
  content: "";
  height: 1px;
  width: 0;
  background-color: white;
  position: absolute;
  top: 50%;
  right: calc(-10vw - 20px);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

nav {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

nav .bar {
  z-index: 102;
  height: 60px;
  max-width: 100vw;
  background-color: #04142C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 5%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

nav .bar .logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

nav .bar .logo-link .logo {
  height: 66%;
}

nav .bar .hamburger {
  margin-bottom: 23px;
}

nav .bar .hamburger:hover {
  cursor: pointer;
}

nav .bar .hamburger .line {
  width: 26px;
  height: 2.5px;
  background-color: white;
  margin-bottom: 3px;
}

nav .bar .desktop {
  display: none;
}

nav .bar .desktop a:hover, nav .bar .desktop #services-link:hover {
  border-bottom: 1px solid white;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  nav .bar .desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    gap: 25px;
  }
  nav .bar .desktop a, nav .bar .desktop #services-link {
    color: white;
    text-decoration: none;
    font-family: "AntikorLight";
    background-color: transparent;
    border: none;
    font-size: inherit;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
  nav .bar .hamburger {
    display: none;
  }
}

section {
  padding: 90px 10%;
}

body header {
  height: calc(100vh - 60px);
  margin-top: 60px;
  background-position: right !important;
  background-size: cover;
  z-index: 0;
}

body header #contact-header {
  padding-top: 40px !important;
}

body header #contact-header .buttons {
  margin-top: 30px;
}

body header #contact-header .buttons a {
  color: white !important;
  text-decoration: none;
}

body header .background-image {
  display: none;
}

body header.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

body header .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0 10%;
  background-color: #0E2C5B;
  color: white;
  padding-top: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 40%, 60% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 40%, 60% 100%, 0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body header .container h1 {
  margin-bottom: 3vh;
  font-size: 33px;
  font-family: "GilamBold";
}

@media screen and (min-width: 1440px) {
  body header .container h1 {
    font-size: 55px !important;
  }
}

body header .container h2 {
  margin-bottom: 3.9vh;
  font-size: 20px;
  width: 95%;
  line-height: 1.5;
  font-family: "GilamBold";
}

@media screen and (min-width: 1440px) {
  body header .container h2 {
    font-size: 30px !important;
  }
}

body header .container p {
  margin-bottom: 5.4vh;
  font-size: 12px;
  line-height: 1.5;
  width: 85%;
  font-family: "AntikorBook";
}

@media screen and (min-width: 1440px) {
  body header .container p {
    font-size: 20px !important;
  }
}

body header .container .info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body header .container .info-container .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-family: "AntikorLight";
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
}

@media screen and (min-width: 1440px) {
  body header .container .info-container .info .text {
    font-size: 20px !important;
    line-height: 33px;
    gap: 10px;
  }
}

body header .container .info-container .info .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body header .container .info-container .info .icon img {
  height: 40px;
}

body header .container .buttons :nth-child(2) {
  margin-top: 2.8vh;
}

body header .container .buttons button {
  display: block;
}

body header .container .buttons button a {
  color: white;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  body header .container .buttons button {
    font-size: 20px !important;
    padding: 15px 30px;
  }
}

body header .mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: visible !important;
  max-width: 100vw;
  z-index: 101;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-animation: drop 1s forwards;
          animation: drop 1s forwards;
  background-color: rgba(0, 0, 0, 0.5);
}

body header .mobile-menu .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8vw;
  margin-top: 20px;
}

body header .mobile-menu .lang a {
  margin: 0 !important;
  margin-left: 20px !important;
}

@-webkit-keyframes drop {
  0% {
    top: -100vh;
  }
  100% {
    top: 60px;
  }
}

@keyframes drop {
  0% {
    top: -100vh;
  }
  100% {
    top: 60px;
  }
}

body header .mobile-menu .background {
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 40%, 60% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 40%, 60% 100%, 0 100%);
  background-color: #0E2C5B;
  z-index: 101;
}

@media screen and (min-width: 475px) {
  body header .mobile-menu .background {
    -webkit-clip-path: polygon(0 0, 70% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 70% 0, 50% 100%, 0 100%);
  }
}

body header .mobile-menu a {
  color: white;
  text-decoration: none;
  font-family: "AntikorLight";
  font-size: 16px;
  margin-bottom: 20px;
  margin-right: 5vw;
  z-index: 102;
  border-bottom: 1px solid transparent;
  text-align: right;
}

body header .mobile-menu a:nth-child(2) {
  margin-top: 30px;
}

body header .mobile-menu a:hover {
  border-bottom: 1px solid white;
}

@media screen and (min-width: 1440px) {
  body header .mobile-menu a {
    font-size: 20px;
  }
  body header .mobile-menu a.sublink {
    font-size: 16px;
  }
}

body header .mobile-menu .sublink {
  font-size: 13px;
  margin-bottom: 12px;
  margin-right: 8vw;
  font-style: italic;
  position: relative;
}

body header .mobile-menu .sublink.first {
  margin-top: -10px;
}

body header .mobile-menu .sublink:hover::after {
  content: "";
  height: 1px;
  width: 10vw;
  background-color: white;
  position: absolute;
  top: 50%;
  right: calc(-10vw - 20px);
}

@media screen and (min-width: 475px) {
  body header {
    height: calc(100vh - 60px);
    margin-top: 60px;
    background-position: left;
    z-index: 0;
  }
  body header #contact-header {
    padding-top: 40px !important;
  }
  body header #contact-header .buttons {
    margin-top: 30px;
  }
  body header .background-image {
    position: absolute;
    top: -5%;
    right: 0;
    width: clamp(50vw, 75vh, 90vh);
    display: block;
    max-height: calc(100vh - 60px);
  }
  body header .background-image > div {
    width: 100%;
  }
  body header .background-image .slick-dots {
    position: absolute;
    top: calc(100vh - 60px);
    z-index: 5;
    left: 0vw;
    -webkit-transform: rotate(23deg);
            transform: rotate(23deg);
  }
  body header .background-image .slick-dots li {
    font-size: 0px;
  }
  body header .background-image .slick-dots li.slick-active button {
    background-color: white;
  }
  body header .background-image .slick-dots li button {
    font-size: 0px;
    margin-bottom: 12px;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    background-color: black;
    border: none;
  }
  body header .background-image .slick-dots li button:hover {
    cursor: pointer;
  }
  body header .container {
    position: relative;
    z-index: 2;
    padding: 0 10%;
    -webkit-clip-path: polygon(0 0, 70% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 70% 0, 50% 100%, 0 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body header .container h1 {
    font-size: 40px;
    width: 60%;
  }
  body header .container h3 {
    font-size: 20px;
    width: 50%;
  }
  body header .container p {
    margin-bottom: 5.4vh;
    font-size: 15px;
    line-height: 1.5;
    width: 40%;
    font-family: "AntikorBook";
  }
  body header .container .info-container .info {
    font-size: 17px;
    line-height: 25px;
  }
  body header .container .buttons :nth-child(2) {
    margin-top: 2.8vh;
  }
  body header .container .buttons button {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  body header {
    height: calc(100vh - 60px);
    margin-top: 60px;
    background-position: right;
    z-index: 0;
  }
  body header #contact-header {
    padding-top: 40px !important;
  }
  body header #contact-header .buttons {
    margin-top: 30px;
  }
  body header .container {
    position: relative;
    z-index: 2;
    padding: 0 10%;
    -webkit-clip-path: polygon(0 0, 70% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 70% 0, 50% 100%, 0 100%);
  }
  body header .container h1 {
    font-size: 40px;
    width: 60%;
  }
  body header .container h3 {
    width: 50%;
  }
  body header .container p {
    margin-bottom: 5.4vh;
    font-size: 12px;
    line-height: 1.5;
    width: 40%;
    font-family: "AntikorBook";
  }
  body header .container .info-container .info {
    font-size: 17px;
    line-height: 25px;
  }
  body header .container .buttons :nth-child(2) {
    margin-top: 2.8vh;
    margin-left: 20px;
  }
  body header .container .buttons button {
    display: inline-block;
  }
}

@media screen and (min-width: 1200px) {
  body header {
    height: calc(100vh - 60px);
    margin-top: 60px;
    background-position: right;
    z-index: 0;
  }
  body header #contact-header {
    padding-top: 40px !important;
  }
  body header #contact-header .buttons {
    margin-top: 30px;
  }
  body header .container {
    position: relative;
    z-index: 2;
    padding: 0 10%;
    -webkit-clip-path: polygon(0 0, 70% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 70% 0, 50% 100%, 0 100%);
  }
  body header .container h1 {
    font-size: 45px;
    width: 60%;
  }
  body header .container h3 {
    width: 50%;
  }
  body header .container p {
    margin-bottom: 5.4vh;
    font-size: 14px;
    line-height: 1.5;
    width: 40%;
    font-family: "AntikorBook";
  }
  body header .container .info-container .info {
    font-size: 17px;
    line-height: 25px;
  }
  body header .container .buttons :nth-child(2) {
    margin-top: 2.8vh;
    margin-left: 20px;
  }
  body header .container .buttons button {
    display: inline-block;
  }
}

body .services-list {
  background-color: #E7E6E6;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .services-list > * {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body .services-list .slides-container {
  position: relative;
}

body .services-list .arrows {
  top: 100px;
}

body .services-list h4 {
  font-family: "GilamHeavy";
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  z-index: 3;
  position: relative;
  margin-bottom: 20px;
}

body .services-list p {
  font-family: "AntikorLight";
  margin: 0 10%;
  text-align: right;
  font-size: 14px;
  z-index: 3;
  position: relative;
}

body .services-list.alternative h4 {
  font-family: "GilamHeavy";
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  z-index: 3;
  position: relative;
  margin-bottom: 20px;
}

body .services-list.alternative p {
  font-family: "AntikorLight";
  margin: 0 10%;
  text-align: right;
  font-size: 14px;
  z-index: 3;
}

body .services-list.alternative .arrows {
  top: 100px;
}

body .services-list h3 {
  font-family: "GilamHeavy";
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 90px;
  z-index: 3;
  position: relative;
}

body .services-list .triangle {
  height: 100vh;
  background-color: white;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 60% 0, 0 80%);
          clip-path: polygon(0 0, 60% 0, 0 80%);
  z-index: 0;
}

body .services-list .list .service {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 26px;
  display: block;
}

body .services-list .list .service:hover {
  cursor: pointer;
}

body .services-list .list .service h2 {
  position: absolute;
  bottom: 35px;
  left: 26px;
  right: 26px;
  font-family: "GilamBold";
  color: white;
  font-size: 34px;
  z-index: 1;
}

body .services-list .list .service .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #04142ccc;
}

body .index-desktop {
  position: relative;
  background-color: #E7E6E6;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .index-desktop > * {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

body .index-desktop .qoute {
  font-family: "GilamHeavy";
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 90px;
  line-height: 1.4;
  z-index: 3;
  position: relative;
}

@media screen and (min-width: 1440px) {
  body .index-desktop .qoute {
    font-size: 30px;
  }
}

body .index-desktop .background {
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  -webkit-clip-path: polygon(0 0, 50% 0, 27.77% 37%, 98% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 0, 27.77% 37%, 98% 100%, 0 100%);
}

body .index-desktop .background-dark {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background-color: #E7E6E6;
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 98% 100%, 27.77% 37%);
          clip-path: polygon(50% 0, 100% 0, 100% 100%, 98% 100%, 27.77% 37%);
}

body .index-desktop .list {
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  body .index-desktop .list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

body .index-desktop .list .service {
  position: relative;
  z-index: 2;
  height: 20vw;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

body .index-desktop .list .service:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body .index-desktop .list .service:hover .overlay {
  -webkit-transform: scale(0);
          transform: scale(0);
}

body .index-desktop .list .service h2 {
  position: absolute;
  bottom: 13px;
  left: 13px;
  right: 5%;
  font-family: "GilamBold";
  color: white;
  font-size: 2vw;
  z-index: 1;
}

body .index-desktop .list .service .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #04142ccc;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

@media screen and (min-width: 1024px) {
  body .index-desktop .list .service {
    height: 16vw;
  }
}

body .index-desktop .transformation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 40px;
  z-index: 3;
  margin-top: 100px;
}

body .index-desktop .transformation h4 {
  font-size: 25px;
  font-family: "GilamHeavy";
  width: 80%;
  margin-bottom: 30px;
}

@media screen and (min-width: 1440px) {
  body .index-desktop .transformation h4 {
    font-size: 35px;
  }
}

body .index-desktop .transformation p {
  font-size: 12px;
  font-family: "AntikorBook";
  margin-bottom: 30px;
  padding-right: 50px;
}

@media screen and (min-width: 1440px) {
  body .index-desktop .transformation p {
    font-size: 20px;
  }
}

body .index-desktop .transformation h2 {
  display: inline-block;
  position: absolute;
  color: white;
  background-color: #04142C;
  padding: 10px 30px 10px 30px !important;
  font-family: "AntikorLight";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  z-index: 5;
  margin-bottom: -3px;
  margin-left: 2px;
}

body .index-desktop .transformation h2:nth-of-type(1) {
  top: -20px;
  left: -60px;
}

body .index-desktop .transformation h2:nth-of-type(2) {
  bottom: -20px;
  right: -50px;
}

body .index-desktop .transformation .info .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}

body .index-desktop .transformation .info .arrows img:hover {
  cursor: pointer;
}

body .index-desktop .transformation .transformation-container {
  position: relative;
}

body .index-desktop .transformation .transformation-slides-container {
  display: block;
  width: 50vw;
}

body .index-desktop .transformation .transformation-slides-container .container {
  position: relative;
  width: 50vw !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 44vw !important;
  -webkit-box-shadow: 15px 15px white;
          box-shadow: 15px 15px white;
}

body .index-desktop .transformation .transformation-slides-container .container .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 60vw 100%;
}

body .index-desktop .transformation .transformation-slides-container .container .background-img-desktop {
  background-image: url("../../assets/images/background/ServicePalube.png");
}

body .index-desktop .transformation .transformation-slides-container .container .foreground-img-desktop {
  background-image: url("../../assets/images/background/ServicePalube.png");
  width: calc(50% + 80px);
  -webkit-clip-path: polygon(0 0, calc(100% - 27vw) 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 27vw) 0, 100% 100%, 0 100%);
}

body .index-desktop .transformation .transformation-slides-container .container .slider-desktop {
  position: absolute;
  -webkit-appearance: none;
  overflow: hidden;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0);
  outline: none;
  margin: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .index-desktop .transformation .transformation-slides-container .container .slider-desktop:hover {
  background: rgba(242, 242, 242, 0);
}

body .index-desktop .transformation .transformation-slides-container .container .slider-desktop::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 5px;
  height: calc(45vw + 150px);
  background: #04142C;
  display: block;
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
  cursor: pointer;
}

body .index-desktop .transformation .transformation-slides-container .container .slider-desktop::-moz-range-thumb {
  width: 6px;
  height: 75vh;
  background: white;
  cursor: pointer;
}

body .index-desktop .transformation .transformation-slides-container .container .slider-button-desktop {
  pointer-events: none;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #04142C;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .index-desktop .transformation .transformation-slides-container .container .slider-button-desktop:after {
  content: "";
  padding: 2px;
  display: inline-block;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body .index-desktop .transformation .transformation-slides-container .container .slider-button-desktop:before {
  content: "";
  padding: 2px;
  display: inline-block;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

body .index-desktop .decking-process {
  background-color: white;
  margin-top: 34vh;
  position: relative;
}

body .index-desktop .decking-process .title {
  position: absolute;
  top: -45px;
  right: 30px;
  z-index: 3;
  font-size: 40px;
  font-family: "GilamHeavy";
  z-index: 1000;
}

@media screen and (min-width: 1440px) {
  body .index-desktop .decking-process .title {
    font-size: 60px;
  }
}

body .index-desktop .decking-process .arrows {
  top: -10vh;
  position: absolute;
  width: 55%;
}

body .index-desktop .decking-process .decking-slides-desktop .decking-slide img {
  max-width: 95%;
}

body .index-desktop .decking-process .decking-slides-desktop .decking-slide p {
  max-width: 70%;
  font-size: 11px;
  line-height: 1.3;
  line-height: 20px;
  margin-top: 20px;
  font-family: "AntikorLight";
  color: #04142C;
}

@media screen and (min-width: 1440px) {
  body .index-desktop .decking-process .decking-slides-desktop .decking-slide p {
    font-size: 16px;
  }
}

body .services-list-desktop {
  background-color: #CED6DD;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  display: none;
}

body .services-list-desktop .service {
  position: relative;
  height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .services-list-desktop .service .slides {
  width: 130vw !important;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-top: 0;
  position: relative;
  margin-left: -60vw !important;
  margin-right: 0 !important;
}

body .services-list-desktop .service .slides .slide img {
  max-width: 95%;
}

body .services-list-desktop .service .arrows.desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  padding: 0 3%;
  width: 65vw;
  top: unset;
  bottom: 10%;
  z-index: 99;
}

body .services-list-desktop .service .arrows.desktop.alternative {
  width: 50vw;
}

body .services-list-desktop .service .arrows.desktop img {
  width: 50px;
}

body .services-list-desktop .service .arrows.desktop * {
  cursor: pointer;
}

body .services-list-desktop .service .divider {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .services-list-desktop .service .divider h4,
body .services-list-desktop .service .divider p {
  width: 50%;
  margin-right: -20%;
  text-align: right;
}

body .services-list-desktop .service .divider h4 {
  font-family: "GilamHeavy";
  font-size: 30px;
  margin-bottom: 30px;
  color: #0E2C5B;
}

body .services-list-desktop .service .divider p {
  font-family: "AntikorLight";
  font-size: 14px;
}

body .services-list-desktop .service .divider.alternative {
  -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
}

@media screen and (min-width: 475px) {
  body .services-list-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body #transformation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 40px;
}

body #transformation h4 {
  font-size: 20px;
  font-family: "GilamHeavy";
  width: 80%;
  margin-bottom: 30px;
}

body #transformation .arrows {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

body #transformation p {
  font-size: 14px;
  font-family: "AntikorBook";
  margin-bottom: 30px;
}

body #transformation h2 {
  display: inline-block;
  color: white;
  background-color: black;
  padding: 15px 25px;
  font-family: "GilamHeavy";
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
  margin-bottom: -3px;
  margin-left: 2px;
}

body #transformation h2:nth-of-type(1) {
  padding-bottom: 15px;
}

body #transformation h2:nth-of-type(2) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: -2px;
  margin-right: 2px;
  padding-top: 15px;
}

body #transformation .container {
  position: relative;
  width: 100%;
  height: 70vh;
  border: 2px solid white;
  overflow: hidden;
}

body #transformation .container .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

body #transformation .container .background-img {
  background-image: url("../../assets/images/background/ServicePalube.png");
}

body #transformation .container .foreground-img {
  background-image: url("../../assets/images/background/ServicePalube.png");
  width: calc(50% + 80px);
  -webkit-clip-path: polygon(0 0, calc(100% - 25vh) 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 25vh) 0, 100% 100%, 0 100%);
}

body #transformation .container .slider {
  position: absolute;
  -webkit-appearance: none;
  overflow: hidden;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0);
  outline: none;
  margin: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #transformation .container .slider:hover {
  background: rgba(242, 242, 242, 0);
}

body #transformation .container .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: calc(70vh + 100px);
  background: black;
  display: block;
  -webkit-transform: rotateZ(-20deg);
          transform: rotateZ(-20deg);
  cursor: pointer;
}

body #transformation .container .slider::-moz-range-thumb {
  width: 6px;
  height: 75vh;
  background: white;
  cursor: pointer;
}

body #transformation .container .slider-button {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: black;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #transformation .container .slider-button:after {
  content: "";
  padding: 7px;
  display: inline-block;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body #transformation .container .slider-button:before {
  content: "";
  padding: 7px;
  display: inline-block;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

body .decking-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #E7E6E6;
  position: relative;
  padding-bottom: -0 !important;
}

body .decking-process h3 {
  font-size: 20px;
  font-family: "GilamHeavy";
  color: #04142C;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 30px;
}

body .decking-process .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 80vw;
  top: 50px;
  z-index: 99;
}

body .decking-process .arrows * {
  cursor: pointer;
}

body .decking-process .decking-slides-container {
  position: relative;
}

body .decking-process .decking-slides {
  margin: 0 -10vw;
  max-width: 100vw;
}

body .decking-process .decking-slides .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .decking-process .decking-slides .slide h4 {
  font-family: "AntikorLight";
  text-transform: uppercase;
  margin-bottom: 70px;
  width: 80vw;
  text-align: right;
}

body .decking-process .decking-slides .slide p {
  margin-top: 30px;
  font-family: "AntikorLight";
  line-height: 1.3;
  margin-bottom: 50px;
  padding: 0 15%;
}

body .decking-process .decking-slides .slide img {
  width: 100vw;
}

footer {
  background-color: #04142C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 15%;
}

footer .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  gap: 20px;
}

footer .social-icons a {
  width: 30px;
}

footer .social-icons a img {
  fill: white;
  width: 100%;
}

footer h4 {
  font-family: "AntikorLight";
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}

footer h4 a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
}

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

footer .line {
  width: 50%;
  height: 1px;
  background-color: white;
  margin: 30px 0;
}

@media screen and (min-width: 1024px) {
  footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 5%;
    gap: 30px;
  }
  footer .social-icons {
    margin-bottom: 0;
  }
  footer .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  footer .line {
    height: 40px;
    width: 1px;
    margin: 0;
  }
}

.hide {
  display: none !important;
}

.contact-form-container {
  position: relative;
  background-image: url("../../assets/images/background/headerBackground.png");
  padding: 0;
  z-index: 1000;
}

.contact-form-container button {
  width: 200px;
  position: absolute;
  bottom: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  padding: 5px 0;
  background-color: #04142C;
  border: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: white;
  font-family: "GilamHeavy";
}

@media screen and (min-width: 1440px) {
  .contact-form-container button {
    font-size: 25px !important;
    padding: 15px 30px;
    margin-top: 20px;
  }
}

.contact-form-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 10% 100px 10%;
  z-index: inherit;
  background-color: rgba(2, 13, 58, 0.8);
}

.contact-form-container form h3 {
  color: white;
  font-family: "GilamHeavy";
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 1440px) {
  .contact-form-container form h3 {
    font-size: 30px !important;
  }
}

@media screen and (min-width: 1440px) {
  .contact-form-container form input,
  .contact-form-container form textarea {
    font-size: 22px !important;
  }
}

.contact-form-container form input {
  margin-bottom: 15px;
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  opacity: 0.5;
  font-family: "AntikorLight";
}

.contact-form-container form input:focus {
  opacity: 1;
}

.contact-form-container form textarea {
  margin-bottom: 15px;
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  opacity: 0.5;
  font-family: "AntikorLight";
}

.contact-form-container form textarea:focus {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .contact-form-container form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 90px 10% 150px;
  }
  .contact-form-container form h3 {
    width: 100%;
  }
  .contact-form-container input {
    width: 49%;
    padding: 20px 30px !important;
  }
  .contact-form-container input:nth-of-type(1) {
    margin-right: 10%;
  }
  .contact-form-container textarea {
    width: 100%;
    padding: 20px 30px !important;
  }
  .contact-form-container button {
    margin: 0 auto;
  }
}

.services-body .slides {
  margin: 0 -10vw;
  margin-top: 170px;
}

.services-body .slides .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 60vh;
}

.services-body .slides .slide h4 {
  font-family: "AntikorLight";
  text-transform: uppercase;
  text-align: center;
}

.services-body .slides .slide p {
  font-family: "GilamHeavy";
  margin-bottom: 100px;
  text-align: center;
}

.services-body .slides .slide img {
  width: 100vw;
}

.services-body .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 80vw;
  top: 250px;
  z-index: 99;
}

.services-body .arrows * {
  cursor: pointer;
}

@media screen and (min-width: 475px) {
  .mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .tablet {
    display: none !important;
  }
}

.desktop {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.list h2 {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

.underline {
  border-bottom: 1px solid white !important;
}
/*# sourceMappingURL=style.css.map */