:root {
  --text-color: #062d4b;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.background {
  background-color: #eff8ff;
  border-top-left-radius: 130px;
  border-bottom-right-radius: 130px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background.termeni {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 5%;
}

.body {
  height: 100%;
  padding-left: 3%;
  padding-right: 3%;
  font-family: IBM Plex Sans, sans-serif;
}

.body.termeni {
  height: auto;
}

.background-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 3%;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
}

.background-wrapper.termeni {
  justify-content: center;
  align-items: flex-start;
  position: static;
}

.padding {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 5% auto;
}

.hero-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area Area"
                 "Area-2 Area-2"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  max-height: 630px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 80px;
}

.text-block {
  color: var(--text-color);
  font-size: 30px;
  line-height: 35px;
}

.image {
  width: 100%;
  height: 440px;
}

.div-block {
  
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 25px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 430px;
  display: flex;
}

.shape {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 40px 40px;
  grid-auto-columns: 1fr;
  display: grid;
}

.shape.symbol-1._1 {
  margin-bottom: -40px;
  margin-left: 80px;
}

.shape.symbol-1._2 {
  margin-bottom: -40px;
  margin-left: 40px;
}

.square {
  background-color: #3cb9fa;
  width: 40px;
  height: 40px;
}

.square._10 {
  background-color: #f7fbff;
}

.square._20 {
  background-color: #eff8ff;
}

.square._30 {
  background-color: #dbf1ff;
}

.square._40 {
  background-color: #c9ebff;
}

.rounded-square {
  background-color: #3cb9fa;
  border-top-right-radius: 100%;
  width: 40px;
  height: 40px;
}

.rounded-square.shape-2 {
  border-top-right-radius: 0%;
  border-bottom-right-radius: 100%;
}

.rounded-square.shape-3 {
  border-top-right-radius: 0%;
  border-bottom-left-radius: 100%;
}

.rounded-square.shape-4 {
  border-top-left-radius: 100%;
  border-top-right-radius: 0%;
}

.rounded-square._10 {
  background-color: #f7fbff;
}

.rounded-square._20 {
  background-color: #eff8ff;
}

.rounded-square._30 {
  background-color: #dbf1ff;
}

.rounded-square._40 {
  background-color: #c9ebff;
}

.transparent-square {
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  position: relative;
  top: 40px;
  left: 40px;
}

.description-section {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.description-content {
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.text-block-2 {
  color: var(--text-color);
  text-align: left;
  max-width: 666px;
  font-size: 30px;
  line-height: 35px;
}

.values-section {
  z-index: 1;
  margin-bottom: 20%;
}

.values-section.s1 {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0%;
  display: flex;
}

.footer-section {
  height: 39px;
  display: none;
}

.values-wrapper {
  grid-column-gap: 240px;
  grid-row-gap: 240px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: var(--text-color);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10%;
  font-size: 40px;
  line-height: 50px;
}

.heading-2.contact {
  max-width: 400px;
  margin-bottom: 5%;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 160px;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
  position: relative;
}

.div-block-3._10 {
  opacity: .1;
}

.div-block-3._25 {
  opacity: .2;
}

.div-block-3._50 {
  opacity: .35;
}

.div-block-3._75 {
  opacity: .5;
}

.div-block-3.index-5 {
  z-index: 5;
}

.div-block-3.index4 {
  z-index: 4;
}

.div-block-3.index-3 {
  z-index: 3;
}

.div-block-3.index-2 {
  z-index: 2;
}

.div-block-3.index-1 {
  z-index: 1;
}

.div-block-3.index-4 {
  z-index: 4;
}

.symbol-wrapper {
  display: none;
}

.image-2 {
  width: 100%;
  max-width: 800px;
}

.image-2.mobile {
  display: none;
}

.image-2.desktop {
  max-width: 640px;
}

.text-block-3 {
  color: var(--text-color);
  text-align: center;
  max-width: 370px;
  font-size: 30px;
  line-height: 35px;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-3 {
  width: 100%;
  max-width: 720px;
}

.image-3.mobile {
  display: none;
}

.image-3.desktop {
  max-width: 560px;
}

.achievements-section.s1 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.achievements-section.s1.mobile {
  display: flex;
}

.heading-3 {
  color: var(--text-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 5%;
  font-size: 40px;
  line-height: 50px;
}

.achievements-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3%;
  display: grid;
}

.image-4 {
  border-top-right-radius: 20px;
  width: 100%;
  max-width: 240px;
  max-height: 307px;
}

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

.text-block-4 {
  color: var(--text-color);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: none;
}

.image-5, .image-6 {
  border-top-right-radius: 20px;
  width: 100%;
  max-width: 240px;
  max-height: 307px;
}

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

.div-block-6.mobile.s1 {
  display: flex;
}

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

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

.publication-section.s1 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.publication-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.text-block-5 {
  color: var(--text-color);
  max-width: 652px;
  padding-right: 3%;
  font-size: 40px;
  line-height: 50px;
}

.text-block-6 {
  font-size: 30px;
  line-height: 35px;
}

.link-block {
  color: var(--text-color);
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: underline;
  display: flex;
}

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

.contact-section.s1 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.form-block {
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 479px;
  display: flex;
}

.success-message, .error-message {
  width: 100%;
  max-width: 306px;
}

.text-field {
  color: var(--text-color);
  background-color: #dff1ff;
  border: 1px #000;
  border-radius: 10px;
  height: 55px;
  font-size: 20px;
  line-height: 25px;
}

.text-field::placeholder {
  color: #a9bbc9;
}

.text-field.message-field {
  height: 110px;
}

.text-field-2 {
  height: 40px;
}

.submit-button {
  background-color: var(--text-color);
  border-radius: 10px;
  height: 50px;
  font-size: 20px;
  line-height: 25px;
}

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

.link {
  color: var(--text-color);
  text-decoration: underline;
}

.text-block-7 {
  color: #a9bbc9;
  font-size: 20px;
  line-height: 25px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-section {
  position: relative;
}

.text-block-8 {
  color: var(--text-color);
  max-width: 630px;
  margin-bottom: 10%;
  font-size: 20px;
  line-height: 25px;
}

.social-links {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(50px, 50px));
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  justify-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-7 {
  max-width: 48px;
  max-height: 64px;
}

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

@media screen and (max-width: 991px) {
  .background {
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
    height: 480px;
  }

  .hero-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
    grid-template-areas: "Area Area Area"
                         "Area-2 Area-2 .";
  }

  .div-block {
    height: 380px;
  }

  .description-section {
    margin-bottom: 30%;
  }

  .description-section.s1 {
    margin-bottom: 0%;
  }

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

  .values-section, .achievements-section {
    margin-bottom: 30%;
  }

  .achievements-section.s1 {
    margin-bottom: 0%;
  }

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

  .achievements-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
  }

  .image-4 {
    max-width: 290px;
  }

  .div-block-6 {
    margin-top: 0;
  }

  .publication-section {
    margin-bottom: 30%;
  }

  .publication-section.s1 {
    margin-bottom: 0%;
  }

  .text-block-5 {
    font-size: 30px;
    line-height: 35px;
  }

  .contact-section {
    margin-bottom: 36%;
  }

  .contact-section.s1 {
    margin-bottom: 0%;
  }
}

@media screen and (max-width: 767px) {
  .background {
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
    height: 550px;
  }

  .background.termeni {
    padding-top: 15%;
  }

  .hero-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template: "Area Area" 1fr
                   "Area-2 Area-2"
                   "Area-3 Area-3"
                   / 1fr 1fr;
    max-height: 550px;
  }

  .heading {
    height: 100%;
    font-size: 60px;
    line-height: 60px;
  }

  .text-block {
    margin-top: 40px;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block {
    background-position: 50% 10%;
    background-size: cover;
    height: 340px;
  }

  .div-block-2 {
    margin-right: 40px;
  }

  .text-block-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-2.contact {
    max-width: 300px;
    margin-bottom: 10%;
  }

  .text-block-3 {
    font-size: 25px;
    line-height: 30px;
  }

  .achievements-section.s1 {
    display: flex;
  }

  .achievements-section.s1.mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 35px;
  }

  .achievements-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template: "Area-2 Area-3"
                   "Area Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .image-4 {
    max-width: 180px;
  }

  .text-block-4 {
    display: none;
  }

  .image-5 {
    max-width: 180px;
  }

  .image-6 {
    max-width: 200px;
  }

  .div-block-6 {
    margin-top: 0;
  }

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

  .div-block-7.mobile.s1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .publication-wrapper {
    flex-flow: column;
  }

  .text-block-5 {
    padding-right: 0%;
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-6 {
    font-size: 25px;
    line-height: 30px;
  }

  .contact-section {
    margin-bottom: 46%;
  }

  .social-links {
    grid-row-gap: 70px;
    grid-template-rows: auto auto;
    grid-template-columns: 70px 70px;
    align-items: start;
    justify-items: center;
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    justify-content: center;
    align-items: center;
    margin-bottom: 0%;
  }

  .background {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .background.termeni {
    justify-content: center;
    align-items: flex-start;
    padding-top: 25%;
  }

  .heading {
    font-size: 50px;
    line-height: 50px;
  }

  .text-block {
    margin-top: 20px;
  }

  .div-block {
    background-position: 50% 10%;
    height: 240px;
  }

  .shape {
    grid-template-columns: 30px 30px;
  }

  .square, .rounded-square, .transparent-square {
    width: 30px;
    height: 30px;
  }

  .div-block-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-right: 30px;
    top: 30px;
    left: 30px;
  }

  .description-section, .values-section {
    margin-bottom: 60%;
  }

  .heading-2.contact {
    margin-bottom: 20%;
  }

  .image-2.mobile {
    width: 100%;
    max-width: 300px;
    display: inline-flex;
  }

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

  .image-3.mobile {
    max-width: 250px;
    display: inline-flex;
  }

  .image-3.desktop {
    display: none;
  }

  .achievements-section {
    margin-bottom: 60%;
  }

  .heading-3 {
    margin-bottom: 10%;
  }

  .achievements-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
  }

  .image-4 {
    width: 100%;
    max-width: 180px;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }

  .div-block-5.s1 {
    grid-row-gap: 20px;
  }

  .image-6 {
    max-width: 200px;
  }

  .div-block-7.mobile.s1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .publication-section {
    margin-bottom: 60%;
  }

  .div-block-8 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact-section {
    margin-bottom: 80%;
  }

  .div-block-11 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .social-links {
    grid-row-gap: 70px;
    grid-template-columns: 50px 50px;
    width: 100%;
  }
}

#w-node-_072b5e55-0dda-b011-fda9-ff9cf8624cf3-6c04615e, #w-node-c5672d5f-7a03-9a26-7a19-430168b801d0-6c04615e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_072b5e55-0dda-b011-fda9-ff9cf8624cf3-6c04615e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_072b5e55-0dda-b011-fda9-ff9cf8624cf3-6c04615e, #w-node-ffa313f0-1292-bf24-1dd7-9b627f2c3463-6c04615e, #w-node-_9a8ec542-3fb9-722c-ed2c-05dceb54234d-6c04615e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


