<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-size: 16px;
  font-family: "Inter";
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  background-color: #1C1C1E;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
figure, hr, fieldset, legend {
  margin: 0;
  padding: 0;
}

/* Remove default padding */
ul, ol {
  list-style: none;
}

/* Set core root defaults */
*, html, html:focus-within {
  scroll-behavior: smooth !important;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove default border */
fieldset {
  border: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
  height: auto;
}

svg:not(.svg-unique) path {
  fill: currentColor;
}

/* Remove built-in form typography styles */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove animations and transitions for people who prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-display: swap;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: url("./../fonts/playfair-display-v37-cyrillic_latin_latin-ext_vietnamese-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("./../fonts/inter-v13-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("./../fonts/inter-v13-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("./../fonts/inter-v13-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("./../fonts/inter-v13-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.woff2") format("woff2");
}
h1 {
  font-size: 84px;
  font-weight: 700;
  line-height: 1.2em;
  font-family: "Playfair Display";
}
@media screen and (max-width: 48em) {
  h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 40em) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2em;
  font-family: "Playfair Display";
}
@media screen and (max-width: 64em) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 40em) {
  h2 {
    font-size: 28px;
  }
}

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

.text-bold {
  font-weight: 700;
}

.text-blue {
  color: #00A5D0;
}

.text-muted {
  color: #8C8C8C;
}

.text-xxl {
  font-size: 50px;
}
@media screen and (max-width: 64em) {
  .text-xxl {
    font-size: 40px;
  }
}
@media screen and (max-width: 40em) {
  .text-xxl {
    font-size: 32px;
  }
}

.text-lg {
  font-size: 26px;
}
@media screen and (max-width: 90em) {
  .text-lg {
    font-size: 20px;
  }
}

.text-md {
  font-size: 24px;
}
@media screen and (max-width: 90em) {
  .text-md {
    font-size: 18px;
  }
}

p, .text {
  font-size: 16px;
  line-height: 1.4em;
}

.list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.list li {
  list-style: none;
  list-style-type: none;
  padding-left: 22px;
  position: relative;
}
.list li:before {
  content: "";
  position: absolute;
  border: 2px solid #00A5D0;
  border-radius: 100%;
  width: 11px;
  height: 11px;
  left: 0;
  top: 6px;
}

section.general {
  padding-top: 154px;
  padding-bottom: 140px;
}
@media screen and (max-width: 40em) {
  section.general {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}

.container {
  display: block;
  width: 1440px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero .hero-foreground {
  width: 100%;
  position: relative;
  z-index: 2;
}
.hero .hero-foreground .hero-overlay {
  background-color: rgba(28, 28, 30, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero .hero-foreground .hero-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 265px;
  left: 0;
  top: 0;
}
.hero .hero-foreground .hero-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 265px;
  left: 0;
  bottom: 0;
}
.hero .hero-foreground .container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero .hero-foreground .container .container-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
}
.hero .hero-foreground .container .container-inner h1 {
  margin-bottom: 32px;
}
.hero .hero-foreground .container .container-inner .cta-box {
  display: flex;
}
.hero .hero-foreground .swiper-nav-row {
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 112px;
  display: flex;
  justify-content: center;
  gap: 32px;
}
.hero .hero-foreground .swiper-nav-row .hero-swiper-nav-btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px #FFFFFF solid;
  border-radius: 100%;
  background-color: #00000000;
  color: #FFFFFF;
  transition: 0.3s color, 0.3s background-color, 0.3s border-color;
}
.hero .hero-foreground .swiper-nav-row .hero-swiper-nav-btn svg {
  position: relative;
}
.hero .hero-foreground .swiper-nav-row .hero-swiper-nav-btn:hover {
  color: #1C1C1E;
  background-color: #00A5D0;
  border-color: #00A5D0;
}
.hero .hero-foreground .swiper-nav-row .hero-swiper-nav-btn.hs-prev svg {
  transform: translateX(-1px);
}
.hero .hero-foreground .swiper-nav-row .hero-swiper-nav-btn.hs-next svg {
  transform: translateX(1px);
}
.hero .hero-swiper-wrapper, .hero .swiper-wrapper, .hero .swiper-3d {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero .swiper-slide {
  width: 100%;
  height: 100%;
}
.hero .swiper-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 40em) {
  .hero .hero-foreground .container {
    align-items: start;
  }
  .hero .hero-foreground .container .container-inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.innosteel .container {
  display: flex;
  flex-direction: column;
}
.innosteel .container .logo {
  width: 100%;
}
.innosteel .container .logo svg {
  display: inline-block;
  width: 265px;
}
.innosteel .container .about {
  margin-top: 26px;
  margin-bottom: 32px;
}
.innosteel .container .about .about-title {
  display: block;
  margin-bottom: 12px;
}
.innosteel .container .about .about-text {
  margin: 0;
}
.innosteel .container .what-we-do {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 36px;
}
.innosteel .container .what-we-do .item {
  cursor: pointer;
}
.innosteel .container .what-we-do .item:hover img {
  opacity: 1;
}
.innosteel .container .what-we-do .item img {
  opacity: 0.4;
  transition: 0.3s opacity;
}
@media (hover: none) {
  .innosteel .container .what-we-do .item img {
    opacity: 1;
  }
}
.innosteel .container .what-we-do .item .img-box {
  position: relative;
}
.innosteel .container .what-we-do .item .img-box:before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #1C1C1E, #00000000);
}
.innosteel .container .what-we-do .item span {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: -8px;
}
@media screen and (max-width: 80em) {
  .innosteel .container .what-we-do {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 40em) {
  .innosteel .container .what-we-do {
    grid-template-columns: 1fr;
  }
}

.realisations .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
.realisations .container .item {
  position: relative;
}
.realisations .container .item:before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 60%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #1C1C1E, #00000000);
}
.realisations .container .item:hover .item-cover {
  opacity: 1;
}
.realisations .container .item:hover .item-footer .read-more svg {
  transform: translateX(6px);
}
.realisations .container .item .item-cover {
  opacity: 0.4;
  transition: 0.3s opacity;
}
@media (hover: none) {
  .realisations .container .item .item-cover {
    opacity: 1;
  }
}
.realisations .container .item .item-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 30px;
  z-index: 3;
}
.realisations .container .item .item-footer .item-name {
  display: block;
}
.realisations .container .item .item-footer .read-more {
  color: #00A5D0;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
.realisations .container .item .item-footer .read-more svg {
  margin-left: 12px;
  position: relative;
  transform: translateX(0px);
  transition: 0.3s transform;
}
.realisations .container .item .award-img {
  width: 130px;
  margin-bottom: 16px;
}
.realisations .container .item .vip-badge {
  z-index: 4;
  position: absolute;
  width: 80px;
  top: 24px;
  right: 34px;
}
.realisations .container .item .vip-badge svg {
  display: block;
  width: 100%;
}
@media screen and (max-width: 64em) {
  .realisations .container {
    grid-template-columns: 1fr;
  }
  .realisations .container .item:before {
    height: 100%;
  }
  .realisations .container .item .item-footer {
    padding: 8px 16px;
  }
  .realisations .container .item .award-img {
    width: 68px;
    margin-left: auto;
    margin-bottom: 0px;
  }
  .realisations .container .item .vip-badge {
    width: 50px;
    top: 8px;
    right: 8px;
  }
}

.about-us .container {
  display: flex;
  flex-direction: row;
  gap: 44px;
}
.about-us .container .person-card {
  position: relative;
  overflow: hidden;
}
.about-us .container .person-card .about-card {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 44px 54px;
}
.about-us .container .person-card .about-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #232323, #232323 20%, #00000000);
}
.about-us .container .person-card .about-card h2, .about-us .container .person-card .about-card p, .about-us .container .person-card .about-card a {
  z-index: 3;
  position: relative;
}
.about-us .container .person-card .about-card p {
  display: block;
  margin-top: 12px;
  margin-bottom: 20px;
}
.about-us .container .person-card .about-card a {
  color: #00A5D0;
}
@media screen and (max-width: 64em) {
  .about-us .container {
    flex-direction: column;
  }
  .about-us .container .person-card .about-card {
    padding: 24px 28px;
  }
  .about-us .container .person-card .about-card:before {
    height: 120%;
  }
}
@media screen and (max-width: 40em) {
  .about-us .container {
    flex-direction: column;
  }
  .about-us .container .person-card .about-card {
    padding: 24px 16px;
    position: relative;
    background-color: #232323;
    margin-top: -18%;
  }
  .about-us .container .person-card .about-card p br {
    display: none;
  }
  .about-us .container .person-card .about-card:before {
    display: none;
  }
}

.realisation-detail .container {
  display: grid;
  grid-template-columns: 60% 40%;
}
.realisation-detail .container h2 {
  margin-top: 0;
  margin-bottom: 28px;
  grid-column: 1/2;
  padding-right: 76px;
}
.realisation-detail .container .about-realisation {
  grid-column: 1/2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 76px;
}
.realisation-detail .container .about-realisation p {
  margin-top: 0px;
  display: block;
}
.realisation-detail .container .about-realisation .space-lg {
  margin-bottom: 36px;
}
.realisation-detail .container .about-realisation .space-sm {
  margin-bottom: 12px;
}
.realisation-detail .container .about-realisation .arrow-cta {
  margin-top: 64px;
}
.realisation-detail .container .banner-wrap {
  padding-right: 14px;
}
.realisation-detail .container .award-banner {
  padding: 36px 80px 36px 40px;
  display: flex;
  margin-bottom: 36px;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 80%);
}
.realisation-detail .container .award-banner .banner-caption {
  padding-right: 54px;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2em;
}
.realisation-detail .container .award-banner .award-img {
  flex: 0 0 150px;
}
.realisation-detail .container .swiper-outer-box {
  grid-column: 2/3;
  grid-row: 1/3;
}
.realisation-detail .container .swiper-outer-box .sticky-box {
  position: sticky;
  top: 40px;
  width: 100%;
}
.realisation-detail .container .swiper-outer-box .sticky-box .realisation-swiper, .realisation-detail .container .swiper-outer-box .sticky-box .swiper-wrapper {
  width: 100%;
}
.realisation-detail .container .btn-wrap {
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.realisation-detail .container .btn-wrap button:nth-child(2) {
  margin-bottom: -70px;
}
.realisation-detail .container .implementation-detail {
  background-color: #00A5D0;
  padding: 16px 28px;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  gap: 12px;
}
.realisation-detail .container .implementation-detail:hover svg {
  transform: translateX(6px);
}
.realisation-detail .container .implementation-detail svg {
  position: relative;
  transform: translateX(0px);
  transition: 0.3s transform;
}
@media screen and (max-width: 90em) {
  .realisation-detail .container .award-banner .banner-caption {
    font-size: 24px;
  }
}
@media screen and (max-width: 80em) {
  .realisation-detail .container .about-realisation, .realisation-detail .container h2 {
    padding-right: 40px;
  }
  .realisation-detail .container .award-banner {
    padding: 28px 46px 28px 32px;
  }
  .realisation-detail .container .award-banner .banner-caption {
    padding-right: 32px;
  }
}
@media screen and (max-width: 48em) {
  .realisation-detail .container {
    grid-template-columns: 1fr;
  }
  .realisation-detail .container .award-banner {
    padding: 16px 24px 16px 24px;
  }
  .realisation-detail .container .award-banner .banner-caption {
    font-size: 18px;
  }
  .realisation-detail .container .award-banner .award-img {
    flex: 0 0 80px;
  }
  .realisation-detail .container h2 {
    padding-right: 0px;
    -webkit-order: 1;
    order: 1;
    grid-column: 1/3;
  }
  .realisation-detail .container .about-realisation {
    padding-right: 0px;
    -webkit-order: 3;
    order: 3;
    grid-column: 1/3;
  }
  .realisation-detail .container .swiper-outer-box {
    margin-bottom: 48px;
    -webkit-order: 2;
    order: 2;
    grid-column: 1/3;
    grid-row: none;
  }
  .realisation-detail .container .swiper-outer-box.two-buttons {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 40em) {
  .realisation-detail .container .award-banner {
    flex-direction: column;
  }
  .realisation-detail .container .award-banner .banner-caption {
    padding-right: 0px;
  }
  .realisation-detail .container .award-banner .award-img {
    margin-top: 24px;
    flex: 0 0 100%;
    max-width: 180px;
  }
}

.our-services .container {
  display: flex;
}
.our-services .container .our-services-box {
  flex: 0 0 60%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 76px;
}
.our-services .container .our-services-box h2 {
  margin-top: 0;
  margin-bottom: 8px;
}
.our-services .container .our-services-box p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.our-services .container .our-services-box p a {
  text-decoration: underline;
}
.our-services .container .our-services-box .cta-row {
  display: flex;
  gap: 54px;
  margin-top: 32px;
}
.our-services .container .img-box {
  flex: 0 0 40%;
}
@media screen and (max-width: 80em) {
  .our-services .container .our-services-box {
    padding-right: 40px;
  }
}
@media screen and (max-width: 40em) {
  .our-services .container {
    flex-direction: column;
  }
  .our-services .container .our-services-box {
    padding-right: 0px;
    flex: 0 0 100%;
  }
  .our-services .container .img-box {
    margin-top: 48px;
    flex: 0 0 100%;
  }
}

.contact .container {
  display: flex;
}
.contact .container .bg-gradient {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 80%);
}
.contact .container .contact-info {
  padding-top: 40px;
  padding-right: 78px;
  flex: 0 0 55%;
}
.contact .container .contact-info .sub-text {
  font-size: 21px;
}
.contact .container .contact-info .general-info {
  display: flex;
  gap: 42px;
}
.contact .container .contact-info .general-info .list {
  margin-top: 8px;
}
.contact .container .contact-info .general-info .text-muted {
  font-size: 13px;
  margin-top: -2px;
  display: block;
}
.contact .container .contact-info .company-logo {
  margin-bottom: 13px;
  width: 128px;
  margin-top: 42px;
}
.contact .container .contact-info .company-logo.is-logo {
  width: 160px;
}
.contact .container .contact-info .contact-cards {
  display: flex;
  gap: 38px;
  margin-bottom: 58px;
  margin-top: 24px;
}
.contact .container .contact-info .contact-cards .card {
  padding: 34px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contact .container .contact-info .contact-cards .card .name {
  font-family: "Playfair Display";
}
.contact .container .contact-info .contact-cards .card .arrow-cta {
  margin-top: 14px;
}
.contact .container .contact-form {
  flex: 0 0 45%;
  padding: 60px 68px 48px 68px;
  position: relative;
}
.contact .container .contact-form.was-validated .input-group .form-control:invalid {
  border-bottom: 1px solid #e74c3c;
  background-color: #e74c3c1a;
}
.contact .container .contact-form.was-validated .input-group .form-control:valid {
  border-bottom: 1px solid #2ecc71;
}
.contact .container .contact-form.was-validated .check-box input:invalid ~ .checkmark {
  border: 1px solid #e74c3c;
}
.contact .container .contact-form h2 {
  display: block;
  margin-bottom: 34px;
}
.contact .container .contact-form .input-group {
  position: relative;
  margin-bottom: 14px;
}
.contact .container .contact-form .input-group label {
  transition: 0.2s ease-in-out;
  transform: translateY(-50%) scale(1);
  transform-origin: left;
  position: absolute;
  color: #FFFFFF;
  left: 0;
  top: 26.5px;
  font-family: "Inter";
}
.contact .container .contact-form .input-group label span {
  color: #00A5D0;
}
.contact .container .contact-form .input-group label.label-active {
  transform: translateY(-36px) scale(0.8);
  color: #ffffff80;
}
.contact .container .contact-form .input-group .form-control {
  border: none;
  outline: none;
  border-bottom: 1px solid #ffffff80;
  padding: 14px 0px;
  font-family: "Inter";
  background-color: #00000000;
  color: #FFFFFF;
  width: 100%;
}
.contact .container .contact-form .input-group .form-control:-webkit-autofill {
  font-family: inherit;
  color: #FFFFFF !important;
  border: none;
  border-bottom: 1px solid #ffffff80;
  outline: none;
  background: #00000000 !important;
  background-color: #00000000 !important;
  -webkit-text-fill-color: #FFFFFF;
  -webkit-box-shadow: 0 0 0px 1000px #00000000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.contact .container .contact-form .input-group .form-control:focus ~ label, .contact .container .contact-form .input-group .form-control:not(:placeholder-shown) ~ label {
  transform: translateY(-36px) scale(0.8);
  color: #ffffff80;
}
.contact .container .contact-form .input-group textarea {
  resize: none;
  height: 164px;
}
.contact .container .contact-form .required-text {
  display: block;
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 14px;
}
.contact .container .contact-form .msg-sent {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00000033;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
}
.contact .container .contact-form .msg-sent.show {
  display: flex;
}
.contact .container .contact-form .msg-sent.show.show-success .msg-content.success {
  display: block;
}
.contact .container .contact-form .msg-sent.show.show-error .msg-content.error {
  display: block;
}
.contact .container .contact-form .msg-sent .msg-content {
  display: none;
}
.contact .container .contact-form .msg-sent .msg-content.error span {
  color: #e74c3c;
}
.contact .container .contact-form .msg-sent .msg-content.success span {
  color: #00A5D0;
}
.contact .container .contact-form .msg-sent .msg-content span {
  font-family: "Playfair Display";
  display: block;
}
.contact .container .contact-form .msg-sent .msg-content a {
  margin-top: 24px;
  display: inline-block;
  text-decoration: underline;
}
@media screen and (max-width: 92em) {
  .contact .container .contact-info {
    padding-right: 50px;
    flex: 0 0 60%;
  }
  .contact .container .contact-info .contact-cards .card {
    padding: 28px 20px;
  }
  .contact .container .contact-form {
    flex: 0 0 40%;
    padding: 60px 50px 48px 50px;
  }
}
@media screen and (max-width: 64em) {
  .contact .container {
    flex-direction: column;
  }
  .contact .container .contact-info {
    padding-top: 0;
    padding-right: 0px;
    margin-bottom: 40px;
    flex: 0 0 100%;
  }
  .contact .container .contact-form {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 48em) {
  .contact .container .general-info {
    flex-direction: column;
  }
  .contact .container .contact-info .contact-cards {
    flex-direction: column;
  }
  .contact .container .contact-form {
    padding: 32px 24px 32px 24px;
  }
}

.de-locale header .nav-container nav .nav-menu {
  gap: 48px;
}
@media screen and (max-width: 90em) {
  .de-locale header .nav-container nav .nav-menu {
    gap: 30px;
  }
}
@media screen and (max-width: 80em) {
  .de-locale header .nav-container nav .nav-menu {
    gap: 24px;
  }
}

header {
  width: 100%;
  position: absolute;
  z-index: 100;
}
header.kt-logo .banner-item {
  margin-left: 22px;
}
header .nav-container {
  display: flex;
  padding-left: 80px;
  padding-right: 80px;
}
header .nav-container .logo a {
  display: block;
  width: 184px;
  margin-top: 20px;
}
header .nav-container .nav-menu-trigger-wrap {
  margin-left: auto;
  justify-content: center;
  align-items: center;
  position: relative;
  display: none;
}
header .nav-container .nav-menu-trigger-wrap .nav-menu-trigger {
  cursor: pointer;
  width: 36px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: #00000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .nav-container .nav-menu-trigger-wrap .nav-menu-trigger span {
  display: block;
  width: 100%;
}
header .nav-container .nav-menu-trigger-wrap .nav-menu-trigger span.line {
  height: 1.5px;
  background-color: #FFFFFF;
}
header .nav-container .nav-menu-trigger-wrap .nav-menu-trigger span.line.secondary {
  opacity: 1;
  transition: 0.3s opacity;
}
header .nav-container .nav-menu-trigger-wrap .nav-menu-trigger span.cross .line {
  transition: 0.3s transform;
  transform: rotate(0deg);
  transform-origin: center;
  position: relative;
}
header .nav-container .nav-menu-trigger-wrap .nav-menu-trigger span.cross .line:nth-child(2) {
  margin-top: -1.5px;
}
header .nav-container .nav-menu-trigger-wrap .nav-menu-trigger.active span.line.secondary {
  opacity: 0;
}
header .nav-container .nav-menu-trigger-wrap .nav-menu-trigger.active span.cross .line:nth-child(1) {
  transform: rotate(-45deg);
}
header .nav-container .nav-menu-trigger-wrap .nav-menu-trigger.active span.cross .line:nth-child(2) {
  transform: rotate(45deg);
}
@media screen and (max-width: 92em) {
  header .nav-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  header .nav-container .logo a {
    width: 160px;
  }
  header .nav-container nav .nav-menu {
    gap: 24px;
  }
  header .nav-container nav .nav-menu li .lang-toggle {
    margin-top: 36px;
  }
  header .nav-container nav .banner-item {
    margin-left: 24px;
  }
}
@media screen and (max-width: 80em) {
  header .nav-container .logo a {
    margin-top: 14px;
    width: 140px;
  }
  header .nav-container .banner-item {
    margin-top: 12px;
  }
  header .nav-container .banner-item .banner-logo {
    padding: 12px 25px;
    width: 184px;
  }
  header .nav-container .kenngott-link {
    margin-top: 12px;
    margin-left: 16px;
    width: 62px;
  }
}
@media screen and (max-width: 78em) {
  header .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .nav-container .logo a {
    margin-top: 14px;
    width: 140px;
  }
  header .nav-container nav, header .nav-container .innosteel-banner {
    display: none;
  }
  header .nav-container .nav-menu-trigger-wrap {
    display: flex;
  }
}

nav {
  margin-left: auto;
  display: flex;
}
nav .nav-menu {
  display: flex;
  gap: 40px;
  font-weight: 300;
}
nav .nav-menu li a {
  display: block;
  padding-top: 40px;
  position: relative;
}
nav .nav-menu li a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background-color: #00A5D0;
  left: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s width;
}
nav .nav-menu li a:hover:before, nav .nav-menu li a.active:before {
  width: 100%;
}
nav .nav-menu li .lang-toggle {
  margin-top: 36px;
  color: #00A5D0;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  gap: 8px;
}
nav .nav-menu li .lang-toggle a {
  padding-top: 0;
}
nav .nav-menu li .lang-toggle a:before {
  display: none;
}
nav .nav-menu li .lang-toggle svg {
  position: relative;
  z-index: 2;
  width: 40px;
}

.banner-item {
  margin-left: 40px;
  position: relative;
  margin-top: 14px;
}

.kenngott-link {
  width: 74px;
  margin-top: 14px;
  margin-left: 24px;
}
.kenngott-link img {
  width: 100%;
  display: block;
}

.innosteel-banner {
  background-color: #00A5D0;
  position: relative;
  color: #FFFFFF;
}
.innosteel-banner .inner-banner-wrap {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.innosteel-banner:hover .inner-banner-wrap, .innosteel-banner.active .inner-banner-wrap {
  pointer-events: all;
}
.innosteel-banner:hover .banner-logo:after, .innosteel-banner.active .banner-logo:after {
  opacity: 1;
}
.innosteel-banner:hover .inner-banner, .innosteel-banner.active .inner-banner {
  transform: scaleY(1);
}
.innosteel-banner:hover .inner-banner .banner-subtitle, .innosteel-banner:hover .inner-banner .banner-cta, .innosteel-banner:hover .inner-banner img, .innosteel-banner.active .inner-banner .banner-subtitle, .innosteel-banner.active .inner-banner .banner-cta, .innosteel-banner.active .inner-banner img {
  opacity: 1;
  transform: translateX(0px);
}
.innosteel-banner:hover .inner-banner .banner-subtitle, .innosteel-banner.active .inner-banner .banner-subtitle {
  transition-delay: 0.2s;
}
.innosteel-banner:hover .inner-banner .banner-cta, .innosteel-banner.active .inner-banner .banner-cta {
  transition-delay: 0.25s;
}
.innosteel-banner:hover .inner-banner img, .innosteel-banner.active .inner-banner img {
  transition-delay: 0.3s;
}
.innosteel-banner .banner-logo {
  position: relative;
  padding: 18px 25px;
  display: block;
  width: 219px;
}
.innosteel-banner .banner-logo svg {
  height: 38px;
}
.innosteel-banner .banner-logo:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 3;
  left: 0%;
  width: 100%;
  height: 1px;
  background-color: #ffffff4d;
  opacity: 0;
  transition: 0.3s opacity;
}
.innosteel-banner .inner-banner {
  background-color: #00A5D0;
  position: relative;
  width: 100%;
  padding: 6px;
  text-align: center;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.3s transform;
}
.innosteel-banner .inner-banner .banner-subtitle {
  font-weight: 500;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  max-width: 80%;
  opacity: 0;
  transform: translateX(-8px);
  transition: 0.3s transform, 0.3s opacity;
}
.innosteel-banner .inner-banner .banner-cta {
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  opacity: 0;
  transform: translateX(-8px);
  transition: 0.3s transform, 0.3s opacity;
}
.innosteel-banner .inner-banner .banner-cta:hover svg {
  transform: translateX(6px);
}
.innosteel-banner .inner-banner .banner-cta svg {
  margin-left: 12px;
  position: relative;
  transform: translateX(0px);
  transition: 0.3s transform;
}
.innosteel-banner .inner-banner img {
  opacity: 0;
  transform: translateX(-8px);
  transition: 0.3s transform, 0.3s opacity;
}

.mobile-nav-bg {
  position: fixed;
  z-index: 199;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  display: none;
}
@media screen and (max-width: 78em) {
  .mobile-nav-bg.active {
    display: block;
  }
}

.mobile-nav {
  position: fixed;
  background-color: #FFFFFF;
  z-index: 200;
  right: 0;
  top: 0;
  color: #1C1C1E;
  height: 100vh;
  overflow: auto;
  transition: 0.3s transform;
  transform: translateX(100%);
  display: none;
}
.mobile-nav.active {
  transform: translateX(0%);
}
.mobile-nav .close-nav {
  cursor: pointer;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: #00000000;
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 2;
}
.mobile-nav nav {
  flex-direction: column;
  height: 100%;
}
.mobile-nav nav .nav-menu {
  flex-direction: column;
  padding: 32px 40px;
  margin-bottom: 40px;
  margin-top: 32px;
  gap: 36px;
}
.mobile-nav nav .nav-menu li a, .mobile-nav nav .nav-menu li span {
  font-size: 24px;
  padding-top: 0px;
}
.mobile-nav nav .nav-menu li .lang-toggle {
  margin-top: 0;
}
.mobile-nav .kenngott-link {
  margin-bottom: 16px;
}
.mobile-nav .innosteel-banner {
  width: 100%;
  max-width: 296px;
  margin-left: 0px;
  margin-top: auto;
}
.mobile-nav .innosteel-banner .inner-banner {
  position: relative;
  top: 0;
}
.mobile-nav .innosteel-banner .banner-logo {
  width: 100%;
}
.mobile-nav .innosteel-banner .banner-logo svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 78em) {
  .mobile-nav {
    display: block;
  }
}

footer {
  position: absolute;
  z-index: 50;
  left: 0;
  bottom: 0;
  padding-bottom: 40px;
  width: 100%;
}
footer .container {
  display: flex;
  font-size: 14px;
}
footer .container .copyright .divider {
  margin-left: 8px;
  margin-right: 8px;
}
footer .container .manage-cookies {
  margin-left: auto;
  text-decoration: underline;
  cursor: pointer;
}
footer .container .link-svetit {
  margin-left: 40px;
}
footer .container .link-svetit a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 40em) {
  footer {
    padding-bottom: 16px;
  }
  footer .container {
    flex-direction: column;
    gap: 24px;
  }
  footer .container .manage-cookies, footer .container .link-svetit {
    margin-left: 0;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
  display: none;
  justify-content: center;
  align-items: center;
}
.modal.show {
  display: flex;
}
.modal.award .branding-awards {
  display: inline-block;
}
.modal.inno .sd-logo {
  display: none;
}
.modal.inno .innosteel-logo {
  display: inline-block;
}
.modal .innosteel-logo {
  display: none;
}
.modal .branding-awards {
  display: none;
}
.modal .modal-backdrop {
  position: absolute;
  background-color: #000000cc;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.modal .modal-body {
  width: 900px;
  position: relative;
}
.modal .modal-body .modal-inner {
  overflow: hidden;
}
.modal .modal-body .base-swiper {
  width: 100%;
  max-height: 90vh;
}
.modal .modal-body .base-swiper .swiper-wrapper {
  align-items: center;
  max-height: 90vh;
}
.modal .modal-body .base-swiper .swiper-wrapper .swiper-slide {
  justify-content: center;
  align-items: center;
  display: flex;
}
.modal .modal-body .base-swiper .swiper-wrapper .swiper-slide img {
  max-height: 90vh;
  object-fit: contain;
}
.modal .modal-body .base-swiper .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 64em) {
  .modal .modal-body {
    width: 600px;
  }
}
@media screen and (max-width: 40em) {
  .modal .modal-body {
    width: 100%;
  }
}

.swiper-nav-btn {
  position: absolute;
  border: none;
  outline: none;
  background: none;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff33;
  cursor: pointer;
  color: #FFFFFF;
  transition: 0.3s background-color;
}
.swiper-nav-btn:hover {
  background-color: #00A5D0;
}
.swiper-nav-btn svg {
  width: 12px;
}
.swiper-nav-btn.prev {
  padding: 34px 22px 34px 10px;
  border-radius: 0 50rem 50rem 0;
}
.swiper-nav-btn.next {
  padding: 34px 10px 34px 22px;
  right: 0;
  border-radius: 50rem 0 0 50rem;
}
.swiper-nav-btn.swiper-button-disabled {
  display: none;
}

.arrow-cta {
  color: #00A5D0;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  background-color: #00000000;
  border: none;
  padding: 0;
  cursor: pointer;
}
.arrow-cta:hover svg {
  transform: translateX(6px);
}
.arrow-cta svg {
  margin-left: 12px;
  position: relative;
  transform: translateX(0px);
  transition: 0.3s transform;
}
.arrow-cta__left:hover svg {
  transform: translateX(-6px);
}
.arrow-cta__left svg {
  margin-left: 0px;
  margin-right: 12px;
  position: relative;
  transform: translateX(0px);
  transition: 0.3s transform;
}

.check-box {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  padding-left: 0px;
  width: 100%;
  margin-top: 12px;
  font-size: 14px;
}
.check-box input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  display: none;
}
.check-box input:checked ~ .checkmark {
  border: 1px solid #00A5D0;
  background-color: #00A5D0;
}
.check-box input:checked ~ .checkmark:before {
  display: inline-block;
}
.check-box .check-box-text {
  margin-left: 6px;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  position: relative;
  font-family: "Inter";
  top: 2px;
  vertical-align: top;
  max-width: calc(100% - 50px);
}
.check-box .check-box-text a {
  text-decoration: underline;
  color: #00A5D0;
}
.check-box .checkmark {
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #FFFFFF;
  background: #00000000;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.check-box .checkmark:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 4px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-45deg);
  top: 3px;
  left: 2px;
  display: none;
}

.cookie-bar {
  z-index: 99999999999;
  position: fixed;
  padding: 24px 44px;
  background-color: #1c1c1ee6;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  right: 24px;
  bottom: 24px;
  width: 100%;
  max-width: 1032px;
  max-height: 100%;
  overflow: auto;
}
.cookie-bar h4 {
  margin-bottom: 8px;
}
.cookie-bar .btn-row {
  display: flex;
  gap: 24px;
}
.cookie-bar .checkbox-row {
  display: flex;
  gap: 40px;
  margin-top: 32px;
  margin-bottom: 40px;
}
.cookie-bar .checkbox-row .check-box {
  width: auto;
  margin-top: 0;
}
.cookie-bar .checkbox-row .check-box .check-box-text {
  max-width: none;
}
.cookie-bar button {
  padding: 16px 28px;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  background-color: #00000000;
  border: 1px solid #FFFFFF;
}
.cookie-bar button.btn-blue {
  background-color: #00A5D0;
  border: 1px solid #00A5D0;
}
@media screen and (max-width: 64em) {
  .cookie-bar {
    right: 0px;
    bottom: 0px;
    padding: 24px 24px;
  }
  .cookie-bar .btn-row {
    flex-direction: column;
  }
  .cookie-bar .btn-row button:nth-child(1) {
    order: 3;
  }
  .cookie-bar .btn-row button:nth-child(2) {
    order: 2;
  }
  .cookie-bar .btn-row button:nth-child(3) {
    order: 1;
  }
  .cookie-bar .checkbox-row {
    flex-direction: column;
    gap: 24px;
  }
}

.branding {
  position: absolute;
  z-index: 4;
}
.branding-stairs-design {
  left: 16px;
  top: 16px;
  width: 140px;
  padding: 8px 16px;
  background-color: #1C1C1E;
  border: 1px solid #00A5D0;
}
.branding-innosteel {
  left: 16px;
  top: 80px;
  width: 140px;
  padding: 8px 16px;
  background-color: #1C1C1E;
  border: 1px solid #00A5D0;
}
.branding-awards {
  left: 16px;
  bottom: 16px;
  width: 100px;
}
.branding-awards:before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 180%;
  height: 180%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(#000000cc, #00000099, #00000000 70%);
}
.branding svg, .branding img {
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 48em) {
  .branding-stairs-design {
    left: 8px;
    top: 8px;
    width: 100px;
  }
  .branding-innosteel {
    left: 8px;
    top: 56px;
    width: 100px;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>