:root {
  --accent: #e00985;
}

.body {
  flex-flow: column;
  display: flex;
}

.iconite-proiect-obligatorii {
  z-index: 3;
  grid-column-gap: 44px;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 100px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.mandatory {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 258px;
}

.image-1 {
  object-fit: cover;
}

.poiect {
  color: #000000b3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: block;
}

.home {
  width: 13%;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-left: 100px;
  padding-right: 100px;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left {
  z-index: 2;
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin-top: 92px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.screenshot-2024-08-20-at-14-12-05-1 {
  object-fit: cover;
  margin-right: 0;
  padding-right: 0;
}

.navbar-link-2 {
  z-index: 0;
  color: #1d1515;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 24px 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.navbar-link-2.w--current {
  color: var(--accent);
  border-radius: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
}

.text-2 {
  color: #1d1515;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 20px;
  line-height: 140%;
  text-decoration: none;
}

.text-2:hover {
  color: #fff;
}

.navbar-button {
  grid-column-gap: 8px;
  color: #1d1515;
  background-color: #fed92d;
  border: 2px #da2b18;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.navbar-button:hover {
  color: #fff;
  font-family: Lato, sans-serif;
}

.navbar-button:active {
  color: #fff;
}

.navbar-button:visited {
  color: #da2b18;
}

.navbar-button.w--current {
  color: #da2b18;
  padding: 0;
}

.despre-proiect {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.navbar-link {
  color: #1d1515;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 96px;
  padding: 24px 12px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navbar-link.w--current {
  color: var(--accent);
  text-align: center;
  border-radius: 15px;
  width: auto;
  height: auto;
  padding: 9px 22px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.navbar-menu {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
}

.auto-margin {
  margin-left: auto;
  margin-right: auto;
}

.navbar-button-2 {
  grid-column-gap: 8px;
  background-color: var(--accent);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-decoration: none;
}

.hero {
  grid-row-gap: 10px;
  background-image: url('../images/Vector2_1.avif'), url('../images/Vector_1.avif'), url('../images/BG.png');
  background-position: 100% 100%, 0%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 665px;
  min-height: 665px;
  padding: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero.auto-margin.padding {
  background-position: 100% 100%, 0 0, 50%;
  height: auto;
}

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

.young-woman-and-man-sitting-at-a-table-with-a-laptop {
  object-fit: cover;
  height: 80%;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 349px;
  left: 1119px;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 123px;
  left: 0;
}

.frame-5 {
  grid-column-gap: 8px;
  background-color: #bbd700;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 291px;
  left: 159px;
}

.text-4 {
  color: #2c071c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.para-20 {
  grid-column-gap: 8px;
  background-color: #e00985;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 320px;
  left: 892px;
}

.text-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-decoration: none;
  display: block;
}

.frame-6 {
  grid-column-gap: 8px;
  background-color: #2c071c;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: -142px;
  margin-left: 43px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 512px;
  left: 661px;
}

.proactivitate-programe-de-cre-tere-a-competen-elor-specifice-ale-angaja-ilor-prin-activit-i-relevante-pentru-pia-a-for-ei-de-munc-0 {
  color: #e00985;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.proactivitate-programe-de-cre-tere-a-competen-elor-specifice-ale-angaja-ilor-prin-activit-i-relevante-pentru-pia-a-for-ei-de-munc-1 {
  color: #2c071c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.proactivitate-programe-de-cre-tere-a-competen-elor-specifice-ale-angaja-ilor-prin-activit-i-relevante-pentru-pia-a-for-ei-de-munc-2 {
  color: #a341b9;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.informatii-generale {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px;
  text-decoration: none;
  display: flex;
}

.informatii-generale.auto-margin.padding {
  background-image: url('../images/Vector2_1.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 1440px;
}

.h1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  background-color: #bbd700;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #2c071c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.judetele-de-implementare {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-59 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #1d1515;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-104 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 138.72px;
  height: 21.7883px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #2c071c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-6 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -80px;
  left: 1340px;
}

.informatii-generale-2 {
  grid-row-gap: 60px;
  background-image: url('../images/Vector4_1.avif'), url('../images/Vector3_1.avif');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.informatii-generale-2.auto-margin.padding {
  max-width: 1440px;
}

.vectors-wrapper-7 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 225.761px;
  left: 842px;
}

.vectors-wrapper-8 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 64px;
  left: 41px;
}

.indici-proiect {
  grid-column-gap: 40px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.cards-container {
  grid-row-gap: 40px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.indice-2 {
  grid-column-gap: 8px;
  background-color: #fffafd;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 10px #0000001a;
}

.card-content {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #2c071c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.indice-3 {
  grid-row-gap: 8px;
  background-color: #fffafd;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 10px #0000001a;
}

.woman-working-at-a-bar-table {
  object-fit: cover;
  width: 100%;
  display: block;
}

.button-2 {
  grid-column-gap: 8px;
  background-color: #bbd700;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: block;
  position: static;
  top: 329px;
  left: 1162.28px;
}

.text-10 {
  color: #2c071c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.more {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.informatii-generale-3 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.informatii-generale-3.auto-margin.padding {
  max-width: 1440px;
}

.h1-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.indici-proiect-2 {
  grid-column-gap: 40px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.young-woman-sitting-with-laptop-and-stylus {
  object-fit: cover;
  height: 100%;
}

.cards-container-2 {
  grid-row-gap: 40px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.indice-4 {
  grid-row-gap: 8px;
  background-color: #fffafd;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 10px #0000001a;
}

.card-content-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.scop {
  color: #2c071c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.button-3 {
  grid-column-gap: 8px;
  background-color: #e00985;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 215.676px;
  left: 131px;
}

.text-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-8 {
  background-color: #a341b966;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 100px;
  text-decoration: none;
  display: flex;
}

.frame-8.padding {
  margin-top: auto;
}

.frame-8.padding.auto-margin {
  max-width: 1440px;
}

.frame-73 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.frame-74 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-7 {
  object-fit: cover;
}

.frame-72 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #2c071c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 21.6px;
  text-decoration: none;
}

.frame-75 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-71 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 428.667px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-139 {
  justify-content: space-between;
  align-items: center;
  width: 71px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.frame-138 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #5f5f5f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.6px;
  text-decoration: none;
}

.text-14 {
  color: #a341b9;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-decoration: none;
}

.icons-by-icons8-0 {
  color: #a341b9;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-decoration: none;
}

.icons-by-icons8-1 {
  color: #a341b9;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-decoration: underline;
}

.card {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 443px;
  height: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 10px #e009851a;
}

.card.wide {
  justify-content: center;
  align-items: center;
}

.frame-39 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.titlu {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-15 {
  letter-spacing: -.005em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(223.53deg, #f76680 0%, #57007b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-16 {
  color: #2c071c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-38 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #505a68;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-140 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-18 {
  letter-spacing: -.005em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(226.4deg, #f76680 0%, #57007b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-19 {
  color: #2c071c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-141 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #505a68;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.card-2 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 689px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 10px #e009851a;
}

.text-21 {
  letter-spacing: -.005em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(227.07deg, #f76680 0%, #57007b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-22 {
  color: #2c071c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-142 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.asocia-ia-european-pentru-o-via-mai-bun-lider-de-parteneriat-federa-ia-na-ional-a-sindicatelor-din-industria-alimentar-sindalimenta-partener {
  color: #505a68;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.about {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  background-image: url('../images/Vector-line_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template: ". ."
                 "Area-3 Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.informatii-generale-4 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px;
  text-decoration: none;
  display: flex;
}

.h1-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-144 {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.frame-145 {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.card-3 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 440px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 10px #e009851a;
}

.frame-146 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.titlu-2 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-23 {
  letter-spacing: -.005em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(223.53deg, #f76680 0%, #57007b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-24 {
  color: #2c071c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-147 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #505a68;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.card-4 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 440px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 10px #e009851a;
}

.frame-148 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  text-decoration: none;
  display: flex;
}

.text-26 {
  letter-spacing: -.005em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(227.07deg, #f76680 0%, #57007b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-143 {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-27 {
  letter-spacing: -.005em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(226.4deg, #f76680 0%, #57007b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-28 {
  letter-spacing: -.005em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(227.73deg, #f76680 0%, #57007b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-149 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-29 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.rezultate-container {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-150 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-30 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-151 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.informatii-generale-5 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.informatii-generale-5.auto-margin.padding {
  background-image: url('../images/Vector4_1.avif'), url('../images/Vector3_1.avif');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  max-width: 1440px;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -18px;
  left: -71px;
}

.vectors-wrapper-13 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 1265px;
  left: 1134px;
}

.h1-4 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-152 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: grid;
}

.frame-153 {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 1364px;
  text-decoration: none;
  display: flex;
}

.card-5 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 10px #e009851a;
}

.frame-154 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.titlu-3 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-31 {
  letter-spacing: -.005em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(223.53deg, #f76680 0%, #57007b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-32 {
  color: #2c071c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-155 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-33 {
  color: #505a68;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-34 {
  letter-spacing: -.005em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(227.07deg, #f76680 0%, #57007b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-35 {
  letter-spacing: -.005em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(225.71deg, #f76680 0%, #57007b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-156 {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 1364px;
  text-decoration: none;
  display: flex;
}

.text-36 {
  letter-spacing: -.005em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(226.4deg, #f76680 0%, #57007b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-37 {
  letter-spacing: -.005em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(227.73deg, #f76680 0%, #57007b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-10 {
  grid-row-gap: 60px;
  background-image: url('../images/Frame-10.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 958.509px;
  padding: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-10.padding.auto-margin {
  background-image: url('../images/Vector3_1.avif'), url('../images/Frame-10.avif');
  background-position: 0 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}

.vectors-wrapper-14 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -20px;
  left: -94px;
}

.text-38 {
  color: #2c071c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-157 {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-158 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.woman-working-at-a-bar-table-2 {
  object-fit: cover;
  height: auto;
}

.vectors-wrapper-15 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 349px;
  left: 1119px;
}

.conditii {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.conditii-2 {
  color: #e00985;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-159 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 100px;
  text-decoration: none;
  display: flex;
}

.text-39 {
  color: #2c071c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-160 {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.young-woman-and-man-sitting-at-a-table-with-a-laptop-2 {
  object-fit: cover;
}

.frame-161 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.text-40 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.frame-162 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.frame-163 {
  grid-row-gap: 60px;
  background-image: url('../images/Vector3_1.avif'), url('../images/Frame-10.avif');
  background-position: 0 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 690px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-17 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -20px;
  left: -94px;
}

.text-41 {
  color: #2c071c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.forme-bg {
  grid-row-gap: 16px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 100px;
  padding-right: 100px;
  text-decoration: none;
  display: flex;
}

.frame-164 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.contact-section {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 350px;
  padding: 60px 8px;
  text-decoration: none;
  display: flex;
}

.h3-bold {
  grid-column-gap: 8px;
  border: 0 solid #e00985;
  border-bottom-width: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.asocia-ia-european-pentru-o-via-mai-bun {
  color: #1d1515;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.contact-container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.email {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mail {
  grid-row-gap: 8px;
  background-image: linear-gradient(270deg, #d45080 0%, #801a7d 100%);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 7px 4px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 18.6667px;
  text-decoration: none;
  display: flex;
}

.phone {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.call {
  grid-column-gap: 8px;
  background-image: linear-gradient(270deg, #d45080 0%, #801a7d 100%);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-19 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 21.3333px;
  height: 21.3333px;
  text-decoration: none;
  display: flex;
}

.h3-bold-2 {
  grid-column-gap: 8px;
  border: 0 solid #e00985;
  border-bottom-width: 2px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-20 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 349px;
  left: 1119px;
}

.contact {
  font-family: Inter, sans-serif;
  font-size: 26px;
}

.form {
  width: 100%;
  height: 460vh;
  display: flex;
}

.image-8 {
  object-fit: cover;
  margin-right: 24px;
}

@media screen and (min-width: 1440px) {
  .iconite-proiect-obligatorii {
    border-bottom-color: #dad4d4;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-content {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left {
    padding-left: 60px;
    padding-right: 60px;
  }

  .screenshot-2024-08-20-at-14-12-05-1 {
    max-width: none;
  }

  .card.wide {
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .about {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    background-image: url('../images/Vector-line_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    grid-template-rows: auto auto;
    grid-template-areas: ". ."
                         "Area-3 Area-3"
                         "Area-3 Area-3";
    justify-items: center;
  }

  .form {
    height: 460vh;
  }
}

@media screen and (min-width: 1920px) {
  .iconite-proiect-obligatorii, .navbar-content {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .frame-8.padding {
    max-width: 1440px;
  }

  .form {
    width: 100%;
    height: 340vh;
  }

  .image-9 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .iconite-proiect-obligatorii {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mandatory {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-2 {
    width: 242px;
  }

  .navbar-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-logo-left {
    width: 100%;
    margin-top: 119px;
    padding-right: 0;
  }

  .icon-3 {
    color: var(--accent);
    font-size: 58px;
  }

  .screenshot-2024-08-20-at-14-12-05-1 {
    width: auto;
    max-width: none;
    height: auto;
    margin-top: -11px;
    margin-bottom: 0;
  }

  .navbar-link-2 {
    background-color: #fff;
    justify-content: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-button {
    justify-content: center;
  }

  .menu-button, .menu-button.w--open {
    background-color: #fff0;
  }

  .navbar-link {
    justify-content: center;
    width: auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-menu {
    max-width: unset;
    background-color: #fff;
  }

  .padding {
    padding: 60px 30px;
  }

  .navbar-button-2 {
    justify-content: center;
  }

  .hero.auto-margin {
    background-position: 100% 100%, 0 0, 50%;
    height: auto;
  }

  .hero.auto-margin.padding {
    width: 100%;
    height: auto;
    min-height: 890px;
  }

  .young-woman-and-man-sitting-at-a-table-with-a-laptop {
    height: 69%;
  }

  .frame-5, .para-20 {
    position: static;
  }

  .frame-6 {
    margin-top: -310px;
  }

  .vectors-wrapper-4 {
    height: 91.5321%;
  }

  .informatii-generale-2.auto-margin.padding {
    background-image: url('../images/Vector4_1.avif'), url('../images/Vector_1.avif');
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .indici-proiect {
    flex-flow: column;
  }

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

  .indici-proiect-2.auto-margin {
    flex-flow: column;
  }

  .button-3 {
    position: static;
  }

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

  .about {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .frame-144 {
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .frame-145 {
    flex-flow: row;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-3, .card-4 {
    height: auto;
  }

  .frame-143 {
    flex-flow: row;
  }

  .frame-152 {
    flex-flow: column;
    height: auto;
  }

  .frame-157 {
    flex-flow: column;
    align-items: center;
  }

  .frame-160 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .frame-164 {
    padding-left: 0;
    padding-right: 0;
  }

  .asocia-ia-european-pentru-o-via-mai-bun {
    font-size: 30px;
  }

  .email, .phone {
    justify-content: flex-start;
    align-items: center;
  }

  .contact {
    font-family: Lato, sans-serif;
    font-size: 22px;
  }

  .form {
    height: 450vh;
  }

  .image-8 {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .iconite-proiect-obligatorii {
    flex-flow: column;
  }

  .navbar-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-logo-left {
    margin-top: 166px;
  }

  .icon-3 {
    color: var(--accent);
    font-size: 58px;
  }

  .padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero.auto-margin.padding {
    min-height: 980px;
  }

  .informatii-generale-2.auto-margin.padding {
    background-position: 100% 100%, 0 0;
  }

  .frame-73, .frame-73.auto-margin {
    flex-flow: column;
  }

  .frame-152 {
    grid-template-columns: 1fr;
  }

  .frame-163.auto-margin {
    background-repeat: no-repeat, no-repeat;
    background-size: auto 100%, cover;
  }

  .frame-164 {
    flex-flow: column;
  }

  .form {
    height: 450vh;
  }
}

@media screen and (max-width: 479px) {
  .iconite-proiect-obligatorii {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mandatory {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-1 {
    max-width: none;
    overflow: clip;
  }

  .navbar-logo-left {
    margin-top: 161px;
    position: relative;
  }

  .padding {
    padding: 30px 10px;
  }

  .hero.auto-margin.padding {
    min-height: 1010px;
  }

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

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

  .frame-6 {
    margin-left: 31px;
    padding: 10px;
    font-size: 13px;
  }

  .proactivitate-programe-de-cre-tere-a-competen-elor-specifice-ale-angaja-ilor-prin-activit-i-relevante-pentru-pia-a-for-ei-de-munc-0, .proactivitate-programe-de-cre-tere-a-competen-elor-specifice-ale-angaja-ilor-prin-activit-i-relevante-pentru-pia-a-for-ei-de-munc-1, .proactivitate-programe-de-cre-tere-a-competen-elor-specifice-ale-angaja-ilor-prin-activit-i-relevante-pentru-pia-a-for-ei-de-munc-2 {
    font-size: 28px;
    line-height: 34px;
  }

  .h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .text-6 {
    font-size: 17px;
    line-height: 22px;
  }

  .text-7 {
    font-size: 22px;
    line-height: 28px;
  }

  .text-8 {
    font-size: 17px;
    line-height: 22px;
  }

  .indici-proiect.auto-margin.padding {
    padding-top: 0;
  }

  .text-9, .text-10 {
    font-size: 17px;
    line-height: 22px;
  }

  .h1-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .young-woman-sitting-with-laptop-and-stylus {
    height: 37%;
  }

  .scop, .text-11 {
    font-size: 17px;
    line-height: 22px;
  }

  .frame-8.padding.auto-margin {
    width: 100%;
  }

  .frame-74 {
    flex-flow: column;
  }

  .text-12 {
    font-size: 15px;
    line-height: 20px;
  }

  .frame-75 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .frame-71 {
    flex-flow: column;
  }

  .frame-138 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-13, .icons-by-icons8-0, .icons-by-icons8-1 {
    font-size: 12px;
    line-height: 16px;
  }

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

  .text-17 {
    font-size: 17px;
    line-height: 22px;
  }

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

  .text-20 {
    font-size: 17px;
    line-height: 22px;
  }

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

  .asocia-ia-european-pentru-o-via-mai-bun-lider-de-parteneriat-federa-ia-na-ional-a-sindicatelor-din-industria-alimentar-sindalimenta-partener {
    font-size: 17px;
    line-height: 22px;
  }

  .h1-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .text-25 {
    font-size: 17px;
    line-height: 22px;
  }

  .frame-148 {
    height: auto;
  }

  .text-30 {
    font-size: 17px;
    line-height: 22px;
  }

  .h1-4 {
    font-size: 28px;
    line-height: 34px;
  }

  .frame-152 {
    grid-row-gap: 50px;
  }

  .frame-153, .card-5 {
    height: auto;
  }

  .text-31, .text-32 {
    font-size: 22px;
    line-height: 28px;
  }

  .text-33 {
    font-size: 17px;
    line-height: 22px;
  }

  .text-34, .text-35 {
    font-size: 22px;
    line-height: 28px;
  }

  .frame-156 {
    height: auto;
  }

  .text-36, .text-37 {
    font-size: 22px;
    line-height: 28px;
  }

  .text-38 {
    font-size: 28px;
    line-height: 34px;
  }

  .woman-working-at-a-bar-table-2 {
    width: 100%;
    height: 44.9476%;
  }

  .conditii, .conditii-2 {
    font-size: 17px;
    line-height: 22px;
  }

  .text-39 {
    font-size: 22px;
    line-height: 28px;
  }

  .young-woman-and-man-sitting-at-a-table-with-a-laptop-2 {
    height: 25%;
  }

  .text-40 {
    font-size: 17px;
    line-height: 22px;
  }

  .frame-163.auto-margin.slide {
    padding-bottom: 0;
  }

  .text-41 {
    font-size: 28px;
  }

  .forme-bg.auto-margin.padding {
    padding-top: 0;
  }

  .contact-section {
    padding-top: 20px;
  }

  .h3-bold {
    justify-content: center;
    align-items: center;
  }

  .asocia-ia-european-pentru-o-via-mai-bun {
    height: auto;
    font-size: 20px;
    line-height: 25px;
  }

  .h3-bold-2 {
    justify-content: center;
    align-items: center;
  }

  .contact {
    font-family: Inter, sans-serif;
    font-size: 17px;
    line-height: 22px;
  }

  .form {
    height: 520vh;
  }
}

#w-node-_36ff903b-4cf4-e8dc-e330-e3ecb301af22-3f01d7f0, #w-node-_80af4c7a-7203-b04e-bc05-84e1f7b2f5e5-d032c7cc {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-e582a271-3d47-9c74-7937-69d00e2d8f78-570839e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e582a271-3d47-9c74-7937-69d00e2d8f82-570839e2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_03a34111-8d38-248a-3a4d-ad357a931dc7-570839e2 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_36ff903b-4cf4-e8dc-e330-e3ecb301af22-3f01d7f0, #w-node-_80af4c7a-7203-b04e-bc05-84e1f7b2f5e5-d032c7cc {
    grid-area: Area-3;
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_36ff903b-4cf4-e8dc-e330-e3ecb301af22-3f01d7f0, #w-node-_80af4c7a-7203-b04e-bc05-84e1f7b2f5e5-d032c7cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e582a271-3d47-9c74-7937-69d00e2d8f82-570839e2 {
    grid-row: 3 / 4;
  }

  #w-node-_03a34111-8d38-248a-3a4d-ad357a931dc7-570839e2 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


