@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri-bold-italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri-italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --ar-red: #b40032;
  --sectioncolor: white;
  --borderjos: black;
  --sectiontext: black;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--primary-base: #642eff;
  --burger: 100px;
  --radiusrosu: 100px;
  --border: transparent;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --flowui-component-library--gray-700: #282556;
  --radiant-ui-components-library-marketplace--color--white: white;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--primary-dark: #2d0896;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-800: #1b114a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  font-family: Calibri, Arial, sans-serif;
}

.f-navigation-link {
  color: #000;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  width: 100%;
  padding: 14px 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  color: #fff;
  background-color: #000;
}

.f-navigation-link.w--current {
  color: #642eff;
}

.f-navigation-link.cta {
  background-color: var(--ar-red);
  color: #fff;
  width: auto;
  margin-top: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.f-navigation-link.cta:hover {
  color: #fff;
  background-color: #000;
}

.f-navigation-link.cta.homepage {
  justify-content: center;
  align-items: center;
  width: 137px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
}

.f-navigation-link._2 {
  padding-left: 0%;
  padding-right: 0%;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.f-navigation-link._2:hover {
  color: #00000080;
  background-color: #0000;
}

.f-logo {
  object-fit: scale-down;
  width: 178px;
}

.f-navigation-logo-link {
  z-index: 100;
  height: 100%;
  position: relative;
}

.f-navigation-menu-button {
  z-index: 100;
  padding: 0;
}

.f-navigation-menu-button.w--open {
  background-color: #0000;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.f-navigation {
  z-index: 5;
  background-color: #fff;
  border-bottom: 1px solid #0000004d;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 5%;
  padding-right: 2%;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 30px #0003;
}

.f-navigation-menu {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0003;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
}

.f-navigation-content {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-span {
  color: #d12027;
}

.heading {
  color: #000;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 100%;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 89px;
  font-size: 40px;
  line-height: 100%;
  display: inline-flex;
}

.heading-2._2 {
  margin-right: 0;
}

.heading-2._3 {
  margin-right: 10px;
}

.heading-2._3._4 {
  color: #d12027;
}

.div-block-6 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-7 {
  display: flex;
}

.div-block-9 {
  background-color: #000;
  width: 1px;
  height: 160px;
  margin-left: 8px;
  margin-right: 10px;
}

.div-block-10 {
  height: 120px;
}

.div-block-11 {
  display: flex;
}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.div-block-22.jos {
  justify-content: flex-end;
  align-items: center;
}

.section-0 {
  scroll-snap-align: start;
  height: 100vh;
  overflow: hidden;
}

.div-block-28 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-32 {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  display: flex;
}

.section-1 {
  z-index: 2;
  background-color: var(--sectioncolor);
  height: 100vh;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-1._2 {
  background-color: var(--borderjos);
}

.section-1._2._34 {
  background-color: var(--sectioncolor);
  scroll-snap-align: start;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 15px;
}

.section-1._2._34.alte-margini {
  padding-right: calc(2% + 40px);
}

.section-1._2._34.alte-margini.mobile {
  display: none;
}

.section-1.footer {
  border-top: 1px solid #0000004d;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-1.footer.sticky {
  border-top-style: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
  position: fixed;
  bottom: 0;
}

.section-1.prima {
  background-image: url('../images/arstudip-min.avif');
  background-position: 50%;
  background-size: cover;
  height: 50vh;
  margin-top: 90px;
}

.section-1.prima.template {
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0%;
  display: flex;
}

.section-1.prima.template.despre {
  grid-template-columns: .75fr 1.25fr 1fr;
  justify-content: space-between;
  padding-right: 5%;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.hidden-on-desktop {
  display: none;
}

.container._3 {
  justify-content: flex-start;
  align-items: flex-start;
}

.container._4 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-35 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-35._2 {
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
}

.div-block-35._2.no-margs {
  width: auto;
  margin-left: 0%;
  margin-right: 0%;
}

.div-block-35._2.no-margs._3 {
  justify-content: flex-start;
  align-items: flex-start;
}

.f-margin-bottom-32 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.f-paragraph-large {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 100%;
}

.f-paragraph-large.no-top-marg {
  margin-top: 0;
}

.f-paragraph-large.no-top-marg._2 {
  color: var(--ar-red);
}

.f-paragraph-large.no-top-marg._2._36px, .f-paragraph-large._32px {
  font-size: 36px;
}

.f-paragraph-large._32px.mai-jos, .f-paragraph-large._32px.margine-sus {
  margin-top: 40px;
}

.f-h5-heading {
  color: var(--sectiontext);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  transform: translate(0, 34px);
}

.f-h5-heading.mai-mare {
  color: var(--sectiontext);
  font-size: 36px;
}

.f-feature-card-filled {
  border: .5px solid #0000004d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 150px 40px 50px;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #0003;
}

.f-feature-card-filled:hover {
  background-color: #000;
  box-shadow: 0 0 30px #ffffff4d;
}

.f-feature-card-filled._3 {
  background-color: #fff;
  padding-top: 50px;
  text-decoration: none;
}

.f-feature-card-filled._3.new-design {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}

.f-feature-icon-wrapper-white {
  border: 5px solid var(--sectioncolor);
  background-color: #0000;
  border-radius: 50%;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-feature-icon-wrapper-white._2 {
  border-color: var(--ar-red);
}

.f-feature-icon-wrapper-white._2.new-design {
  border-width: 10px;
  width: 160px;
  min-width: 160px;
  height: 160px;
  min-height: 160px;
  margin-bottom: 0;
}

.f-feature-icon-wrapper-white.black {
  border-width: 1px;
  border-color: var(--borderjos);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-feature-icon-wrapper-white.black.absolute {
  border-width: 1px;
  width: 145px;
  min-width: 145px;
  height: 145px;
  min-height: 145px;
  margin-bottom: 0;
}

.f-feature-icon-wrapper-white.black.mai-gros {
  border-width: 5px;
}

.f-feature-icon-wrapper-white.black.mai-gros.new-design {
  border-width: 10px;
  width: 160px;
  min-width: 160px;
  height: 160px;
  min-height: 160px;
}

.f-feature-icon-wrapper-white.black.new-design {
  width: 150px;
  min-width: 150px;
  height: 150px;
  min-height: 150px;
  margin-bottom: 0;
}

.f-feature-icon-wrapper-white.black.new-design._2 {
  border-width: 1px;
  width: 160px;
  min-width: 160px;
  height: 160px;
  min-height: 160px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-grid-three-column._2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 50px 80px auto;
  transform: translate(0);
}

.f-margin-bottom-66 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.f-margin-bottom-66.new-design {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.f-paragraph-large-2 {
  color: var(--ar-red);
  text-align: left;
  letter-spacing: -.02em;
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.f-paragraph-large-2.servicii {
  z-index: 5;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 125%;
  position: relative;
}

.div-block-37 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
}

.div-block-38 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: calc(100% - 150px);
  height: 100%;
  margin-left: auto;
  display: grid;
}

.div-block-38._2 {
  width: 100%;
  margin-left: 0;
}

.div-block-39 {
  color: #000;
  width: 100%;
  height: 250px;
  padding: 2px;
  text-decoration: none;
  position: relative;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-3._2 {
  object-position: 50% 25%;
}

.div-block-40 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block-11 {
  z-index: 10;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.text-block-12 {
  color: #333333b3;
}

.tabs-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: lowercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
}

.rt-growth-content-block {
  grid-row-gap: 10px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.rt-growth-card-block {
  grid-column-gap: 33px;
  color: #c3c3c3;
  padding-bottom: 16px;
  display: flex;
}

.rt-growth-grid-tab {
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 0;
}

.rt-growth-grid-tab.w--current {
  background-color: #ddd0;
}

.rt-growth-progress-block-inner {
  background-color: var(--ar-red);
  border-radius: 3px;
  width: 80%;
  position: absolute;
  inset: 0%;
}

.rt-growth-progress-block {
  background-color: #f5f5fb;
  border-radius: 4px;
  height: 4px;
  position: relative;
}

.rt-growth-card {
  grid-column-gap: 20px;
  cursor: pointer;
}

.heading-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
}

.heading-7._2 {
  font-size: 30px;
}

.heading-7._2.rosu, .text-span-10 {
  color: var(--ar-red);
}

.div-block-41 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.div-block-43 {
  background-color: #000;
  width: 1px;
}

.f-icon-regular {
  color: #979797;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-icon-regular._2 {
  width: 18px;
  height: 18px;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-line {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-detail {
  color: #00000080;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.f-footer-detail.hidden {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-10 {
  color: #979797;
  text-align: right;
  width: 138px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.heading-10.hidden {
  opacity: 0;
  pointer-events: none;
}

.text-block-13 {
  color: var(--sectiontext);
  text-align: left;
  width: calc(100% - 140px);
  font-family: Calibri, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-13._2 {
  color: var(--ar-red);
  text-transform: lowercase;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.text-block-13._2._3 {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.text-block-13._2.separat {
  text-transform: none;
}

.text-block-13.despre-noi {
  font-family: Calibri, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
}

.text-block-13.despre-noi.mobil {
  display: none;
}

.div-block-52 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-53._2 {
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-53.despre-noi {
  margin-top: 20px;
}

.heading-11 {
  color: #979797;
  text-align: right;
  width: 138px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calibri, Arial, sans-serif;
  font-weight: 400;
}

.div-block-56 {
  width: 70%;
  padding-top: 90px;
}

.div-block-56._2 {
  padding-bottom: 60px;
}

.div-block-56._2.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  padding-top: 300px;
  display: flex;
  position: relative;
}

.div-block-56._2.grid.clienti {
  justify-content: center;
  align-items: center;
}

.div-block-56._2.grid.clienti.clienti2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-57 {
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
  position: relative;
}

.div-block-58 {
  position: relative;
}

.div-block-59 {
  z-index: 2147483647;
  background-color: var(--ar-red);
  width: 2px;
  height: calc(100% + 40px);
  margin-top: -40px;
  position: absolute;
  left: 140px;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: calc(100% - 60px);
}

.icon {
  color: var(--sectiontext);
  margin-left: 50px;
  margin-right: 50px;
}

.icon-2 {
  color: var(--borderjos);
  margin-left: 50px;
  margin-right: 50px;
  inset: 0% 0% 0% auto;
}

.right-arrow {
  opacity: 0;
  width: 300px;
  transition: all .4s;
}

.right-arrow:hover {
  background-image: linear-gradient(270deg, var(--sectioncolor), transparent);
  opacity: 100;
}

.right-arrow.left:hover {
  background-image: linear-gradient(90deg, var(--sectioncolor), transparent);
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-5.plan {
  object-fit: scale-down;
}

.image-5.centrat-custom {
  object-position: 100% 50%;
}

.image-5.centratcustom2 {
  object-position: 50% 100%;
}

.x {
  overflow: hidden;
}

.scroll-snap-wrapper {
  height: 100vh;
  overflow: visible;
}

.section-2 {
  z-index: 2;
  background-color: var(--sectioncolor);
  scroll-snap-align: start;
  height: 100vh;
  padding: 0 5% 100px;
  position: relative;
  overflow: hidden;
}

.section-3 {
  z-index: 2;
  background-color: var(--sectioncolor);
  height: 100vh;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.section-3.no-padding {
  scroll-snap-align: start;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-60 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-60.top-padd {
  justify-content: space-between;
  height: auto;
  margin-top: calc(5% + 100px);
  margin-bottom: 0;
  padding-bottom: 27px;
}

.tabs {
  width: 100%;
  height: 100%;
  margin-left: 150px;
}

.tabs._2 {
  margin-left: 20px;
}

.tabs._2.mobile {
  display: none;
}

.div-block-61 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-6 {
  opacity: .2;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: all .4s;
  position: absolute;
  inset: 0%;
}

.image-6._2 {
  height: 75%;
  margin-top: 5%;
}

.div-block-63 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-64 {
  background-color: #0000004d;
  width: 100%;
  height: 1px;
  margin-top: -10px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-65 {
  margin-top: -100px;
}

.link {
  color: #00000080;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.link.w--current {
  color: #000;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: calc(100% - 60px);
}

.text-span-17 {
  color: var(--ar-red);
}

.text-span-18 {
  color: var(--ar-red);
  text-transform: uppercase;
}

.tabs-content {
  width: 100%;
  height: 100%;
}

.tab-pane-tab-4 {
  width: 100%;
}

.div-block-66 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cercmijloc {
  border-radius: var(--burger);
  border: 1.5px solid #000;
  width: 8px;
  height: 8px;
}

.cercmijloc.rosu {
  border-color: var(--ar-red);
  border-radius: var(--radiusrosu);
  justify-content: center;
  align-items: center;
  display: flex;
}

.cercjos, .cercsus1 {
  border-radius: var(--burger);
  border: 1.5px solid #000;
  width: 8px;
  height: 8px;
}

.barajos {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-right: -5px;
}

.div-block-67 {
  width: 100vw;
  height: calc(100% - 152px);
  margin-top: 92px;
}

.div-block-68 {
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-69 {
  width: 100%;
  height: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  position: relative;
}

.div-block-70 {
  width: 100%;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slider-2.mobile, .left-arrow, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.mask, .slide {
  width: 100%;
  height: 100%;
}

.image-9 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.div-block-71 {
  z-index: 100;
  background-color: var(--ar-red);
  width: 2px;
  height: 400px;
  position: absolute;
  top: 50px;
  left: 140px;
}

.div-block-71._2 {
  height: 250px;
  margin-top: 100px;
}

.heading-12 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 150px;
  font-size: 3vw;
  font-weight: 400;
  line-height: 125%;
}

.heading-12._2nd {
  font-size: 1.75vw;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  inset: auto 0% 15px auto;
}

.heading-12._2nd.montserrat.maimicpx {
  font-size: 28px;
}

.heading-12.montserrat {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-12.montserrat._2-5 {
  font-size: 36px;
}

.text-span-19 {
  color: var(--ar-red);
  font-weight: 700;
}

.div-block-72 {
  z-index: 100;
  background-color: #0000004d;
  width: 45%;
  height: 2px;
  position: absolute;
  inset: auto 0% 10px auto;
}

.div-block-78 {
  grid-column-gap: .99252vw;
  grid-row-gap: .99252vw;
  justify-content: center;
  align-items: flex-end;
  margin-left: -1.2vw;
  display: flex;
}

.div-block-79 {
  background-color: #000;
  width: 5.2383vw;
  height: 5.2383vw;
}

.div-block-79._3.mai-scund {
  height: 4vw;
}

.div-block-79._3.mai-scund.blank {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/Sigla-MEP.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
}

.div-block-79.mai-mic-inaltime.mai-inalt {
  height: 6.4763vw;
}

.div-block-79.mai-mic-inaltime.mai-inalt.blank {
  cursor: pointer;
  background-color: #0000;
  border: 1px #000;
  height: 5.2383vw;
}

.div-block-79.mai-mic-inaltime-2 {
  height: 4vw;
}

.div-block-79.mai-mic-inaltime-2.mai-lung {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/FV-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5vw;
}

.div-block-80 {
  cursor: pointer;
  background-color: #000;
  background-image: url('../images/AM-min.avif');
  background-position: 50%;
  background-size: cover;
  width: 5.66104vw;
  height: 7.0763vw;
  transition: all .2s;
}

.div-block-80:hover {
  box-shadow: 0 0 15px #000;
}

.div-block-81 {
  cursor: pointer;
  background-color: #000;
  background-image: url('../images/LN-min.avif');
  background-position: 50%;
  background-size: cover;
  width: 11.3221vw;
  height: 11.5vw;
  transition: all .2s;
}

.div-block-81:hover {
  box-shadow: 0 0 15px #000;
}

.div-block-82 {
  cursor: pointer;
  background-color: #000;
  background-image: url('../images/AD-min.avif');
  background-position: 50%;
  background-size: cover;
  width: 7.0763vw;
  height: 5.66104vw;
  transition: all .2s;
}

.div-block-82:hover {
  box-shadow: 0 0 15px #000;
}

.div-block-85 {
  grid-column-gap: 1.08vw;
  grid-row-gap: 1.08vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-86 {
  cursor: pointer;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 17.9756vw;
  margin-left: -1vw;
  transition: all .2s;
  display: flex;
  overflow: clip;
}

.div-block-86:hover {
  box-shadow: 0 0 15px #000;
}

.div-block-87 {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/SET.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.0763vw;
  height: 5.66104vw;
  margin-top: -2.56vw;
}

.div-block-88 {
  grid-column-gap: .99252vw;
  grid-row-gap: .99252vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-89 {
  cursor: pointer;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 7.0763vw;
  height: 4.24578vw;
  display: flex;
}

.div-block-89.blank {
  background-color: #0000;
  border: 1px solid #000;
}

.div-block-89.mai-mic {
  width: 5vw;
  height: 3.5vw;
}

.div-block-89.mai-mic.blank {
  cursor: pointer;
  background-image: url('../images/CPE-gri.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none;
  width: 7.0763vw;
  height: 5vw;
}

.div-block-89.poza {
  background-color: #0000;
  background-image: url('../images/Prospectterra.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-90 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-92 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-94 {
  grid-column-gap: .99252vw;
  grid-row-gap: .99252vw;
  flex-flow: column;
  display: flex;
}

.div-block-95 {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/WEMAT.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 5.2383vw;
  height: 7.0763vw;
}

.div-block-96 {
  grid-column-gap: .99252vw;
  grid-row-gap: .99252vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-97 {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/ALLBIM.net.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10vw;
  height: 5.66104vw;
}

.div-block-97._3 {
  grid-column-gap: .99252vw;
  grid-row-gap: .99252vw;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-98 {
  grid-column-gap: .99252vw;
  grid-row-gap: .99252vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-99 {
  cursor: pointer;
  background-color: #000;
  background-image: url('../images/EI-min.avif');
  background-position: 50%;
  background-size: cover;
  width: 7.0763vw;
  height: 5.66104vw;
  transition: all .2s;
}

.div-block-99:hover {
  box-shadow: 0 0 15px #000;
}

.div-block-99._2 {
  background-image: url('../images/EC-min.avif');
}

.div-block-99._3 {
  background-image: url('../images/BN-min.avif');
}

.div-block-100 {
  grid-column-gap: .99252vw;
  grid-row-gap: .99252vw;
  flex-flow: column;
  display: flex;
}

.div-block-101 {
  cursor: pointer;
  background-color: #000;
  background-image: url('../images/VG-min.avif');
  background-position: 50%;
  background-size: cover;
  width: 7.0763vw;
  height: 7.0763vw;
  transition: all .2s;
}

.div-block-101:hover {
  box-shadow: 0 0 15px #000;
}

.div-block-101._2 {
  background-color: #0000;
  background-image: url('../images/MID--gri.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-101._2.nu-umbra {
  cursor: pointer;
}

.div-block-101._2.nu-umbra:hover {
  box-shadow: none;
}

.div-block-102 {
  grid-column-gap: .99252vw;
  grid-row-gap: .99252vw;
  flex-flow: column;
  display: flex;
}

.div-block-103 {
  background-color: #000;
  width: 5.66104vw;
  height: 4.24578vw;
}

.div-block-103.blank {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/Sigla-Bobarnac.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
}

.div-block-105 {
  background-color: #000;
  width: 3.25326vw;
  height: 5.2383vw;
  margin-top: -2.5vw;
}

.div-block-105.blank {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/sigla-P-A-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  width: 8.49156vw;
  height: 5.66104vw;
  margin-top: 0;
}

.div-block-106 {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/ICC.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8.49156vw;
  height: 5.66104vw;
}

.div-block-106._2 {
  background-image: url('../images/Sigla-Explorate.avif');
  height: 7.0763vw;
}

.div-block-107 {
  grid-column-gap: .99252vw;
  grid-row-gap: .99252vw;
  flex-flow: column;
  margin-top: -6.65352vw;
  display: flex;
}

.div-block-108 {
  grid-column-gap: .99252vw;
  grid-row-gap: .99252vw;
  display: flex;
}

.div-block-109 {
  grid-column-gap: .99252vw;
  grid-row-gap: .99252vw;
  flex-flow: column;
  display: flex;
}

.text-span-20 {
  color: var(--ar-red);
}

.menu {
  z-index: 100;
  background-color: var(--ar-red);
  width: 2px;
  height: 400px;
  position: absolute;
  top: 142px;
  left: calc(5% + 140px);
}

.image-10 {
  filter: saturate(0%);
  width: 100%;
  height: 100%;
}

.div-block-110 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 150px;
  display: none;
}

.div-block-111 {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.heading-13 {
  color: var(--ar-red);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.heading-13.colab {
  text-align: center;
  font-size: 20px;
}

.text-block-14 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-14._2 {
  margin-top: 0;
}

.div-block-112 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-112.vertical.portof {
  width: 100%;
}

.div-block-113 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-114 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-115 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-116 {
  background-color: #000;
  width: 600px;
  height: 5px;
  margin-left: -374px;
}

.div-block-117 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-11 {
  object-fit: cover;
  object-position: 50% 75%;
  height: 100%;
  transform: translate(0, -20px)scale(1.2);
}

.lightbox-link-2.hidden-on-desktop {
  display: none;
}

.liana, .veronica, .emilian, .elenis, .alexandra, .alexei, .bogdan {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 150px;
  display: none;
}

.div-block-118 {
  grid-column-gap: .99252vw;
  grid-row-gap: .99252vw;
  flex-flow: column;
  display: flex;
}

.div-block-119 {
  display: block;
}

.div-block-120._2 {
  width: 100%;
  display: flex;
}

.image-13 {
  filter: saturate(0%);
  width: 100%;
  height: 100%;
}

.set, .denc, .cpe, .prospecterra, .fv, .mep, .urban-concept-solutions, .wemat, .allbim, .mid-install, .geocon, .pop, .infra, .xplorate {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 150px;
  display: none;
}

.div-block-123 {
  grid-column-gap: 75px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-124 {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.image-14 {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.image-14.mai-mic {
  width: 60%;
}

.image-14.mai-maree {
  transform: scale(1.5);
}

.text-block-16 {
  color: #00000080;
}

.div-block-125 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block-125._2 {
  margin-top: 0;
}

.div-block-126 {
  background-color: #00000080;
  width: 1px;
  height: 14px;
}

@media screen and (min-width: 1920px) {
  .div-block-112.vertical, .div-block-120._2 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation-menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu {
    color: #393b6a;
    background-color: #fff;
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .f-grid-three-column {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .f-navigation-link.cta.homepage {
    width: 95px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .f-logo {
    width: 125px;
  }

  .f-navigation-menu-button {
    color: #0000;
    border-style: none;
  }

  .f-navigation-menu-button.w--open {
    background-color: #0000;
  }

  .f-navigation {
    z-index: 500;
    padding-right: 5%;
    position: fixed;
    top: 0;
  }

  .f-navigation-menu {
    margin-top: 100px;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-0 {
    height: calc(100svh - 160px);
  }

  .div-block-31 {
    width: 100%;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-32 {
    border-bottom: 1px solid #000;
    height: auto;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0 2px 30px #0003;
  }

  .section-1._2._34.alte-margini {
    height: auto;
  }

  .section-1._2._34.alte-margini.desktop {
    display: none;
  }

  .section-1._2._34.alte-margini.mobile {
    justify-content: center;
    align-items: center;
    height: calc(100svh - 160px);
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-right: 5%;
    display: flex;
  }

  .section-1.footer.sticky {
    height: 60px;
    position: fixed;
    bottom: 0;
  }

  .section-1.prima.template {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: .75fr 1.25fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: calc(100svh - 160px);
    margin-top: 100px;
    padding-left: 0%;
    display: grid;
  }

  .section-1.prima.template.despre {
    padding-right: 0%;
    display: flex;
  }

  .container.hidden-on-desktop {
    display: flex;
  }

  .container.hidden-on-mobile {
    display: none;
  }

  .container._3._4 {
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
  }

  .div-block-35._2.no-margs {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .f-paragraph-large {
    margin-top: 0;
    font-size: 18px;
  }

  .f-feature-icon-wrapper-white._2.new-design {
    border-width: 5px;
    width: 80px;
    min-width: 80px;
    height: 60px;
    min-height: 80px;
  }

  .f-feature-icon-wrapper-white.black.absolute {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
  }

  .f-feature-icon-wrapper-white.black.mai-gros.new-design {
    border-width: 5px;
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .f-feature-icon-wrapper-white.black.new-design._2 {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    padding: 8px;
  }

  .f-paragraph-large-2.servicii {
    text-align: center;
    font-size: 12px;
  }

  .div-block-38 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .div-block-38._2.portof {
    grid-template-columns: 1fr;
  }

  .div-block-38._2.portof.mobile {
    margin-top: 0;
    position: relative;
  }

  .div-block-38._2.mobile {
    grid-template-columns: 1fr;
    margin-top: 0;
    position: relative;
  }

  .div-block-39 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-40 {
    background-color: #0000;
    background-image: linear-gradient(#0009, #0009);
    display: flex;
  }

  .text-block-11 {
    color: #fff;
  }

  .text-block-11._2 {
    color: #000;
    font-size: 20px;
  }

  .text-block-12 {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: scroll;
  }

  .rt-category-cards-text-2 {
    white-space: nowrap;
    font-size: 14px;
  }

  .rt-growth-card-block {
    grid-row-gap: 25px;
    flex-direction: column;
    padding-bottom: 0;
  }

  .rt-growth-grid-tab, .rt-growth-grid-tab.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .f-footer-bottom {
    grid-row-gap: 5px;
  }

  .f-footer-brand {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .f-footer-line {
    width: 24px;
    height: 1px;
  }

  .f-footer-line.hidden {
    display: none;
  }

  .f-footer-detail {
    text-align: center;
  }

  .f-footer-detail.hidden {
    display: none;
  }

  .heading-10 {
    width: 95px;
    font-size: 24px;
  }

  .heading-10.hidden {
    opacity: 0;
    pointer-events: none;
  }

  .text-block-13 {
    font-size: 16px;
  }

  .text-block-13._2 {
    width: calc(60% - 100px);
    font-size: 14px;
  }

  .text-block-13._2._3 {
    width: calc(60% - 50px);
    font-size: 14px;
  }

  .text-block-13._2.separat.titlu, .text-block-13._2.mobil {
    width: auto;
    font-size: 24px;
  }

  .text-block-13.despre-noi {
    width: 50%;
    font-size: 12px;
  }

  .text-block-13.despre-noi.mobil {
    display: block;
  }

  .text-block-13.despre-noi.desktop {
    display: none;
  }

  .div-block-53 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-53._2 {
    justify-content: flex-start;
  }

  .heading-11 {
    width: 95px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-56 {
    order: -9999;
    width: 100%;
    padding-top: 0;
  }

  .div-block-56._2.grid {
    display: none;
  }

  .div-block-57 {
    order: -9999;
    width: 100%;
    padding-left: 5%;
  }

  .div-block-58 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-59 {
    height: 100%;
    margin-top: -20px;
    left: 98px;
  }

  .slider {
    height: 100%;
  }

  .right-arrow, .right-arrow.left {
    display: none;
  }

  .scroll-snap-wrapper {
    margin-top: 100px;
    overflow: visible;
  }

  .section-2 {
    height: auto;
    padding-top: 20px;
  }

  .section-3.no-padding {
    height: auto;
    padding-top: 20px;
    padding-bottom: 61px;
  }

  .div-block-60.top-padd {
    margin-top: 0;
    padding-bottom: 0;
  }

  .tabs._2 {
    margin-left: 0;
  }

  .tabs._2.desktop {
    display: none;
  }

  .tabs._2.mobile {
    display: block;
  }

  .div-block-61 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 150px;
  }

  .image-6._2 {
    object-fit: cover;
    height: 100%;
    margin-top: 0%;
  }

  .div-block-63 {
    width: auto;
    height: auto;
    position: static;
  }

  .image-7 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
  }

  .tabs-content {
    width: 105vw;
    margin-left: calc(-5% - 110px);
  }

  .div-block-66 {
    display: none;
  }

  .div-block-67 {
    height: 100%;
    margin-top: 0;
  }

  .slider-2.desktop {
    display: none;
  }

  .slider-2.mobile {
    display: block;
  }

  .image-9.desktop {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .div-block-71 {
    height: calc(100% - 60px);
    left: 98px;
  }

  .div-block-71._2 {
    height: 100px;
    top: 0;
  }

  .div-block-71._2._70 {
    height: 285px;
    margin-top: -10px;
  }

  .div-block-71._40 {
    height: 100px;
    margin-top: -50px;
    left: 99px;
  }

  .div-block-71._40.mobil {
    margin-top: -60px;
  }

  .div-block-71._40.mobil.despre-noi {
    margin-top: 0;
    top: -10px;
  }

  .heading-12._2nd.montserrat {
    font-size: 12px;
  }

  .heading-12._2nd.montserrat.maimicpx {
    font-size: 14px;
  }

  .heading-12.montserrat {
    margin-left: 105px;
    font-size: 16px;
  }

  .heading-12.montserrat._2-5 {
    font-size: 16px;
  }

  .div-block-72.mai-lung-mobile {
    width: 60%;
  }

  .menu, .div-block-110 {
    display: none;
  }

  .div-block-112 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    position: relative;
  }

  .div-block-112.vertical {
    flex-flow: column;
    width: 100%;
  }

  .div-block-115 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }

  .div-block-116 {
    width: 120%;
    height: 3px;
    margin-left: 0;
  }

  .lightbox-link-2 {
    width: 100%;
    height: 100%;
  }

  .lightbox-link-2.hidden-on-desktop {
    display: block;
  }

  .image-12 {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
  }

  .liana, .veronica, .emilian, .elenis, .alexandra, .alexei, .bogdan {
    display: none;
  }

  .div-block-119 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }

  .div-block-120 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .text-span-21 {
    color: var(--ar-red);
  }

  .div-block-121 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 105px;
    display: flex;
  }

  .text-block-15 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .div-block-122 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #333;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 180px;
    text-decoration: none;
    display: flex;
  }

  .set {
    display: none;
  }

  .text-span-22 {
    color: var(--ar-red);
  }

  .link-block {
    text-decoration: none;
  }

  .ancora {
    width: 1px;
    height: 100%;
    margin-top: -100px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .denc, .cpe, .prospecterra, .fv, .mep, .urban-concept-solutions, .wemat, .allbim, .mid-install, .geocon, .pop, .infra, .xplorate {
    display: none;
  }
}

#w-node-_61665745-51fa-3e58-1b7b-2199484451bd-59515484 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-96837103, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-5e84dfac, #w-node-bbd5c602-04bc-09ab-9eb1-d16bf3477fab-bcd1d678, #w-node-bbd5c602-04bc-09ab-9eb1-d16bf3477fab-10ff6f0c, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-69a9528b, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-71fc664c, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-8e5ea17d, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-e18bee13, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-96e4ea1f, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-81a5ca30, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-59725a41, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-2f83877f, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-4478d2a8, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-3c0ffb8b, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-06d5e932, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-8ae06ded, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-ba64905b, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-59737b06, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-a38e2d8f, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-03ec9a3b, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-76cceec5, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-0236bf76, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-235a8485, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-3650fe6d, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-40594b9d, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-2af2578f, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-63e9813f, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-09a5e3e0, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-5ce6c3ac, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-fbe2745c, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-4eb819e0, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-87ccba01, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-32a341aa, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-b79617cb, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-61e7da93, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-0d10433c, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-2159c84e, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-37a7f8e3, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-888153f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-5e84dfac, #w-node-bbd5c602-04bc-09ab-9eb1-d16bf3477fab-bcd1d678, #w-node-bbd5c602-04bc-09ab-9eb1-d16bf3477fab-10ff6f0c, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-69a9528b, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-71fc664c, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-8e5ea17d, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-e18bee13, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-96e4ea1f, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-81a5ca30, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-59725a41, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-2f83877f, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-4478d2a8, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-3c0ffb8b, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-06d5e932, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-8ae06ded, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-ba64905b, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-59737b06, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-a38e2d8f, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-03ec9a3b, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-76cceec5, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-0236bf76, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-235a8485, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-3650fe6d, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-40594b9d, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-2af2578f, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-63e9813f, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-09a5e3e0, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-5ce6c3ac, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-fbe2745c, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-4eb819e0, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-87ccba01, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-32a341aa, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-b79617cb, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-61e7da93, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-0d10433c, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-2159c84e, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-37a7f8e3, #w-node-_4b1a4f87-79fb-b656-4f17-77b9fd562e68-888153f0 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-bold-italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}